Adjust gdb.mi/mi-sym-info.exp filename patterns.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
160f8a8f
SL
12020-06-20 Sandra Loosemore <sandra@codesourcery.com>
2
3 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
4 prefix optional.
5
4d91c2a4
SL
62020-06-20 Sandra Loosemore <sandra@codesourcery.com>
7
8 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
9 for remote host.
10
87f83f20
SL
112020-06-19 Sandra Loosemore <sandra@codesourcery.com>
12 Hafiz Abid Qadeer <abidh@codesourcery.com>
13
14 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
15 file sent to remote host.
16 (top level): Allow int32_t as type of 32-bit register.
17
37ab8655
TV
182020-06-19 Tom de Vries <tdevries@suse.de>
19
20 * lib/gdb.exp (gdb_note): New proc.
21 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
22 (gdb_default_target_compile): ... here. Only call
23 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
24 (use_gdb_compile): Change to array.
25 (toplevel): Update sets of use_gdb_compile to specify language.
26 Warn about default_target_compile override. Store dejagnu's version
27 of default_target_compile in dejagnu_default_target_compile.
28
a8a56685
TV
292020-06-18 Tom de Vries <tdevries@suse.de>
30
31 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
32 (default_gdb_init): ... here.
33
581bea2c
SL
342020-06-17 Sandra Loosemore <sandra@codesourcery.com>
35
36 Fix TUI support checks in gdb.tui tests.
37
38 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
39 just say UNSUPPORTED.
40 * gdb.tui/corefile-run.exp: Likewise.
41 * gdb.tui/empty.exp: Likewise.
42 * gdb.tui/list-before.exp: Likewise.
43 * gdb.tui/list.exp: Likewise.
44 * gdb.tui/main.exp: Likewise.
45 * gdb.tui/regs.exp: Likewise.
46 * gdb.tui/resize.exp: Likewise.
47 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
48 * gdb.tui/tui-layout-asm.exp: Likewise.
49 * gdb.tui/tui-missing-src.exp: Likewise.
50 * gdb.tui/winheight.exp: Likewise.
51 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
52
05e682e3
SL
532020-06-17 Sandra Loosemore <sandra@codesourcery.com>
54
55 Fix TCL error in gdb.python/py-format-string.exp.
56
57 * gdb.python/py-format-string.exp: Move test for python support
58 earlier, out of function body.
59
efb763a5
SM
602020-06-15 Simon Marchi <simon.marchi@efficios.com>
61
62 * gdb.base/index-cache-load-twice.c: New.
63 * gdb.base/index-cache-load-twice.exp: New.
64
43327b20
KS
652020-06-17 Keith Seitz <keiths@redhat.com>
66
99cf27cf 67 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
68 when executing "gdb --configuration".
69
081e778c
TV
702020-06-17 Tom de Vries <tdevries@suse.de>
71
72 * lib/gdb.exp (gdb_tcl_unknown): New proc.
73 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
74 conditional on presence of gdb_tcl_unknown.
75 (gdb_finish): Make override undo conditional on presence of
76 gdb_tcl_unknown.
77
d2d1ea20
TT
782020-06-16 Tom Tromey <tom@tromey.com>
79
80 * gdb.python/tui-window.py (failwin): New function. Register it
81 as a TUI window type.
82 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
83
c802e8a7
GB
842020-06-16 Gary Benson <gbenson@redhat.com>
85
86 * gdb.python/py-nested-maps.c (create_map): Add missing return
87 value.
88 (create_map_map): Likewise.
89
ff08abb8
TBA
902020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
91
92 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
93 variable.
94 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
95 and use the already-defined 'options' variable.
96
a29d5112
AB
972020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
98 Tom de Vries <tdevries@suse.de>
99
100 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
101 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
102 (gdb_setup_known_globals): New proc.
103 (gdb_cleanup_globals): New proc.
104 * lib/gdb.exp (load_lib): New override proc.
105 (gdb_stdin_log_init): Set var in_file as persistent global.
106 * lib/pascal.exp (gdb_stdin_log_init): Set vars
107 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
108 fpc_compiler as persistent global.
109
8c74a764
TV
1102020-06-12 Tom de Vries <tdevries@suse.de>
111
112 * lib/tuiterm.exp (spawn): Rename to ...
113 (tui_spawn): ... this.
114 (toplevel): Move rename of spawn ...
115 (gdb_init_tuiterm): ... here. New proc.
116 (gdb_finish_tuiterm): New proc.
117 * lib/gdb.exp (gdb_finish_hooks): New global var.
118 (gdb_finish): Handle gdb_finish_hooks.
119 (tuiterm_env): New proc.
120 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
121 tuiterm_env.
122 * gdb.tui/basic.exp: Same.
123 * gdb.tui/corefile-run.exp: Same.
124 * gdb.tui/empty.exp: Same.
125 * gdb.tui/list-before.exp: Same.
126 * gdb.tui/list.exp: Same.
127 * gdb.tui/main.exp: Same.
128 * gdb.tui/new-layout.exp: Same.
129 * gdb.tui/regs.exp: Same.
130 * gdb.tui/resize.exp: Same.
131 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
132 * gdb.tui/tui-layout-asm.exp: Same.
133 * gdb.tui/tui-missing-src.exp: Same.
134 * gdb.tui/winheight.exp: Same.
135
26783bce
TV
1362020-06-12 Tom de Vries <tdevries@suse.de>
137
138 PR testsuite/26110
139 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
140 (gdb_finish): Reinstall dejagnu's override of ::unknown.
141
2b4e6a3f
TT
1422020-06-11 Tom Tromey <tom@tromey.com>
143
144 PR gdb/18318:
145 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
146 floating point tests.
147
2f33032a
KS
1482020-06-11 Keith Seitz <keiths@redhat.com>
149
150 PR gdb/21356
151 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
152 vla_struct.
153 Add new struct vla_typedef and union vla_typedef_union and
154 corresponding instantiation objects.
155 Initialize new objects.
156 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
157 and vla_typedef_union_object.
158 Fixup type for vla_struct_object.
159
a8baf0a3
TV
1602020-06-11 Tom de Vries <tdevries@suse.de>
161
162 * lib/gdb.exp (with_override): New proc, factored out of ...
163 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
164
7ab96794
TV
1652020-06-10 Tom de Vries <tdevries@suse.de>
166
167 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
168
cab5c3b7
SM
1692020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
170
171 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
172 parameter, update callers.
173
f8c41851
SM
1742020-06-04 Simon Marchi <simon.marchi@efficios.com>
175
176 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
177 * gdb.dwarf2/share-psymtabs-bt.c: New file.
178 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
179
1c07a73f
TV
1802020-06-04 Tom de Vries <tdevries@suse.de>
181
182 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
183
95146b5d
TV
1842020-06-04 Tom de Vries <tdevries@suse.de>
185
186 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
187 exp_continue.
188
0cfcd4f0
TV
1892020-06-04 Tom de Vries <tdevries@suse.de>
190
191 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
192
f9b5d5ea
TV
1932020-06-03 Tom de Vries <tdevries@suse.de>
194
195 PR symtab/26046
196 * gdb.cp/breakpoint-locs-2.cc: New test.
197 * gdb.cp/breakpoint-locs.cc: New test.
198 * gdb.cp/breakpoint-locs.exp: New file.
199 * gdb.cp/breakpoint-locs.h: New test.
200
5144dfba
TV
2012020-06-03 Tom de Vries <tdevries@suse.de>
202
203 PR testsuite/25609
204 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
205 value of global verbose.
206 * gdb.base/jit-elf.exp: Same.
207 * gdb.base/jit-reader.exp: Same.
208
621eacdf
TV
2092020-06-02 Tom de Vries <tdevries@suse.de>
210
211 * gdb.dwarf2/multidictionary.exp: Don't use
212 gdb_spawn_with_cmdline_opts.
213
1313c56e
AB
2142020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
215
216 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
217 use_header case.
218 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
219 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
220 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
221 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
222 * gdb.dwarf2/dw2-inline-header.c: New file.
223 * gdb.dwarf2/dw2-inline-header.h: New file.
224
f68f85b5
PA
2252020-05-30 Pedro Alves <palves@redhat.com>
226
227 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
228 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
229
678048e8
GB
2302020-05-29 Gary Benson <gbenson@redhat.com>
231
232 * gdb.compile/compile-cplus.exp (additional_flags): Also
233 set when building with clang.
234 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
235 when building with clang.
236
9fcafd23
GB
2372020-05-29 Gary Benson <gbenson@redhat.com>
238
239 * gdb.arch/i386-avx.exp (additional_flags): Also set when
240 building with clang.
241 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
242
735d5a07
GB
2432020-05-29 Gary Benson <gbenson@redhat.com>
244
245 * gdb.cp/koenig.exp (prepare_for_testing): Add
246 additional_flags=-Wno-unused-comparison.
247 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
248
4ad2c6a0
GB
2492020-05-28 Gary Benson <gbenson@redhat.com>
250
251 * gdb.base/sigaltstack.c (catcher): Add default case to switch
252 statement.
253
09fe663e
GB
2542020-05-28 Gary Benson <gbenson@redhat.com>
255
256 * gdb.cp/classes.exp (prepare_for_testing): Add
257 additional_flags=-Wno-deprecated-register.
258 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
259 * gdb.cp/misc.exp: Likewise.
260
cee00f17
GB
2612020-05-28 Gary Benson <gbenson@redhat.com>
262
263 * gdb.linespec/cpls-ops.cc (dummy): New static global.
264 (test_op_new::operator new): Add return statement.
265 (test_op_new_array::operator new[]): Likewise.
266
636edd00
PA
2672020-05-27 Pedro Alves <palves@redhat.com>
268
269 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
270 check. Use test_gdb_complete_unique instead of
271 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
272 test_gdb_complete_multiple instead of
273 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
274
c2b75043
LM
2752020-05-27 Luis Machado <luis.machado@linaro.org>
276
277 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
278 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
279 * gdb.arch/arm-disassembler-options.exp: Likewise.
280 * gdb.arch/arm-disp-step.exp: Likewise.
281 * gdb.arch/thumb-prologue.exp: Likewise.
282 * gdb.base/async.exp: Likewise.
283 * gdb.base/auxv.exp: Likewise.
284 * gdb.base/complex-parts.exp: Likewise.
285 * gdb.base/ena-dis-br.exp: Likewise.
286 * gdb.base/foll-exec.exp: Likewise.
287 * gdb.base/permissions.exp: Likewise.
288 * gdb.base/relocate.exp: Likewise.
289 * gdb.base/return2.exp: Likewise.
290 * gdb.base/sigbpt.exp: Likewise.
291 * gdb.base/siginfo-obj.exp: Likewise.
292 * gdb.cp/converts.exp: Likewise.
293 * gdb.cp/exceptprint.exp: Likewise.
294 * gdb.cp/inherit.exp: Likewise.
295 * gdb.cp/nsnoimports.exp: Likewise.
296 * gdb.cp/virtbase2.exp: Likewise.
297 * gdb.mi/mi-var-cmd.exp: Likewise.
298 * gdb.mi/var-cmd.c: Likewise.
299
53a47a3e
TT
3002020-05-26 Tom Tromey <tromey@adacore.com>
301
302 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
303
0bc2354b
TT
3042020-05-26 Tom Tromey <tromey@adacore.com>
305
306 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
307 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
308 type.
309 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
310 variable.
311
0db49895
CBG
3122020-05-26 Christian Biesinger <cbiesinger@google.com>
313
314 * Makefile.in: Use = instead of == for the test command
315 for portability.
316
40d22035
TV
3172020-05-26 Tom de Vries <tdevries@suse.de>
318
319 * gdb.base/gold-gdb-index-2.c: New test.
320 * gdb.base/gold-gdb-index.c: New test.
321 * gdb.base/gold-gdb-index.exp: New file.
322 * gdb.base/gold-gdb-index.h: New test.
323
043e2e02
TV
3242020-05-25 Tom de Vries <tdevries@suse.de>
325
326 * boards/gold-gdb-index.exp: New file.
327
462f72c5
SM
3282020-05-25 Simon Marchi <simon.marchi@efficios.com>
329
330 * boards/simavr.exp: New file.
331
6cf66e76
SM
3322020-05-25 Simon Marchi <simon.marchi@efficios.com>
333
334 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
335 * gdb.base/inferior-args.exp: New file.
336 * gdb.base/inferior-args.c: New file.
337
75d04512
SM
3382020-05-25 Simon Marchi <simon.marchi@efficios.com>
339
340 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
341 inferior_args. Pass it to gdb_reload.
342 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
343 inferior_args.
344 (gdb_reload): Add inferior_args argument.
345 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
346 pass it to gdbserver_run.
347 * boards/native-gdbserver.exp: Do not set noargs.
348 * boards/native-extended-gdbserver.exp (gdb_reload): Add
349 inferior_args argument.
350 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
351 * gdb.base/a2-run.exp: Check for use_gdb_stub.
352 * gdb.base/args.exp: Likewise.
353
42cf1844
TV
3542020-05-25 Tom de Vries <tdevries@suse.de>
355
356 * lib/gdb.exp (exec_is_pie): Add comment.
357
8f7d38ef
TV
3582020-05-25 Tom de Vries <tdevries@suse.de>
359
360 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
361 instead of $binfile in the untested message.
362
465e1b0f
TV
3632020-05-25 Tom de Vries <tdevries@suse.de>
364
365 PR testsuite/26031
366 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
367
3c5a0e02
TV
3682020-05-25 Tom de Vries <tdevries@suse.de>
369
370 * boards/gold.exp: New file.
371
0a4f5f8c
TT
3722020-05-23 Tom Tromey <tom@tromey.com>
373
374 * gdb.base/style.exp: Remove completion styling test.
375 * lib/gdb-utils.exp (style): Remove completion styles.
376
eca1f90c
TT
3772020-05-23 Tom Tromey <tom@tromey.com>
378
379 * gdb.base/style.exp: Add completion styling test.
380 * lib/gdb-utils.exp (style): Add completion styles.
381
7c13f4e8
AB
3822020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
383
384 * gdb.base/annota1.exp: Update expected results.
385 * gdb.cp/annota2.exp: Update expected results, remove duplicate
386 test name.
387 * gdb.cp/annota3.exp: Update expected results.
388
41977d16
SM
3892020-05-20 Simon Marchi <simon.marchi@efficios.com>
390
391 PR gdb/26016
392 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
393 against MAP_FAILED.
394 * gdb.base/coremaker.c (mmapdata): Likewise.
395 * gdb.base/jit-reader-host.c (main): Likewise.
396 * gdb.base/sym-file-loader.c (load): Likewise.
397 (load_shlib): Likewise.
398
b4757f2e
TT
3992020-05-20 Tom Tromey <tromey@adacore.com>
400
401 * gdb.ada/array_char_idx.exp: Recognize initialized array.
402
9a0bacfb
TV
4032020-05-20 Tom de Vries <tdevries@suse.de>
404
405 PR symtab/25833
406 * gdb.base/with-mf-inc.c: New test.
407 * gdb.base/with-mf-main.c: New test.
408 * gdb.base/with-mf.exp: New file.
409
76571211
TT
4102020-05-19 Tom Tromey <tromey@adacore.com>
411
412 * gdb.rust/simple.exp: Restore missing test result.
413
4cd9f3d5
TV
4142020-05-19 Tom de Vries <tdevries@suse.de>
415
416 * gdb.base/gdb-caching-proc.exp: Fix typo.
417
7d874253
TT
4182020-05-19 Tom Tromey <tromey@adacore.com>
419
420 * gdb.rust/simple.exp: Add some test descriptions.
421 (test_one_slice): Use with_test_prefix.
422
1d727695
TV
4232020-05-18 Tom de Vries <tdevries@suse.de>
424
425 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
426
7f32a4d5
PA
4272020-05-17 Pedro Alves <palves@redhat.com>
428
429 PR gdb/25741
430 * gdb.base/hw-sw-break-same-address.exp: New file.
431
7cfd74cf
PA
4322020-05-16 Pedro Alves <palves@redhat.com>
433
434 * gdb.multi/multi-re-run.exp (test_re_run): Switch
435 LAST_LOADED_FILE accordingly.
436
57b4f16e
PW
4372020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
438
439 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
440
7c05caf7
PW
4412020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
442
443 * gdb.base/help.exp: Test apropos and help for commands
444 having aliases. Fixed comments not starting with an
445 upper-case letter or not finishing with a dot.
446
7aa1b46f
PW
4472020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
448
3b3aaacb
PW
449 * gdb.base/alias.exp: Update help output check.
450
57b4f16e 4512020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 452
7aa1b46f
PW
453 * gdb.base/default.exp: Update output following fixes.
454
0605465f
PW
4552020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
456
457 * gdb.base/alias.exp: Test aliases starting with a prefix of
458 another alias.
459
86e4e63d
GB
4602020-05-15 Gary Benson <gbenson@redhat.com>
461
462 * gdb.base/info-os.c (main): Add return statement.
463 * gdb.base/info_minsym.c (minsym_fun): Likewise.
464 * gdb.base/large-frame-2.c (func): Likewise.
465 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
466 * gdb.base/pr10179-b.c (foo2): Likewise.
467 * gdb.base/valgrind-disp-step.c (foo): Likewise.
468 * gdb.base/watch-cond.c (func): Likewise.
469 * gdb.multi/goodbye.c (verylongfun): Likewise.
470 * gdb.multi/hello.c (commonfun): Likewise.
471 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
472 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
473 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
474 Likewise.
475 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
476 * gdb.threads/interrupt-while-step-over.c (child_function):
477 Likewise.
478 * gdb.trace/actions-changed.c (end): Likewise.
479
163df4df
GB
4802020-05-15 Gary Benson <gbenson@redhat.com>
481
482 * gdb.opencl/callfuncs.exp: Report when test skipped.
483 * gdb.opencl/convs_casts.exp: Likewise.
484 * gdb.opencl/datatypes.exp: Likewise.
485 * gdb.opencl/operators.exp: Likewise.
486 * gdb.opencl/vec_comps.exp: Likewise.
487
6dbc505a
TV
4882020-05-15 Tom de Vries <tdevries@suse.de>
489
490 * gdb.base/align.exp.in: Rename to ...
491 * gdb.base/align.exp.tcl: ... this.
492 * gdb.base/align-c++.exp: Update.
493 * gdb.base/align-c.exp: Update.
494 * gdb.base/all-architectures.exp.in: Rename to ...
495 * gdb.base/all-architectures.exp: ... this.
496 * gdb.base/all-architectures-0.exp: Update.
497 * gdb.base/all-architectures-1.exp: Update.
498 * gdb.base/all-architectures-2.exp: Update.
499 * gdb.base/all-architectures-3.exp: Update.
500 * gdb.base/all-architectures-4.exp: Update.
501 * gdb.base/all-architectures-5.exp: Update.
502 * gdb.base/all-architectures-6.exp: Update.
503 * gdb.base/all-architectures-7.exp: Update.
504 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
505 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
506 * gdb.base/infcall-nested-structs-c++.exp: Update.
507 * gdb.base/infcall-nested-structs-c.exp: Update.
508 * gdb.base/info-types.exp.in: Rename to ...
509 * gdb.base/info-types.exp.tcl: ... this.
510 * gdb.base/info-types-c++.exp: Update.
511 * gdb.base/info-types-c.exp: Update.
512 * gdb.base/max-depth.exp.in: Rename to ...
513 * gdb.base/max-depth.exp.tcl: ... this.
514 * gdb.base/max-depth-c++.exp: Update.
515 * gdb.base/max-depth-c.exp: Update.
516 * gdb.cp/cpexprs.exp.in: Rename to ...
517 * gdb.cp/cpexprs.exp.tcl: ... this.
518 * gdb.cp/cpexprs-debug-types.exp: Update.
519 * gdb.cp/cpexprs.exp: Update.
520 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
521 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
522 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
523 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
524 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
525 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
526 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
527 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
528 * gdb.dwarf2/clang-debug-names-2.exp: Update.
529 * gdb.dwarf2/clang-debug-names.exp: Update.
530
d1034d78
AB
5312020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
532
533 * lib/check-test-names.exp: Remove code that prevents this file
534 loading when tests are run in parallel.
535
3c5c3649
PA
5362020-05-15 Pedro Alves <palves@redhat.com>
537
538 * gdb.multi/multi-kill.exp (start_inferior): Remove
539 'testpid' parameter. Refer to namespace variable directly.
540 (testpid): Declare as namespace variable.
541
272c36b8
PA
5422020-05-15 Pedro Alves <palves@redhat.com>
543
544 * gdb.multi/multi-kill.exp: Wrap in namespace.
545 (start_inferior): Add TESTPID parameter. Use it instead of the
546 testpid global.
547 (top level): Define empty TESTPID array, and pass it down to
548 start_inferior.
549
02eba61a
TV
5502020-05-14 Tom de Vries <tdevries@suse.de>
551
552 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
553 output.
554
971a3747
TV
5552020-05-14 Tom de Vries <tdevries@suse.de>
556
557 * gdb.base/align.exp: Split into ...
558 * gdb.base/align.exp.in: ...
559 * gdb.base/align-c++.exp: ...
560 * gdb.base/align-c.exp: ... these.
561 * gdb.base/infcall-nested-structs.exp: Split into ...
562 * gdb.base/infcall-nested-structs.exp.in: ...
563 * gdb.base/infcall-nested-structs-c++.exp: ...
564 * gdb.base/infcall-nested-structs-c.exp: ... these.
565 * gdb.base/info-types.exp: Split into ...
566 * gdb.base/info-types.exp.in: ...
567 * gdb.base/info-types-c++.exp: ...
568 * gdb.base/info-types-c.exp: ... these.
569 * gdb.base/max-depth.exp: Split into ...
570 * gdb.base/max-depth.exp.in: ...
571 * gdb.base/max-depth-c++.exp: ...
572 * gdb.base/max-depth-c.exp: ... these.
573 * gdb.cp/infcall-nodebug.exp: Split into ...
574 * gdb.cp/infcall-nodebug.exp.in: ...
575 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
576 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
577 * gdb.cp/infcall-nodebug-c-d0.exp: ...
578 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
579
a05575d3
TBA
5802020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
581 Pedro Alves <palves@redhat.com>
582
583 * gdb.multi/multi-exit.c: New file.
584 * gdb.multi/multi-exit.exp: New file.
585 * gdb.multi/multi-kill.c: New file.
586 * gdb.multi/multi-kill.exp: New file.
587
6ad82919
TBA
5882020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
589
590 * gdb.base/annota1.exp: Update the expected output.
591 * gdb.cp/annota2.exp: Ditto.
592
843f4d93
AB
5932020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
594
595 * lib/check-test-names.exp: Disable when testing is being run in
596 parallel.
597
c7c66341
TV
5982020-05-12 Tom de Vries <tdevries@suse.de>
599
600 * gdb.base/jit-elf.exp: Fix string concat.
601
1b59ca1c
TV
6022020-05-12 Tom de Vries <tdevries@suse.de>
603
604 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
605 messages.
606
b4991d29
TV
6072020-05-12 Tom de Vries <tdevries@suse.de>
608
609 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
610
dbb0ab10
TV
6112020-05-12 Tom de Vries <tdevries@suse.de>
612
613 * gdb.ada/catch_ex.exp: Use with_test_prefix.
614 * gdb.ada/mi_catch_ex.exp: Same.
615 * gdb.ada/mi_catch_ex_hand.exp: Same.
616
7549fed8
TV
6172020-05-12 Tom de Vries <tdevries@suse.de>
618
619 * gdb.fortran/complex.exp: Use with_test_prefix.
620
af2d5cd8
TV
6212020-05-12 Tom de Vries <tdevries@suse.de>
622
623 * gdb.trace/passcount.exp: Fix test-names.
624
7c121311
TV
6252020-05-12 Tom de Vries <tdevries@suse.de>
626
627 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
628
c9f3b40e
TV
6292020-05-12 Tom de Vries <tdevries@suse.de>
630
631 * gdb.gdb/complaints.exp: Use with_test_prefix.
632 * gdb.xml/tdesc-regs.exp: Same.
633 * gdb.opt/inline-locals.exp: Fix test name.
634
111b33f0
TV
6352020-05-12 Tom de Vries <tdevries@suse.de>
636
637 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
638 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
639 * gdb.dwarf2/implref-struct.exp: Same.
640 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
641 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
642
ebf47080
SM
6432020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
644
645 * gdb.base/jit-so.exp (one_jit_test): Change test name.
646
d30dcd12
AB
6472020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
648
649 * lib/check-test-names.exp (all_test_names): New module variable.
650 (counts): Add 'duplicates' field.
651 (_check_duplicates): New procedure.
652 (check): Also check for duplicates.
653 (do_log_summary): Print duplicates count.
654 (do_reset_vars): Reset counter for duplicate test names, and
655 discard all know test names.
656
34584c09
AB
6572020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
658
659 * lib/gdb.exp: Include check-test-names.exp library.
660 * lib/check-test-names.exp: New file.
661
e0002117
TV
6622020-05-11 Tom de Vries <tdevries@suse.de>
663
664 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
665
53f539a3
KS
6662020-05-11 Keith Seitz <keiths@redhat.com>
667
668 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
669
113ee09a
TV
6702020-05-11 Tom de Vries <tdevries@suse.de>
671
672 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
673 * gdb.cp/cpexprs.exp.in: .. here.
674 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
675 cpexprs.exp.
676
ba3e70b0
KS
6772020-05-11 Keith Seitz <keiths@redhat.com>
678
679 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
680 test names.
681 * gdb.ada/arrayptr.exp: Likewise.
682 * gdb.ada/assign_arr.exp: Likewise.
683 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
684 * gdb.ada/bp_on_var.exp: Likewise.
685 * gdb.ada/call_pn.exp: Likewise.
686 * gdb.ada/complete.exp: Likewise.
687 * gdb.ada/fun_overload_menu.exp: Likewise.
688 * gdb.ada/funcall_param.exp: Likewise.
689 * gdb.ada/funcall_ref.exp: Likewise.
690 * gdb.ada/packed_array_assign.exp: Likewise.
691 * gdb.ada/same_component_name.exp: Likewise.
692 * gdb.ada/type_coercion.exp: Likewise.
693 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
694 * gdb.ada/variant_record_packed_array.exp: Likewise.
695
3ee6bb11
TV
6962020-05-11 Tom de Vries <tdevries@suse.de>
697
698 PR symtab/25941
699 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
700 out of ...
701 * gdb.dwarf2/clang-debug-names.exp: ... here.
702 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
703 clang-debug-names.exp.in.
704 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
705 * gdb.dwarf2/clang-debug-names-2.c: New test.
706
86cd6bc8
AKS
7072020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
708
709 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
710 (fortran_runto_main): New Proc, fortran version of runto_main.
711 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
712 * gdb.fortran/array-bounds.exp: Likewise.
713 * gdb.fortran/array-slices.exp: Likewise.
714 * gdb.fortran/block-data.exp: Likewise.
715 * gdb.fortran/charset.exp: Likewise.
716 * gdb.fortran/common-block.exp: Likewise.
717 * gdb.fortran/complex.exp: Likewise.
718 * gdb.fortran/derived-type-function.exp: Likewise.
719 * gdb.fortran/derived-type.exp: Likewise.
720 * gdb.fortran/info-modules.exp: Likewise.
721 * gdb.fortran/info-types.exp: Likewise.
722 * gdb.fortran/intrinsics.exp: Likewise.
723 * gdb.fortran/library-module.exp: Likewise.
724 * gdb.fortran/logical.exp: Likewise.
725 * gdb.fortran/max-depth.exp: Likewise.
726 * gdb.fortran/module.exp: Likewise.
727 * gdb.fortran/multi-dim.exp: Likewise.
728 * gdb.fortran/nested-funcs.exp: Likewise.
729 * gdb.fortran/print-formatted.exp: Likewise.
730 * gdb.fortran/print_type.exp: Likewise.
731 * gdb.fortran/printing-types.exp: Likewise.
732 * gdb.fortran/ptr-indentation.exp: Likewise.
733 * gdb.fortran/ptype-on-functions.exp: Likewise.
734 * gdb.fortran/subarray.exp: Likewise.
735 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
736 * gdb.fortran/vla-datatypes.exp: Likewise.
737 * gdb.fortran/vla-history.exp: Likewise.
738 * gdb.fortran/vla-ptr-info.exp: Likewise.
739 * gdb.fortran/vla-ptype-sub.exp: Likewise.
740 * gdb.fortran/vla-ptype.exp: Likewise.
741 * gdb.fortran/vla-sizeof.exp: Likewise.
742 * gdb.fortran/vla-type.exp: Likewise.
743 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
744 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
745 * gdb.fortran/vla-value-sub.exp: Likewise.
746 * gdb.fortran/vla-value.exp: Likewise.
747 * gdb.fortran/whatis_type.exp: Likewise.
748 * gdb.mi/mi-var-child-f.exp: Likewise.
749
6dc55ce9 7502020-05-09 Tom de Vries <tdevries@suse.de>
751
752 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
753
283cb58c
TV
7542020-05-08 Tom de Vries <tdevries@suse.de>
755
756 * gdb.dwarf2/clang-debug-names.c: New test.
757 * gdb.dwarf2/clang-debug-names.exp: New file.
758
ac4a4f1c
SM
7592020-05-06 Simon Marchi <simon.marchi@efficios.com>
760
761 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
762 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
763
24fe640b
TV
7642020-05-06 Tom de Vries <tdevries@suse.de>
765
766 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
767 breakpoint is at a "recommended breakpoint location".
768 * gdb.reverse/consecutive-reverse.exp: Same.
769
0d8683a3
TV
7702020-05-06 Tom de Vries <tdevries@suse.de>
771
772 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
773 address.
774
b8983c46
TV
7752020-05-06 Tom de Vries <tdevries@suse.de>
776
777 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
778
abf6d805
TV
7792020-05-06 Tom de Vries <tdevries@suse.de>
780
781 * gdb.base/store.exp (check_set, up_set): Allowing missing location
782 info for r.
783
0fc2a808
TV
7842020-05-06 Tom de Vries <tdevries@suse.de>
785
786 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
787 necessary.
788
873dd427
TV
7892020-05-06 Tom de Vries <tdevries@suse.de>
790
791 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
792 void.
793
7c99e7e2
TV
7942020-05-06 Tom de Vries <tdevries@suse.de>
795
796 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
797 of ...
798 * gdb.base/async.exp: ... here.
799 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
800 "recommended breakpoint location".
801
6173d6a6
TV
8022020-05-06 Tom de Vries <tdevries@suse.de>
803
804 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
805
6015a067
TV
8062020-05-04 Tom de Vries <tdevries@suse.de>
807
808 * gdb.base/async.exp: Check whether instruction addresses are a
809 "recommended breakpoint location".
810
3b6acaee
TT
8112020-05-03 Tom Tromey <tom@tromey.com>
812
813 * gdb.base/sepdebug.exp: Remove "catch" test.
814 * gdb.base/break.exp: Remove "catch" test.
815 * gdb.base/default.exp: Update expected output.
816
5beb4d17
TV
8172020-05-02 Tom de Vries <tdevries@suse.de>
818
819 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
820 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
821 * gdb.arch/i386-mpx-map.exp: Same.
822 * gdb.arch/i386-mpx-sigsegv.exp: Same.
823 * gdb.arch/i386-mpx-simple_segv.exp: Same.
824 * gdb.arch/i386-mpx.exp: Same.
825
8caf140d
TV
8262020-05-02 Tom de Vries <tdevries@suse.de>
827
828 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
829
693196cb
TV
8302020-05-01 Tom de Vries <tdevries@suse.de>
831
832 * gdb.ada/operator_bp.exp: Allow more than required amount of
833 breakpoint.
834
53ae0aa9
TV
8352020-05-01 Tom de Vries <tdevries@suse.de>
836
837 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
838
ee9d1e5f
HD
8392020-04-30 Hannes Domani <ssbssa@yahoo.de>
840
841 PR gdb/18706
842 * gdb.cp/stub-array-size.cc: New test.
843 * gdb.cp/stub-array-size.exp: New file.
844 * gdb.cp/stub-array-size.h: New test.
845 * gdb.cp/stub-array-size2.cc: New test.
846
d5cf82c0
HD
8472020-04-30 Hannes Domani <ssbssa@yahoo.de>
848
849 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
850 output to the new format.
851
42e165c3
SM
8522020-04-29 Simon Marchi <simon.marchi@efficios.com>
853
854 * gdb.base/break.exp: Use with_test_prefix.
855
6e4e3fe1
TV
8562020-04-29 Tom de Vries <tdevries@suse.de>
857
858 * lib/gdb.exp (debug_types): New proc.
859 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
860 * gdb.python/py-symtab.exp: Same.
861
d642b692
HD
8622020-04-29 Hannes Domani <ssbssa@yahoo.de>
863
864 PR gdb/17320
865 * gdb.base/pretty-array.c: New test.
866 * gdb.base/pretty-array.exp: New file.
867
ea90f227
TV
8682020-04-29 Tom de Vries <tdevries@suse.de>
869
870 PR symtab/25889
871 * gdb.cp/cpexprs.exp: Adapt for inclusion.
872 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
873 and include cpexprs.exp.
874
a65189c9
TV
8752020-04-28 Mark Williams <mark@myosotissp.com>
876
877 PR gdb/24480
878 * dw4-toplevel-types.exp: Test for top level types.
879 * dw4-toplevel-types.cc: Test for top level types.
880
32d1f47a
TBA
8812020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
882
883 * gdb.threads/stop-with-handle.exp: Fix typo in comment
884 (theads -> threads).
885
56a4f5a1
TV
8862020-04-28 Tom de Vries <tdevries@suse.de>
887
888 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
889
0b2f8a3b
TV
8902020-04-28 Tom de Vries <tdevries@suse.de>
891
892 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
893
5390c717
TV
8942020-04-28 Tom de Vries <tdevries@suse.de>
895
896 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
897
15cd93d0
TV
8982020-04-28 Tom de Vries <tdevries@suse.de>
899
900 * gdb.dwarf2/main-foo.c: New test.
901 * gdb.dwarf2/struct-with-sig.exp: New file.
902
d472f0fb
TV
9032020-04-25 Tom de Vries <tdevries@suse.de>
904
905 * boards/debug-types.exp: New file.
906
8d840e05
AB
9072020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
908
909 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
910
bcfe6157
TT
9112020-04-24 Tom Tromey <tom@tromey.com>
912
913 PR symtab/12707:
914 * gdb.python/py-symbol.exp: Update expected results for
915 linkage_name test.
916 * gdb.cp/print-demangle.exp: New file.
917 * gdb.base/c-linkage-name.exp: Fix test.
918 * gdb.guile/scm-symbol.exp: Update expected results for
919 linkage_name test.
920
f049a313
TT
9212020-04-24 Tom Tromey <tom@tromey.com>
922
923 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
924 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
925 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
926 assembler.
927
7cf28874
TV
9282020-04-24 Tom de Vries <tdevries@suse.de>
929
930 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
931 C++.
932
dac2fef7
TT
9332020-04-24 Tom Tromey <tromey@adacore.com>
934
935 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
936 values.
937 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
938 values. Update test for minimal encodings.
939 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
940 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
941 values. Update test for minimal encodings.
942
1acda803
TT
9432020-04-24 Tom Tromey <tromey@adacore.com>
944
945 PR python/23662:
946 * gdb.ada/variant.exp: Add Python checks.
947 * gdb.rust/simple.exp: Add dynamic type checks.
948
adfb9815
TT
9492020-04-24 Tom Tromey <tromey@adacore.com>
950
951 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
952 Make array type matching more lax.
953 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
954 * gdb.ada/mi_variant.exp: New file.
955 * gdb.ada/mi_variant/pck.ads: New file.
956 * gdb.ada/mi_variant/pkg.adb: New file.
957 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
958 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
959
7d79de9a
TT
9602020-04-24 Tom Tromey <tromey@adacore.com>
961
962 * gdb.ada/variant.exp: Add dynamic field offset tests.
963 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
964 * gdb.ada/variant/pkg.adb: Add new variables.
965
f8e89861
TT
9662020-04-24 Tom Tromey <tromey@adacore.com>
967
968 * gdb.ada/variant.exp: New file
969 * gdb.ada/variant/pkg.adb: New file
970 * gdb.ada/variant/pck.adb: New file
971
86e887ae
TV
9722020-04-24 Tom de Vries <tdevries@suse.de>
973
974 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
975
88428775
TV
9762020-04-24 Tom de Vries <tdevries@suse.de>
977
978 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
979 flags.
980
4e86f6e7
TV
9812020-04-24 Tom de Vries <tdevries@suse.de>
982
983 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
984
2016d3e6
TV
9852020-04-24 Tom de Vries <tdevries@suse.de>
986
987 * lib/gdb.exp (default_gdb_start): Handle eof.
988 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
989 failure.
990 * gdb.base/readnever.exp: Handle clean_restart failure.
991
70bc38f5
TV
9922020-04-23 Tom de Vries <tdevries@suse.de>
993
994 * gdb.base/decl-before-def.exp: Run to main and print a again.
995
de82891c
TV
9962020-04-23 Tom de Vries <tdevries@suse.de>
997
998 * gdb.base/decl-before-def-decl.c: New test.
999 * gdb.base/decl-before-def-def.c: New test.
1000 * gdb.base/decl-before-def.exp: New file.
1001
96038148
TV
10022020-04-23 Tom de Vries <tdevries@suse.de>
1003
1004 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1005
54ac3df1
TV
10062020-04-22 Tom de Vries <tdevries@suse.de>
1007
1008 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1009 debug_info_offset.
1010 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1011 before $objsfile in the line line.
1012
714534e1
TV
10132020-04-22 Tom de Vries <tdevries@suse.de>
1014
1015 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1016
16a7dbf4
MS
10172020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1018
1019 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1020 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1021 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1022 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1023 * gdb.base/jit-protocol.h: Update definitions to match all usage
1024 contexts.
1025
10262020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1027
1028 * gdb.base: Rename all jit related test and source files.
1029
10302020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1031
1032 * gdb.base/jit-reader.exp: Relax register output check.
1033
317d2668
TV
10342020-04-22 Tom de Vries <tdevries@suse.de>
1035
1036 PR symtab/25764
1037 * gdb.base/psym-external-decl-2.c: New test.
1038 * gdb.base/psym-external-decl.c: New test.
1039 * gdb.base/psym-external-decl.exp: New file.
1040 * gdb.threads/tls.exp: Add PR25807 kfail.
1041
eea9e357
TV
10422020-04-22 Tom de Vries <tdevries@suse.de>
1043
1044 PR symtab/25801
1045 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1046 in "info source" output.
1047
3d5afab3
TV
10482020-04-22 Tom de Vries <tdevries@suse.de>
1049
1050 PR symtab/25700
1051 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1052 symtab for imported_unit.c.
1053
b32102f6
GB
10542020-04-21 Gary Benson <gbenson@redhat.com>
1055
1056 * gdb.base/advance.c (func): New argument, to match call site.
1057 (func2, func3): Add return statements.
1058
d43b7a2d
TBA
10592020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1060
1061 * gdb.multi/run-only-second-inf.c: New file.
1062 * gdb.multi/run-only-second-inf.exp: New file.
1063
d89edf9b
MM
10642020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1065
1066 * gdb.btrace/multi-inferior.c: New test.
1067 * gdb.btrace/multi-inferior.exp: New file.
1068
1a476b6d
MM
10692020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1070
1071 * gdb.btrace/enable-new-thread.c: New test.
1072 * gdb.btrace/enable-new-thread.exp: New file.
1073
4778a5f8
TV
10742020-04-21 Tom de Vries <tdevries@suse.de>
1075
1076 PR gdb/25471
1077 * gdb.threads/killed-outside.c: New test.
1078 * gdb.threads/killed-outside.exp: New file.
1079
9b2c992c
GB
10802020-04-20 Gary Benson <gbenson@redhat.com>
1081
1082 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1083 * gdb.base/nested-subp2.exp: Likewise.
1084 * gdb.base/nested-subp3.exp: Likewise.
1085
b5d1d6f7
GB
10862020-04-20 Gary Benson <gbenson@redhat.com>
1087
1088 * gdb.base/nested-subp1.exp: Disable test when using clang.
1089 * gdb.base/nested-subp2.exp: Likewise.
1090 * gdb.base/nested-subp3.exp: Likewise.
1091
25230285
GB
10922020-04-20 Gary Benson <gbenson@redhat.com>
1093
1094 * gdb.cp/exception.cc: Fix compilation error with clang.
1095
fa93cc8f
GB
10962020-04-20 Gary Benson <gbenson@redhat.com>
1097
809730f3 1098 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 1099
e0c45f30
GB
11002020-04-20 Gary Benson <gbenson@redhat.com>
1101
1102 * gdb.base/jit-main.c: Fix compilation error with clang.
1103
4ddfec93
KR
11042020-04-17 Kamil Rytarowski <n54@gmx.com>
1105
1106 * gdb.base/attach-twice.c: Include "sys/types.h".
1107 (PTRACE_ATTACH): Add fallback definition.
1108 (main): Pass `0' to the 4th argument of `ptrace'.
1109
2bed205e
KR
11102020-04-17 Kamil Rytarowski <n54@gmx.com>
1111
1112 * gdb.base/fork-running-state.c: Include "signal.h".
1113
0743fc83
TT
11142020-04-17 Tom Tromey <tromey@adacore.com>
1115
1116 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1117 Update tests.
1118 * gdb.btrace/cpu.exp: Update tests.
1119 * gdb.base/maint.exp: Update tests.
1120 * gdb.base/default.exp: Update tests.
1121 * gdb.base/completion.exp: Update tests.
1122
efba5c23
TV
11232020-04-16 Tom de Vries <tdevries@suse.de>
1124
1125 PR symtab/25791
1126 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1127 (ensure_gdb_index): and factor out and move ...
1128 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1129 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1130
d191d716
TV
11312020-04-16 Tom de Vries <tdevries@suse.de>
1132
1133 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1134 loading exec.
1135
99f1bc6a
AB
11362020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1137
1138 * gdb.base/many-completions.exp: New file.
1139
194d088f
TV
11402020-04-14 Tom de Vries <tdevries@suse.de>
1141
1142 PR symtab/25718
1143 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1144
c1a66c06
TV
11452020-04-14 Tom de Vries <tdevries@suse.de>
1146
1147 PR symtab/25720
1148 * gdb.base/maint-expand-symbols-header-file.c: New test.
1149 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1150 * gdb.base/maint-expand-symbols-header-file.h: New test.
1151
21b0982c
AB
11522020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1153
1154 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1155 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1156 get_func_info.
1157 (get_func_info): Delete.
1158 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1159 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1160 * lib/dwarf.exp (get_func_info): New function.
1161
dd1cab06
TV
11622020-04-13 Tom de Vries <tdevries@suse.de>
1163
1164 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1165 to what find_gnatmake does.
1166
71ea2b6b
TV
11672020-04-10 Tom de Vries <tdevries@suse.de>
1168
1169 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1170 -readnow.
1171
bdfc1e8a
TV
11722020-04-10 Tom de Vries <tdevries@suse.de>
1173
1174 PR cli/25808
1175 * gdb.base/style.c: Add leading newlines.
1176 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1177 Check listing of main's one-line body.
1178
14ca8ecf
TV
11792020-04-08 Tom de Vries <tdevries@suse.de>
1180
1181 * lib/gdb.exp (psymtabs_p): New proc.
1182 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1183 importing unit" unsupported if there are no partial symbols.
1184
e21d048f
TV
11852020-04-08 Tom de Vries <tdevries@suse.de>
1186
1187 PR testsuite/25760
1188 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1189
25c11aca
TV
11902020-04-07 Tom de Vries <tdevries@suse.de>
1191
1192 PR symtab/25796
1193 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1194
5707e24b
TV
11952020-04-07 Tom de Vries <tdevries@suse.de>
1196
1197 * gdb.base/check-psymtab.c: New test.
1198 * gdb.base/check-psymtab.exp: New file.
1199
6ee448cc
TT
12002020-04-06 Tom Tromey <tromey@adacore.com>
1201
1202 * gdb.ada/variant-record/proc.adb: New file.
1203 * gdb.ada/variant-record/value.adb: New file.
1204 * gdb.ada/variant-record/value.s: New file.
1205 * gdb.ada/variant-record.exp: New file.
1206
9e7c9a03
HD
12072020-04-03 Hannes Domani <ssbssa@yahoo.de>
1208
1209 PR gdb/25325
1210 * gdb.cp/typed-enum.cc: New test.
1211 * gdb.cp/typed-enum.exp: New file.
1212
c90d28ac
AB
12132020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1214
1215 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1216 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1217 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1218 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1219 * gdb.opt/inline-small-func.c: New file.
1220 * gdb.opt/inline-small-func.exp: New file.
1221 * gdb.opt/inline-small-func.h: New file.
1222
34e9a9fa
AB
12232020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1224
1225 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1226 function.
1227
6a354911
AB
12282020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1229
1230 * lib/dwarf.exp (function_range): Allow compiler options to be
1231 specified.
1232
880d9777
TV
12332020-04-02 Tom de Vries <tdevries@suse.de>
1234
1235 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1236 __attribute__((always_inline)).
1237 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1238
f32682ea
TV
12392020-04-02 Tom de Vries <tdevries@suse.de>
1240
1241 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1242 (gdbserver_gdb_exit): ... here. Add timeout warning.
1243 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1244 (connect_target_extended_remote): Append new server_spawn_id to
1245 server_spawn_ids.
1246 (cleanup): New proc.
1247 (setup, <toplevel>): Call cleanup.
1248
d3214198
TV
12492020-04-02 Tom de Vries <tdevries@suse.de>
1250
1251 * gdb.base/main-psymtab.exp: New file.
1252
cc77ed24
TV
12532020-04-02 Tom de Vries <tdevries@suse.de>
1254
1255 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1256
3638a098
TT
12572020-04-01 Tom Tromey <tom@tromey.com>
1258
1259 * gdb.base/complex-parts.exp: Add type tests.
1260
c34e8714
TT
12612020-04-01 Tom Tromey <tom@tromey.com>
1262
1263 * gdb.base/complex-parts.exp: Add arithmetic tests.
1264
981c08ce
TT
12652020-04-01 Tom Tromey <tom@tromey.com>
1266
1267 * gdb.compile/compile.exp: Update.
1268 * gdb.compile/compile-cplus.exp: Update.
1269 * gdb.base/varargs.exp: Update.
1270 * gdb.base/floatn.exp: Update.
1271 * gdb.base/endianity.exp: Update.
1272 * gdb.base/callfuncs.exp (do_function_calls): Update.
1273 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1274 (complex_float_integral_args): Update.
1275 * gdb.base/complex.exp: Update.
1276 * gdb.base/complex-parts.exp: Update.
1277
3d1cfd43
TT
12782020-04-01 Tom Tromey <tromey@adacore.com>
1279
1280 * gdb.rust/union.rs: New file.
1281 * gdb.rust/union.exp: New file.
1282 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1283 (main): Update.
1284 * gdb.rust/simple.exp: Move union tests to union.exp.
1285
e033dfa9
TT
12862020-04-01 Tom Tromey <tromey@adacore.com>
1287
1288 * gdb.rust/simple.rs (main): Remove "y0".
1289
53cccef1
TBA
12902020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1291
1292 * gdb.multi/stop-all-on-exit.c: New test.
1293 * gdb.multi/stop-all-on-exit.exp: New file.
1294
60e22c1e
HD
12952020-04-01 Hannes Domani <ssbssa@yahoo.de>
1296
1297 PR gdb/24789
1298 * gdb.cp/misc.cc: Add integer reference variable.
1299 * gdb.cp/misc.exp: Add test.
1300
e139a727
TBA
13012020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1302
1303 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1304 scenario to cover execution until the end and also the case
1305
16b0db75
TV
13062020-03-31 Tom de Vries <tdevries@suse.de>
1307
1308 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1309 c. Use "maint info symtabs" to check symtab expansion.
1310
c0502da6
TV
13112020-03-30 Tom de Vries <tdevries@suse.de>
1312
1313 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1314 unsupported.
1315 (verify_psymtab_expanded): Move ...
1316 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1317 test.
1318 (readnow): New proc.
1319
5935fd15
AB
13202020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1321
1322 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1323 with $hex.
1324
1773be9e
TT
13252020-03-20 Tom Tromey <tromey@adacore.com>
1326
1327 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1328
70304be9
TT
13292020-03-20 Tom Tromey <tromey@adacore.com>
1330
1331 * gdb.ada/sub_variant/subv.adb: New file.
1332 * gdb.ada/sub_variant.exp: New file.
1333
0dd7b8f7
TV
13342020-03-20 Tom de Vries <tdevries@suse.de>
1335
1336 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1337 first break fails.
1338 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1339
cada5fc9
AB
13402020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1341
1342 * gdb.server/exit-multiple-threads.c: New file.
1343 * gdb.server/exit-multiple-threads.exp: New file.
1344
6b8c53f2
AB
13452020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1346
1347 * gdb.fortran/mixed-lang-stack.c: New file.
1348 * gdb.fortran/mixed-lang-stack.cpp: New file.
1349 * gdb.fortran/mixed-lang-stack.exp: New file.
1350 * gdb.fortran/mixed-lang-stack.f90: New file.
1351
19a2740f
AB
13522020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1353
1354 * gdb.linespec/cp-completion-aliases.cc: New file.
1355 * gdb.linespec/cp-completion-aliases.exp: New file.
1356
d8c8b848
TV
13572020-03-19 Tom de Vries <tdevries@suse.de>
1358
1359 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1360 more precise.
1361
a9933ccf
TV
13622020-03-18 Tom de Vries <tdevries@suse.de>
1363
1364 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1365 * gdb.dwarf2/break-inline-psymtab.c: New test.
1366 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1367
2f89101f
TV
13682020-03-16 Tom de Vries <tdevries@suse.de>
1369
1370 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1371 cache_verify and cache_verify_proc.
1372
6b9374f1
TV
13732020-03-15 Tom de Vries <tdevries@suse.de>
1374
1375 * gdb.server/solib-list.exp: Handle
1376 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1377
eaeaf44c
TV
13782020-03-15 Tom de Vries <tdevries@suse.de>
1379
1380 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1381 objfiles".
1382
3293bbaf
TT
13832020-03-14 Tom Tromey <tom@tromey.com>
1384
1385 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1386
ab44624c
TV
13872020-03-14 Tom de Vries <tdevries@suse.de>
1388
1389 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1390
54c43825
TV
13912020-03-14 Tom de Vries <tdevries@suse.de>
1392
1393 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1394 result in line-by-line fashion.
1395
2ac70237
TV
13962020-03-14 Tom de Vries <tdevries@suse.de>
1397
1398 * lib/gdb.exp (supports_statement_frontiers): New proc.
1399 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1400
09546b56
TV
14012020-03-14 Tom de Vries <tdevries@suse.de>
1402
1403 * gdb.base/printcmds.exp: Add missing quoting for "print
1404 teststring2".
1405
a1f6a07c
TT
14062020-03-13 Tom Tromey <tom@tromey.com>
1407
1408 * gdb.base/printcmds.exp (test_print_strings): Add regression
1409 test.
1410 * gdb.base/printcmds.c (charptr): New typedef.
1411 (teststring2): New global.
1412
1b83d09c
AB
14132020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1414
1415 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1416 full path in the test name.
1417 (test_ld): Add some with_test_prefix blocks to make test names
1418 unique.
1419
2d61316c
TV
14202020-03-13 Tom de Vries <tdevries@suse.de>
1421
1422 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1423
2e9145ac
TV
14242020-03-13 Tom de Vries <tdevries@suse.de>
1425
1426 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1427
96c7f873
TV
14282020-03-13 Tom de Vries <tdevries@suse.de>
1429
1430 PR symtab/25646
1431 * gdb.dwarf2/imported-unit.exp: Add test.
1432
49ba92c0
TV
14332020-03-13 Tom de Vries <tdevries@suse.de>
1434
1435 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1436 (var1, var2): New variable.
1437 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1438 matching symbols.
1439
301b21e0
TV
14402020-03-13 Tom de Vries <tdevries@suse.de>
1441
1442 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1443 (Term::command): Use prompt prefix.
1444 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1445 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1446 command_no_prompt_prefix instead of prefix.
1447 * gdb.tui/tui-layout-asm.exp: Same.
1448
3f512721
SM
14492020-03-12 Simon Marchi <simon.marchi@efficios.com>
1450
1451 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1452
40310f30
SM
14532020-03-12 Simon Marchi <simon.marchi@efficios.com>
1454
1455 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1456 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1457 on" while stepping over the test instruction, match printed
1458 message.
1459
09252140
TV
14602020-03-12 Tom de Vries <tdevries@suse.de>
1461
1462 * gdb.base/info-types.exp: Use exp_continue during matching of output
1463 of "info types".
1464
14e9c72c
TV
14652020-03-12 Tom de Vries <tdevries@suse.de>
1466
1467 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1468
e515d67e
TV
14692020-03-12 Tom de Vries <tdevries@suse.de>
1470
1471 * gdb.fortran/module.exp: Use exp_continue during matching of output
1472 of "info variable -n".
1473
307eafd8
TV
14742020-03-12 Tom de Vries <tdevries@suse.de>
1475
1476 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1477 gdb.dwarf2/dw2-ranges-base.c.
1478
9a2de3fc
TV
14792020-03-12 Tom de Vries <tdevries@suse.de>
1480
1481 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1482 in presence of GLIBC debuginfo.
1483
3217502e
TV
14842020-03-12 Tom de Vries <tdevries@suse.de>
1485
1486 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1487 $core.
1488
1281424c
TV
14892020-03-12 Tom de Vries <tdevries@suse.de>
1490
1491 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1492 more precise.
1493
038b97fc
SM
14942020-03-11 Simon Marchi <simon.marchi@efficios.com>
1495
1496 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1497 from Unix to Windows path.
1498
5308d1e7
TV
14992020-03-11 Tom de Vries <tdevries@suse.de>
1500
1501 * gdb.ada/minsyms.exp: Set language to ada.
1502
f870f78f
TV
15032020-03-11 Tom de Vries <tdevries@suse.de>
1504
1505 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1506
5a13315d
TV
15072020-03-11 Tom de Vries <tdevries@suse.de>
1508
1509 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1510
976862ed
TT
15112020-03-11 Tom Tromey <tromey@adacore.com>
1512
1513 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1514
7462c383
TV
15152020-03-11 Tom de Vries <tdevries@suse.de>
1516
1517 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1518
1c6c46a0
TV
15192020-03-11 Tom de Vries <tdevries@suse.de>
1520
1521 * gdb.base/break-interp.exp: Limit verbose scope.
1522
44f41bb7
TV
15232020-03-11 Tom de Vries <tdevries@suse.de>
1524
1525 * gdb.fortran/logical.f90: Define variable with character type.
1526 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1527
b76f3a42
TV
15282020-03-11 Tom de Vries <tdevries@suse.de>
1529
1530 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1531
1c33af77
TV
15322020-03-11 Tom de Vries <tdevries@suse.de>
1533
1534 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1535 symtabs.
1536
8c95582d
AB
15372020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1538 Bernd Edlinger <bernd.edlinger@hotmail.de>
1539
1540 * gdb.cp/step-and-next-inline.cc: New file.
1541 * gdb.cp/step-and-next-inline.exp: New file.
1542 * gdb.cp/step-and-next-inline.h: New file.
1543 * gdb.dwarf2/dw2-is-stmt.c: New file.
1544 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1545 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1546 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1547 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1548
cecf8547
AB
15492020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1550
1551 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1552 is-stmt flag in the line table.
1553
0ba678c9
TV
15542020-03-09 Tom de Vries <tdevries@suse.de>
1555
1556 * lib/gdb.exp (cached_file): Create cache dir.
1557
72fbdf83
TV
15582020-03-07 Tom de Vries <tdevries@suse.de>
1559
1560 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1561 * gdb.cp/rvalue-ref-params.exp: Same.
1562
436b5e99
TV
15632020-03-06 Tom de Vries <tdevries@suse.de>
1564
1565 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1566 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1567
09f2921c
TV
15682020-03-06 Tom de Vries <tdevries@suse.de>
1569
1570 * README: Fix "the the".
1571 * gdb.base/dprintf.exp: Same.
1572
50a3cc5d
TV
15732020-03-05 Tom de Vries <tdevries@suse.de>
1574
1575 * gdb.base/maint.exp: Update "main print statistics" expected output.
1576
0a709cba
AKS
15772020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1578
1579 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1580 (fortran_int8): Likewise.
1581 (fortran_real4): Likewise.
1582 (fortran_real8): Likewise.
1583 (fortran_complex4): Likewise.
1584 (fortran_logical4): Likewise.
1585 (fortran_character1): Likewise.
1586
5e5d66b6
AB
15872020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1588
1589 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1590 printed as true.
1591
7b973adc
SDJ
15922020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1593
1594 * gdb.base/printcmds.exp: Add test to verify printf of a
1595 variable holding an address.
1596
478e490a
TV
15972020-03-03 Tom de Vries <tdevries@suse.de>
1598
1599 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1600
1ef44e86
TV
16012020-03-03 Tom de Vries <tdevries@suse.de>
1602
1603 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1604 gdb_test_multiple call.
1605
b98cc2cf
TV
16062020-03-03 Tom de Vries <tdevries@suse.de>
1607
1608 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1609 gdb_test_multiple calls.
1610
63e163f2
AB
16112020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1612
1613 * gdb.base/default.exp: Remove test of 'set history filename'.
1614 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1615 filename to the empty string.
1616 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1617 and GDBHISTSIZE.
1618
24ed6739
AB
16192020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1620
1621 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1622 disabled.
1623
590003dc
TV
16242020-03-02 Pedro Alves <palves@redhat.com>
1625 Tom de Vries <tdevries@suse.de>
1626
1627 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1628 -prompt prefix, before user_code argument. Add -lbl option likewise.
1629 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1630 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1631 argument.
1632 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1633 have "\r\n" at start-of-line, instead of at end-of-line.
1634
f5e46084
SM
16352020-02-28 Simon Marchi <simon.marchi@efficios.com>
1636
1637 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1638 libinproctrace.so.
1639
f7a7000d
LM
16402020-02-28 Luis Machado <luis.machado@linaro.org>
1641
1642 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1643 to "p/x".
1644
718e0816
LM
16452020-02-28 Luis Machado <luis.machado@linaro.org>
1646
1647 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1648 asm/ptrace.h and error.h.
1649
13c3a74a
TV
16502020-02-28 Tom de Vries <tdevries@suse.de>
1651
1652 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1653 (struct wrapper, do_something, mundane/symada__cS): Move ...
1654 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1655 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1656 Update "print symada__cS before partial symtab expansion" regexp.
1657 Update breakpoint location. Flush symbol cache after expansion.
1658
85d2d5bb
LM
16592020-02-28 Luis Machado <luis.machado@linaro.org>
1660
1661 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1662
3608f86c
TV
16632020-02-27 Tom de Vries <tdevries@suse.de>
1664
1665 * config/sid.exp: Remove unused globals.
1666 * gdb.base/attach.exp: Same.
1667 * gdb.base/catch-load.exp: Same.
1668 * gdb.base/dbx.exp: Same.
1669 * lib/gdb.exp: Same.
1670 * lib/mi-support.exp: Same.
1671 * lib/prompt.exp: Same.
1672
c8d4f6df
TV
16732020-02-27 Tom de Vries <tdevries@suse.de>
1674
1675 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1676 not set.
1677
0d79cdc4
AM
16782020-02-26 Aaron Merey <amerey@redhat.com>
1679
1680 * gdb.debuginfod: New directory for debuginfod tests.
1681 * gdb.debuginfod/main.c: New test file.
1682 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1683
0dce4280
TV
16842020-02-26 Tom de Vries <tdevries@suse.de>
1685
1686 PR gdb/25603
1687 * gdb.base/persistent-lang.cc: New test.
1688 * gdb.base/persistent-lang.exp: New file.
1689
9e80cfa1
AB
16902020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1691
1692 * gdb.fortran/derived-type-striding.exp: Add a new test.
1693 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1694 new test.
1695
2078dbb2
AB
16962020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1697
1698 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1699 names.
1700
70d49700
TV
17012020-02-25 Tom de Vries <tdevries@suse.de>
1702
1703 PR go/18926
1704 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1705
a88ef40d
TV
17062020-02-24 Tom de Vries <tdevries@suse.de>
1707
1708 PR gdb/25592
1709 * gdb.base/info-locals-unused-static-var.c: New test.
1710 * gdb.base/info-locals-unused-static-var.exp: New file.
1711
01b1af32
TT
17122020-02-22 Tom Tromey <tom@tromey.com>
1713
1714 * gdb.python/tui-window.exp: New file.
1715 * gdb.python/tui-window.py: New file.
1716
7c043ba6
TT
17172020-02-22 Tom Tromey <tom@tromey.com>
1718
1719 PR tui/17850:
1720 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1721 tests.
1722
c22fef7e
TT
17232020-02-22 Tom Tromey <tom@tromey.com>
1724
1725 * gdb.tui/new-layout.exp: Add sub-layout tests.
1726
ee325b61
TT
17272020-02-22 Tom Tromey <tom@tromey.com>
1728
1729 * gdb.tui/new-layout.exp: New file.
1730
3f0cbb04
TT
17312020-02-22 Tom Tromey <tom@tromey.com>
1732
1733 * gdb.rust/rust-style.rs: New file.
1734 * gdb.rust/rust-style.exp: New file.
1735 * gdb.base/style.exp: Test structure printing.
1736 * gdb.base/style.c (struct some_struct): New type.
1737 (enum etype): New type.
1738 (struct_value): New global.
1739
75525152
TV
17402020-02-21 Tom de Vries <tdevries@suse.de>
1741
1742 PR go/18926
1743 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1744 Remove blanket xfails. Use message argument for gdb_breakpoint.
1745 Make continuing to breakpoint test conditional on setting breakpoint.
1746 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1747 DW_AT_name attribute. Add xfail for GCC PR93866.
1748
bd360d30
AB
17492020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1750
1751 * gdb.dwarf2/cpp-linkage-name.c: New file.
1752 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1753
c7adb09f 17542020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
1755
1756 * lib/gdb.exp (gdb_wrapper_init): Reset
1757 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1758 not exist.
1759
a9c79803
TV
17602020-02-20 Tom de Vries <tdevries@suse.de>
1761
1762 PR go/17018
1763 * gdb.go/hello.exp: Copy ...
1764 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1765 print of st to print value of global definition. Add xfail for GCC
1766 PR93844.
1767 * gdb.go/hello.exp: Remove printing of st before definition.
1768 * gdb.go/hello.go: Copy ...
1769 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1770 to st.
1771 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1772
d7445728
TV
17732020-02-20 Tom de Vries <tdevries@suse.de>
1774
1775 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1776 (gdb_simple_compile): Handle compile_flags go by using .go extension
1777 for source file.
1778 * gdb.go/chan.exp: Use support_go_compile.
1779 * gdb.go/handcall.exp: Same.
1780 * gdb.go/hello.exp: Same.
1781 * gdb.go/integers.exp: Same.
1782 * gdb.go/max-depth.exp: Same.
1783 * gdb.go/methods.exp: Same.
1784 * gdb.go/package.exp: Same.
1785 * gdb.go/strings.exp: Same.
1786 * gdb.go/types.exp: Same.
1787 * gdb.go/unsafe.exp: Same.
1788
c9c41e6d
TV
17892020-02-19 Tom de Vries <tdevries@suse.de>
1790
1791 * gdb.python/lib-types.exp: Make xfail more strict.
1792
f20ff837
TV
17932020-02-19 Tom de Vries <tdevries@suse.de>
1794
1795 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1796
08410482
DE
17972020-02-19 Doug Evans <dje@google.com>
1798
1799 PR rust/25535
1800 * gdb.rust/simple.exp: Add test.
1801 * gdb.rust/simple.rs: Add test.
1802
623563f7
TV
18032020-02-19 Tom de Vries <tdevries@suse.de>
1804
1805 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1806 output line-by-line.
1807
d3308cfd
TV
18082020-02-19 Tom de Vries <tdevries@suse.de>
1809
1810 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1811
86cbc5dc
TV
18122020-02-19 Tom de Vries <tdevries@suse.de>
1813
1814 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1815 prelink.
1816
9db2b96b
TV
18172020-02-19 Tom de Vries <tdevries@suse.de>
1818
1819 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1820 (gdb_do_cache): Use gdb_do_cache_wrap.
1821 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1822
89e2fdc5
TV
18232020-02-19 Tom de Vries <tdevries@suse.de>
1824
1825 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1826 gdb_compile option.
1827
373d7ac0
SM
18282020-02-18 Simon Marchi <simon.marchi@efficios.com>
1829
1830 * gdb.base/printcmds.exp (test_print_enums): Update expected
1831 output.
1832
b29a2df0
SM
18332020-02-18 Simon Marchi <simon.marchi@efficios.com>
1834
1835 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1836 for "unknown".
1837
6740f0cc
SM
18382020-02-18 Simon Marchi <simon.marchi@efficios.com>
1839
1840 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1841 enumerator.
1842
edd45eb0
SM
18432020-02-18 Simon Marchi <simon.marchi@efficios.com>
1844
1845 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1846 FE_, add FE_NONE.
1847 (three): Update.
1848 (enum flag_enum_without_zero): New enum.
1849 (flag_enum_without_zero): New variable.
1850 (enum not_flag_enum): New enum.
1851 (three_not_flag): New variable.
1852 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1853 (test_print_enums): Add more tests for printing flag enums.
1854
d4295de4
TV
18552020-02-18 Tom de Vries <tdevries@suse.de>
1856
1857 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1858 (gdb_compile_ada): ... here.
1859 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1860 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1861
f251f505
TT
18622020-02-14 Tom Tromey <tom@tromey.com>
1863
1864 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1865 build directory.
1866 * boards/gdbserver-base.exp: Update path to gdbserver.
1867
8f432634
TV
18682020-02-13 Tom de Vries <tdevries@suse.de>
1869
1870 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1871
92b6eaf7
TV
18722020-02-13 Tom de Vries <tdevries@suse.de>
1873
1874 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1875 are missing.
1876
f3b0f7fe
TV
18772020-02-13 Tom de Vries <tdevries@suse.de>
1878
1879 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1880 call.
1881
f6be8713
SDJ
18822020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1883
1884 PR tui/25126
1885 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1886 * gdb.base/cached-source-file.c: New file.
1887 * gdb.base/cached-source-file.exp: New file.
1888
b2770d5e
TV
18892020-02-11 Tom de Vries <tdevries@suse.de>
1890
1891 PR testsuite/25488
1892 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1893
44f6938e
TV
18942020-02-10 Tom de Vries <tdevries@suse.de>
1895
1896 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1897
5f0e2eb7
MR
18982020-02-10 Maciej W. Rozycki <macro@wdc.com>
1899
1900 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1901 and $after_addr are both integers before making a comparison.
1902
46ce2b6f
TV
19032020-02-09 Tom de Vries <tdevries@suse.de>
1904
1905 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1906 command output and paste it into gdb.log. If any, paste catch message
1907 to gdb.log.
1908
5abbbe1d
TT
19092020-02-07 Tom Tromey <tromey@adacore.com>
1910
1911 PR breakpoints/24915:
1912 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1913
1d5d29e7
SV
19142020-02-06 Shahab Vahedi <shahab@synopsys.com>
1915
1916 * gdb.tui/tui-missing-src.exp: Add the "missing source
1917 file" test for the TUI.
1918
b0999b9b
AB
19192020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1920
1921 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1922 including a port number in the output.
1923
c3b149eb
AKS
19242020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1925
1926 * lib/fortran.exp (fortran_int4): Handle clang.
1927 (fortran_int8): Likewise.
1928 (fortran_real4): Likewise.
1929 (fortran_real8): Likewise.
1930 (fortran_complex4): Likewise.
1931 (fortran_logical4): Likewise.
1932 (fortran_character1): Likewise.
1933
f8dcc90b
TV
19342020-02-04 Tom de Vries <tdevries@suse.de>
1935
1936 * README (Race detection): Add note.
1937
f90ac7c2
TV
19382020-02-04 Tom de Vries <tdevries@suse.de>
1939
1940 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1941
780636ae
TV
19422020-02-04 Tom de Vries <tdevries@suse.de>
1943
1944 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1945
5d2e1193
RA
19462020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1947
1948 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1949 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1950 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1951 blttar, bnetarl.
1952 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1953 binary for blttar, bnetarl.
1954 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1955 wait instruction. Delete ldmx test.
1956 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1957
e409c542
AKS
19582020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1959
1960 * gdb.fortran/array-bounds-high.exp: New file.
1961 * gdb.fortran/array-bounds-high.f90: New file.
1962
b0029748
LD
19632020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1964
1965 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1966 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1967
195a8287
TV
19682020-02-01 Tom de Vries <tdevries@suse.de>
1969
1970 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1971
42330a68
AB
19722020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1973
1974 PR tui/9765
1975 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1976 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1977
b62a8028
LM
19782020-01-29 Luis Machado <luis.machado@linaro.org>
1979
1980 * gdb.arch/aarch64-brk-patterns.c: New source file.
1981 * gdb.arch/aarch64-brk-patterns.exp: New test.
1982
5f440116
TBA
19832020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1984
1985 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1986 GCC/Clang version.
1987 * gdb.cp/pass-by-ref.exp: Ditto.
1988
ee2a6fc6
TV
19892020-01-29 Tom de Vries <tdevries@suse.de>
1990
1991 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1992 * gdb.threads/watchpoint-fork-mt.c: Same.
1993 * gdb.threads/watchpoint-fork-parent.c: Same.
1994 * gdb.threads/watchpoint-fork-st.c: Same.
1995 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1996
16b10d6e
LM
19972020-01-27 Luis Machado <luis.machado@linaro.org>
1998
1999 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2000 sitting at a syscall instruction when we hit the syscall function's
2001 breakpoint.
2002 Check PC against one obtained with the x command.
2003 Validate syscall number.
2004 (step_over_syscall): Don't continue to the syscall instruction if
2005 we're already there.
2006
b1468492
PW
20072020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2008
2009 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2010
7ffa82e1
AB
20112020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2012
2013 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2014 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2015
3d92a3e3
AB
20162020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2017
2018 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2019 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2020
94a72be7
AB
20212020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2022
2023 * gdb.base/maint.exp: Update line table parsing test.
2024 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2025
53af73bf
PA
20262020-01-24 Pedro Alves <palves@redhat.com>
2027
2028 PR gdb/25410
2029 * gdb.multi/multi-re-run-1.c: New.
2030 * gdb.multi/multi-re-run-2.c: New.
2031 * gdb.multi/multi-re-run.exp: New.
2032
1ba1ac88
AB
20332020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2034
2035 PR gdb/23718
2036 * gdb.server/server-kill-python.exp: New file.
2037
f3364a6d
AB
20382020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2039
2040 * gdb.server/multi-ui-errors.c: New file.
2041 * gdb.server/multi-ui-errors.exp: New file.
2042
733d0a67
AB
20432020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2044
2045 PR tui/9765
2046 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2047
4f13c1c0
TT
20482020-01-19 Tom Tromey <tom@tromey.com>
2049
2050 * gdb.tui/main.exp: Add check for plain "file".
2051
40c94099
CB
20522020-01-16 Christian Biesinger <cbiesinger@google.com>
2053
2054 * lib/gdb.exp: Fix spelling error (seperatelly).
2055
ff47f4f0
TT
20562020-01-14 Tom Tromey <tom@tromey.com>
2057
2058 PR symtab/12535:
2059 * gdb.python/python.exp: Test decode_line with empty string
2060 argument.
2061
717c684d
BE
20622020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2063
2064 * gdb.base/skip-inline.exp: Extend test.
2065
44e4c775
AB
20662020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2067
2068 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2069 * gdb.dwarf2/dw2-bad-elf.c: New file.
2070 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2071
d93c6db7
AB
20722020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2073
2074 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2075 _line_saw_file.
2076
9a6d629c
AB
20772020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2078
2079 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2080 border.
2081
d9ebdab7
TBA
20822020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2083
2084 * gdb.multi/multi-target.exp (setup): Factor out "info
2085 connections" and "info inferiors" tests to ...
2086 (test_info_inferiors): ... this new procedure.
2087 (top level): Run new "info-inferiors" tests.
2088
f3c469b9
PA
20892020-01-10 Pedro Alves <palves@redhat.com>
2090
2091 * gdb.server/bkpt-other-inferior.exp: New file.
2092
121b3efd
PA
20932020-01-10 Pedro Alves <palves@redhat.com>
2094
2095 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2096 of "add-inferior".
2097 * gdb.base/quit-live.exp: Likewise.
2098 * gdb.base/remote-exec-file.exp: Likewise.
2099 * gdb.guile/scm-progspace.exp: Likewise.
2100 * gdb.linespec/linespec.exp: Likewise.
2101 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2102 * gdb.mi/user-selected-context-sync.exp: Likewise.
2103 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2104 "info inferiors" tests.
2105 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2106 "add-inferior".
2107 * gdb.multi/watchpoint-multi.exp: Likewise.
2108 * gdb.python/py-inferior.exp: Likewise.
2109 * gdb.server/extended-remote-restart.exp: Likewise.
2110 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2111 "info inferiors".
2112 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2113 * gdb.trace/report.exp: Likewise.
2114
1dadb1dd
PA
21152020-01-10 Pedro Alves <palves@redhat.com>
2116
2117 * gdb.multi/multi-target.c: New file.
2118 * gdb.multi/multi-target.exp: New file.
2119 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2120 mode requested, but remote does not support non-stop".
2121
78f2c40a
PA
21222020-01-10 Pedro Alves <palves@redhat.com>
2123
2124 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2125 disconnect before reconnecting.
2126
e7af6c70
TBA
21272020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2128 Pedro Alves <palves@redhat.com>
2129
2130 * gdb.server/connect-without-multi-process.exp: Also test
2131 continuing to end.
2132
acdf84a6
PA
21332020-01-10 Pedro Alves <palves@redhat.com>
2134
2135 * gdb.base/remote-exec-file.exp: New file.
2136
873657b9
PA
21372020-01-10 Pedro Alves <palves@redhat.com>
2138
2139 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2140 output.
2141 * gdb.threads/async.c: New.
2142 * gdb.threads/async.exp: New.
2143 * gdb.multi/tids-gid-reset.c: New.
2144 * gdb.multi/tids-gid-reset.exp: New.
2145
7f0ae84c
GB
21462020-01-10 George Barrett <bob@bob131.so>
2147
2148 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2149 to help in finding the image relocation offset.
2150 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2151 options in arguments.
2152 (stap_test_no_debuginfo): Likewise.
2153 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2154 test variants.
2155 (stap_test): Add null semaphore relocation test.
2156
47e9d49d
GB
21572020-01-10 George Barrett <bob@bob131.so>
2158
2159 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2160 * gdb.base/stap-probe.exp: Likewise.
2161 (stap_test): Pass argument as an additional flag.
2162 (stap_test_no_debuginfo): Likewise.
2163 (stap_test): Check `info probes stap' output for semaphore
2164 addresses if the test binary is supposed to have them.
2165
f5a7c406
AB
21662020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2167
2168 * gdb.tui/basic.exp: Add more scrolling tests.
2169
9ae6bf64
TT
21702020-01-09 Tom Tromey <tom@tromey.com>
2171
2172 PR tui/18932:
2173 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2174 meangingful value.
2175 (Term::command, Term::resize): Update.
2176 * gdb.tui/basic.exp: Add scrolling test.
2177
b2efe70c
AB
21782020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2179
2180 * gdb.tui/tui-layout-asm.exp: New file.
2181
3804da7e
AB
21822020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2183
2184 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2185
b40aa28f
AB
21862020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2187
2188 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2189 (Term::enter_tui): Use Term::prepare_for_tui.
2190
63ffd7c9
AB
21912020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2192
2193 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2194 called.
2195
3be966f6
AB
21962020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2197
2198 * gdb.base/skip.exp: Fix race condition in test.
2199
153d79c4
AB
22002020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2201
2202 * gdb.base/backtrace.c: New file.
2203 * gdb.base/backtrace.exp: New file.
2204
f2302a34
AB
22052020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2206
2207 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2208
6ec1d75e
PW
22092020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2210
2211 * gdb.base/style.exp: Test that warnings are styled.
2212
c296cbe6
BE
22132019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2214
2215 * gdb.base/line65535.exp: New file.
2216 * gdb.base/line65535.c: New file.
2217
b28a729d
SM
22182019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2219
2220 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2221 * lib/gnat_debug_info_test.adb: New file.
2222 * gdb.ada/ptype_tagged_param.exp: Use
2223 gnat_runtime_has_debug_info, expect a different output if
2224 runtime does not have debug info.
2225
7f2d7a0d
SM
22262019-12-20 Simon Marchi <simon.marchi@efficios.com>
2227
2228 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2229 (another) quote in test name.
2230
f3bce483
SM
22312019-12-20 Simon Marchi <simon.marchi@efficios.com>
2232
2233 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2234 Add quote in test name.
2235
c855a912
TBA
22362019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2237
2238 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2239 directory instead.
2240 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2241 * gdb.cp/pass-by-ref-2.cc: New file.
2242 * gdb.cp/pass-by-ref-2.exp: New file.
2243
fc9d2d72
TT
22442019-12-20 Tom Tromey <tom@tromey.com>
2245
2246 * gdb.tui/list-before.exp: New file.
2247
77b97e00
TT
22482019-12-20 Tom Tromey <tom@tromey.com>
2249
2250 * gdb.tui/list.exp: Check for source on initial listing.
2251
f69656d0
TT
22522019-12-11 Tom Tromey <tromey@adacore.com>
2253
2254 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2255 Add crlf test.
2256
99a55965
SM
22572019-12-18 Simon Marchi <simon.marchi@efficios.com>
2258
2259 * gdb.base/default.exp: Update value of $_gdb_major.
2260
5024637f
BE
22612019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2262
2263 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2264
b63634be
BE
22652019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2266
2267 * gdb.base/skip.exp: Whitespace fix.
2268
45d73523
BE
22692019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2270
2271 * gdb.base/skip-inline.c: New file.
2272 * gdb.base/skip-inline.exp: New file.
2273
d043f8c8
SM
22742019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2275
2276 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2277 jit_function_00 to jit_function_stack_mangle.
2278 * gdb.base/jithost.c (jit_function_t): Rename to...
2279 (jit_function_stack_mangle_t): ... this.
2280 (jit_function_add_t): New typedef.
2281 (jit_function_00_code): Rename to...
2282 (jit_function_stack_mangle_code): ... this, make static.
2283 (jit_function_add_code): New.
2284 (main): Generate "add" function and call it. Adjust to changes
2285 in jithost_abi.
2286 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2287 (struct jithost_abi) <begin, end>: Remove fields.
2288 <object, function_stack_mangle, function_add>: New fields.
2289 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2290 code_end>: Remove fields.
2291 <func_stack_mangle>: New field.
2292 (read_debug_info): Adjust to renaming, create block for "add"
2293 function.
2294 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2295
873de05c
TT
22962019-12-11 Tom Tromey <tom@tromey.com>
2297
2298 * gdb.tui/resize.exp: Fix regexp.
2299 * gdb.tui/regs.exp: Fix regexps.
2300 * gdb.tui/main.exp: Fix regexp.
2301
3d979945
TT
23022019-12-11 Tom Tromey <tom@tromey.com>
2303
2304 * gdb.tui/resize.exp: Update.
2305 * gdb.tui/empty.exp (layouts): Update.
2306
2192a9d3
TT
23072019-12-11 Tom Tromey <tom@tromey.com>
2308
2309 * gdb.tui/regs.exp: Update.
2310 * gdb.tui/empty.exp (layouts): Update.
2311 * gdb.tui/basic.exp: Update.
2312 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2313
d8edc8b7
PW
23142019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2315
2316 * gdb.base/options.exp: Add -raw-values in the print completion list.
2317 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2318
4c12d936
KB
23192019-12-10 Kevin Buettner <kevinb@redhat.com>
2320
2321 * gdb.threads/omp-par-scope.c: New file.
2322 * gdb/threads/omp-par-scope.exp: New file.
2323
26b911fb
KB
23242019-12-10 Kevin Buettner <kevinb@redhat.com>
2325
bb47f919
KB
2326 * lib/gdb.exp (support_nested_function_tests): New proc.
2327
23282019-12-10 Kevin Buettner <kevinb@redhat.com>
2329
2330 * lib/gdb.exp (gdb_compile_openmp): New proc.
2331 (build_executable_from_specs): Add an "openmp" option.
2332 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2333
6c71eb7d
TT
23342019-12-10 Tom Tromey <tromey@adacore.com>
2335
2336 * gdb.ada/unchecked_union.exp: New file.
2337 * gdb.ada/unchecked_union/pck.adb: New file.
2338 * gdb.ada/unchecked_union/pck.ads: New file.
2339 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2340 * gdb-utils.exp (string_to_regexp): Also quote "?".
2341
bac7c5cf
GB
23422019-12-10 George Barrett <bob@bob131.so>
2343
2344 Test scripted probe breakpoints.
2345 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2346 * gdb.python/py-breakpoint.c (main): Likewise.
2347 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2348 specifier test.
2349 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2350
330f1d38
TBA
23512019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2352
2353 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2354 an rvalue parameter.
2355 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2356 parameter.
2357
b43315e2
AB
23582019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2359
2360 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2361 modules.
2362
54f73dad
AB
23632019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2364
2365 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2366 broken version of GCC.
2367
d57cbee9
AB
23682019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2369
2370 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2371 sym-info-cmds library.
2372 * gdb.fortran/info-types.exp: Likewise.
2373 * lib/sym-info-cmds.exp: New file.
2374
c14aab8c
TV
23752019-12-08 Tom de Vries <tdevries@suse.de>
2376
2377 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2378
aa2d5a42
KS
23792019-12-07 Keith Seitz <keiths@redhat.com>
2380
2381 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2382 * gdb.base/corefile-buildid-shlib.c: New file.
2383 * gdb.base/corefile-buildid.c: New file.
2384 * gdb.base/corefile-buildid.exp: New file.
2385
93e55f0a
TV
23862019-12-06 Tom de Vries <tdevries@suse.de>
2387
2388 * gdb.dwarf2/varval.exp: Add decl before def test.
2389
c7d12402
TBA
23902019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2391
2392 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2393
06acc08f
TBA
23942019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2395
2396 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2397 CV and reference conversion for overload resolution.
2398 * gdb.cp/rvalue-ref-overload.exp: Test it.
2399
e0fad1ea
PW
24002019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2401
2402 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2403 * gdb.base/frameapply.exp: Test faas without command.
2404
8d70a9f0
AB
24052019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2406
2407 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2408 Fortran tests.
2409 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2410 order.
2411
36c8fb93
AB
24122019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2413
2414 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2415 casting to type with no kind specified.
2416 (test_basic_parsing_of_type_kinds): Additional tests for types
2417 with no kind specified, and add tests for single/double
2418 precision/complex types.
2419
4139ff00
TT
24202019-12-04 Tom Tromey <tromey@adacore.com>
2421
2422 * gdb.base/endianity.c (struct other) <x>: New field.
2423 (main): Initialize it.
2424 * gdb.base/endianity.exp: Update.
2425
a05cf17a
TT
24262019-12-04 Tom Tromey <tromey@adacore.com>
2427
2428 * gdb.ada/scalar_storage/storage.adb: New file.
2429 * gdb.ada/scalar_storage/pck.adb: New file.
2430 * gdb.ada/scalar_storage/pck.ads: New file.
2431 * gdb.ada/scalar_storage.exp: New file.
2432
103a685e
TT
24332019-12-04 Tom Tromey <tromey@adacore.com>
2434
2435 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2436 (main): Initialize it.
2437 * gdb.base/endianity.exp: Update.
2438
c2512106
AB
24392019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2440
2441 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2442
293b38d6
AB
24432019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2444
2445 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2446 -symbol-info-module-functions and -symbol-info-module-variables.
2447
216a7e6b
AB
24482019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2449
2450 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2451
5bbd8269
AB
24522019-12-01 Richard Bunt <richard.bunt@arm.com>
2453 Andrew Burgess <andrew.burgess@embecosm.com>
2454
2455 * gdb.fortran/derived-type-striding.exp: New file.
2456 * gdb.fortran/derived-type-striding.f90: New file.
2457 * gdb.fortran/array-slices.exp: New file.
2458 * gdb.fortran/array-slices.f90: New file.
2459
be09caf1
PW
24602019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2461
2462 * gdb.base/define.exp: Test . in command names.
2463 * gdb.base/setshow.exp: Update test, as . is now part of
2464 command name.
2465
643c0cbe
PW
24662019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2467
2468 * gdb.base/define-prefix.exp: New file.
2469
dcdec678
AB
24702019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2471
2472 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2473 compile.
2474 (skip_btrace_pt_tests): Likewise.
2475
640ab947
AB
24762019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2477
2478 * gdb.fortran/info-modules.exp: Compile source files in correct
2479 order.
2480
d22670f0
KB
24812019-11-27 Kevin Buettner <kevinb@redhat.com>
2482
2483 * gdb.dwarf2/imported-unit.exp: New file.
2484 * gdb.dwarf2/imported-unit.c: New file.
2485
db5960b4
AB
24862019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2487
2488 * gdb.mi/mi-fortran-modules-2.f90: New file.
2489 * gdb.mi/mi-fortran-modules.exp: New file.
2490 * gdb.mi/mi-fortran-modules.f90: New file.
2491
7dc42066
AB
24922019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2493
2494 * gdb.mi/mi-sym-info-1.c: New file.
2495 * gdb.mi/mi-sym-info-2.c: New file.
2496 * gdb.mi/mi-sym-info.exp: New file.
2497
0dfeecca
TT
24982019-11-22 Tom Tromey <tromey@adacore.com>
2499
2500 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2501 * gdb.ada/tasks/foo.adb: Add another stopping location.
2502
34877895
PJ
25032019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2504
2505 * gdb.base/endianity.c: New test.
2506 * gdb.base/endianity.exp: New file.
2507
2e84f897
LD
25082019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2509
2510 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2511
65d1cd5f
TV
25122019-11-21 Tom de Vries <tdevries@suse.de>
2513
2514 PR gdb/24956
2515 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2516
4f22c3f4
SDJ
25172019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2518
2519 * gdb.python/py-progspace.exp: Add missing parentheses on some
2520 'print' commands.
2521
9f6ad286
TT
25222019-11-19 Tom Tromey <tom@tromey.com>
2523
2524 * gdb.tui/winheight.exp: New file.
2525
0b8dbf3f
AB
25262019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2527
2528 * gdb.base/ctf-whatis.c: Delete.
2529 * gdb.base/ctf-whatis.exp: Delete.
2530 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2531
f833b7a7
AB
25322019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2533
2534 * gdb.base/ctf-cvexpr.exp: Delete.
2535 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2536
30d0a636
AB
25372019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2538
2539 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2540 the compiler. Clean up header comment a little.
2541 * gdb.base/ctf-ptype.exp: Likewise.
2542 * gdb.base/ctf-whatis.exp: Likewise.
2543 * lib/gdb.exp (skip_ctf_tests): New proc.
2544
494409bb
SDJ
25452019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2546
2547 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2548 * gdb.tui/corefile-run.exp: New file.
2549
55708e99
TT
25502019-11-14 Tom Tromey <tromey@adacore.com>
2551
2552 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2553 regression tests.
2554
45e42163
TT
25552019-11-12 Tom Tromey <tom@tromey.com>
2556
2557 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2558 after any command. Expect prompt after WAIT_FOR is seen.
2559 (enter_tui): Enable resize messages.
2560 (command): Expect command in output.
2561 (get_line): Avoid error when cursor appears to be off-screen.
2562 (dump_screen): Include screen size in title.
2563 (_do_resize): New proc, from "resize".
2564 (resize): Rewrite. Do resize in two steps.
2565 * gdb.tui/empty.exp (layouts): Fix entries.
2566 (check_boxes): Remove xfail.
2567 (check_text): Dump screen on failure.
2568
086baaf1
AB
25692019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2570
2571 * gdb.python/py-symbol.exp: Add test for
2572 gdb.lookup_static_symbols.
2573
09ff83af
AB
25742019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2575
2576 * gdb.python/py-symbol.c: Declare and call function from new
2577 py-symbol-2.c file.
2578 * gdb.python/py-symbol.exp: Compile both source files, and add new
2579 tests for gdb.lookup_static_symbol.
2580 * gdb.python/py-symbol-2.c: New file.
2581
11af934b
TV
25822019-11-02 Tom de Vries <tdevries@suse.de>
2583
2584 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2585 * gdb.base/anon.exp: Same.
2586 * gdb.base/auto-connect-native-target.exp: Same.
2587 * gdb.base/call-ar-st.exp: Same.
2588 * gdb.base/catch-syscall.exp: Same.
2589 * gdb.base/commands.exp: Same.
2590 * gdb.base/default.exp: Same.
2591 * gdb.base/display.exp: Same.
2592 * gdb.base/float.exp: Same.
2593 * gdb.base/foll-fork.exp: Same.
2594 * gdb.base/help.exp: Same.
2595 * gdb.base/info-macros.exp: Same.
2596 * gdb.base/info-proc.exp: Same.
2597 * gdb.base/info-target.exp: Same.
2598 * gdb.base/long_long.exp: Same.
2599 * gdb.base/macscp.exp: Same.
2600 * gdb.base/memattr.exp: Same.
2601 * gdb.base/nofield.exp: Same.
2602 * gdb.base/pointers.exp: Same.
2603 * gdb.base/printcmds.exp: Same.
2604 * gdb.base/ptype.exp: Same.
2605 * gdb.base/restore.exp: Same.
2606 * gdb.base/return.exp: Same.
2607 * gdb.base/scope.exp: Same.
2608 * gdb.base/set-noassign.exp: Same.
2609 * gdb.base/setshow.exp: Same.
2610 * gdb.base/shlib-call.exp: Same.
2611 * gdb.base/signals.exp: Same.
2612 * gdb.base/sigstep.exp: Same.
2613 * gdb.base/skip.exp: Same.
2614 * gdb.base/solib-symbol.exp: Same.
2615 * gdb.base/stap-probe.exp: Same.
2616 * gdb.base/step-line.exp: Same.
2617 * gdb.base/step-test.exp: Same.
2618 * gdb.base/style.exp: Same.
2619 * gdb.base/varargs.exp: Same.
2620 * gdb.base/vla-datatypes.exp: Same.
2621 * gdb.base/vla-ptr.exp: Same.
2622 * gdb.base/vla-sideeffect.exp: Same.
2623 * gdb.base/volatile.exp: Same.
2624 * gdb.base/watch-cond-infcall.exp: Same.
2625 * gdb.base/watchpoint.exp: Same.
2626
e96ec2ba
TV
26272019-11-02 Tom de Vries <tdevries@suse.de>
2628
2629 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2630 * gdb.cp/cpexprs.exp: Same.
2631 * gdb.cp/except-multi-location.exp: Same.
2632 * gdb.cp/exceptprint.exp: Same.
2633 * gdb.cp/gdb2384.exp: Same.
2634 * gdb.cp/inherit.exp: Same.
2635 * gdb.cp/m-static.exp: Same.
2636 * gdb.cp/meth-typedefs.exp: Same.
2637 * gdb.cp/misc.exp: Same.
2638 * gdb.cp/namespace.exp: Same.
2639 * gdb.cp/non-trivial-retval.exp: Same.
2640 * gdb.cp/overload.exp: Same.
2641 * gdb.cp/pr17132.exp: Same.
2642 * gdb.cp/re-set-overloaded.exp: Same.
2643 * gdb.cp/rvalue-ref-types.exp: Same.
2644 * gdb.cp/templates.exp: Same.
2645
bd5766ec
LM
26462019-11-01 Luis Machado <luis.machado@linaro.org>
2647
2648 PR gdb/25124
2649
2650 * gdb.arch/pr25124.S: New file.
2651 * gdb.arch/pr25124.exp: New file.
2652
165f8965
AB
26532019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2654
2655 * gdb.fortran/info-modules.exp: Update expected results, and add
2656 additional tests for 'info module functinos', and 'info module
2657 variables'.
2658 * gdb.fortran/info-types.exp: Update expected results.
2659 * gdb.fortran/info-types.f90: Extend testcase with additional
2660 module variables and functions.
2661
59c35742
AB
26622019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2663
2664 * gdb.fortran/info-modules.exp: New file.
2665 * gdb.fortran/info-types.exp: Build with new file.
2666 * gdb.fortran/info-types.f90: Include and use new module.
2667 * gdb.fortran/info-types-2.f90: New file.
2668
f3fb2519
PW
26692019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2670
2671 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2672 * gdb.base/settings.exp: Test all settings types using
2673 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2674 that now verifies that the value of "maint show" is the same as
2675 returned by the settings functions. Test the type of the
2676 maintenance settings.
2677 * gdb.base/default.exp: Update show_conv_list.
2678
d1e36019
TV
26792019-10-31 Tom de Vries <tdevries@suse.de>
2680
2681 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2682 gdb_test.
2683 * gdb.arch/amd64-disp-step.exp: Same.
2684 * gdb.asm/asm-source.exp: Same.
2685 * gdb.btrace/buffer-size.exp: Same.
2686 * gdb.btrace/cpu.exp: Same.
2687 * gdb.btrace/enable.exp: Same.
2688 * gdb.dwarf2/count.exp: Same.
2689 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2690 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2691 * gdb.fortran/vla-datatypes.exp: Same.
2692 * gdb.fortran/vla-history.exp: Same.
2693 * gdb.fortran/vla-ptype.exp: Same.
2694 * gdb.fortran/vla-value.exp: Same.
2695 * gdb.fortran/whatis_type.exp: Same.
2696 * gdb.guile/guile.exp: Same.
2697 * gdb.multi/tids.exp: Same.
2698 * gdb.python/py-finish-breakpoint.exp: Same.
2699 * gdb.python/py-framefilter.exp: Same.
2700 * gdb.python/py-pp-registration.exp: Same.
2701 * gdb.python/py-xmethods.exp: Same.
2702 * gdb.python/python.exp: Same.
2703 * gdb.server/connect-with-no-symbol-file.exp: Same.
2704 * gdb.server/no-thread-db.exp: Same.
2705 * gdb.server/run-without-local-binary.exp: Same.
2706 * gdb.stabs/weird.exp: Same.
2707 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2708 * gdb.threads/thread-find.exp: Same.
2709 * gdb.threads/tls-shared.exp: Same.
2710 * gdb.threads/tls.exp: Same.
2711 * gdb.threads/wp-replication.exp: Same.
2712 * gdb.trace/ax.exp: Same.
2713 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2714
3d11e68e
TV
27152019-10-31 Tom de Vries <tdevries@suse.de>
2716
2717 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2718 * gdb.ada/array_subscript_addr.exp: Same.
2719 * gdb.ada/arrayidx.exp: Same.
2720 * gdb.ada/arrayparam.exp: Same.
2721 * gdb.ada/arrayptr.exp: Same.
2722 * gdb.ada/boolean_expr.exp: Same.
2723 * gdb.ada/call_pn.exp: Same.
2724 * gdb.ada/complete.exp: Same.
2725 * gdb.ada/fixed_cmp.exp: Same.
2726 * gdb.ada/fun_addr.exp: Same.
2727 * gdb.ada/funcall_param.exp: Same.
2728 * gdb.ada/interface.exp: Same.
2729 * gdb.ada/mod_from_name.exp: Same.
2730 * gdb.ada/null_array.exp: Same.
2731 * gdb.ada/packed_array.exp: Same.
2732 * gdb.ada/packed_tagged.exp: Same.
2733 * gdb.ada/print_chars.exp: Same.
2734 * gdb.ada/print_pc.exp: Same.
2735 * gdb.ada/ptype_arith_binop.exp: Same.
2736 * gdb.ada/ptype_field.exp: Same.
2737 * gdb.ada/ptype_tagged_param.exp: Same.
2738 * gdb.ada/rec_return.exp: Same.
2739 * gdb.ada/ref_tick_size.exp: Same.
2740 * gdb.ada/str_ref_cmp.exp: Same.
2741 * gdb.ada/taft_type.exp: Same.
2742 * gdb.ada/tagged.exp: Same.
2743 * gdb.ada/type_coercion.exp: Same.
2744 * gdb.ada/uninitialized_vars.exp: Same.
2745
60b6ede8
TV
27462019-10-30 Tom de Vries <tdevries@suse.de>
2747
2748 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2749
30baf67b
TV
27502019-10-26 Tom de Vries <tdevries@suse.de>
2751
2752 * gdb.base/bigcore.c: Fix typos in comments.
2753 * gdb.base/ctf-ptype.c: Same.
2754 * gdb.base/long_long.c: Same.
2755 * gdb.dwarf2/dw2-op-out-param.S: Same.
2756 * gdb.python/py-evthreads.c: Same.
2757 * gdb.reverse/i387-stack-reverse.c: Same.
2758 * gdb.trace/tfile.c: Same.
2759 * lib/compiler.c: Same.
2760 * lib/compiler.cc: Same.
2761
158da0d1
TV
27622019-10-25 Tom de Vries <tdevries@suse.de>
2763
2764 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2765 gdb_test_multiple calls.
2766 * gdb.reverse/sigall-reverse.exp: Same.
2767 * gdb.reverse/solib-precsave.exp: Same.
2768 * gdb.reverse/solib-reverse.exp: Same.
2769 * gdb.reverse/until-precsave.exp: Same.
2770 * gdb.reverse/until-reverse.exp: Same.
2771
4ccdfbec
TV
27722019-10-24 Tom de Vries <tdevries@suse.de>
2773
2774 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2775 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2776 kfail using -wrap pattern flag and convenience variable
2777 gdb_test_name.
2778
33d569b7
AB
27792019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2780
2781 * gdb.python/py-progspace.exp: Add tests for the
2782 Progspace.block_for_pc method.
2783
4d0b984b
TT
27842019-10-23 Tom Tromey <tom@tromey.com>
2785
2786 * configure: Rebuild.
2787 * aclocal.m4: Use m4_include, not sinclude.
2788
94cb3754
TV
27892019-10-21 Tom de Vries <tdevries@suse.de>
2790
2791 * gdb.base/infcall-nested-structs.c: Add
2792 __attribute__((noinline,noclone)) to all functions.
2793 (call_all): Add missing variable initialization. Simplify return value.
2794 (breakpt): Increment volatile variable, to prevent call from being
2795 optimized out.
2796 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2797
062f1fc1
TV
27982019-10-17 Tom de Vries <tdevries@suse.de>
2799
2800 * gdb.fortran/module.exp: Allow info variables to print info for files
2801 other than module.f90.
2802
0b54364d
AB
28032019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2804
2805 * gdb.fortran/module.exp: Extend with 'info variables' test.
2806
7ff5fae7
AB
28072019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2808
2809 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2810 F77_FOR_TARGET.
2811
d10eccaa
TV
28122019-10-16 Tom de Vries <tdevries@suse.de>
2813
2814 PR tdep/25096
2815 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2816
745ff14e
TV
28172019-10-16 Tom de Vries <tdevries@suse.de>
2818
2819 PR tdep/24104
2820 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2821 Add KFAIL for PR tdep/25096.
2822
03e1ab94
TV
28232019-10-16 Tom de Vries <tdevries@suse.de>
2824
2825 PR testsuite/25059
2826 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2827
b17fcc10
TV
28282019-10-16 Tom de Vries <tdevries@suse.de>
2829
2830 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2831 as signed.
2832
9223170f
SM
28332019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2834
2835 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2836 one instead of increasing timeout.
2837
d6e76313
TV
28382019-10-13 Tom de Vries <tdevries@suse.de>
2839
2840 PR record/25038
2841 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2842 * gdb.reverse/sigall-reverse.exp: Same.
2843 * gdb.reverse/solib-precsave.exp: Same.
2844 * gdb.reverse/solib-reverse.exp: Same.
2845 * gdb.reverse/step-precsave.exp: Same.
2846 * gdb.reverse/until-precsave.exp: Same.
2847 * gdb.reverse/until-reverse.exp: Same.
2848 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2849
6dfc0041
AA
28502019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2851
2852 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2853 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2854 (cmp_struct_05_01, cmp_struct_static_02_01)
2855 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2856 comparisons.
2857
abcf2cc8
TV
28582019-10-10 Tom de Vries <tdevries@suse.de>
2859
2860 PR testsuite/24888
2861 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2862 gnatlink.
2863
a50faaf6
TV
28642019-10-09 Tom de Vries <tdevries@suse.de>
2865
2866 PR testsuite/25048
2867 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2868
60ff3cd7
AB
28692019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2870
2871 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2872 exceptions due to missing debug information.
2873
dfee8566
TV
28742019-10-07 Tom de Vries <tdevries@suse.de>
2875
2876 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2877
3d63690a
AB
28782019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2879
2880 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2881 * gdb.base/annota1.exp: Update to use gdb_test_name.
2882
30d1f018
WP
28832019-10-07 Weimin Pan <weimin.pan@oracle.com>
2884
2885 * gdb.base/ctf-whatis.exp: New file.
2886 * gdb.base/ctf-whatis.c: New file.
2887 * gdb.base/ctf-ptype.exp: New file.
2888 * gdb.base/ctf-ptype.c: New file.
2889 * gdb.base/ctf-constvars.exp: New file.
2890 * gdb.base/ctf-constvars.c: New file.
2891 * gdb.base/ctf-cvexpr.exp: New file.
2892
4dbbb47c
TV
28932019-10-04 Tom de Vries <tdevries@suse.de>
2894
2895 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2896 for loop.
2897
77c2dba3
TT
28982019-10-03 Tom Tromey <tom@tromey.com>
2899
2900 PR rust/24976:
2901 * gdb.rust/simple.rs (Union2): New type.
2902 (main): Use Union2.
2903 * gdb.rust/simple.exp: Add test.
2904
179aed7f
AB
29052019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2906
2907 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2908 nested function prefix.
2909
0a4b0913
AB
29102019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2911 Richard Bunt <richard.bunt@arm.com>
2912 Andrew Burgess <andrew.burgess@embecosm.com>
2913
2914 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2915 nested functions.
2916 * gdb.fortran/nested-funcs.f90: Update expected results.
2917 * gdb.fortran/nested-funcs-2.exp: New file.
2918 * gdb.fortran/nested-funcs-2.f90: New file.
2919
082cce05
AB
29202019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2921
2922 * gdb.python/py-parameter.exp: Make test names unique.
2923 * gdb.python/py-template.exp: Likewise.
2924 * gdb.python/py-value.exp: Likewise.
2925
2b74ba5a
AB
29262019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2927
2928 * gdb.base/break-interp.exp: Reduce test name duplication.
2929 * gdb.base/call-sc.exp: Likewise.
2930 * gdb.base/callfuncs.exp: Likewise.
2931 * gdb.base/charset.exp: Likewise.
2932 * gdb.base/dump.exp: Likewise.
2933 * gdb.base/ena-dis-br.exp: Likewise.
2934 * gdb.base/relational.exp: Likewise.
2935 * gdb.base/step-over-syscall.exp: Likewise.
2936 * gdb.base/structs.exp: Likewise.
2937
58eb20d5
AB
29382019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2939
2940 * gdb.linespec/explicit.exp: Make test names unique.
2941 * gdb.linespec/ls-errs.exp: Likewise.
2942
4d421147
AB
29432019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2944
2945 * gdb.reverse/break-precsave.exp: Make test names unique.
2946 * gdb.reverse/break-reverse.exp: Likewise.
2947 * gdb.reverse/finish-precsave.exp: Likewise.
2948 * gdb.reverse/finish-reverse.exp: Likewise.
2949 * gdb.reverse/machinestate-precsave.exp: Likewise.
2950 * gdb.reverse/machinestate.exp: Likewise.
2951 * gdb.reverse/readv-reverse.exp: Likewise.
2952 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2953 * gdb.reverse/sigall-precsave.exp: Likewise.
2954 * gdb.reverse/sigall-reverse.exp: Likewise.
2955 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2956 * gdb.reverse/watch-precsave.exp: Likewise.
2957 * gdb.reverse/watch-reverse.exp: Likewise.
2958
d8c06f22
AB
29592019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2960
2961 * gdb.threads/stop-with-handle.c: New file.
2962 * gdb.threads/stop-with-handle.exp: New file.
2963
3a56ed86
TV
29642019-10-03 Tom de Vries <tdevries@suse.de>
2965
2966 PR testsuite/25059
2967 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2968 directory" line to be missing.
2969
42275044
TV
29702019-10-03 Tom de Vries <tdevries@suse.de>
2971
2972 PR testsuite/25059
2973 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2974 type optional.
2975
9ef62df0
AA
29762019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2977
2978 * gdb.python/py-format-string.c (string.h): New include.
2979 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2980 the same value, for endianness-independence.
2981 * gdb.python/py-format-string.exp (default_regexp_dict)
2982 (test_pretty_structs, test_format): Adjust expected output to the
2983 changed initialization.
2984
37f6a7f4
TT
29852019-10-02 Tom Tromey <tromey@adacore.com>
2986
2987 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2988
1d58d6a2
PA
29892019-10-02 Pedro Alves <palves@redhat.com>
2990 Andrew Burgess <andrew.burgess@embecosm.com>
2991
2992 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2993 "print-file-var.h".
2994 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2995 (get_version_1): Print this_version_id and its address.
2996 Add extern "C" wrappers around interface functions.
2997 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2998 "print-file-var.h".
2999 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3000 (get_version_2): Print this_version_id and its address.
3001 Add extern "C" wrappers around interface functions.
3002 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3003 <stddef.h> and "print-file-var.h".
3004 Add extern "C" wrappers around interface functions.
3005 [VERSION_ID_MAIN] (this_version_id): Define.
3006 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3007 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3008 up extern "C" blocks.
3009 * gdb.base/print-file-var.exp (test): New, factored out from top
3010 level.
3011 (top level): Test all combinations of attribute hidden or not,
3012 dlopen or not, and this_version_id symbol in main file or not.
3013 Compile tests as both C++ and C, make test names unique.
3014
d770d56f
TT
30152019-10-01 Tom Tromey <tom@tromey.com>
3016
3017 * gdb.base/style.exp: Test "show logging filename".
3018
7f6aba03
TT
30192019-10-01 Tom Tromey <tom@tromey.com>
3020
3021 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3022 * gdb.base/style.exp: Add metadata style test.
3023
14309bb6
TT
30242019-10-01 Tom Tromey <tom@tromey.com>
3025
3026 * gdb.base/style.exp: Test "pwd".
3027
2a3c1174
PA
30282019-10-01 Tom Tromey <tom@tromey.com>
3029
3030 * gdb.base/style.exp: Update tests.
3031
53d666ec
AA
30322019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3033
3034 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3035 'six' to unsigned.
3036 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3037 'five'. Use an all-ones bit pattern for each.
3038 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3039 to its changed values.
3040
4a56a520
TT
30412019-09-30 Tom Tromey <tromey@adacore.com>
3042
3043 * gdb.rust/traits.rs: Disable all warnings.
3044
0df0352a
TV
30452019-09-29 Tom de Vries <tdevries@suse.de>
3046
aac66a4c 3047 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 3048
73d9a918
TV
30492019-09-29 Tom de Vries <tdevries@suse.de>
3050
3051 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3052
060b3ab4
TV
30532019-09-27 Tom de Vries <tdevries@suse.de>
3054
3055 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3056
68f7d34d
TV
30572019-09-27 Tom de Vries <tdevries@suse.de>
3058
3059 PR record/23188
3060 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3061
5d63b30a
TT
30622019-09-26 Tom Tromey <tromey@adacore.com>
3063
3064 * gdb.ada/py_taft.exp: New file.
3065 * gdb.ada/py_taft/main.adb: New file.
3066 * gdb.ada/py_taft/pkg.adb: New file.
3067 * gdb.ada/py_taft/pkg.ads: New file.
3068
3d435220
TV
30692019-09-24 Tom de Vries <tdevries@suse.de>
3070
3071 PR gdb/24598
3072 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3073
77d03678
TV
30742019-09-22 Tom de Vries <tdevries@suse.de>
3075
3076 * gdb.base/restore.exp: Allow register variables to be optimized out at
3077 -O0.
3078
abf516c6
UW
30792019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3080
3081 * gdb.arch/spu-info.exp: Remove file.
3082 * gdb.arch/spu-info.c: Remove file.
3083 * gdb.arch/spu-ls.exp: Remove file.
3084 * gdb.arch/spu-ls.c: Remove file.
3085
3086 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3087 * gdb.asm/spu.inc: Remove file.
3088
3089 * gdb.base/dump.exp: Remove support for spu*-*-*.
3090 * gdb.base/stack-checking.exp: Likewise.
3091 * gdb.base/overlays.exp: Likewise.
3092 * gdb.base/ovlymgr.c: Likewise.
3093 * gdb.base/spu.ld: Remove file.
3094
3095 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3096 * gdb.cp/cpexprs.exp: Likewise.
3097 * gdb.cp/exception.exp: Likewise.
3098 * gdb.cp/gdb2495.exp: Likewise.
3099 * gdb.cp/mb-templates.exp: Likewise.
3100 * gdb.cp/pr9167.exp: Likewise.
3101 * gdb.cp/userdef.exp: Likewise.
3102
3103 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3104
3105 * gdb.cell: Remove directory.
3106 * lib/cell.exp: Remove file.
3107
e452e88f
TV
31082019-09-19 Tom de Vries <tdevries@suse.de>
3109
3110 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3111
8a625130
TV
31122019-09-19 Tom de Vries <tdevries@suse.de>
3113
3114 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3115
81dc3ab5
TV
31162019-09-19 Tom de Vries <tdevries@suse.de>
3117
3118 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3119 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3120 (gdb_target_cmd): ... here.
3121 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3122 value 2.
3123
b078f3ac
AB
31242019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3125
3126 * gdb.base/source-dir.exp: Avoid having directory names in test
3127 names.
3128
f1b620e9
MG
31292019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3130
3131 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3132 directory.
3133
67f3ed6a
AB
31342019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3135
3136 * gdb.base/list-missing-source.exp: New file.
3137
d1b70248
TV
31382019-09-14 Tom de Vries <tdevries@suse.de>
3139
3140 PR teststuite/24599
3141 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3142 * lib/ada.exp (gnatmake_version_at_least): New proc.
3143
5fabdcd6
AB
31442019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3145
3146 * gdb.base/maint.exp: Use exec_has_index_section.
3147
aa17805f
AB
31482019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3149
3150 * gdb.base/maint.exp: Add test for 'maint info sections'.
3151
25e5c209
TV
31522019-09-12 Tom de Vries <tdevries@suse.de>
3153
3154 * gdb.base/store.exp: Allow register variables to be optimized out at
3155 -O0.
3156
4993045d
PW
31572019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3158
3159 * gdb.ada/rdv_wait.exp: Update to new task names.
3160 * gdb.base/task_switch_in_core.exp: Likewise.
3161 * gdb.base/info_sources_base.c: Likewise.
3162
8a516164
TT
31632019-09-10 Tom Tromey <tromey@adacore.com>
3164
3165 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3166
aa391654
TT
31672019-09-10 Tom Tromey <tromey@adacore.com>
3168
3169 * gdb.ada/dgopt.exp: New file.
3170 * gdb.ada/dgopt/x.adb: New file.
3171
8634b462
TT
31722019-09-08 Tom Tromey <tom@tromey.com>
3173
3174 * gdb.tui/resize.exp: Remove setup_xfail.
3175 * gdb.tui/regs.exp: Remove setup_xfail.
3176 * gdb.tui/basic.exp: Remove setup_xfail.
3177
736b0f76
DB
31782019-09-06 David Blaikie <dblaikie@gmail.com>
3179
3180 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3181 * gdb.cp/cplabel.exp: Ditto.
3182 * gdb.linespec/ls-errs.exp: Ditto.
3183
30331a6c
TV
31842019-09-05 Tom de Vries <tdevries@suse.de>
3185
3186 * lib/gdb.exp (cmp_file_string): New proc.
3187 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3188 runto_main. Verify save breakpoints output.
3189
98b0ebab
PW
31902019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3191
3192 * gdb.base/info-var.exp: Test info variables without running
3193 to main, to avoid expect's buffer overflow.
3194
4e962e74
TT
31952019-09-03 Tom Tromey <tromey@adacore.com>
3196
3197 * gdb.ada/bias.exp: New file.
3198 * gdb.ada/bias/bias.adb: New file.
3199 * gdb.ada/print_chars.exp: Add regression test.
3200 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3201 (MC): New variable.
3202
2ea1a07a
SL
32032019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3204
3205 * gdb.base/argv0-symlink.exp: Run only on native target
3206 and local host.
3207
8077c50d
TV
32082019-08-29 Tom de Vries <tdevries@suse.de>
3209
3210 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3211 diverse debug info.
3212 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3213
48352473
TV
32142019-08-28 Tom de Vries <tdevries@suse.de>
3215
3216 * gdb.base/info-var.exp: Allow info variables to print info for files
3217 other than info-var-f1.c and info-var-f2.c.
3218
d8f27c60
AB
32192019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3220
3221 * gdb.fortran/info-types.exp: Add module.
3222 * gdb.fortran/info-types.f90: Update expected results.
3223
1f20c35e
AB
32242019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3225
3226 * gdb.fortran/info-types.exp: New file.
3227 * gdb.fortran/info-types.f90: New file.
3228 * lib/fortran.exp (fortran_character1): New proc.
3229
4acfdd20
AB
32302019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3231
3232 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3233 functions'. Reindent as needed.
3234 * gdb.base/info-var-f1.c: New file.
3235 * gdb.base/info-var-f2.c: New file.
3236 * gdb.base/info-var.exp: New file.
3237 * gdb.base/info-var.h: New file.
3238
5c31b358
TV
32392019-08-26 Tom de Vries <tdevries@suse.de>
3240
3241 PR c++/24852
3242 * gdb.cp/no-libstdcxx-probe.exp: New test.
3243
b694989f
TV
32442019-08-26 Tom de Vries <tdevries@suse.de>
3245
3246 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3247 * tests need to be skipped.
3248 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3249 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3250 mi_skip_libstdcxx_probe_tests.
3251
d9c4ba53
SDJ
32522019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3253
3254 * gdb.python/py-xmethods.exp: Use raw strings when passing
3255 arguments to SimpleXMethodMatcher.
3256
395fad09
TV
32572019-08-22 Tom de Vries <tdevries@suse.de>
3258
3259 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3260 more informative.
3261
26c957f1
PA
32622019-08-21 Pedro Alves <palves@redhat.com>
3263
3264 * gdb.base/with.exp: Test "with" with no arguments.
3265
61f80d5d
TV
32662019-08-21 Tom de Vries <tdevries@suse.de>
3267
3268 * gdb.base/gdb-caching-proc.exp: Sort files.
3269
d7a11d13
TV
32702019-08-20 Tom de Vries <tdevries@suse.de>
3271
3272 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3273 compilation.
3274
34dafe9f
TV
32752019-08-16 Tom de Vries <tdevries@suse.de>
3276
3277 * gdb.base/compare-sections.exp ("after run to main"): Allow
3278 mismatched read-only sections for PIE executables.
3279
398fdd60
TT
32802019-08-16 Tom Tromey <tom@tromey.com>
3281
3282 * lib/tuiterm.exp (_csi_Z): New proc.
3283 * gdb.tui/basic.exp: Update window positions.
3284 * gdb.tui/empty.exp: Update window positions.
3285
d8f9e51c
SL
32862019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3287
3288 * gdb.base/examine-backward.exp: Correct regexp for
3289 "examine 3 bytes backward from ${address_zero}".
3290
3df505f6
TT
32912019-08-15 Tom Tromey <tom@tromey.com>
3292
3293 * gdb.tui/empty.exp: Enable resizing tests.
3294
272560b5
TT
32952019-08-15 Tom Tromey <tromey@adacore.com>
3296
3297 * gdb.ada/char_enum.exp: Add regression tests.
3298 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3299 and '0'.
3300 (Char, Gchar): Update.
3301 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3302
08235187
CB
33032019-08-15 Christian Biesinger <cbiesinger@google.com>
3304
3305 * gdb.python/python.exp: Expect a leading underscore on
3306 GdbOutput{,Error}File.
3307
22a2ab04
SL
33082019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3309
3310 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3311 Windows host.
3312
835b995b
SL
33132019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3314
3315 * gdb.base/batch-preserve-term-settings.exp
3316 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3317
97dd8e07
CB
33182019-08-15 Christian Biesinger <cbiesinger@google.com>
3319
3320 * lib/gdb.exp: When running on a mingw target, replace
3321 /x/ with x:/.
3322
75faf5c4
AH
33232019-08-14 Alan Hayward <alan.hayward@arm.com>
3324
3325 * gdb.arch/aarch64-prologue.c: New test.
3326 * gdb.arch/aarch64-prologue.exp: New file.
3327
abc6c00f
TV
33282019-08-13 Tom de Vries <tdevries@suse.de>
3329
3330 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3331 Thread.
3332
74c2c1f4
SL
33332019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3334
3335 * gdb.python/py-completion.exp: Download the .py file to the host
3336 and use its host pathname. Conditionalize tests that use
3337 tab completion and manipulate files on the build machine.
3338 * gdb.python/py-events.exp: Download the .py file to the host
3339 and use its host pathname.
3340 * gdb.python/py-evsignal.exp: Likewise.
3341 * gdb.python/py-evthreads.exp: Likewise.
3342 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3343 pathname syntax.
3344 * gdb.python/py-framefilter.exp: Download the .py file to the right
3345 place on the host. Match Windows pathname syntax.
3346 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3347 .py file to the host and use its host pathname.
3348 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3349 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3350 build pathname. Skip symlink test on Windows host. Add missing
3351 newline at end of file.
3352 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3353 and use its host pathname.
3354 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3355 * gdb.python/py-section-script.exp: Use host location of binfile
3356 on safe-path. Use correct path separator on Windows host.
3357 Reorder alternatives in gdb_test_multiple to prevent matching
3358 the wrong alternative on success.
3359 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3360
ca2589f3
PP
33612019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3362
3363 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3364 expect the GDB inferior to no longer immediately stop after
3365 being resumed with "signal SIGINT".
3366
020a839d
SL
33672019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3368
3369 * gdb.linespec/break-ask.exp: Generalize regexps to match
3370 Windows pathnames too.
3371
128d6509
TV
33722019-08-08 Tom de Vries <tdevries@suse.de>
3373
3374 PR testsuite/24862
3375 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3376
590042fc
PW
33772019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3378
3379 * gdb.base/style.exp: Update tests for help doc new invariants.
3380 * gdb.base/help.exp: Likewise.
3381
046bebe1
TT
33822019-08-06 Tom Tromey <tom@tromey.com>
3383
3384 * gdb.base/style.exp: Add disassemble test.
3385 * gdb.base/style.c (some_called_function): New function.
3386 (main): Use it.
3387
0b27c27d
CB
33882019-08-05 Christian Biesinger <cbiesinger@google.com>
3389
3390 * gdb.python/py-block.exp: Test dictionary access on blocks.
3391
580f1034
SM
33922019-08-05 Simon Marchi <simon.marchi@efficios.com>
3393
3394 PR gdb/24863
3395 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3396 -list-thread-groups --available test when running under
3397 check-read1.
3398
d86bd7cb
TV
33992019-08-05 Tom de Vries <tdevries@suse.de>
3400
3401 PR testsuite/24863
3402 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3403 * gdb.base/help.exp: Use with_read1_timeout_factor.
3404 * gdb.base/info-macros.exp: Same.
3405 * gdb.cp/nested-types.exp: Same.
3406
a80cf5d8
TV
34072019-08-05 Tom de Vries <tdevries@suse.de>
3408
3409 * lib/gdb.exp (version_at_least): Factor out of ...
3410 (tcl_version_at_least): ... here.
3411 (gdb_compile): Fail if pie results in non-PIE executable.
3412 (readelf_version, readelf_prints_pie): New proc.
3413 (exec_is_pie): Return -1 if unknown.
3414
d0962838
TV
34152019-08-05 Tom de Vries <tdevries@suse.de>
3416
3417 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3418
2252ff3d
SL
34192019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3420
3421 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3422
26655f53
SL
34232019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3424
3425 * lib/completion-support.exp (test_gdb_complete_none): Skip
3426 tab completion tests if no readline support.
3427 (test_gdb_complete_unique_re): Likewise.
3428 (test_gdb_complete_multiple): Likewise.
3429
db4dc13e
PW
34302019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3431
3432 * gdb.base/info_sources.exp: New file.
3433 * gdb.base/info_sources.c: New file.
3434 * gdb.base/info_sources_base.c: New file.
3435
0eba165a
PFC
34362019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3437
3438 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3439 prefix argument.
3440 (test_exit_status): Add prefix argument.
3441
59bd512b
TV
34422019-08-01 Tom de Vries <tdevries@suse.de>
3443
3444 PR testsuite/24863
3445 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3446 calling exp_continue for new thread and thread exited messages.
3447
2a3ad588
TV
34482019-08-01 Tom de Vries <tdevries@suse.de>
3449
3450 PR testsuite/24863
3451 * gdb.base/structs.exp: Fix check-read1 timeout using
3452 gdb_test_sequence.
3453 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3454
117eb594
TV
34552019-08-01 Tom de Vries <tdevries@suse.de>
3456
3457 PR testsuite/24863
3458 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3459 line.
3460
ed591340
TV
34612019-08-01 Tom de Vries <tdevries@suse.de>
3462
3463 PR testsuite/24863
3464 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3465
aa3b6533
TT
34662019-07-30 Tom Tromey <tromey@adacore.com>
3467
3468 * gdb.ada/display_nested.exp: New file.
3469 * gdb.ada/display_nested/foo.adb: New file.
3470 * gdb.ada/display_nested/pack.adb: New file.
3471 * gdb.ada/display_nested/pack.ads: New file.
3472
2906593f
CB
34732019-07-30 Christian Biesinger <cbiesinger@google.com>
3474
3475 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3476 namespace.
3477 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3478
0f575925
TV
34792019-07-30 Tom de Vries <tdevries@suse.de>
3480
3481 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3482 instead.
3483
b13057d9
TV
34842019-07-30 Tom de Vries <tdevries@suse.de>
3485
3486 PR testsuite/24834
3487 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3488 (exec_is_pie): New proc.
3489
5c4dde85
CB
34902019-07-29 Christian Biesinger <cbiesinger@google.com>
3491
3492 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3493
c620ed88
CB
34942019-07-29 Christian Biesinger <cbiesinger@google.com>
3495
3496 * gdb.python/py-objfile.c: Add global and static vars.
3497 * gdb.python/py-objfile.exp: Test new functions Objfile.
3498 lookup_global_symbol and lookup_static_symbol.
3499
3d235706
TT
35002019-07-29 Tom Tromey <tom@tromey.com>
3501
3502 * lib/tuiterm.exp (Term::_csi_@): New proc.
3503 (Term::_csi_X): Don't move cursor.
3504
c7e4c0a6
PW
35052019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3506
3507 * gdb.base/options.exp: Update backtrace - completion to
3508 new option -frame-info.
3509 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3510 Test new 'set print frame-info'. Test backtrace -frame-info
3511 overriding 'set print frame-info'.
3512 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3513 Test new 'set print frame-info'.
3514 Verify consistency of backtrace with and without filters, with and
3515 without -no-filters.
3516 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3517 default.
3518
de28a3b7
TV
35192019-07-29 Tom de Vries <tdevries@suse.de>
3520
3521 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3522 no arguments".
3523
507dd60e
TV
35242019-07-29 Tom de Vries <tdevries@suse.de>
3525
3526 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3527 is a substring of the first for "complete non-unique file name".
3528
5beafce9
TV
35292019-07-29 Tom de Vries <tdevries@suse.de>
3530
3531 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3532 with ".*".
3533
2d274232
TV
35342019-07-29 Tom de Vries <tdevries@suse.de>
3535
3536 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3537 Pass prompt_regexp parameter to gdb_test_multiple calls.
3538
9197cd8b
TV
35392019-07-29 Tom de Vries <tdevries@suse.de>
3540
3541 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 3542 print registers" regexps.
9197cd8b 3543
b528dae0
TV
35442019-07-29 Tom de Vries <tdevries@suse.de>
3545
3546 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3547
d17725d7
TV
35482019-07-29 Tom de Vries <tdevries@suse.de>
3549
3550 PR gdb/24855
3551 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3552 (skip_python_tests_prompt): Add prompt_regexp argument to
3553 gdb_test_multiple calls.
3554
52b75bf1
TT
35552019-07-27 Tom Tromey <tom@tromey.com>
3556
3557 * gdb.tui/main.exp: New file.
3558
2b1d00c2
TT
35592019-07-27 Tom Tromey <tom@tromey.com>
3560
3561 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3562 optional.
3563 * gdb.tui/empty.exp: New file.
3564
ded631d5
TT
35652019-07-27 Tom Tromey <tom@tromey.com>
3566
3567 * lib/tuiterm.exp (spawn): New proc.
3568 (Term::resize): New proc.
3569 * gdb.tui/resize.exp: New file.
3570
58ac439d
TT
35712019-07-27 Tom Tromey <tom@tromey.com>
3572
3573 * gdb.tui/list.exp: New file.
3574
fe1f56ee
TT
35752019-07-27 Tom Tromey <tom@tromey.com>
3576
3577 * gdb.tui/regs.exp: New file.
3578
f790b310
TT
35792019-07-27 Tom Tromey <tom@tromey.com>
3580
3581 * gdb.tui/basic.exp: Add "layout split" test.
3582
d95fc6ee
TT
35832019-07-27 Tom Tromey <tom@tromey.com>
3584
3585 * gdb.tui/basic.exp: Add "layout asm" test.
3586
c3786b3a
TT
35872019-07-27 Tom Tromey <tom@tromey.com>
3588
3589 * lib/tuiterm.exp: New file.
3590 * gdb.tui/basic.exp: New file.
3591
98a617f8
KB
35922019-07-27 Kevin Buettner <kevinb@redhat.com>
3593
3594 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3595 Enable tests associated with this flag. Adjust regex
3596 referencing "foo_low" to now refer to "foo_cold" instead.
3597
5c076da4
KB
35982019-07-27 Kevin Buettner <kevinb@redhat.com>
3599
3600 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3601 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3602 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3603 foo_cold. Revise comments to match.
3604 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3605 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3606 were wrapped into this proc; Call do_test in loop from outermost
3607 level.
3608 (foo_low): Rename all occurrences to "foo_cold".
3609 (backtrace from baz): New test.
3610 (x2/i foo_cold): New test.
3611 (info line *foo_cold): New test.
3612
1512d3b7
TV
36132019-07-26 Tom de Vries <tdevries@suse.de>
3614
3615 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3616
297989a1
TV
36172019-07-25 Tom de Vries <tdevries@suse.de>
3618
3619 PR testsuite/24830
3620 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3621 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3622 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3623 (skip_libstdcxx_probe_tests): ... here.
3624 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3625
b3b965fb
TV
36262019-07-24 Tom de Vries <tdevries@suse.de>
3627
3628 PR testsuite/24807
3629 * gdb.objc/basicclass.m: Include stdio.h.
3630 * gdb.objc/nondebug.m: Same.
3631 * gdb.objc/objcdecode.m: Same.
3632
4625b4d0
TV
36332019-07-24 Tom de Vries <tdevries@suse.de>
3634
3635 PR testsuite/24612
3636 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3637 additional_flags.
3638
024a5840
TV
36392019-07-24 Tom de Vries <tdevries@suse.de>
3640
3641 PR testsuite/24831
3642 * gdb.multi/tids.exp: Update error messages for info threads.
3643
c76ddaa3
TV
36442019-07-24 Tom de Vries <tdevries@suse.de>
3645
3646 * gdb.base/info-types.exp: Allow info types to print info for more than
3647 one file.
3648
9a618ef6
TV
36492019-07-23 Tom de Vries <tdevries@suse.de>
3650
3651 PR testsuite/24842
3652 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3653 gdb_spawn_with_cmdline_opts.
3654
40eadf04
SP
36552019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3656
3657 * gdb.arch/arm-cmse-sgstubs.c: New test.
3658 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3659
5ba29434
TV
36602019-07-23 Tom de Vries <tdevries@suse.de>
3661
3662 PR testsuite/24711
3663 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3664 issuing next command.
3665
a8e9d247
AB
36662019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3667
3668 * gdb.ada/info_auto_lang.exp: Update expected results.
3669 * gdb.base/info-types.c: Add additional types to check.
3670 * gdb.base/info-types.exp: Update expected results.
3671
eb86c5e2
AB
36722019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3673
3674 * gdb.base/info-types.c: New file.
3675 * gdb.base/info-types.exp: New file.
3676
01e175fe
AB
36772019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3678
3679 * gdb.arch/riscv-bp-infcall.c: New file.
3680 * gdb.arch/riscv-bp-infcall.exp: New file.
3681
6b78c3f8
AB
36822019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3683
3684 PR breakpoints/24541
3685 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3686
da738167
TV
36872019-07-14 Tom de Vries <tdevries@suse.de>
3688
3689 PR testsuite/24760
3690 * gdb.objc/basicclass.exp: Fix unterminated string.
3691
0d4e84ed
AB
36922019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3693 Andrew Burgess <andrew.burgess@embecosm.com>
3694
3695 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3696 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3697 negative bounds.
3698 * gdb.fortran/vla-value.exp: Print elements of an array with
3699 negative bounds.
3700 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3701 testing.
3702
021d8588
AB
37032019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3704
3705 * gdb.base/options.exp (expect_string): Dequote strings in
3706 results.
3707 (test-string): Test strings with different quoting and reindent.
3708
f06f1252
TT
37092019-07-10 Tom Tromey <tromey@adacore.com>
3710
3711 * gdb.ada/mi_ex_cond.exp: Update expected results.
3712 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3713 * gdb.ada/mi_catch_ex.exp: Update expected results.
3714 * gdb.ada/mi_catch_assert.exp: Update expected results.
3715 * gdb.ada/catch_ex.exp (catch_exception_info)
3716 (catch_exception_entry, catch_assert_entry)
3717 (catch_unhandled_entry): Update.
3718 * gdb.ada/catch_assert_if.exp: Update expected results.
3719
b863685d
RB
37202019-07-10 Richard Bunt <richard.bunt@arm.com>
3721 Stephen Roberts <stephen.roberts@arm.com>
3722
3723 * gdb.base/define.exp: Restore original prompt.
3724
cb1e4e32
PA
37252019-07-09 Pedro Alves <palves@redhat.com>
3726
3727 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3728 breakpoints" output.
3729 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3730 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3731 throw" creates breakpoint.
3732 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3733 'type="catchpoint"'.
3734
b58a68fe
PA
37352019-07-09 Pedro Alves <palves@redhat.com>
3736
3737 PR c++/15468
3738 * gdb.cp/except-multi-location-lib.cc: New.
3739 * gdb.cp/except-multi-location-main.cc: New.
3740 * gdb.cp/except-multi-location.exp: New.
3741
0826779b
PW
37422019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3743
3744 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3745 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3746 argument and update callers.
3747
5b0e2db4
AB
37482019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3749
3750 * gdb.arch/amd64-break-on-asm-line.S: New file.
3751 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3752
1f6f6e21
PW
37532019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3754
3755 * gdb.base/printcmds.exp: Test printing C string and
3756 C wide string convenience vars without transiting via the inferior.
3757 Also make test names unique.
3758
ea142fbf
AH
37592019-07-08 Alan Hayward <alan.hayward@arm.com>
3760
5862c886 3761 PR breakpoints/25011
ea142fbf
AH
3762 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3763
213fd9fa
PA
37642019-07-04 Pedro Alves <palves@redhat.com>
3765
3766 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3767 body returned ok(0), break(3) or continue(4).
3768 * gdb.testsuite/foreach_with_prefix.exp: New file.
3769
2b40fda7
AH
37702019-07-04 Alan Hayward <alan.hayward@arm.com>
3771
3772 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3773
a26c8de0
PA
37742019-07-03 Pedro Alves <palves@redhat.com>
3775
3776 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3777 "return -code".
3778
5f4ba3e7
PA
37792019-07-03 Pedro Alves <palves@redhat.com>
3780
3781 PR cli/24732
3782 * gdb.base/shell.exp: Load completion-support.exp.
3783 Adjust expected error output. Add completion tests.
3784
a994424f
PA
37852019-07-03 Pedro Alves <palves@redhat.com>
3786
3787 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3788 string_to_regexp.
3789
3d9be6f5
PA
37902019-07-03 Pedro Alves <palves@redhat.com>
3791
3792 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3793 (expect_integer): Adjust to expect "-string".
3794 (expect_string): New.
3795 (all_options): Expect "-string".
3796 (test-flag, test-boolean): Adjust to expect "-string".
3797 (test-string): New proc.
3798 (top level): Call it.
3799
41fc454c
PA
38002019-07-03 Pedro Alves <palves@redhat.com>
3801
3802 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3803 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3804 the expected output in the success.
3805
b2b2a215
PA
38062019-07-03 Pedro Alves <palves@redhat.com>
3807
3808 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3809 Split one gdb_test_multiple call in two to avoid a race.
3810
fdbc9870
PA
38112019-07-03 Pedro Alves <palves@redhat.com>
3812
3813 * gdb.base/with.c: New file.
3814 * gdb.base/with.exp: New file.
3815
c6ac8931
PA
38162019-07-03 Pedro Alves <palves@redhat.com>
3817
3818 * gdb.base/settings.exp: Replace all references to "maint
3819 test-settings set" with references to "maint set test-settings",
3820 and all references to "maint test-settings show" with references
3821 to "maint show test-settings".
3822
970f9d09
PA
38232019-07-03 Pedro Alves <palves@redhat.com>
3824
3825 * gdb.base/settings.exp (test-string): Adjust expected out when
3826 testing "maint test-settings show filename"
3827
54d66006
PA
38282019-07-02 Pedro Alves <palves@redhat.com>
3829
3830 * gdb.base/options.exp (test-info-threads): New procedure.
3831 (top level): Call it.
3832
10d06d82
TT
38332019-06-28 Tom Tromey <tromey@adacore.com>
3834
3835 * gdb.dwarf2/ada-linkage-name.c: New file.
3836 * gdb.dwarf2/ada-linkage-name.exp: New file.
3837
3d507ff2
TT
38382019-06-27 Tom Tromey <tromey@adacore.com>
3839
d039f014 3840 PR c++/20020:
3d507ff2
TT
3841 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3842
8af58ffe
TV
38432019-06-26 Tom de Vries <tdevries@suse.de>
3844
3845 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3846
22e21752
TV
38472019-06-26 Tom de Vries <tdevries@suse.de>
3848
3849 * gdb.base/index-cache.exp: Add back missing debug option.
3850
b65b566c
PW
38512019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3852
3853 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3854
5c2c8c69
TV
38552019-06-25 Tom de Vries <tdevries@suse.de>
3856
3857 PR testsuite/24727
3858 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3859
164e3873
TV
38602019-06-24 Tom de Vries <tdevries@suse.de>
3861
3862 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3863
824eacee
TV
38642019-06-24 Tom de Vries <tdevries@suse.de>
3865
3866 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3867 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3868 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3869
385b97d3
TV
38702019-06-24 Tom de Vries <tdevries@suse.de>
3871
3872 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3873
c596f180
TV
38742019-06-21 Tom de Vries <tdevries@suse.de>
3875
3876 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3877
b13a7d03
TV
38782019-06-21 Tom de Vries <tdevries@suse.de>
3879
3880 PR testsuite/24518
3881 PR ada/24713
3882 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3883 index.
3884
899277ae
TT
38852019-06-19 Tom Tromey <tromey@adacore.com>
3886
3887 * gdb.ada/length_cond.exp: Add intro comment.
3888
680e1bee
TT
38892019-06-19 Tom Tromey <tromey@adacore.com>
3890
3891 * gdb.ada/length_cond.exp: New file.
3892 * gdb.ada/length_cond/length_cond.adb: New file.
3893 * gdb.ada/length_cond/pck.adb: New file.
3894 * gdb.ada/length_cond/pck.ads: New file.
3895
0ed4690a
TV
38962019-06-18 Tom de Vries <tdevries@suse.de>
3897
3898 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3899
d20ed5fd
TT
39002019-06-18 Tom Tromey <tromey@adacore.com>
3901
3902 * gdb.base/list0.h: Add comment explaining control character.
3903
86e04673
TV
39042019-06-18 Tom de Vries <tdevries@suse.de>
3905
3906 * boards/fission.exp: Break up long debug_flags line.
3907
c4973306
SM
39082019-06-16 Tom de Vries <tdevries@suse.de>
3909
3910 PR gdb/24445
3911 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3912 generated index.
3913
93cb9841
AB
39142019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3915
3916 PR gdb/24686
3917 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3918 improve detection of bug gdb/24541.
3919
399aaebd
SM
39202019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3921
3922 PR gdb/24669
3923 * gdb.base/index-cache.exp (uses_readnow,
3924 expecting_index_cache_use): Define global variable.
3925 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3926 expecting_index_cache_use.
3927
584a927c
AB
39282019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3929 Andrew Burgess <andrew.burgess@embecosm.com>
3930
3931 * gdb.fortran/pointers.f90: New file.
3932 * gdb.fortran/print_type.exp: New file.
3933 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3934 * gdb.fortran/vla-type.exp: Likewise.
3935 * gdb.fortran/vla-value.exp: Likewise.
3936 * gdb.mi/mi-vla-fortran.exp: Likewise.
3937
30056ea0
AB
39382019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3939
3940 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3941 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3942 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3943 as a stop reason.
3944
ec8e2b6d
AB
39452019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3946
3947 * gdb.base/annota1.exp: Update expected results.
3948 * gdb.cp/annota2.exp: Likewise.
3949 * gdb.cp/annota3.exp: Likewise.
3950
09e4c4e1
AB
39512019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3952
3953 * gdb.base/style-logging.exp: Remove path from test name.
3954
0735b091
TT
39552019-06-14 Tom Tromey <tromey@adacore.com>
3956
3957 PR gdb/24502:
3958 * gdb.base/style-logging.exp: New file.
3959
f5686554
TT
39602019-06-14 Tom Tromey <tromey@adacore.com>
3961
3962 * gdb.base/symfile-warn.exp: New file.
3963 * gdb.base/symfile-warn.c: New file.
3964
a0c1ffed
TT
39652019-06-14 Tom Tromey <tromey@adacore.com>
3966
3967 * gdb.base/annotate-symlink.exp: New file.
3968
f411722c
TT
39692019-06-14 Tom Tromey <tromey@adacore.com>
3970
3971 * gdb.ada/set_wstr.exp: Add reassignment test.
3972
4268ec18
TT
39732019-06-14 Tom Tromey <tromey@adacore.com>
3974
3975 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3976 'unchecked_access and 'unrestricted_access as well.
3977
9a9e394b
TT
39782019-06-14 Tom Tromey <tromey@adacore.com>
3979
3980 PR ada/24539:
3981 * gdb.ada/vla.exp: Update tests.
3982 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3983 pragma.
3984
4c048731
PA
39852019-06-13 Pedro Alves <palves@redhat.com>
3986
3987 * gdb.base/settings.exp (test-integer): Test junk after
3988 "unlimited".
3989
6665660a
PA
39902019-06-13 Pedro Alves <palves@redhat.com>
3991
3992 * gdb.base/options.exp (test-thread-apply): New.
3993 (top level): Call it.
3994
5d707134
PA
39952019-06-13 Pedro Alves <palves@redhat.com>
3996
3997 * gdb.base/options.exp (test-frame-apply): New.
3998 (top level): Test print commands with different "frame apply"
3999 prefixes.
4000
e2a689da
PA
40012019-06-13 Pedro Alves <palves@redhat.com>
4002
e79be6e5 4003 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
4004 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4005 'max_completions' parameter and handle it.
4006 (test_gdb_completion_offers_commands): New.
4007
90a1ef87
PA
40082019-06-13 Pedro Alves <palves@redhat.com>
4009
4010 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4011
d4c16835
PA
40122019-06-13 Pedro Alves <palves@redhat.com>
4013
4014 * gdb.base/options.exp (test-backtrace): New.
4015 (top level): Call it.
4016
2daf894e
PA
40172019-06-13 Pedro Alves <palves@redhat.com>
4018
4019 * gdb.guile/scm-frame-args.exp: Use "set print
4020 raw-frame-arguments" instead of "set print raw frame-arguments".
4021 * gdb.python/py-frame-args.exp: Likewise.
4022
e6ed716c
PA
40232019-06-13 Pedro Alves <palves@redhat.com>
4024
4025 * gdb.compile/compile.exp: Adjust expected output to option
4026 processing changes.
4027
7d8062de
PA
40282019-06-13 Pedro Alves <palves@redhat.com>
4029
4030 * gdb.base/options.exp: Build executable.
4031 (test-print): New procedure.
4032 (top level): Call it, once for "print" and another for "compile
4033 print".
4034
9d0faba9
PA
40352019-06-13 Pedro Alves <palves@redhat.com>
4036
4037 * gdb.base/options.c: New file.
4038 * gdb.base/options.exp: New file.
4039
dee7b4c8
PA
40402019-06-13 Pedro Alves <palves@redhat.com>
4041
4042 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4043 that "o" is ambiguous.
4044
dca0f6c0
PA
40452019-06-13 Pedro Alves <palves@redhat.com>
4046
4047 * gdb.base/settings.c: New file.
4048 * gdb.base/settings.exp: New file.
4049
ccf46844
PA
40502019-06-13 Pedro Alves <palves@redhat.com>
4051
4052 * gdb.base/completion.exp: Fix comment typo.
4053
b9a3f842
PA
40542019-06-13 Pedro Alves <palves@redhat.com>
4055
4056 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4057 foo --1" test.
4058
d106773e
PA
40592019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4060
4061 * gdb.fortran/block-data.f: New.
4062 * gdb.fortran/block-data.exp: New.
4063
fea82da0
TV
40642019-06-11 Tom de Vries <tdevries@suse.de>
4065
4066 PR testsuite/24521
4067 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4068 message.
4069
8c2e74f1
TV
40702019-06-11 Tom de Vries <tdevries@suse.de>
4071
4072 PR testsuite/24521
4073 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4074
b49851c8
TV
40752019-06-11 Tom de Vries <tdevries@suse.de>
4076
4077 * boards/readnow.exp: New file.
4078
a7067863
AB
40792019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4080
4081 * gdb.fortran/vla-sizeof.exp: Update expected results.
4082
1a3da2cd
AB
40832019-06-06 Amos Bird <amosbird@gmail.com>
4084
4085 * gdb.base/annota1.exp (thread_switch): Add test for
4086 thread-exited annotation.
4087
3847a7bf
TT
40882019-06-06 Tom Tromey <tromey@adacore.com>
4089
4090 * gdb.base/maint.exp: Expect command started/finished output.
4091
0088ba59
AB
40922019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4093
4094 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4095 comment.
4096 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4097
312617a3
AB
40982019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4099
4100 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4101 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4102 * gdb.arch/riscv-unwind-long-insn.c: New file.
4103 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4104
e1f2e1a2
CB
41052019-06-04 Christian Biesinger <cbiesinger@google.com>
4106
d3238f7d 4107 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 4108
206584bd
PW
41092019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4110
4111 * lib/gdb.exp (help_list_trailer): New regexp variable
4112 factorizing the help trailer message.
4113 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4114 arg to allow to better factorize various tests.
4115 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4116 (test_prefix_command_help): Use help_list_trailer.
4117 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4118 * gdb.guile/scm-cmd.exp: Likewise.
4119 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4120 * gdb.base/help.exp: Use test_user_defined_class_help.
4121 * gdb.base/style.exp: Add tests for styling of help and apropos.
4122 * lib/gdb-utils.exp (style): Add title and highlight styles.
4123
708dc93e
PW
41242019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4125
4126 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4127 $_shell_exitsignal.
4128 * gdb.base/default.exp: Update for new convenience variables.
4129
f49055a5
TT
41302019-05-29 Tom Tromey <tromey@adacore.com>
4131
4132 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4133 to "break complete ada" test case's regexp.
4134
4330d61d
TT
41352019-05-29 Tom Tromey <tromey@adacore.com>
4136
4137 PR c++/20020:
4138 * gdb.cp/constexpr-field.exp: New file.
4139 * gdb.cp/constexpr-field.cc: New file.
4140
000439d5
TT
41412019-05-29 Tom Tromey <tromey@adacore.com>
4142
4143 * gdb.base/finish.exp (finish_no_print): New proc.
4144 (finish_tests): Call it.
4145
5a01c34c
TV
41462019-05-24 Tom de Vries <tdevries@suse.de>
4147
4148 * gdb.dwarf2/gdb-add-index.exp: New file.
4149
18125b16
TT
41502019-05-22 Tom Tromey <tromey@adacore.com>
4151
4152 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4153 * gdb.base/style.exp: Use "style".
4154 * lib/gdb-utils.exp (style): New proc.
4155
af1a8d03
TV
41562019-05-22 Tom de Vries <tdevries@suse.de>
4157
4158 * gdb.base/align.exp: Require c++11.
4159
e7fe496b
TV
41602019-05-22 Tom de Vries <tdevries@suse.de>
4161
4162 PR testsuite/24586
4163 * gdb.python/py-mi-var-info-path-expression.exp: Call
4164 mi_skip_python_tests to check if python is supported.
4165
8fca4da0
AH
41662019-05-22 Alan Hayward <alan.hayward@arm.com>
4167
4168 * gdb.arch/aarch64-pauth.c: New test.
4169 * gdb.arch/aarch64-pauth.exp: New file.
4170
b7060614
AH
41712019-05-22 Alan Hayward <alan.hayward@arm.com>
4172
4173 * README (Re-running Tests Outside The Testsuite): New section.
4174
669d0468
TV
41752019-05-21 Tom de Vries <tdevries@suse.de>
4176
4177 * gdb.arch/amd64-eval.exp: Require c++11.
4178 * gdb.base/max-depth.exp: Same.
4179 * gdb.compile/compile-cplus-array-decay.exp: Same.
4180 * gdb.cp/meth-typedefs.exp: Same.
4181 * gdb.cp/subtypes.exp: Same.
4182 * gdb.cp/temargs.exp: Same.
4183
ce3ebcaa
AH
41842019-05-21 Alan Hayward <alan.hayward@arm.com>
4185
4186 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4187
34d11c68
AB
41882019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4189
4190 PR gdb/18644
4191 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4192 * gdb.fortran/printing-types.exp: Add new test.
4193 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4194 testing.
4195 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4196 setup_kfail call.
4197
87781e84
AH
41982019-05-17 Alan Hayward <alan.hayward@arm.com>
4199
4200 * README (Running the Testsuite): Change example.
4201 (Testsuite Parameters): Remove TRANSCRIPT.
4202 * lib/gdb.exp: Remove TRANSCRIPT check.
4203
b420b89e
AH
42042019-05-17 Alan Hayward <alan.hayward@arm.com>
4205
4206 * README (Testsuite Parameters): Add replay logging to
4207 GDBSERVER_DEBUG.
4208 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4209 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4210 as a comma separated list.
4211 (gdb_debug_init): Override procedure.
4212
408e9b8b
AH
42132019-05-17 Alan Hayward <alan.hayward@arm.com>
4214
4215 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4216 (gdb_write_cmd_file): New procedure.
4217 * lib/gdbserver-support.exp (gdbserver_start): Call
4218 gdbserver_write_cmd_file.
4219 (gdbserver_write_cmd_file): New procedure.
4220
f9e2e39d
AH
42212019-05-17 Alan Hayward <alan.hayward@arm.com>
4222
4223 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4224 (delete_breakpoints): Likewise.
4225 (gdb_run_cmd): Likewise.
4226 (gdb_start_cmd): Likewise.
4227 (gdb_starti_cmd): Likewise.
4228 (gdb_internal_error_resync): Likewise.
4229 (gdb_test_multiple): Likewise.
4230 (gdb_reinitialize_dir): Likewise.
4231 (default_gdb_exit): Likewise.
4232 (gdb_file_cmd): Mark kill as optional.
4233 (default_gdb_start): Call gdb_stdin_log_init.
4234 (send_gdb): Call gdb_stdin_log_write.
4235 (rerun_to_main): Mark Y as an answer.
4236 (gdb_stdin_log_init): New function.
4237 (gdb_stdin_log_write): Likewise.
4238
81f47ac2
AH
42392019-05-17 Alan Hayward <alan.hayward@arm.com>
4240
4241 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4242 * gdb.base/debug-expr.exp: Likewise.
4243 * gdb.base/foll-fork.exp: Likewise.
4244 * gdb.base/foll-vfork.exp: Likewise.
4245 * gdb.base/fork-print-inferior-events.exp: Likewise.
4246 * gdb.base/gdb-sigterm.exp: Likewise.
4247 * gdb.base/gdbinit-history.exp: Likewise.
4248 * gdb.base/osabi.exp: Likewise.
4249 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4250 * gdb.base/ui-redirect.exp: Likewise.
4251 * gdb.gdb/unittest.exp: Likewise.
4252 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4253 * gdb.mi/mi-watch.exp: Likewise.
4254 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4255 * gdb.mi/user-selected-context-sync.exp: Likewise.
4256 * gdb.python/python.exp: Disable debug test when debugging.
4257 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4258 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4259 Likewise.
4260 * gdb.threads/stepi-random-signal.exp: Likewise.
4261
29b52314
AH
42622019-05-17 Alan Hayward <alan.hayward@arm.com>
4263
4264 * Makefile.in: Pass through GDB_DEBUG.
4265 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4266 (gdb,debug): Add board setting.
4267 * lib/gdb.exp (default_gdb_start): Start debugging.
4268 (gdb_debug_enabled): New procedure.
4269 (gdb_debug_init): Likewise.
29b52314
AH
4270
42712019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4272
29b52314
AH
4273 * Makefile.in: Pass through GDB_DEBUG.
4274 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4275 (gdb,debug): Add board setting.
4276 * lib/gdb.exp (default_gdb_start): Start debugging.
4277 (gdb_debug_enabled): New procedure.
4278 (gdb_debug_init): Likewise.
29b52314 4279
ca1285d1
AH
42802019-05-17 Alan Hayward <alan.hayward@arm.com>
4281
4282 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4283
f3a09c80
AH
42842019-05-17 Alan Hayward <alan.hayward@arm.com>
4285
4286 * gdb.base/ui-redirect.exp: Test redirection.
4287
26648588
JV
42882019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4289
4290 * gdb.mi/mi-complete.exp: New file.
4291 * gdb.mi/mi-complete.cc: Likewise.
4292
14237686
AB
42932019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4294
4295 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4296 indexed and sliced arrays, and pointers to arrays.
4297
e7bd7fba
TT
42982019-05-14 Tom Tromey <tromey@adacore.com>
4299
4300 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4301 styling test.
4302
2764128d
TV
43032019-05-14 Tom de Vries <tdevries@suse.de>
4304
4305 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4306 selection entry encoding.
4307
71bed2db
TT
43082019-05-10 Tom Tromey <tromey@adacore.com>
4309
4310 * gdb.ada/info_exc.exp: Add "complete" test.
4311
63b667ad
TV
43122019-05-09 Tom de Vries <tdevries@suse.de>
4313
4314 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4315 CU-relative.
4316
9cfd2b89
TV
43172019-05-09 Tom de Vries <tdevries@suse.de>
4318
4319 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4320 CU-relative.
4321
2228ef77
XR
43222019-05-08 Joel Brobecker <brobecker@adacore.com>
4323
4324 * gdb.ada/frame_arg_lang.exp: New testcase.
4325 * gdb.ada/frame_arg_lang/bla.adb: New file.
4326 * gdb.ada/frame_arg_lang/pck.ads: New file.
4327 * gdb.ada/frame_arg_lang/pck.adb: New file.
4328 * gdb.ada/frame_arg_lang/foo.c: New file.
4329
80e55b13
TT
43302019-05-08 Tom Tromey <tromey@adacore.com>
4331
4332 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4333
9d3421af
TT
43342019-05-08 Tom Tromey <tromey@adacore.com>
4335
4336 * gdb.base/ptype-offsets.exp: Update tests.
4337
844333e2
TT
43382019-05-08 Tom Tromey <tromey@adacore.com>
4339
4340 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4341 cases.
4342 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4343 "short".
4344
988915ee
TT
43452019-05-08 Tom Tromey <tromey@adacore.com>
4346
4347 * gdb.ada/vla.exp: New file.
4348 * gdb.ada/vla/vla.adb: New file.
4349
7bd55dac
TV
43502019-05-07 Tom de Vries <tdevries@suse.de>
4351
4352 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4353
75f06e9d
TV
43542019-05-07 Tom de Vries <tdevries@suse.de>
4355
4356 PR testsuite/24522
4357 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4358 section.
4359
77e7aaa4
TV
43602019-05-07 Tom de Vries <tdevries@suse.de>
4361
4362 PR testsuite/24522
4363 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4364 .debug_aranges section.
4365
456ba0fa
TV
43662019-05-07 Tom de Vries <tdevries@suse.de>
4367
4368 PR testsuite/24159
4369 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4370
5a56d6a6
TV
43712019-05-06 Tom de Vries <tdevries@suse.de>
4372
4373 * lib/gdb.exp (exec_has_index_section): New proc.
4374 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4375 section.
4376
9d6d4be8
TV
43772019-05-04 Tom de Vries <tdevries@suse.de>
4378
4379 * boards/cc-with-debug-names.exp: New file.
4380
222a8d25
TT
43812019-05-03 Tom Tromey <tromey@adacore.com>
4382
4383 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4384 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4385 * gdb.ada/char_enum.exp: Add test.
4386
0fdfd794
TV
43872019-05-03 Tom de Vries <tdevries@suse.de>
4388
4389 * boards/cc-with-gdb-index.exp: New file.
4390
80062eb9
AB
43912019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4392
4393 * gdb.rust/simple.exp: Add new test case.
4394 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4395 (main): Initialise an instance of the new struct.
4396
4504bbde
TT
43972019-05-01 Tom Tromey <tromey@adacore.com>
4398
4399 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4400 record.
4401 (NPR): New variable.
4402 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4403 test.
4404
d48e62f4
TT
44052019-05-01 Tom Tromey <tromey@adacore.com>
4406
4407 * gdb.ada/packed_array_assign.exp: Add packed assignment
4408 regression test.
4409
f59f30f5
TV
44102019-05-01 Tom de Vries <tdevries@suse.de>
4411
4412 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4413
b70bfc54
TV
44142019-05-01 Tom de Vries <tdevries@suse.de>
4415
4416 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4417
15f18d14
AT
44182019-04-30 Ali Tamur <tamur@google.com>
4419
4420 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4421
2ff0a947
TT
44222019-04-30 Tom Tromey <tromey@adacore.com>
4423
4424 * lib/ada.exp (find_ada_tool): New proc.
4425 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4426 * gdb.ada/catch_ex_std.exp: New file.
4427 * gdb.ada/catch_ex_std/foo.adb: New file.
4428 * gdb.ada/catch_ex_std/some_package.adb: New file.
4429 * gdb.ada/catch_ex_std/some_package.ads: New file.
4430
a776957c
TT
44312019-04-30 Tom Tromey <tromey@adacore.com>
4432
4433 PR c++/24470:
4434 * gdb.cp/temargs.cc: Add test code from PR.
4435
bc68014d
AB
44362019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4437
4438 * gdb.fortran/vla-datatypes.exp: Update expected results.
4439 * gdb.fortran/vla-ptype.exp: Likewise.
4440 * gdb.fortran/vla-type.exp: Likewise.
4441 * gdb.fortran/vla-value.exp: Likewise.
4442
f1fdc960
AB
44432019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4444
4445 * gdb.fortran/ptr-indentation.exp: Update expected results.
4446 * gdb.fortran/ptype-on-functions.exp: Likewise.
4447 * gdb.fortran/vla-ptr-info.exp: Likewise.
4448 * gdb.fortran/vla-value.exp: Likewise.
4449
bf7a4de1
AB
44502019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4451
4452 * gdb.fortran/ptype-on-functions.exp: New file.
4453 * gdb.fortran/ptype-on-functions.f90: New file.
4454
bbe75b9d
AB
44552019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4456
4457 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4458 case void string.
4459
1db455a7
AB
44602019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4461
4462 * gdb.fortran/complex.exp: Expand.
4463 * gdb.fortran/complex.f: Renamed to...
4464 * gdb.fortran/complex.f90: ...this, and extended to add more
4465 complex values.
4466
b6d03bb2
AB
44672019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4468
4469 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4470 MODULO, CMPLX.
4471
2e62ab40
AB
44722019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4473 Richard Bunt <richard.bunt@arm.com>
4474
4475 * gdb.base/max-depth.c: New file.
4476 * gdb.base/max-depth.exp: New file.
4477 * gdb.python/py-nested-maps.c: New file.
4478 * gdb.python/py-nested-maps.exp: New file.
4479 * gdb.python/py-nested-maps.py: New file.
4480 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4481 (test_all_common): Call test_max_depth.
4482 * gdb.fortran/max-depth.exp: New file.
4483 * gdb.fortran/max-depth.f90: New file.
4484 * gdb.go/max-depth.exp: New file.
4485 * gdb.go/max-depth.go: New file.
4486 * gdb.modula2/max-depth.exp: New file.
4487 * gdb.modula2/max-depth.c: New file.
4488 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4489
d2b584a5
TV
44902019-04-29 Tom de Vries <tdevries@suse.de>
4491
4492 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4493
136afab8
PW
44942019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4495
4496 * gdb.base/callexit.exp: Test may-call-functions off.
4497
725cbb63
KS
44982019-04-25 Keith Seitz <keiths@redhat.com>
4499
4500 PR c++/24367
4501 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4502 (another_incomplete_struct, test_incomplete): New definitions.
4503 (main): Use new definitions.
4504 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4505 functions.
4506
701adfb0
PA
45072019-04-25 Ali Tamur <tamur@google.com>
4508
4509 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4510
82433e3e
SDJ
45112019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4512
4513 PR corefiles/11608
4514 PR corefiles/18187
4515 * gdb.base/coredump-filter-build-id.exp: New file.
4516
dd06d4d6
AH
45172019-04-25 Alan Hayward <alan.hayward@arm.com>
4518
e79be6e5
SM
4519 * Makefile.in: Pass through GDBSERVER_DEBUG.
4520 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4521 (gdbserver,debug): Add board setting.
4522 * gdb.trace/tspeed.exp: Skip when debugging.
4523 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4524 * lib/gdbserver-support.exp: Likewise
dd06d4d6 4525
1670072e
TT
45262019-04-24 Tom Tromey <tromey@adacore.com>
4527
4528 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4529 Rust.
4530
a59240a4
TT
45312019-04-24 Tom Tromey <tromey@adacore.com>
4532
4533 * gdb.arch/amd64-eval.exp: Test bitfield return.
4534 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4535 (class Foo) <return_bitfields>: New method.
4536 (main): Call it.
4537
b907456c
AB
45382019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4539
4540 * gdb.cp/many-args.cc: New file.
4541 * gdb.cp/many-args.exp: New file.
4542
5c565afd
TV
45432019-04-23 Tom de Vries <tdevries@suse.de>
4544
4545 PR gdb/24433
4546 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4547
ba22ff86
AH
45482019-04-23 Alan Hayward <alan.hayward@arm.com>
4549
4550 * gdb.trace/backtrace.exp: Use nopie flag.
4551 * gdb.trace/circ.exp: Likewise.
4552 * gdb.trace/collection.exp: Likewise.
4553 * gdb.trace/ftrace.exp: Likewise.
4554 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4555 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4556 * gdb.trace/qtro.exp: Likewise.
4557 * gdb.trace/read-memory.exp: Likewise.
4558 * gdb.trace/report.exp: Likewise.
4559 * gdb.trace/tfile.exp: Likewise.
4560 * gdb.trace/tfind.exp: Likewise.
4561 * gdb.trace/unavailable.exp: Likewise.
4562
7905fc35
PA
45632019-04-22 Pedro Alves <palves@redhat.com>
4564
4565 * gdb.base/solib-probes-nosharedlibrary.c,
4566 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4567
8ecb59f8
TT
45682019-04-19 Tom Tromey <tromey@adacore.com>
4569
4570 * gdb.ada/ptype_union.c: New file.
4571 * gdb.ada/ptype_union.exp: New file.
4572
62160ec9
TT
45732019-04-19 Tom Tromey <tromey@adacore.com>
4574
4575 PR symtab/24423:
4576 * gdb.base/list0.h (foo): Add a control-l character.
4577
36cd4ba5
TV
45782019-04-18 Tom de Vries <tdevries@suse.de>
4579
4580 PR gdb/24433
4581 * boards/local-board.exp: Set sysroot to "".
4582
b73715df
TV
45832019-04-18 Tom de Vries <tdevries@suse.de>
4584 Pedro Alves <palves@redhat.com>
4585
4586 PR gdb/24454
4587 * gdb.threads/vfork-follow-child-exec.c: New file.
4588 * gdb.threads/vfork-follow-child-exec.exp: New file.
4589 * gdb.threads/vfork-follow-child-exit.c: New file.
4590 * gdb.threads/vfork-follow-child-exit.exp: New file.
4591
4aa866af
LS
45922019-04-15 Leszek Swirski <leszeks@google.com>
4593
4594 * gdb.arch/amd64-eval.cc: New file.
4595 * gdb.arch/amd64-eval.exp: New file.
4596
e5a1a79a
AH
45972019-04-11 Alan Hayward <alan.hayward@arm.com>
4598
4599 * gdb.server/sysroot.c: New test.
4600 * gdb.server/sysroot.exp: New file.
4601 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4602 matching param.
4603
41077b66
AB
46042019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4605
4606 * gdb.base/align.exp: Extend test to cover structures containing
4607 only static fields.
4608
c30391f8
TV
46092019-04-11 Tom de Vries <tdevries@suse.de>
4610
4611 * boards/cc-with-dwz-m.exp: New file.
4612 * boards/cc-with-dwz.exp: New file.
4613 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4614
e242fd12
SM
46152019-04-09 Simon Marchi <simon.marchi@efficios.com>
4616
4617 * gdb.base/start-cpp.exp: New file.
4618 * gdb.base/start-cpp.cc: New file.
4619
2b0c8b01
KB
46202019-04-08 Kevin Buettner <kevinb@redhat.com>
4621
4622 * gdb.python/py-thrhandle.exp: Adjust tests to call
4623 thread_from_handle instead of thread_from_thread_handle.
4624
947210e5
KB
46252019-04-08 Kevin Buettner <kevinb@redhat.com>
4626
4627 * gdb.python/py-thrhandle.exp: Add tests for
4628 gdb.InferiorThread.handle.
4629
d7df6549
AB
46302019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4631
4632 * gdb.python/py-function.exp: Check calling helper function from
4633 all languages.
4634 * lib/gdb.exp (gdb_supported_languages): New proc.
4635
8bdc1658
AB
46362019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4637
4638 * gdb.base/complex-parts.c: New file.
4639 * gdb.base/complex-parts.exp: New file.
4640
05caa1d2
TT
46412019-04-01 Tom Tromey <tromey@adacore.com>
4642
4643 PR symtab/23331:
4644 * gdb.dwarf2/dw2-ranges-main.c: New file.
4645 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4646 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4647
7734102d
EZ
46482019-03-30 Simon Marchi <simark@simark.ca>
4649
4650 * gdb.base/default.exp: Add values for $_gdb_major and
4651 $_gdb_minor.
4652
188e1fa9
TT
46532019-03-29 Tom Tromey <tromey@adacore.com>
4654
4655 * gdb.base/help.exp: Tighten apropos regexp.
4656
2880242d
KS
46572019-03-29 Keith Seitz <keiths@redhat.com>
4658
4659 * gdb.fortran/array-bounds.exp: New file.
4660 * gdb.fortran/array-bounds.f90: New file.
4661
077cad8e
PW
46622019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4663
4664 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4665
80047cfc
PW
46662019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4667
4668 * gdb.multi/hello.c (main): Increase alarm timer.
4669
f489207e
SL
46702019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4671
4672 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4673 factor when no hardware watchpoint support.
4674
c92df149
AH
46752019-03-28 Alan Hayward <alan.hayward@arm.com>
4676 Pedro Alves <palves@redhat.com>
4677
4678 * boards/local-board.exp: set sysroot to /.
4679
933aebfa
AH
46802019-03-27 Alan Hayward <alan.hayward@arm.com>
4681
4682 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4683 in child.
4684
9f9aa852
AB
46852019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4686
4687 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4688 field.
4689 (make_container): Initialise new field.
4690 * gdb.python/py-prettyprint.exp: Add new tests.
4691 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4692 <display_hint>: New method.
4693
3714a195
AB
46942019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4695
4696 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4697 gdb_continue_to_breakpoint more throughout this test.
4698 (run_lang_tests) Supply unique test names, and use
4699 gdb_test_no_output.
4700
18c77628
AB
47012019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4702
4703 * gdb.base/finish-pretty.exp: Update expected results.
4704 * gdb.base/pretty-print.c: New file.
4705 * gdb.base/pretty-print.exp: New file.
4706
9a93502f
PA
47072019-03-25 Pedro Alves <palves@redhat.com>
4708
4709 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4710 move comments outside list. Append '-i "" eof' section.
4711
968aa7ae
AH
47122019-03-22 Alan Hayward <alan.hayward@arm.com>
4713
34a7f2a4 4714 PR testsuite/25016
968aa7ae
AH
4715 * README: Add pie options.
4716 * gdb.base/break-interp.exp: Ensure pie is disabled.
4717 * gdb.base/dump.exp: Likewise.
4718 * lib/gdb.exp (gdb_compile): Add pie option.
4719
4c7d57e7
TT
47202019-03-19 Tom Tromey <tromey@adacore.com>
4721
4722 * gdb.mi/mi2-cli-display.c: New file.
4723 * gdb.mi/mi2-cli-display.exp: New file.
4724
bff8c71f
TT
47252019-03-18 Joel Brobecker <brobecker@adacore.com>
4726 Tom Tromey <tromey@adacore.com>
4727
4728 * gdb.ada/ptype_array/pck.adb: New file.
4729 * gdb.ada/ptype_array/pck.ads: New file.
4730 * gdb.ada/ptype_array/foo.adb: New file.
4731 * gdb.ada/ptype_array.exp: New file.
4732
d085f989
TT
47332019-03-14 Tom Tromey <tromey@adacore.com>
4734
4735 * gdb.base/style.exp: Add "set style sources" test.
4736
b4be1b06
SM
47372019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4738
4739 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4740 * mi-breakpoint-multiple-locations.exp: ... this.
4741 (make_breakpoints_pattern): New proc.
4742 (do_test): Add mi_version parameter, test -break-insert,
4743 -break-info and =breakpoint-created.
4744
7cde5fc2
AB
47452019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4746
4747 * config/default.exp: Remove 'load_lib gdb.exp'.
4748 * config/monitor.exp: Likewise.
4749 * config/sid.exp: Likewise.
4750 * config/sim.exp: Likewise.
4751 * config/slite.exp: Likewise.
4752 * config/unix.exp: Likewise.
4753 * gdb.base/default.exp: Remove unhelpful comment.
4754
efbecbc1
AB
47552019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4756
4757 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4758
0841c79a
AB
47592019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4760
4761 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4762
4a270568
AB
47632019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4764
4765 * gdb.fortran/type-kinds.exp: Update expected results.
4766
067630bd
AB
47672019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4768
4769 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4770
3be47f7a
AB
47712019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4772
4773 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4774 function.
4775 (test_basic_parsing_of_type_kinds): Expand types tested.
4776 (test_parsing_invalid_type_kinds): New function.
4777
4d00f5d8
AB
47782019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4779
4780 * gdb.fortran/intrinsics.exp: New file.
4781 * gdb.fortran/intrinsics.f90: New file.
4782 * gdb.fortran/type-kinds.exp: New file.
4783
c8f91604
AB
47842019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4785
4786 * gdb.fortran/dot-ops.exp: New file.
4787
dd9f2c76
AB
47882019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4789
4790 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4791 Check upper and lower case logical literals.
4792
84ec9724
AB
47932019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4794
4795 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4796 Remove duplicate tests.
4797
c3734e09
AH
47982019-03-06 Alan Hayward <alan.hayward@arm.com>
4799
4800 * lib/gdb.exp (builtin_cd): rename of cd.
4801 (cd): Override builtin.
4802
aa3cfbda
RB
48032019-03-06 Richard Bunt <richard.bunt@arm.com>
4804
4805 * gdb.fortran/function-calls.exp: New file.
4806 * gdb.fortran/function-calls.f90: New test.
4807
7b63ad86
RB
48082019-03-04 Richard Bunt <richard.bunt@arm.com>
4809
4810 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4811 on user program standard output.
4812 * gdb.fortran/short-circuit-argument-list.f90: Record function
4813 calls.
4814
01abb042
AH
48152019-02-28 Alan Hayward <alan.hayward@arm.com>
4816
c3734e09
AH
4817 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4818 failure.
01abb042 4819
92137da0
RO
48202019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4821
4822 PR gdb/8527
4823 * gdb.base/interrupt-daemon-attach.c,
4824 gdb.base/interrupt-daemon-attach.exp: New test.
4825
5862844d
PA
48262019-02-27 Pedro Alves <palves@redhat.com>
4827
4828 * gdb.base/page.exp: Add tests for "set width/height -1".
4829
8ed25214
PA
48302019-02-27 Pedro Alves <palves@redhat.com>
4831
4832 * gdb.base/page.exp: Add tests for "set/show width/height" with
4833 "infinite" values.
4834
6c28e44a
TT
48352019-02-27 Tom Tromey <tromey@adacore.com>
4836
4837 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4838 2.4.
4839 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4840 workaround.
4841
bf9a735e
AB
48422019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4843
4844 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4845 tests for structs with static members.
4846
8791793c
TT
48472019-02-26 Tom Tromey <tromey@adacore.com>
4848
4849 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4850 ValueError, not TypeError.
4851
bc2a507e
KB
48522019-02-26 Kevin Buettner <kevinb@redhat.com>
4853
4854 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4855 call from main program.
4856
e0e7d3bd
JB
48572019-02-23 Joel Brobecker <brobecker@adacore.com>
4858
4859 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4860 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4861 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4862 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4863 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4864
9600246d
KS
48652019-02-22 Keith Seitz <keiths@redhat.com>
4866
4867 PR symtab/23853
4868 * gdb.base/symlink-sourcefile.c: New file.
4869 * gdb.base/symlink-sourcefile.exp: New file.
4870
0c95f9ed
TT
48712019-02-20 Tom Tromey <tom@tromey.com>
4872
4873 * gdb.base/info_qt.exp: Update.
4874
6caa91b6
SM
48752019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4876
4877 * gdb.base/source.exp: Move "error in sourced script" code to
4878 the end.
4879 * gdb.base/source-error.gdb: Move contents to
4880 source-error-1.gdb. Add new code to source source-error-1.gdb.
4881 * gdb.base/source-error-1.gdb: New file, from previous
4882 source-error.gdb.
4883
6506371f
TT
48842019-02-17 Tom Tromey <tom@tromey.com>
4885
4886 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4887 for macro styling.
4888 * gdb.base/style.c (SOME_MACRO): New macro.
4889
a0087920
TT
48902019-02-17 Tom Tromey <tom@tromey.com>
4891
4892 * gdb.base/style.exp: Add line-wrapping tests.
4893 * gdb.base/page.exp: Add test for quitting during pagination.
4894
a2cd4f14
JB
48952019-02-17 Joel Brobecker <brobecker@adacore.com>
4896
4897 * gdb.ada/big_packed_array: New testcase.
4898 * gdb.ada/homonym.exp: Fix incorrect expected output for
4899 "break <homonym__get_value>" test.
4900
9d70ffbc
WP
49012019-02-13 Weimin Pan <weimin.pan@oracle.com>
4902
4903 PR breakpoints/21870
4904 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4905 and prepare_for_testing. Add comment.
4906 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4907 redundant cleanup call. Clean up comment.
4908
01c7ae81
WP
49092019-02-12 Weimin Pan <weimin.pan@oracle.com>
4910
4911 PR breakpoints/21870
4912 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4913 * gdb.arch/aarch64-dbreg-contents.c: New file.
4914
aff29d1c
JB
49152019-02-10 Joel Brobecker <brobecker@adacore.com>
4916
4917 * gdb.ada/mi_ref_changeable: New testcase.
4918
df0da8a2
AH
49192019-02-07 Alan Hayward <alan.hayward@arm.com>
4920
4921 * gdb.base/attach.exp: Add double attach test.
4922
bd447abb
SM
49232019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4924
4925 * lib/gdb.exp (default_gdb_start): Don't match pagination
4926 prompt.
4927 (gdb_init): Set stty_init.
4928
1dbc40b9
TT
49292019-01-27 Tom Tromey <tom@tromey.com>
4930
4931 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4932 skip_python_tests.
4933
353229bf
AH
49342019-01-24 Alan Hayward <alan.hayward@arm.com>
4935
4936 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4937 New structure.
4938 (struct struct_static_02_02): Likewise.
4939 (struct struct_static_02_03): Likewise.
4940 (struct struct_static_02_04): Likewise.
4941 (struct struct_static_04_01): Likewise.
4942 (struct struct_static_04_02): Likewise.
4943 (struct struct_static_04_03): Likewise.
4944 (struct struct_static_04_04): Likewise.
4945 (struct struct_static_06_01): Likewise.
4946 (struct struct_static_06_02): Likewise.
4947 (struct struct_static_06_03): Likewise.
4948 (struct struct_static_06_04): Likewise.
4949 (cmp_struct_static_02_01): Likewise.
4950 (cmp_struct_static_02_02): Likewise.
4951 (cmp_struct_static_02_03): Likewise.
4952 (cmp_struct_static_02_04): Likewise.
4953 (cmp_struct_static_04_01): Likewise.
4954 (cmp_struct_static_04_02): Likewise.
4955 (cmp_struct_static_04_03): Likewise.
4956 (cmp_struct_static_04_04): Likewise.
4957 (cmp_struct_static_06_01): Likewise.
4958 (cmp_struct_static_06_02): Likewise.
4959 (cmp_struct_static_06_03): Likewise.
4960 (cmp_struct_static_06_04): Likewise.
4961 (call_all): Test new structs.
4962 * gdb.base/infcall-nested-structs.exp: Likewise.
4963
73021deb
AH
49642019-01-21 Alan Hayward <alan.hayward@arm.com>
4965 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4966
fc65c7db
AH
49672019-01-21 Alan Hayward <alan.hayward@arm.com>
4968 * gdb.base/stack-protector.c: New test.
4969 * gdb.base/stack-protector.exp: New file.
4970 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4971 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4972 option.
4973 (gdb_compile): Remove stack protector for GCC and prevent
4974 recursion.
4975
c24bdb02
KS
49762019-01-16 Keith Seitz <keiths@redhat.com>
4977
4978 PR gdb/23773
4979 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4980
6f072a10
PFC
49812019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4982
4983 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4984 aliases.
4985 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4986 tests.
4987 * gdb.arch/powerpc-vector-regs.c: New file.
4988 * gdb.arch/powerpc-vector-regs.exp: New file.
4989
a7b8d682
PFC
49902019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4991
4992 * gdb.arch/altivec-regs.exp: Fix the list passed to
4993 gdb_expect_list when testing "info vector".
4994
6eb6fb67
AB
49952019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4996
4997 * gdb.base/style.exp: Don't include path in testname.
4998
b56f80d8
KS
49992019-01-10 Keith Seitz <keiths@redhat.com>
5000
5001 PR gdb/23712
5002 PR symtab/23010
5003 * gdb.dwarf2/multidictionary.exp: New file.
5004
041be526
SM
50052019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5006
5007 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5008 (test_gnuv3_style_demangling): ... this.
5009 (test_lucid_style_demangling): Remove.
5010 (test_arm_style_demangling): Remove.
5011 (test_hp_style_demangling): Remove.
5012 (do_tests): Remove calls to the above.
5013
d820d0c3
AB
50142019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5015
5016 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5017 case.
5018
f097f5ad
TT
50192019-01-06 Tom Tromey <tom@tromey.com>
5020
5021 PR gdb/28155:
5022 * gdb.dwarf2/typedef-void-finish.exp: New file.
5023
2cd8cc0b
TT
50242018-12-28 Tom Tromey <tom@tromey.com>
5025 Simon Marchi <simark@simark.ca>
5026
5027 * gdb.base/jit-exec.exp: New file.
5028 * gdb.base/jit-exec.c: New file.
5029 * gdb.base/jit-execd.c: New file.
5030
35fb8261
TT
50312018-12-28 Tom Tromey <tom@tromey.com>
5032
5033 * gdb.base/style.exp: Update test to check for address styling.
5034
47fd17cd
TT
50352018-12-28 Tom Tromey <tom@tromey.com>
5036
5037 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5038 message.
5039
d47032b7
TT
50402018-12-28 Tom Tromey <tom@tromey.com>
5041
5042 * gdb.base/style.exp: Add test for version number styling.
5043
af79b68d
TT
50442018-12-28 Tom Tromey <tom@tromey.com>
5045
5046 * gdb.base/style.exp: Add test for print_address_symbolic.
5047
0bb296cb
TT
50482018-12-28 Tom Tromey <tom@tromey.com>
5049
5050 * gdb.base/style.exp: Add test for breakpoint setting.
5051
80ae2043
TT
50522018-12-28 Tom Tromey <tom@tromey.com>
5053
5054 * gdb.base/style.exp: Add test for variable names.
5055
cbe56571
TT
50562018-12-28 Tom Tromey <tom@tromey.com>
5057
5058 * gdb.base/style.exp: New file.
5059 * gdb.base/style.c: New file.
5060
9162a27c
TT
50612018-12-28 Tom Tromey <tom@tromey.com>
5062
5063 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5064 "dumb".
5065 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5066 the TERM environment variable.
5067
bc543c90
TT
50682018-12-27 Tom Tromey <tom@tromey.com>
5069
5070 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5071 pagination test.
5072
6f0ffe50
AB
50732018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5074
5075 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5076 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5077
b5a1e557
PW
50782018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5079
5080 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5081 Filename a.adb changed to bp_fun_addr.adb.
5082 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5083
6e8b1ab2
JV
50842018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5085
5086 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5087 non-PIE executables.
5088 * README: Mention the gdb,nopie_flag board setting.
5089 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5090 non-PIE executable.
5091 * gdb.arch/amd64-entry-value.exp: Likewise.
5092 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5093 * gdb.arch/i386-float.exp: Likewise.
5094 * gdb.arch/i386-signal.exp: Likewise.
5095 * gdb.mi/mi-reg-undefined.exp: Likewise.
5096
d00a27c5
PM
50972018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5098
5099 PR gdb/23974
5100 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5101
161d081c
PW
51022018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5103
5104 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5105 Update order of results accordingly.
5106
b001de23
AB
51072018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5108
5109 * gdb.base/annota1.exp: Update a test regexp.
5110
99e1a184
AB
51112018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5112
5113 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5114
7a81c1e2
PW
51152018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5116
5117 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5118 (reuse_time): Initialize to REUSE_TIME_CAP.
5119 (check_rc): New function.
5120 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5121 Check pthread_create rc.
5122 (spawner_thread_func): Check pthread_create and pthread_join rc.
5123
73e8dc90
PA
51242018-12-08 Pedro Alves <palves@redhat.com>
5125
5126 * gdb.base/list.exp (test_forward_search): Rename to ...
5127 (test_forward_reverse_search): ... this. Also test reverse-search
5128 and the forward-search alias.
5129
13f2ed32
AB
51302018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5131
5132 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5133 local timeout variable before return, and remove all local timeout
5134 variable entirely.
5135 (gdb_load): Likewise.
5136
64d27cfc
TV
51372018-12-01 Tom de Vries <tdevries@suse.de>
5138
5139 * gdb.base/gdb-caching-proc.exp: New file.
5140
f63c03b4
SDJ
51412018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5142
5143 * Makefile.in (TIMESTAMP): New variable.
5144 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5145 command.
5146 (check-single-racy): Likewise.
5147 (check/%.exp): Likewise.
5148 (check-racy/%.exp): Likewise.
5149 (workers/%.worker): Likewise.
5150 (build-perf): Likewise.
5151 (check-perf): Likewise.
5152 * README: Describe new "TS" and "TS_FORMAT" variables.
5153 * print-ts.py: New file.
5154
1c97054b
BF
51552018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5156
5157 PR python/23714
5158 * gdb.python/python.exp: Test command repetition after
5159 gdb.execute.
5160
1871a62d
AB
51612018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5162
5163 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5164 is correctly aligned.
5165
fb5e1ed9
PW
51662018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5167
5168 * gdb.ada/info_auto_lang.exp: New testcase.
5169 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5170 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5171 * gdb.ada/info_auto_lang/some_c.c: New file.
5172
43d397ca
PW
51732018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5174
5175 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5176 FUNC_lang language syntax.
5177
beddd671
PW
51782018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5179
5180 * gdb.base/info_minsym.c: New file.
5181 * gdb.base/info_minsym.exp: New file.
5182
73fc52c4
TT
51832018-11-19 Tom Tromey <tom@tromey.com>
5184
5185 PR rust/23625:
5186 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5187 * gdb.rust/expr.exp: Update expected output. Change one test.
5188
994b876a
TT
51892018-11-19 Tom Tromey <tom@tromey.com>
5190
5191 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5192
6769f276
PA
51932018-11-19 Pedro Alves <palves@redhat.com>
5194
5195 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5196 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5197 see the expected warning.
5198
38a72da0
AH
51992018-11-16 Alan Hayward <alan.hayward@arm.com>
5200
5201 PR gdb/22736:
5202 * gdb.cp/infcall-nodebug-lib.c: New test.
5203 * gdb.cp/infcall-nodebug-main.c: New test.
5204 * gdb.cp/infcall-nodebug.exp: New file.
5205
53a89d6e
SM
52062018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5207
5208 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5209 completer tests.
5210
9325300d
TV
52112018-11-09 Tom de Vries <tdevries@suse.de>
5212
5213 * gdb.base/msym-lang.c: New test.
5214 * gdb.base/msym-lang.exp: New file.
5215 * gdb.base/msym-lang-main.c: New test.
5216
20f0d60d
TT
52172018-11-08 Tom Tromey <tom@tromey.com>
5218
5219 PR gdb/23555:
5220 PR gdb/23838:
5221 * gdb.base/warning.exp: New file.
5222
b5420128
JB
52232018-11-08 Jan Beulich <jbeulich@suse.com>
5224
5225 * testsuite/gdb.arch/i386-avx512.c,
5226 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5227
cd115d61
AB
52282018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5229
5230 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5231 point hardware.
5232
35ee2dc2
AB
52332018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5234
5235 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5236 * gdb.dwarf2/missing-type-name.exp: New file.
5237
31aceee8
TV
52382018-11-06 Tom de Vries <tdevries@suse.de>
5239
5240 * gdb.base/many-headers.c: New test.
5241 * gdb.base/many-headers.exp: New file.
5242
109be305
JW
52432018-11-06 Jim Wilson <jimw@sifive.com>
5244
5245 * gdb.base/code_elim.exp: For riscv, set additional_flags
5246 to include -msmall-data-limit=0.
5247
e2b7af72
JB
52482018-11-01 Joel Brobecker <brobecker@adacore.com>
5249
5250 * gdb.ada/watch_minus_l: New testcase.
5251
cdcda965
SM
52522018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5253
5254 * gdb.arch/aix-sighandle.c: New file.
5255 * gdb.arch/aix-sighandle.exp: New file.
5256
92dcebf3
AB
52572018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5258
5259 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5260 registers being unions.
5261
68b9ac18
TV
52622018-10-31 Tom de Vries <tdevries@suse.de>
5263
5264 * lib/valgrind.exp: New file.
5265 (vgdb_start, vgdb_stop): New procs, factored out of ...
5266 * gdb.base/valgrind-bt.exp: ... here, ...
5267 * gdb.base/valgrind-disp-step.exp: ... here and ...
5268 * gdb.base/valgrind-infcall.exp: ... here.
5269
1443936e
TV
52702018-10-31 Tom de Vries <tdevries@suse.de>
5271
5272 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5273
eb77c9df
AB
52742018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5275
5276 * gdb.dwarf2/void-type.c: New file.
5277 * gdb.dwarf2/void-type.exp: New file.
5278
82b5e646
PW
52792018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5280
5281 * gdb.base/info_qt.c: New file.
5282 * gdb.base/info_qt.exp: New file.
5283
8d619c01
EBM
52842018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5285
5286 * gdb.arch/powerpc-htm-regs.c: New file.
5287 * gdb.arch/powerpc-htm-regs.exp: New file.
5288
f2cf6173
EBM
52892018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5290
5291 * gdb.arch/powerpc-tar.c: New file.
5292 * gdb.arch/powerpc-tar.exp: New file.
5293
7ca18ed6
EBM
52942018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5295
5296 * gdb.arch/powerpc-ppr-dscr.c: New file.
5297 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5298
bfcc0eba
TV
52992018-10-25 Tom de Vries <tdevries@suse.de>
5300
5301 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5302
fe1a5cad
TV
53032018-10-24 Tom de Vries <tdevries@suse.de>
5304
5305 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5306 longer exists error.
5307
a76dc3b7
TV
53082018-10-24 Tom de Vries <tdevries@suse.de>
5309
5310 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5311
4df46df7
TV
53122018-10-24 Tom de Vries <tdevries@suse.de>
5313
5314 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5315 --db-attach in valgrind.
5316
0dbfcfff
AB
53172018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5318
5319 * gdb.arch/riscv-reg-aliases.c: New file.
5320 * gdb.arch/riscv-reg-aliases.exp: New file.
5321
b04480b1
AH
53222018-10-19 Alan Hayward <alan.hayward@arm.com>
5323
5324 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5325
2c6ac8d7
AH
53262018-10-19 Alan Hayward <alan.hayward@arm.com>
5327
5328 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5329
2bc69f25
AH
53302018-10-19 Alan Hayward <alan.hayward@arm.com>
5331
5332 * gdb.cp/ovldbreak.exp: Fix regexps.
5333
1f1ae3a3
AH
53342018-10-19 Alan Hayward <alan.hayward@arm.com>
5335
5336 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5337
94c18618
SDJ
53382018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5339
5340 PR cli/23785
5341 * gdb.base/restore.exp: New test to check if "restore" with an
5342 invalid file doesn't segfault.
5343
812cd6eb
TV
53442018-10-18 Tom de Vries <tdevries@suse.de>
5345
5346 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5347 * gdb.ada/excep_handle.exp: Same.
5348 * gdb.ada/mi_string_access.exp: Same.
5349 * gdb.ada/mi_var_union.exp: Same.
5350 * gdb.arch/arc-analyze-prologue.exp: Same.
5351 * gdb.arch/arc-decode-insn.exp: Same.
5352 * gdb.base/readnever.exp: Same.
5353 * gdb.fortran/printing-types.exp: Same.
5354 * gdb.guile/scm-lazy-string.exp: Same.
5355
c4b90788
TV
53562018-10-16 Tom de Vries <tdevries@suse.de>
5357
5358 PR gdb/23730
5359 * gdb.base/catch-follow-exec.c: Add copyright notice.
5360 * gdb.base/catch-follow-exec.exp: Rewrite to use
5361 gdb_spawn_with_cmdline_opts. Require gdb-native.
5362
8bca2978
SL
53632018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5364
5365 * gdb.trace/actions-changed.exp: Check for arch support.
5366 * gdb.trace/actions.exp: Likewise.
5367 * gdb.trace/ax.exp: Likewise.
5368 * gdb.trace/backtrace.exp: Likewise.
5369 * gdb.trace/change-loc.exp: Likewise.
5370 * gdb.trace/deltrace.exp: Likewise.
5371 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5372 * gdb.trace/ftrace.exp: Likewise.
5373 * gdb.trace/infotrace.exp: Check for arch support.
5374 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5375 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5376 * gdb.trace/mi-tsv-changed.exp: Likewise.
5377 * gdb.trace/packetlen.exp: Likewise.
5378 * gdb.trace/passc-dyn.exp: Likewise.
5379 * gdb.trace/passcount.exp: Likewise.
5380 * gdb.trace/pending.exp: Likewise.
5381 * gdb.trace/range-stepping.exp: Check for shlib support.
5382 * gdb.trace/report.exp: Check for arch support.
5383 * gdb.trace/save-trace.exp: Likewise.
5384 * gdb.trace/signal.exp: Check for signal support.
5385 * gdb.trace/tfind.exp: Check for arch support.
5386 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5387 * gdb.trace/trace-common.h: Add comment.
5388 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5389 * gdb.trace/trace-enable-disable.exp: Likewise.
5390 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5391 * gdb.trace/tracecmd.exp: Check for arch support.
5392 * gdb.trace/tspeed.exp: Check for shlib and target support.
5393 * gdb.trace/tstatus.exp: Check for arch support.
5394 * gdb.trace/tsv.exp: Likewise.
5395 * gdb.trace/while-dyn.exp: Likewise.
5396 * gdb.trace/while-stepping.exp: Likewise.
5397 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5398
f9c49bff
SM
53992018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5400
5401 * gdb.trace/tspeed.exp: Remove nowarnings.
5402 (prepare_for_trace_test): Declare "global ipalib".
5403 * gdb.trace/tspeed.c: Include unistd.h.
5404 (main): Remove superfluous printf argument.
5405
d4330bde
SL
54062018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5407
5408 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5409 directory prefix on the filename.
5410
8ecfd7bd
SDJ
54112018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5412
5413 * gdb.gdb/unittest.exp: Update expected message informing that
5414 selftests have been disabled.
5415 * gdb.server/unittest.exp: Likewise.
5416
58bbcd02
TV
54172018-10-09 Tom de Vries <tdevries@suse.de>
5418
5419 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5420 with runto_main.
5421
9f6b697b
WP
54222018-10-08 Weimin Pan <weimin.pan@oracle.com>
5423
5424 PR c++/16841
5425 * gdb.cp/virtbase2.cc: New file.
5426 * gdb.cp/virtbase2.exp: New file.
5427
add5ded5
TT
54282018-10-06 Tom Tromey <tom@tromey.com>
5429
5430 PR python/19399:
5431 * gdb.python/py-inferior.exp: Add architecture test.
5432
f9e48344
TT
54332018-10-06 Tom Tromey <tom@tromey.com>
5434
5435 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5436 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5437
2a8be203
TT
54382018-10-06 Tom Tromey <tom@tromey.com>
5439
5440 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5441 of a "throw" catchpoint.
5442
e04caa70
SDJ
54432018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5444
5445 * gdb.base/info-proc.exp: Update string expected from "help info
5446 proc".
5447
5ca8c39f
TT
54482018-10-04 Tom Tromey <tom@tromey.com>
5449
5450 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5451 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5452 (test_initial_complaints, test_empty_complaints): Update.
5453 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5454
3453e7e4
TT
54552018-10-04 Tom Tromey <tom@tromey.com>
5456
5457 PR cli/19551:
5458 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5459 * lib/gdb.exp (gdb_file_cmd): Update.
5460 * gdb.stabs/weird.exp (print_weird_var): Update.
5461 * gdb.server/solib-list.exp: Update.
5462 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5463 * gdb.mi/mi-cli.exp: Update.
5464 * gdb.linespec/linespec.exp: Update.
5465 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5466 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5467 * gdb.cp/cp-relocate.exp: Update.
5468 * gdb.base/sym-file.exp: Update.
5469 * gdb.base/relocate.exp: Update.
5470 * gdb.base/readnever.exp: Update.
5471 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5472 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5473 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5474 * gdb.base/code_elim.exp: Update.
5475 * gdb.base/break-unload-file.exp (test_break): Update.
5476 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5477 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5478 Update.
5479 * gdb.base/attach.exp (do_attach_tests): Update.
5480 * gdb.base/sepdebug.exp: Update.
5481 * gdb.python/py-section-script.exp: Update.
5482
6afcf761
TT
54832018-10-04 Tom Tromey <tom@tromey.com>
5484
5485 PR cli/22234:
5486 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5487 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5488 output.
5489
fef1b293
TT
54902018-10-04 Tom Tromey <tom@tromey.com>
5491
5492 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5493 set width and height to 0.
5494 (test_command_line_attach_run): Use -quiet.
5495
ca98345e
SL
54962018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5497
5498 * lib/gdb.exp (skip_ifunc_tests): New.
5499 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5500 other compile failures.
5501 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5502
ff34e6ae
SM
55032018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5504
5505 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5506 is_amd64_regs_target.
5507
6bb8890e
AH
55082018-10-01 Alan Hayward <alan.hayward@arm.com>
5509
5510 * gdb.arch/aarch64-sighandler-regs.c: New test.
5511 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5512 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5513
224d30d3
MM
55142018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5515
5516 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5517 assembly.
5518
f67ffa6a
AB
55192018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5520
5521 * gdb.base/frame-selection.exp: New file.
5522 * gdb.base/frame-selection.c: New file.
5523
9fc3183f
AH
55242018-09-27 Alan Hayward <alan.hayward@arm.com>
5525
5526 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5527 pthread barrier.
5528 (main): Likewise.
5529
d354055e
AB
55302018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5531
5532 * gdb.base/large-frame-1.c: New file.
5533 * gdb.base/large-frame-2.c: New file.
5534 * gdb.base/large-frame.exp: New file.
5535 * gdb.base/large-frame.h: New file.
5536
db727370
JL
55372018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5538
5539 PR gdb/20948
5540 * gdb.base/write_mem.exp: New test.
5541 * gdb.base/write_mem.c: Likewise.
5542
ae778caf
TT
55432018-09-23 Tom Tromey <tom@tromey.com>
5544
5545 PR python/18852:
5546 * gdb.python/py-parameter.exp: Add test for parameter that throws
5547 on "set".
5548
fd3ba736
TT
55492018-09-23 Tom Tromey <tom@tromey.com>
5550
5551 PR python/17284:
5552 * gdb.python/py-template.exp (test_template_arg): Add test for
5553 negative template argument number.
5554
39a24317
TT
55552018-09-23 Tom Tromey <tom@tromey.com>
5556
5557 PR python/14062:
5558 * gdb.python/python.exp: Add test for post_event error.
5559
f5769a2c
TT
55602018-09-23 Tom Tromey <tom@tromey.com>
5561
5562 PR python/18170:
5563 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5564 convert pointers to int and long.
5565
1c1e54f6
TT
55662018-09-23 Tom Tromey <tom@tromey.com>
5567
5568 PR python/20126:
5569 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5570 signed-ness conversion tests.
5571
fb4fa946
TT
55722018-09-23 Tom Tromey <tom@tromey.com>
5573
5574 PR python/18352;
5575 * gdb.python/py-value.exp (test_float_conversion): New proc.
5576 Use it.
5577
a466edac
HAQ
55782018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5579
5580 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5581
4ee9b0c5
SL
55822018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5583
5584 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5585 no readline.
5586 * gdb.base/utf8-identifiers.exp: Likewise.
5587 * gdb.cp/cpcompletion.exp: Likewise.
5588 * gdb.linespec/cpcompletion.exp: Likewise.
5589 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5590 * gdb.linespec/cpls-ops.exp: Likewise.
5591
23be8da7
RB
55922018-09-19 Richard Bunt <richard.bunt@arm.com>
5593 Chris January <chris.january@arm.com>
5594
5595 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5596 * gdb.fortran/short-circuit-argument-list.exp: New file.
5597 * gdb.fortran/short-circuit-argument-list.f90: New test.
5598
5031d0ae
SDJ
55992018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5600
5601 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5602 "arch=" keyword when executing "-stack-list-frames".
5603
b4c0d1a4
SDJ
56042018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5605
5606 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5607 "arch=" keyword when executing "-stack-list-frames".
5608
7a6d2b45
SDJ
56092018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5610
5611 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5612 break ada".
5613
8588b356
SM
56142018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5615
5616 PR python/23669
5617 * gdb.python/python.exp: Test gdb.execute("show commands").
5618
65e65158
TT
56192018-09-16 Tom Tromey <tom@tromey.com>
5620
5621 * gdb.base/new-ui.exp (do_execution_tests): Update.
5622 * gdb.base/dbx.exp (test_breakpoints): Update.
5623
bf326452
AH
56242018-09-14 Alan Hayward <alan.hayward@arm.com>
5625
5626 * lib/gdb.exp (gdb_simple_compile): Add proc.
5627 (is_elf_target): Use gdb_simple_compile.
5628 (skip_altivec_tests): Likewise.
5629 (skip_vsx_tests): Likewise.
5630 (skip_tsx_tests): Likewise.
5631 (skip_btrace_tests): Likewise.
5632 (skip_btrace_pt_tests): Likewise.
5633 (gdb_can_simple_compile): Likewise.
5634 (gdb_has_argv0): Likewise.
5635 (gdb_target_symbol_prefix): Likewise.
5636 (target_supports_scheduler_locking): Likewise.
5637
2361b0fb
TT
56382018-09-13 Tom Tromey <tom@tromey.com>
5639
5640 * Makefile.in (TAGS): Recognize proc_with_prefix and
5641 gdb_caching_proc.
5642
0ae1a321
SM
56432018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5644
5645 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5646 method.
5647
a40bf0c2
SM
56482018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5649
5650 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5651 and a few other Inferior properties when the Inferior is no
5652 longer valid.
5653
4a3fe98f
TT
56542018-09-13 Tom Tromey <tom@tromey.com>
5655
5656 PR rust/23650:
5657 * gdb.rust/simple.exp: Add test for enum field access error.
5658
098b2108
TT
56592018-09-13 Tom Tromey <tom@tromey.com>
5660
5661 PR rust/23626:
5662 * gdb.rust/simple.rs (EmptyEnum): New type.
5663 (main): Use it.
5664 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5665
1256af7d
SM
56662018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5667
5668 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5669 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5670 * gdb.python/py-symtab.exp: Update test printing an objfile.
5671
4aa8e6c2
SM
56722018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5673
5674 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5675 object.
5676
c221b2f7
AH
56772018-09-12 Alan Hayward <alan.hayward@arm.com>
5678
5679 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5680 (support_complex_tests): Use gdb_can_simple_compile.
5681 (is_ilp32_target): Likewise.
5682 (is_lp64_target): Likewise.
5683 (is_64_target): Likewise.
5684 (is_amd64_regs_target): Likewise.
5685 (is_aarch32_target): Likewise.
5686 (gdb_int128_helper): Likewise.
5687
6f1107b5
JK
56882018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5689
5690 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5691
1f5d1570
JG
56922018-09-10 Jerome Guitton <guitton@adacore.com>
5693
5694 * gdb.ada/same_component_name: Add test for case of tagged record
5695 with variable-length fields.
5696
cc330e39
XR
56972018-09-10 Xavier Roirand <roirand@adacore.com>
5698
5699 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5700 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5701 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5702 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5703
b9c50e9a
XR
57042018-09-10 Xavier Roirand <roirand@adacore.com>
5705
5706 * gdb.ada/mi_string_access.exp: New testcase.
5707 * gdb.ada/mi_string_access/bar.adb: New file.
5708 * gdb.ada/mi_string_access/pck.adb: New file.
5709 * gdb.ada/mi_string_access/pck.asd: New file.
5710
2963898f
XR
57112018-09-10 Xavier Roirand <roirand@adacore.com>
5712
5713 * gdb.ada/mi_var_union.exp: New testcase.
5714 * gdb.ada/mi_var_union/bar.adb: New file.
5715 * gdb.ada/mi_var_union/pck.adb: New file.
5716 * gdb.ada/mi_var_union/pck.asd: New file.
5717
1aac008f
TT
57182018-09-08 Tom Tromey <tom@tromey.com>
5719
5720 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5721
332cf4c9
TT
57222018-09-08 Tom Tromey <tom@tromey.com>
5723
5724 PR python/16047:
5725 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5726 (register_pretty_printers): Register new printer.
5727 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5728 test.
5729 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5730 (an_int_type3): New global.
5731
424da6cf
JB
57322018-09-08 Joel Brobecker <brobecker@adacore.com>
5733
5734 * gdb.ada/expr_with_funcall: New testcase.
5735
2a62dfa9
JB
57362018-09-08 Joel Brobecker <brobecker@adacore.com>
5737
5738 * gdb.ada/packed_array_assign: New testcase.
5739
96b6697f
AB
57402018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5741
5742 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5743 names, and add test prefixes to make test names unique.
5744
e4a62c65
TV
57452018-09-05 Tom de Vries <tdevries@suse.de>
5746
5747 * gdb.dwarf2/varval.exp: Add test.
5748
dd083ee2
GB
57492018-09-04 Gary Benson <gbenson@redhat.com>
5750
5751 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5752 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5753
aef9346c
TT
57542018-08-31 Tom Tromey <tom@tromey.com>
5755
5756 * gdb.rust/simple.rs: Rename second variable "v".
5757
c67f2e15
AB
57582018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5759
5760 * gdb.base/funcargs.c (use_a): New function.
5761 (recurse): Call use_a.
5762
078a0207
KS
57632018-08-29 Keith Seitz <keiths@redhat.com>
5764
5765 * gdb.compile/compile-cplus-anonymous.cc: New file.
5766 * gdb.compile/compile-cplus-anonymous.exp: New file.
5767 * gdb.compile/compile-cplus-array-decay.cc: New file.
5768 * gdb.compile/compile-cplus-array-decay.exp: New file.
5769 * gdb.compile/compile-cplus-inherit.cc: New file.
5770 * gdb.compile/compile-cplus-inherit.exp: New file.
5771 * gdb.compile/compile-cplus-member.cc: New file.
5772 * gdb.compile/compile-cplus-member.exp: New file.
5773 * gdb.compile/compile-cplus-method.cc: New file.
5774 * gdb.compile/compile-cplus-method.exp: New file.
5775 * gdb.compile/compile-cplus-mod.c: "New" file.
5776 * gdb.compile/compile-cplus-namespace.cc: New file.
5777 * gdb.compile/compile-cplus-namespace.exp: New file.
5778 * gdb.compile/compile-cplus-nested.cc: New file.
5779 * gdb.compile/compile-cplus-nested.exp: New file.
5780 * gdb.compile/compile-cplus-print.c: "New" file.
5781 * gdb.compile/compile-cplus-print.exp: "New" file.
5782 * gdb.compile/compile-cplus-virtual.cc: New file.
5783 * gdb.compile/compile-cplus-virtual.exp: New file.
5784 * gdb.compile/compile-cplus.c: "New" file.
5785 * gdb.compile/compile-cplus.exp: "New" file.
5786 * lib/compile-support.exp: New file.
5787
b0f492b9
GB
57882018-08-16 Gary Benson <gbenson@redhat.com>
5789
5790 PR gdb/13000:
5791 * gdb.base/batch-exit-status.exp: New file.
5792 * gdb.base/batch-exit-status.good-commands: Likewise.
5793 * gdb.base/batch-exit-status.bad-commands: Likewise.
5794
36eb4c5f
AH
57952018-08-29 Alan Hayward <alan.hayward@arm.com>
5796
5797 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5798 (struct struct02): Likewise.
5799 (struct struct03): Likewise.
5800 (struct struct04): Likewise.
5801 (struct struct_01_01): New struct.
5802 (struct struct_01_02): Likewise.
5803 (struct struct_01_03): Likewise.
5804 (struct struct_01_04): Likewise.
5805 (struct struct_02_01): Likewise.
5806 (struct struct_02_02): Likewise.
5807 (struct struct_02_03): Likewise.
5808 (struct struct_02_04): Likewise.
5809 (struct struct_04_01): Likewise.
5810 (struct struct_04_02): Likewise.
5811 (struct struct_04_03): Likewise.
5812 (struct struct_04_04): Likewise.
5813 (struct struct_05_01): Likewise.
5814 (struct struct_05_02): Likewise.
5815 (struct struct_05_03): Likewise.
5816 (struct struct_05_04): Likewise.
5817 (cmp_struct01): Remove function.
5818 (cmp_struct02): Likewise.
5819 (cmp_struct03): Likewise.
5820 (cmp_struct04): Likewise.
5821 (cmp_struct_01_01): Add Function.
5822 (cmp_struct_01_02): Likewise.
5823 (cmp_struct_01_03): Likewise.
5824 (cmp_struct_01_04): Likewise.
5825 (cmp_struct_02_01): Likewise.
5826 (cmp_struct_02_02): Likewise.
5827 (cmp_struct_02_03): Likewise.
5828 (cmp_struct_02_04): Likewise.
5829 (cmp_struct_04_01): Likewise.
5830 (cmp_struct_04_02): Likewise.
5831 (cmp_struct_04_03): Likewise.
5832 (cmp_struct_04_04): Likewise.
5833 (cmp_struct_05_01): Likewise.
5834 (cmp_struct_05_02): Likewise.
5835 (cmp_struct_05_03): Likewise.
5836 (cmp_struct_05_04): Likewise.
5837 (call_all): Add new structs.
5838 * gdb.base/infcall-nested-structs.exp: Likewise.
5839
3bf9c013
JV
58402018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5841
5842 * gdb.python/py-framefilter-mi.exp: Update regexp to
5843 check for "arch" field in frame output.
5844
450d1e88
KB
58452018-08-23 Kevin Buettner <kevinb@redhat.com>
5846
5847 * gdb.dwarf2/dw2-ranges-func.c: New file.
5848 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5849
ae739fe7
SM
58502018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5851
5852 * gdb.base/term.exp: Compare terminal settings with values from
5853 the inferior.
5854 * gdb.base/term.c: Get and set terminal settings.
5855
6d52907e
JV
58562018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5857
5858 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5859 accommodate new "arch" field in frame output.
5860 * gdb.mi/mi-return.exp: Likewise.
5861 * gdb.mi/mi-stack.exp: Likewise.
5862 * gdb.mi/mi-syn-frame.exp: Likewise.
5863 * gdb.mi/user-selected-context-sync.exp: Likewise.
5864
be2d111a
MS
58652018-08-19 Michael Spang <spang@google.com>
5866
5867 PR gdb/11786
5868 * gdb.base/gcore-tls-pie.c: New file.
5869 * gdb.base/gcore-tls-pie.exp: New file.
5870
ae3a7c47
KB
58712018-08-18 Kevin Buettner <kevinb@redhat.com>
5872
5873 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
5874 * gdb.dwarf2/varval.c: New file.
5875 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 5876
2ecae92e
AH
58772018-08-17 Alan Hayward <alan.hayward@arm.com>
5878
5879 PR gdb/18931
5880 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5881
c1854f1d
KS
58822018-08-16 Keith Seitz <keiths@redhat.com>
5883
5884 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5885 tests expected to pass.
5886
26fb3983
JV
58872018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5888
5889 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5890 -data-disassemble -a.
5891 (test_disassembly_bogus_args): Likewise.
5892
67943c00
AB
58932018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5894
5895 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5896
5ff2bbae
AB
58972018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5898
5899 * gdb.base/vla-optimized-out.exp: Add new test.
5900
e5bbcd0f
AB
59012018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5902
5903 * gdb.base/vla-optimized-out-o3.exp: Delete.
5904 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5905 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5906 deleted tests.
5907
9d4a934c
AB
59082018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5909
5910 PR gdb/18050:
5911 * gdb.server/extended-remote-restart.c: New file.
5912 * gdb.server/extended-remote-restart.exp: New file.
5913
045cf012
SM
59142018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5915
5916 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5917 "set variable index = 42".
5918
87d6a7aa
SM
59192018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5920
5921 * boards/index-cache-gdb.exp: New file.
5922 * gdb.dwarf2/index-cache.exp: New file.
5923 * gdb.dwarf2/index-cache.c: New file.
5924 * gdb.base/maint.exp: Check if we are using the index cache.
5925
96d68bd4
RO
59262018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5927
5928 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5929 MAKEFLAGS.
5930
5a699617
RO
59312018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5932
5933 * dg-extract-results.sh: Move to toplevel contrib.
5934 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5935 * Makefile.in (check-parallel-racy): Likewise.
5936
5bd18990
AB
59372018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5938
5939 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5940 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5941 tests if the target supports scheduler locking.
5942
3fbbcf47
TV
59432018-08-04 Tom de Vries <tdevries@suse.de>
5944
5945 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5946
3e1d3d8c
TT
59472018-08-02 Tom Tromey <tom@tromey.com>
5948
5949 PR symtab/16842.
5950 * gdb.cp/temargs.exp: Test "info address" of a template
5951 parameter.
5952
5abe0f0c
JV
59532018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5954
5955 * gdb.python/py-mi-var-info-path-expression.c: New file.
5956 * gdb.python/py-mi-var-info-path-expression.py: New file.
5957 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5958
fb66cde8
SDJ
59592018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5960
5961 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5962 error after "cannot resolve name" string.
5963
c708f4d2
AB
59642018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5965
5966 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5967 started.
5968 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5969
37cc0cae
TV
59702018-07-28 Tom de Vries <tdevries@suse.de>
5971
5972 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5973
63b4ecf7
TV
59742018-07-26 Tom de Vries <tdevries@suse.de>
5975
5976 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5977
3c3bb058
AB
59782018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5979
5980 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5981 is visible.
5982
9e7f3bbb
TV
59832018-07-26 Tom de Vries <tdevries@suse.de>
5984
5985 PR breakpoints/23366
5986 * gdb.base/catch-follow-exec.c: New test.
5987 * gdb.base/catch-follow-exec.exp: New file.
5988
16f808ec
TV
59892018-07-25 Tom de Vries <tdevries@suse.de>
5990
5991 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5992 vla-optimized-out.c.
5993
d7154a8d
JV
59942018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5995
5996 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5997 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5998
232a0032
TV
59992018-07-20 Tom de Vries <tdevries@suse.de>
6000
6001 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6002 NOCLONE macro.
6003 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6004
fbb1d502
TV
60052018-07-19 Tom de Vries <tdevries@suse.de>
6006
6007 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6008 regular expression.
6009
42dc7699
TV
60102018-07-18 Tom de Vries <tdevries@suse.de>
6011
6012 * gdb.base/vla-optimized-out.c: New test.
6013 * gdb.base/vla-optimized-out.exp: New file.
6014
7f1f7e23
SDJ
60152018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6016
6017 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6018 message "No address associated with hostname" when gdbserver
6019 cannot resolve the hostname.
6020
5759ebb3
PW
60212018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6022
6023 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6024 Add some test prefixes to make tests unique.
6025
3606ccab
PW
60262018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6027
6028 * gdb.base/frameapply.c: New file.
6029 * gdb.base/frameapply.exp: New file.
6030
529c08b2
PW
60312018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6032
6033 * gdb.base/skip.exp: Update expected error message.
6034
c7ab0aef
SDJ
60352018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6036 Jan Kratochvil <jan.kratochvil@redhat.com>
6037 Paul Fertser <fercerpav@gmail.com>
6038 Tsutomu Seki <sekiriki@gmail.com>
6039
6040 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6041 parameter.
6042 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6043 by default.
6044 * boards/native-gdbserver.exp: Likewise.
6045 * gdb.server/run-without-local-binary.exp: Improve regexp used
6046 for detecting when a remote debugging connection succeeds.
6047 * gdb.server/server-connect.exp: New file.
6048 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6049 Do not prefix the port number with ":".
6050 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6051 support for detecting and using it. Add '$debughost_gdbserver'
6052 to the list of arguments used to start gdbserver. Handle case
6053 when gdbserver cannot resolve a network name.
6054
16ff70dd
SDJ
60552018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6056
6057 PR c++/23373
6058 * gdb.base/ptype-offsets.cc (struct static_member): New
6059 struct.
6060 (main) <stmember>: New variable.
6061 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6062 with a static member in it.
6063
3541979f
AB
60642018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6065
6066 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6067 watchpoints enabled and disabled.
6068
c8ad9b9a
AB
60692018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6070
6071 * gdb.base/examine-backward.exp: Still run tests around address
6072 0x0, even if address 0x0 is not readable. Update the pattern for
6073 matching address 0x0 in expected output.
6074
e0e5e971
AB
60752018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6076
6077 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6078 malloc/free.
6079
1ea5da02
TV
60802018-07-04 Tom de Vries <tdevries@suse.de>
6081
6082 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6083
471b9d15
MR
60842018-07-02 Maciej W. Rozycki <macro@mips.com>
6085
6086 PR tdep/8282
6087 * gdb.arch/mips-disassembler-options.exp: New test.
6088 * gdb.arch/mips-disassembler-options.s: New test source.
6089
75acb486
PA
60902018-06-29 Pedro Alves <palves@redhat.com>
6091
6092 * gdb.threads/names.exp: Adjust expected "info threads" output.
6093
cd2bb709
PA
60942018-06-29 Pedro Alves <palves@redhat.com>
6095
6096 * gdb.opt/inline-break.exp (line number, address): Add "info
6097 break" tests.
6098
991ff292
PA
60992018-06-29 Pedro Alves <palves@redhat.com>
6100
6101 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6102 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6103 number and address and running to them.
6104
356819b6 61052018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
6106
6107 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6108
2512d7ef
JK
61092018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6110
6111 * lib/compiler.c: Remove executable permission flag.
6112
be1b6474
RB
61132018-06-28 Richard Bunt <richard.bunt@arm.com>
6114
6115 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6116 code.
6117 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6118
291f9a96
PT
61192018-06-28 Petr Tesarik <ptesarik@suse.cz>
6120
6121 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6122
ed6dfe51
PT
61232018-06-28 Petr Tesarik <ptesarik@suse.cz>
6124
6125 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6126 address argument is omitted.
6127
d4d429d5
PT
61282018-06-28 Petr Tesarik <ptesarik@suse.cz>
6129
6130 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6131
7ab6656f
OJ
61322018-06-27 Omair Javaid <omair.javaid@linaro.org>
6133
6134 PR gdb/21695
6135 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6136 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6137
a33ccfc7
TT
61382018-06-26 Tom Tromey <tom@tromey.com>
6139
6140 PR rust/22574:
6141 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6142 * gdb.rust/simple.rs (struct SimpleLayout): New.
6143
6d72d289
SM
61442018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6145
6146 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6147 "info registers" output.
6148
8363f9d5
RB
61492018-06-21 Richard Bunt <richard.bunt@arm.com>
6150
6151 * gdb.base/watchpoint-hw-attach.c: New test.
6152 * gdb.base/watchpoint-hw-attach.exp: New file.
6153
f00674fe
SM
61542018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6155
6156 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6157 through /bin/sh.
6158 * boards/dwarf4-gdb-index.exp: Likewise.
6159 * boards/fission-dwp.exp: Likewise.
6160
1d554008
UW
61612018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6162
6163 * gdb.base/float128.exp: Add comment and improved fail message
6164 to the failure case of "print large128" test.
6165
d0ac1c44
SM
61662018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6167
6168 * configure.ac: Remove AC_PREREQ.
6169 * configure: Re-generate.
6170
61b04dd0
PA
61712018-06-19 Pedro Alves <palves@redhat.com>
6172
6173 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6174 (func_extern_caller): New.
6175 (main): Call func_extern_caller.
6176 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6177 logic change.
6178
f63b508a
SM
61792018-06-18 Weimin Pan <weimin.pan@oracle.com>
6180
6181 PR gdb/16841
6182 * gdb.cp/typedef-base.cc: New file.
6183 * gdb.cp/typedef-base.exp: New file.
6184
0fe3a558
TV
61852018-06-18 Tom de Vries <tdevries@suse.de>
6186
6187 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6188
7010835a
AB
61892018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6190 Richard Bunt <Richard.Bunt@arm.com>
6191
6192 * gdb.threads/attach-slow-waitpid.c: New file.
6193 * gdb.threads/attach-slow-waitpid.exp: New file.
6194 * gdb.threads/slow-waitpid.c: New file.
6195
14897d65
PA
61962018-06-14 Pedro Alves <palves@redhat.com>
6197
6198 * gdb.base/fork-running-state.c: Include <errno.h>.
6199 (exit_if_relative_exits): New.
6200 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6201 exits.
6202 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6203 child exits.
6204
5d9a0608
TV
62052018-06-14 Tom de Vries <tdevries@suse.de>
6206
6207 PR cli/22573
6208 * gdb.base/finish-pretty.c: New test.
6209 * gdb.base/finish-pretty.exp: New file.
6210
11ae5818
PA
62112018-06-14 Pedro Alves <palves@redhat.com>
6212
6213 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6214 gdb's expected startup output.
6215
1d39de44
PA
62162018-06-14 Pedro Alves <palves@redhat.com>
6217
6218 * lib/selftest-support.exp (selftest_setup): Remove inlined
6219 function handling.
6220
70ee0000
TV
62212018-06-14 Tom de Vries <tdevries@suse.de>
6222
6223 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6224 matching of breakpoint printing.
6225
11f4b608
TV
62262018-06-13 Tom de Vries <tdevries@suse.de>
6227
6228 PR testsuite/23269
6229 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6230 (fork_child): ... here, and ...
6231 (fork_parent): ... here.
6232
62332018-06-12 Tom de Vries <tdevries@suse.de>
6234
6235 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6236
9516f85a
AB
62372018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6238 Stephen Roberts <stephen.roberts@arm.com>
6239
6240 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6241 rewrite test to describe action performed, rather than possible
6242 failure.
6243
5045b3d7
GB
62442018-06-08 Gary Benson <gbenson@redhat.com>
6245
6246 * gdb.threads/check-libthread-db.exp: New file.
6247 * gdb.threads/check-libthread-db.c: Likewise.
6248
c61b06a1
TT
62492018-06-05 Tom Tromey <tom@tromey.com>
6250
6251 * gdb.base/default.exp: Update expected "show version" output.
6252
eb6af809
TT
62532018-06-05 Tom Tromey <tom@tromey.com>
6254
6255 PR cli/12326:
6256 * gdb.cp/static-print-quit.exp: Update.
6257 * lib/gdb.exp (pagination_prompt): Update.
6258 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6259 * gdb.python/python.exp: Update.
6260
178d6a63
JB
62612018-06-04 Joel Brobecker <brobecker@adacore.com>
6262
6263 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6264
8e817061
JB
62652018-06-01 Joel Brobecker <brobecker@adacore.com>
6266
6267 * gdb.ada/bp_fun_addr: New testcase.
6268
e86ca25f
TT
62692018-06-01 Tom Tromey <tom@tromey.com>
6270
6271 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6272 results.
6273 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6274 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6275 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6276 * gdb.base/maint.exp (maint_pass_if): Update.
6277
4b2dfa9d
MR
62782018-05-31 Maciej W. Rozycki <macro@mips.com>
6279
6280 * gdb.base/endian.exp: New test.
6281 * gdb.base/endian.c: New test source.
6282
45f25d6c
AB
62832018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6284
6285 PR gdb/23203
6286 * gdb.base/bt-selected-frame.c: New file.
6287 * gdb.base/bt-selected-frame.exp: New file.
6288 * lib/gdb.exp (get_current_frame_number): New function.
6289
d9f6d7f8
MR
62902018-05-24 Maciej W. Rozycki <macro@mips.com>
6291 Pedro Alves <palves@redhat.com>
6292
6293 * gdb.threads/tls-core.c: Include <stdlib.h>
6294 (thread_proc): Call `abort'.
6295 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6296 (tls_core_test): New procedure, bits factored out from ...
6297 (top level): ... here. Test both native cores and gcore cores.
6298
ff1cf532
TT
62992018-05-23 Tom Tromey <tom@tromey.com>
6300
6301 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6302
b98664d3
TT
63032018-05-23 Tom Tromey <tom@tromey.com>
6304
6305 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6306 symfile_complaints.
6307 (test_short_complaints): Likewise.
6308 (test_empty_complaints): Likewise.
6309 (test_initial_complaints): Update.
6310
4e9668d0
TT
63112018-05-23 Tom Tromey <tom@tromey.com>
6312
6313 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6314
43ba33c7
TT
63152018-05-23 Tom Tromey <tom@tromey.com>
6316
6317 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6318 (test_short_complaints): Update.
6319
035522c0
PA
63202018-05-22 Pedro Alves <palves@redhat.com>
6321
6322 * gdb.base/remote.exp: Only gdb_start after compiling the
6323 testcase. Issue "disconnect" before testing "set remote" command
6324 defaults. Issue clean_restart before running to main.
6325
cc0be08f
PA
63262018-05-22 Pedro Alves <palves@redhat.com>
6327
6328 * gdb.base/remote.exp: Adjust expected output of "show remote
6329 memory-write-packet-size". Add tests for "set remote
6330 memory-write-packet-size 0" and "set remote
6331 memory-write-packet-size fixed/limit".
6332
b1b60145
PA
63332018-05-22 Pedro Alves <palves@redhat.com>
6334
6335 PR gdb/22973
6336 * gdb.base/utf8-identifiers.c: New file.
6337 * gdb.base/utf8-identifiers.exp: New file.
6338
0ec848ad
PFC
63392018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6340
6341 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6342
2c3305f6
PFC
63432018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6344
6345 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6346
ce1e8424
TT
63472018-05-18 Tom Tromey <tom@tromey.com>
6348
6349 * gdb.base/ptype-offsets.exp: Update.
6350
ddfe970e
KS
63512018-05-17 Keith Seitz <keiths@redhat.com>
6352
6353 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6354 in expected breakpoint stop locations.
6355 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6356 move to proper scope to test variable values.
6357 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6358 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6359 New functions.
6360 (main): Call not_inline_func3.
6361 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6362 inline_func1, inline_func2, and inline_func3. Test that when each
6363 breakpoint is hit, GDB properly reports both the stop location
6364 and the backtrace. Repeat tests for temporary breakpoints.
6365
0726fcc6
MR
63662018-05-15 Maciej W. Rozycki <macro@mips.com>
6367
6368 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6369 rather then trying to access it in determining whether the PID
6370 of `gdbserver' could have been retrieved.
6371
8ee22052
AB
63722018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6373
6374 * gdb.arch/amd64-init-x87-values.S: New file.
6375 * gdb.arch/amd64-init-x87-values.exp: New file.
6376
7785df48
JK
63772018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6378
6379 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6380
56bcdbea
TT
63812018-05-04 Tom Tromey <tom@tromey.com>
6382
6383 PR python/22730:
6384 * gdb.python/python.exp: Test multi-line execute.
6385
a913fffb
TT
63862018-05-04 Tom Tromey <tom@tromey.com>
6387
6388 PR python/22731:
6389 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6390
7a2c85f2
TT
63912018-05-04 Tom Tromey <tom@tromey.com>
6392
6393 PR gdb/11750:
6394 * gdb.base/define.exp: Test defining a user command inside a user
6395 command.
6396 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6397
a3b60e45
JK
63982018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6399 Pedro Alves <palves@redhat.com>
6400
6401 PR breakpoints/19806 and support for PR external/20207.
6402 * gdb.base/watchpoint-unaligned.c: New file.
6403 * gdb.base/watchpoint-unaligned.exp: New file.
6404
45fe4a03
AB
64052018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6406
6407 * gdb.base/maint.exp: Make test names unique, use
6408 test_prefix_command_help to test 'help maint info', and remove
6409 repeated test of 'help maint'.
6410
9be2ae8f
TT
64112018-05-04 Tom Tromey <tom@tromey.com>
6412
6413 PR gdb/22619:
6414 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6415 behavior.
6416
11859c31
AB
64172018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6418
6419 * gdb.base/maint.exp: Process output from 'maint print registers'
6420 line at a time.
6421
089a9490
AB
64222018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6423
6424 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6425 timeout.
6426
9b0797e2
AB
64272018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6428
6429 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6430 filter pattern.
6431
f6ac5f3d
PA
64322018-05-02 Pedro Alves <palves@redhat.com>
6433
6434 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6435 to_log_command renames.
6436 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6437
77d3c63b
TT
64382018-05-02 Tom Tromey <tom@tromey.com>
6439
6440 * gdb.python/py-parameter.exp: Set test message.
6441
0489430a
TT
64422018-05-02 Tom Tromey <tom@tromey.com>
6443
6444 PR python/20084:
6445 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6446 PARAM_ZUINTEGER_UNLIMITED tests.
6447
1632f8ba
DR
64482018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6449
6450 PR rust/23124
6451 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6452 when casting.
6453
6d7bb824
TT
64542018-04-30 Tom Tromey <tom@tromey.com>
6455
6456 * gdb.python/py-type.exp: Check align attribute.
6457 * gdb.python/py-type.c: New "aligncheck" global.
6458
007e1530
TT
64592018-04-30 Tom Tromey <tom@tromey.com>
6460
6461 PR exp/17095:
6462 * gdb.dwarf2/dw2-align.exp: New file.
6463 * gdb.cp/align.exp: New file.
6464 * gdb.base/align.exp: New file.
6465 * lib/gdb.exp (gdb_int128_helper): New proc.
6466 (has_int128_c, has_int128_cxx): New caching procs.
6467
6873858b
TT
64682018-04-27 Tom Tromey <tom@tromey.com>
6469
6470 PR rust/22545:
6471 * gdb.rust/simple.exp: Add inclusive range tests.
6472
79188d8d
PA
64732018-04-26 Pedro Alves <palves@redhat.com>
6474
6475 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6476 ifunc breakpoint locations correctly of ifunc breakpoints set
6477 while the program resolves the ifunc.
6478
c7075ad5
PA
64792018-04-26 Pedro Alves <palves@redhat.com>
6480
6481 * gdb.base/gnu-ifunc-final.c: New file.
6482 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6483 * gdb.base/gnu-ifunc.exp (executable): Delete.
6484 (staticexecutable): Adjust.
6485 (lib_opts, exec_opts): Delete.
6486 (make_binsuffix, build, set-break): New procedures.
6487 (misc_tests): New, with tests factored out from the top level.
6488 (top level): Test different combinations of ifunc resolver name,
6489 resolver with and with debug info, and ifunc target with and
6490 without debug info. Wrap static tests with with_target_prefix.
6491
8388016d
PA
64922018-04-26 Pedro Alves <palves@redhat.com>
6493
6494 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6495 return type" warnings.
6496
249b5733
PA
64972018-04-25 Pedro Alves <palves@redhat.com>
6498
6499 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6500 killed".
6501 * gdb.base/kill-after-signal.exp: Likewise.
6502 * gdb.threads/kill.exp: Likewise.
6503
f67c0c91
SDJ
65042018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6505 Sergio Durigan Junior <sergiodj@redhat.com>
6506 Pedro Alves <palves@redhat.com>
6507
6508 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6509 regexps to expect for '[Inferior ... detached]' as well.
6510 * gdb.base/attach.exp: Likewise.
6511 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6512 "gdb_continue_to_end".
6513 (test_catch_syscall_with_wrong_args): Likewise.
6514 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6515 ']'. Don't set 'verbose' on.
6516 * gdb.base/foll-vfork.exp: Likewise.
6517 * gdb.base/fork-print-inferior-events.c: New file.
6518 * gdb.base/fork-print-inferior-events.exp: New file.
6519 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6520 '[Inferior ... has been killed]' message.
6521 * gdb.base/kill-after-signal.exp: Likewise.
6522 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6523 detach message.
6524 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6525 message.
6526 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6527 regexps to expect for '[Inferior ... detached]' as well.
6528 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6529
0a8ddac4
SM
65302018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6531
6532 PR gdb/23104
6533 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6534
701adfb0
PA
65352018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6536
6537 PR gdb/23095
6538 * gdb.base/break-probes.exp: Pass shlib_load to
6539 prepare_for_testing. Set normal_bp to r_debug_state if target is
6540 bsd.
6541
d27d16bf
RB
65422018-04-19 Richard Bunt <richard.bunt@arm.com>
6543
6544 * gdb.threads/multiple-successive-infcall.c: New test.
6545 * gdb.threads/multiple-successive-infcall.exp: New file.
6546
a037790e
TT
65472018-04-17 Tom Tromey <tom@tromey.com>
6548
6549 * gdb.rust/simple.rs (Union): New type.
6550 (main): New local "u".
6551 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6552
e3a91079
AA
65532018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6554
6555 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6556 number information in output of "whereis" command.
6557 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6558
b744723f
AA
65592018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6560
6561 * gdb.ada/info_types.exp: Adjust expected output to the line
6562 numbers now printed by "info var/func/type".
6563 * gdb.base/completion.exp: Likewise.
6564 * gdb.base/included.exp: Likewise.
6565 * gdb.cp/cp-relocate.exp: Likewise.
6566 * gdb.cp/cplusfuncs.exp: Likewise.
6567 * gdb.cp/namespace.exp: Likewise.
6568 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6569
4a4495d6
MM
65702018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6571
6572 * gdb.btrace/cpu.exp: New.
6573
1d509aa6
MM
65742018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6575
6576 * gdb.base/step-indirect-call-thunk.exp: New.
6577 * gdb.base/step-indirect-call-thunk.c: New.
6578 * gdb.reverse/step-indirect-call-thunk.exp: New.
6579 * gdb.reverse/step-indirect-call-thunk.c: New.
6580
6295b6da
SM
65812018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6582
6583 * gdb.base/pie-fork.c: New file.
6584 * gdb.base/pie-fork.exp: New file.
6585
50146e70
TT
65862018-04-11 Tom Tromey <tom@tromey.com>
6587
6588 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6589
f50d8a2e
PA
65902018-04-10 Pedro Alves <palves@redhat.com>
6591
6592 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6593 exits. Instead loop running forever.
6594 (fork_parent): Run forever too.
6595
a0be7a36
SM
65962018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6597
6598 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6599 mi_continue_to_line.
6600 * gdb.mi/mi-stack.c (callee4): Add comment.
6601
9b73db36
SM
66022018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6603
6604 * gdb.mi/mi-stack.exp: Fix indentation.
6605
c912f608
SM
66062018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6607
6608 PR gdb/22979
6609 * gdb.arch/amd64-osabi.exp: New file.
6610
26540402
SM
66112018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6612
6613 PR gdb/22980
6614 * gdb.base/osabi.exp: New file.
6615
121ad66c 66162018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
6617
6618 * gdb.cp/static-typedef-print.exp: New file.
6619 * gdb.cp/static-typedef-print.cc: New file.
6620
3fcded8f
JB
66212018-03-27 Joel Brobecker <brobecker@adacore.com>
6622
6623 * gdb.ada/varsize_limit: New testcase.
6624
59cc4834
JB
66252018-03-27 Joel Brobecker <brobecker@adacore.com>
6626
6627 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6628
6629 * gdb.ada/notcplusplus: New testcase.
6630
6631 * gdb.base/c-linkage-name.c: New file.
6632 * gdb.base/c-linkage-name.exp: New testcase.
6633
4ca59a9f
TT
66342018-03-26 Tom Tromey <tom@tromey.com>
6635
6636 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6637 * gdb.python/py-framefilter.py (name_error): New global.
6638 (ErrorInName.function): Use name_error.
6639
978d6c75
TT
66402018-03-26 Tom Tromey <tom@tromey.com>
6641
6642 PR backtrace/15582:
6643 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6644
b7fee5a3
KS
66452018-03-23 Keith Seitz <keiths@redhat.com>
6646
6647 PR c++/22968
6648 * gdb.cp/subtypes.exp: New file.
6649 * gdb.cp/subtypes.h: New file.
6650 * gdb.cp/subtypes.cc: New file.
6651 * gdb.cp/subtypes-2.cc: New file.
6652
376be529
AB
66532018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6654
6655 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6656 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6657 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6658 -nostartfiles when compiling the test. Confirm that all registers
6659 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6660
066cfa98
AB
66612018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6662
6663 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6664 option, syntax was wrong anyway.
6665 * gdb.arch/arm-disp-step.exp: Likewise.
6666 * gdb.arch/sparc64-regs.exp: Likewise.
6667 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6668 option, syntax was wrong anyway, switch to use
6669 prepare_for_testing.
6670 * gdb.arch/i386-disp-step.exp: Likewise.
6671
079670b9
AA
66722018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6673
6674 * gdb.ada/exec_changed.exp: Replace "target_info exists
6675 use_gdb_stub" by "use_gdb_stub".
6676 * gdb.ada/start.exp: Likewise.
6677 * gdb.base/async-shell.exp: Likewise.
6678 * gdb.base/attach-pie-misread.exp: Likewise.
6679 * gdb.base/attach-wait-input.exp: Likewise.
6680 * gdb.base/break-entry.exp: Likewise.
6681 * gdb.base/break-interp.exp: Likewise.
6682 * gdb.base/dprintf-detach.exp: Likewise.
6683 * gdb.base/nostdlib.exp: Likewise.
6684 * gdb.base/solib-nodir.exp: Likewise.
6685 * gdb.base/statistics.exp: Likewise.
6686 * gdb.base/testenv.exp: Likewise.
6687 * gdb.mi/mi-exec-run.exp: Likewise.
6688 * gdb.mi/mi-start.exp: Likewise.
6689 * gdb.multi/dummy-frame-restore.exp: Likewise.
6690 * gdb.multi/multi-arch-exec.exp: Likewise.
6691 * gdb.multi/multi-arch.exp: Likewise.
6692 * gdb.multi/tids.exp: Likewise.
6693 * gdb.multi/watchpoint-multi.exp: Likewise.
6694 * gdb.python/py-events.exp: Likewise.
6695 * gdb.threads/attach-into-signal.exp: Likewise.
6696 * gdb.threads/attach-stopped.exp: Likewise.
6697 * gdb.threads/threadapply.exp: Likewise.
6698 * lib/selftest-support.exp: Likewise.
6699
26d6cec4
AA
67002018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6701
6702 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6703
4ee89e90
SR
67042018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6705
6706 * gdb.perf/template-breakpoints.cc: New file.
6707 * gdb.perf/template-breakpoints.exp: New file.
6708 * gdb.perf/template-breakpoints.py: New file.
6709
92630041
TT
67102018-03-19 Tom Tromey <tom@tromey.com>
6711
6712 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6713 y0.
6714 * gdb.rust/simple.exp: Test bare identifier form of struct
6715 initializer.
6716
76727919
TT
67172018-03-19 Tom Tromey <tom@tromey.com>
6718
6719 * gdb.gdb/observer.exp: Remove.
6720
194ed413
AA
67212018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6722
6723 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6724 "qualified" option when setting breakpoints.
6725 * gdb.trace/backtrace.exp: Likewise.
6726 * gdb.trace/circ.exp: Likewise.
6727 * gdb.trace/collection.exp: Likewise.
6728 * gdb.trace/disconnected-tracing.exp: Likewise.
6729 * gdb.trace/ftrace-lock.exp: Likewise.
6730 * gdb.trace/ftrace.exp: Likewise.
6731 * gdb.trace/infotrace.exp: Likewise.
6732 * gdb.trace/packetlen.exp: Likewise.
6733 * gdb.trace/passc-dyn.exp: Likewise.
6734 * gdb.trace/qtro.exp: Likewise.
6735 * gdb.trace/read-memory.exp: Likewise.
6736 * gdb.trace/report.exp: Likewise.
6737 * gdb.trace/signal.exp: Likewise.
6738 * gdb.trace/status-stop.exp: Likewise.
6739 * gdb.trace/strace.exp: Likewise.
6740 * gdb.trace/tfind.exp: Likewise.
6741 * gdb.trace/trace-break.exp: Likewise.
6742 * gdb.trace/trace-condition.exp: Likewise.
6743 * gdb.trace/trace-mt.exp: Likewise.
6744 * gdb.trace/tstatus.exp: Likewise.
6745 * gdb.trace/tsv.exp: Likewise.
6746 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6747 * gdb.trace/unavailable.exp: Likewise.
6748 * gdb.trace/while-dyn.exp: Likewise.
6749
8b067d2c
AA
67502018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6751
6752 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6753 that libinproctrace is copied to the target.
6754
3ae9ce5d
TT
67552018-03-14 Tom Tromey <tom@tromey.com>
6756
6757 PR cli/14977:
6758 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6759 a null pointer.
6760 * gdb.base/wchar.exp: Likewise.
6761
b8c2339b
TT
67622018-03-14 Tom Tromey <tom@tromey.com>
6763
6764 PR cli/19918:
6765 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6766 flag.
6767
4872dc46
SM
67682018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6769
6770 PR gdb/22841
6771 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6772 "target" to remote_exec.
6773
e4fe3756
SM
67742018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6775
6776 PR gdb/22841
6777 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6778 ${board}_upload): Remove.
6779
e95a97d4
AA
67802018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6781
6782 * gdb.cp/watch-cp.cc: New test.
6783 * gdb.cp/watch-cp.exp: New file.
6784
dbbb1059
AB
67852018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6786
6787 * gdb.base/infcall-nested-structs.exp: New file.
6788 * gdb.base/infcall-nested-structs.c: New file.
6789 * gdb.base/float.exp: Add riscv support.
6790
ecc054c0
TP
67912018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6792
6793 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6794 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6795
25e3c82c
SDJ
67962018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6797
6798 * gdb.server/abspath.exp: New file.
6799 * lib/gdb.exp (with_cwd): New procedure.
6800
3083294d
SM
68012018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6802
6803 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6804 use it.
6805 (gdb_is_target_remote_prompt): New proc.
6806 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6807 (gdb_is_target_native): Pass prompt parameter to
6808 gdb_is_target_1.
6809
3275ef47
SM
68102018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6811
6812 * gdb.base/load-command.c: New file.
6813 * gdb.base/load-command.exp: New file.
6814 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6815 (gdb_is_target_1): ...this, and generalize for other targets
6816 than just remote.
6817 (gdb_is_target_remote): Use gdb_is_target_1.
6818 (gdb_is_target_native): use gdb_is_target_1.
6819
6893c19a
TT
68202018-02-26 Tom Tromey <tom@tromey.com>
6821
6822 PR python/16497:
6823 * gdb.python/py-framefilter.exp: Update test.
6824
2ddeaf8a
TT
68252018-02-26 Tom Tromey <tom@tromey.com>
6826
6827 * gdb.dwarf2/variant.c: New file.
6828 * gdb.dwarf2/variant.exp: New file.
6829
c9317f21
TT
68302018-02-26 Tom Tromey <tom@tromey.com>
6831
6832 * gdb.rust/simple.exp: Accept more possible results in enum test.
6833
6f6d0c26
SM
68342018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6835
6836 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6837 parentheses.
6838
11b03145
MR
68392018-02-23 Maciej W. Rozycki <macro@mips.com>
6840
6841 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6842 name of a variable: $actual_linejj -> $actual_line.
6843
54a27fe5
JB
68442018-02-21 John Baldwin <jhb@FreeBSD.org>
6845
6846 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6847
de65820c
MM
68482018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6849
6850 * gdb.btrace/buffer-size.exp: Do not force BTS.
6851
980548fd
PA
68522018-02-14 Pedro Alves <palves@redhat.com>
6853
6854 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6855 getting a "Quit".
6856
c4e12631
MM
68572018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6858
6859 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6860 Fix test name.
6861
c2e0e465
SM
68622018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6863
6864 * gdb.cp/m-static.exp: Check type of optimized out static
6865 member.
6866
f7216783
AB
68672018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6868
6869 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6870 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6871
0625771b
LS
68722018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6873 Leszek Swirski <leszeks@google.com>
6874
6875 * gdb.python/py-prettyprint.c
6876 (struct to_string_returns_value_inner,
6877 struct to_string_returns_value_wrapper): New.
6878 (main): Add tsrvw variable.
6879 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6880 ToStringReturnsValueWrapper): New classes.
6881 (register_pretty_printers): Register new pretty-printers.
6882 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6883 recursive pretty printer.
6884 * gdb.python/py-mi.exp: Likewise.
6885
59498c30
LS
68862018-02-01 Leszek Swirski <leszeks@google.com>
6887
6888 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6889 functions with the same name as an include file are parsed
6890 correctly.
6891
d4d38844
YQ
68922018-02-01 Yao Qi <yao.qi@linaro.org>
6893
6894 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6895 "\[^\r\n\]*".
6896
07e5f5cf
NP
68972018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6898
6899 * gdb.arch/powerpc-prologue-frame.s: New file.
6900 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6901 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6902
929b5ad4
JB
69032018-01-31 Joel Brobecker <brobecker@adacore.com>
6904
6905 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6906
e671cd59
PA
69072018-01-30 Pedro Alves <palves@redhat.com>
6908
6909 PR gdb/13211
6910 * gdb.base/interrupt-daemon.c: New.
6911 * gdb.base/interrupt-daemon.exp: New.
6912 * gdb.multi/multi-term-settings.c: New.
6913 * gdb.multi/multi-term-settings.exp: New.
6914
fc413dc4
JB
69152018-01-30 Joel Brobecker <brobecker@adacore.com>
6916
6917 * gdb.base/break.exp: Save the location where the breakpoint
6918 on break.c:47 was actually inserted when debugging the version
6919 compiled at -O2 and use it in the expected output of the "info
6920 break" test performed soon after.
6921
5c319bb2
PA
69222018-01-22 Pedro Alves <palves@redhat.com>
6923 Sergio Durigan Junior <sergiodj@redhat.com>
6924
6925 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6926 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6927
a9e40818
JB
69282018-01-22 Joel Brobecker <brobecker@adacore.com>
6929
6930 * gdb.base/break-include.c, gdb.base/break-include.inc,
6931 gdb.base/break-include.exp: New files.
6932 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6933 line number now being the actual line number where the breakpoint
6934 was inserted.
6935 * gdb.mi/mi-break.exp: Likewise.
6936 * gdb.mi/mi-reverse.exp: Likewise.
6937 * gdb.mi/mi-simplerun.exp: Ditto.
6938
e707fc44
AB
69392018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6940
6941 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6942 varobj.
6943 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6944
ae451627
AB
69452018-01-21 Don Breazeal <donb@codesourcery.com>
6946 Andrew Burgess <andrew.burgess@embecosm.com>
6947
6948 * gdb.mi/basics.c: Add new global.
6949 * gdb.mi/mi-frame-regs.exp: New file.
6950 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6951 case.
6952
b1b189e0
AB
69532018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6954
6955 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6956 non-parameter, and on an unknown symbol.
6957
fcfcc376
TT
69582018-01-19 Tom Tromey <tom@tromey.com>
6959
6960 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6961 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6962
634c1c31
AA
69632018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6964
6965 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6966 setrlimit and chdir to int.
6967
d6ad07fd
AA
69682018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6969
6970 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6971 function.
6972 (my_tend): Likewise.
6973 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6974 rationale of avoiding FP- and vector instructions.
6975
adf8243b
RK
69762018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6977
6978 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6979 "info reg" with "\[ \t\]*".
6980 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6981 "\[ \t\]+".
6982 * gdb.arch/s390-multiarch.exp: Ditto.
6983 * gdb.base/pc-fp.exp: Ditto.
6984 * gdb.reverse/i386-precsave.exp: Ditto.
6985 * gdb.reverse/i386-reverse.exp: Ditto.
6986 * gdb.reverse/i387-env-reverse.exp: Ditto.
6987 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6988
dcc06925
AA
69892018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6990
6991 * lib/gdb.exp (gdb_compile): Re-enable use of
6992 universal_compile_options for languages other than Rust.
6993
25d4fd80
AA
69942018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6995
6996 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6997
ee7f689e 69982018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
6999
7000 PR gdb/16577
7001 * gdb.base/solib-vanish.exp: New.
7002 * gdb.base/solib-vanish-main.c: New.
7003 * gdb.base/solib-vanish-lib1.c: New.
7004 * gdb.base/solib-vanish-lib2.c: New.
7005
d8447b6b
YQ
70062018-01-17 Yao Qi <yao.qi@linaro.org>
7007
7008 * gdb.compile/compile.exp: Match the address printed for
7009 frame in the output of command "bt".
7010
86d6a90c
TT
70112018-01-15 Tom Tromey <tom@tromey.com>
7012
7013 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7014 compute sp_reg.
7015
cbcdb1aa
AB
70162018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7017
7018 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7019 to prepare.
7020 (prepare): Return 0 on error, 1 on success.
7021
eea61984
PA
70222018-01-12 Pedro Alves <palves@redhat.com>
7023
7024 * gdb.base/continue-after-aborted-step-over.c: New.
7025 * gdb.base/continue-after-aborted-step-over.exp: New.
7026
6181e9c2
SM
70272018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7028
7029 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7030 options when not creating an executable.
7031
3cada740
PA
70322018-01-11 Pedro Alves <palves@redhat.com>
7033
7034 PR remote/22597
7035 * gdb.server/stop-reply-no-thread.c: New file.
7036 * gdb.server/stop-reply-no-thread.exp: New file.
7037
c63d3e8d
PA
70382018-01-10 Pedro Alves <palves@redhat.com>
7039
7040 PR gdb/22670
7041 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7042 functions too. Test setting breakpoints and printing C functions
7043 with no debug info too.
7044 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7045
d4c2a405
PA
70462018-01-10 Pedro Alves <palves@redhat.com>
7047
7048 PR gdb/22670
7049 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7050 a fail.
7051
8825213e
PA
70522018-01-10 Pedro Alves <palves@redhat.com>
7053
7054 PR gdb/22670
7055 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7056
605fd3c6
YQ
70572018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7058
7059 * gdb.server/unittest.exp: Match the output in non-development
7060 mode.
7061
1e5ded6c
YQ
70622018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7063
7064 * gdb.gdb/unittest.exp: Match output in non-development mode.
7065
30066b0b
JB
70662018-01-08 Joel Brobecker <brobecker@adacore.com>
7067
7068 * gdb.ada/access_tagged_param.exp: Relax expected output
7069 for value of "ObjL" in "continue" to pck.inspect breakpoint
7070 test.
7071
04bafb1e
XR
70722018-01-08 Joel Brobecker <brobecker@adacore.com>
7073
9f86398b
JB
7074 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7075 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 7076
e379cee6
PA
70772018-01-05 Pedro Alves <palves@redhat.com>
7078
7079 PR gdb/18653
7080 * gdb.base/libsegfault.exp: New.
7081
de63c46b
PA
70822018-01-05 Joel Brobecker <brobecker@adacore.com>
7083
7084 PR gdb/22670
7085 * gdb.ada/access_tagged_param.exp: New file.
7086 * gdb.ada/access_tagged_param/foo.adb: New file.
7087
f98fc17b
PA
70882018-01-05 Pedro Alves <palves@redhat.com>
7089
7090 PR gdb/22670
7091 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7092 exercise lower case too, and to exercise both full matching and
7093 wild matching.
7094
342f8240
JB
70952018-01-05 Joel Brobecker <brobecker@adacore.com>
7096
7097 * gdb.ada/rename_subscript_param: New testcase.
7098
7150d33c
JG
70992018-01-05 Jerome Guitton <guitton@adacore.com>
7100
7101 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7102
cc0e770c
JB
71032018-01-05 Joel Brobecker <brobecker@adacore.com>
7104
7105 * gdb.ada/convvar_comp: New testcase.
7106
672a41aa 71072018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
7108
7109 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7110 (My_Table): New global variable.
7111 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7112
7365ec2f
JB
71132018-01-04 Joel Brobecker <brobecker@adacore.com>
7114
7115 PR gdb/22670
7116 * gdb.ada/maint_with_ada: New testcase.
7117
289483b6
JB
71182018-01-04 Joel Brobecker <brobecker@adacore.com>
7119
7120 PR gdb/22670
7121 * gdb.ada/bp_c_mixed_case: New testcase.
7122
344420da
JB
71232018-01-04 Joel Brobecker <brobecker@adacore.com>
7124
7125 PR gdb/22670
7126 * gdb.ada/complete.exp: Add "complete break ada" test.
7127
66fc87a0
JB
71282018-01-04 Joel Brobecker <brobecker@adacore.com>
7129
7130 PR gdb/22670
7131 * gdb.ada/info_addr_mixed_case: New testcase.
7132
9f757bf7
XR
71332018-01-03 Xavier Roirand <roirand@adacore.com>
7134
7135 * gdb.ada/excep_handle.exp: New testcase.
7136 * gdb.ada/excep_handle/foo.adb: New file.
7137 * gdb.ada/excep_handle/pck.ads: New file.
7138
bd570f80
JB
71392018-01-03 Joel Brobecker <brobecker@adacore.com>
7140
7141 * gdb.base/step-line.c: Add extra empty line in copyright header.
7142 * gdb.base/step-line.inp: Likewise.
7143
9fe561ab
JB
71442018-01-02 Joel Brobecker <brobecker@adacore.com>
7145
7146 * gdb.ada/dyn_stride.exp: Add slice test.
7147
a405673c
JB
71482018-01-02 Joel Brobecker <brobecker@adacore.com>
7149
7150 * gdb.ada/dyn_stride: New testcase.
7151
cef0f868
SH
71522017-12-27 Stafford Horne <shorne@gmail.com>
7153
7154 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7155 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7156
b67d92b0
SH
71572017-12-27 Stafford Horne <shorne@gmail.com>
7158
7159 * gdb.base/reggroups.c: New file.
7160 * gdb.base/reggroups.exp: New file.
7161
eccab96d
JB
71622017-12-18 Joel Brobecker <brobecker@adacore.com>
7163
7164 * gdb.dwarf2/ada-valprint-error.c: New file.
7165 * gdb.dwarf2/ada-valprint-error.exp: New file.
7166
0e2da9f0
JB
71672017-12-18 Joel Brobecker <brobecker@adacore.com>
7168
7169 * gdb.ada/assign_arr: New testcase.
7170
cb923fcc
XR
71712017-12-18 Xavier Roirand <roirand@adacore.com>
7172
7173 * gdb.ada/funcall_ptr: New testcase.
7174
7c161838
SDJ
71752017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7176
7177 PR cli/16224
7178 * gdb.base/ptype-offsets.cc: New file.
7179 * gdb.base/ptype-offsets.exp: New file.
7180
1af17fd9
YQ
71812017-12-15 Yao Qi <yao.qi@linaro.org>
7182
7183 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7184 if XML is disabled.
7185
828d5846
XR
71862017-12-15 Xavier Roirand <roirand@adacore.com>
7187
7188 * gdb.ada/same_component_name: New testcase.
7189
79e8fcaa
JB
71902017-12-14 Joel Brobecker <brobecker@adacore.com>
7191
7192 * gdb.ada/str_binop_equal: New testcase.
7193
e05fa6f9
JB
71942017-12-14 Joel Brobecker <brobecker@adacore.com>
7195
7196 * gdb.ada/task_switch_in_core: New testcase.
7197
b89641ba
SM
71982017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7199
7200 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7201 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7202 call test_bkpt_qualified.
7203 (test_bkpt_qualified): New proc.
7204
6892d2e4
PA
72052017-12-13 Pedro Alves <palves@redhat.com>
7206
7207 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7208 Tighten regexp by matching with an anchor.
7209
a22ecf70
PA
72102017-12-13 Pedro Alves <palves@redhat.com>
7211
7212 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7213 ("expression with namespace"): New set of tests.
7214 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7215 (Nested::Test_NS::qux): New.
7216 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7217 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7218
9937536c
JB
72192017-12-13 Joel Brobecker <brobecker@adacore.com>
7220
7221 * gdb.base/server-del-break.c: New file.
7222 * gdb.base/server-del-break.exp: New file.
7223
fe49c6f5
SH
72242017-12-12 Stafford Horne <shorne@gmail.com>
7225
7226 * gdb.xml/tdesc-regs.exp: Add or1k support.
7227
c3d18620
SH
72282017-12-12 Stafford Horne <shorne@gmail.com>
7229
7230 * gdb.base/bp-permanent.c: Define nop of or1k.
7231
c5f9cfc8
JB
72322017-12-11 Joel Brobecker <brobecker@adacore.com>
7233
7234 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7235 output with components being reordered.
7236
a9c135fc
JB
72372017-12-11 Joel Brobecker <brobecker@adacore.com>
7238
7239 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7240 output with components being reordered.
7241
927aa2e7
JK
72422017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7243 Pedro Alves <palves@redhat.com>
7244
7245 * gdb.base/maint.exp (check for .gdb_index): Check also for
7246 .debug_names.
7247 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7248 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7249 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7250 (.gdb_index used after symbol reloading): Support also .debug_names.
7251 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7252
f17d9474
YQ
72532017-12-08 Yao Qi <yao.qi@linaro.org>
7254
7255 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7256 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7257
a0de8c21
YQ
72582017-12-08 Yao Qi <yao.qi@linaro.org>
7259
7260 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7261 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7262
a738ea1d
YQ
72632017-12-08 Yao Qi <yao.qi@linaro.org>
7264
7265 * gdb.arch/aarch64-tagged-pointer.c: New file.
7266 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7267
1cd9a73b
SDJ
72682017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7269
7270 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7271 "int".
7272
fa6eb693
KS
72732017-12-07 Keith Seitz <keiths@redhat.com>
7274
7275 PR breakpoints/22569
7276 * gdb.linespec/ls-errs.exp: Change expected result of "break
7277 -source this file has spaces.c -line 3".
7278 Check that an explicit source file followed by whitespace is
7279 identified as an invalid explicit location.
7280
883fd55a
KS
72812017-12-07 Keith Seitz <keiths@redhat.com>
7282
7283 * gdb.cp/nested-types.cc: New file.
7284 * gdb.cp/nested-types.exp: New file.
7285 * lib/cp-support.exp: Load data-structures.exp library.
7286 (debug_cp_test_ptype_class): New global.
7287 (cp_ptype_class_verbose, next_line): New procedures.
7288 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7289 Add and document new return value.
7290 Switch the list of lines to a queue.
7291 Add support for new `type' key for nested type definitions.
7292 Add debugging/troubleshooting messages.
7293 * lib/data-structures.exp: New file.
7294
ec72db3e
SM
72952017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7296
7297 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7298 with proc_with_prefix, don't use with_test_prefix.
7299
99598d71
TT
73002017-12-07 Tom Tromey <tom@tromey.com>
7301
7302 * gdb.base/break.exp: Add test for empty "commands".
7303
a8806230
YQ
73042017-12-07 Yao Qi <yao.qi@linaro.org>
7305
7306 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7307 malloc and catch syscall.
7308
824cc835
PM
73092017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7310
e79be6e5 7311 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7312 tests for explicit locations.
7313
7cc244de
PA
73142017-12-06 Pedro Alves <palves@redhat.com>
7315
7316 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7317 force-disabling XML descriptions.
7318
50a1fdd5
PA
73192017-12-04 Pedro Alves <palves@redhat.com>
7320
7321 PR gdb/22499
7322 * gdb.arch/amd64-disp-step-avx.S: New file.
7323 * gdb.arch/amd64-disp-step-avx.exp: New file.
7324
f0fb2488
PA
73252017-12-03 Pedro Alves <palves@redhat.com>
7326
7327 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7328 and <string.h>.
7329 (parent_function): Print distinct messages when waitpid fails, or
7330 the child exits with a signal, or the child exits for an unhandled
7331 reason.
7332 * gdb.threads/process-dies-while-detaching.exp
7333 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7334 it. Wait for both inferior output and GDB's prompt. Use an
7335 indirect spawn id list.
7336 (do_detach): New parameter 'child_exit'. Use it to compute
7337 expected inferior output.
7338 (test_detach, test_detach_watch, test_detach_killed_outside):
7339 Adjust to pass down the expected child exit kind.
7340
97cbe998
SDJ
73412017-12-01 Joel Brobecker <brobecker@adacore.com>
7342 Sergio Durigan Junior <sergiodj@redhat.com>
7343 Pedro Alves <palves@redhat.com>
7344
7345 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7346
40fc416f
SDJ
73472017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7348
7349 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7350 to 'symbol-file' and 'add-symbol-file' can be
7351 position-independent.
7352
1cc75e92
YQ
73532017-12-01 Yao Qi <yao.qi@linaro.org>
7354
7355 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7356 the URL in copyright header.
7357 * gdb.arch/aarch64-fp.exp: Likewise.
7358 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7359 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7360 * gdb.base/expand-psymtabs.exp: Likewise.
7361 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7362 * gdb.fortran/common-block.exp: Likewise.
7363 * gdb.fortran/common-block.f90: Likewise.
7364 * gdb.fortran/logical.exp: Likewise.
7365 * gdb.fortran/vla-datatypes.f90: Likewise.
7366 * gdb.fortran/vla-sub.f90: Likewise.
7367
875fb7a7
JB
73682017-11-30 Joel Brobecker <brobecker@adacore.com>
7369
7370 * gdb.ada/repeat_dyn: New testcase.
7371
6f14765f
UW
73722017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7373
7374 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7375 Update for changed thread numbering.
7376 * gdb.cell/bt.exp: Update for changed GDB output.
7377
f1af7b94
SM
73782017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7379
7380 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7381 setting isremote by hand.
7382 * boards/dwarf4-gdb-index.exp: Likewise.
7383 * boards/fission.exp: Likewise.
7384 * boards/stabs.exp: Likewise.
7385
e3919f3e
PA
73862017-11-30 Pedro Alves <palves@redhat.com>
7387
7388 * gdb.linespec/cpls-ops.exp
7389 (check_explicit_skips_function_argument): Extract the underlying
7390 type of size_t instead of hardcoding it.
7391
bd69330d
PA
73922017-11-29 Pedro Alves <palves@redhat.com>
7393
7394 PR c++/19436
7395 * gdb.linespec/cpls-abi-tag.cc: New file.
7396 * gdb.linespec/cpls-abi-tag.exp: New file.
7397
a20714ff
PA
73982017-11-29 Pedro Alves <palves@redhat.com>
7399
7400 * gdb.base/langs.exp: Use -qualified.
7401 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7402 it.
7403 * gdb.cp/namespace.exp: Use -qualified.
7404 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7405 (overload-3, template-overload, template-ret-type, const-overload)
7406 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7407 procedures.
7408 (test_driver): Call them.
7409 * gdb.cp/save-bp-qualified.cc: New.
7410 * gdb.cp/save-bp-qualified.exp: New.
7411 * gdb.linespec/explicit.exp: Test -qualified.
7412 * lib/completion-support.exp (completion::explicit_opts_list): Add
7413 "-qualified".
7414 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7415
f6f1d339
PM
74162017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7417
7418 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7419
02ca603a
TT
74202017-11-29 Tom Tromey <tom@tromey.com>
7421
7422 * gdb.base/relocate.exp: Update invalid argument test.
7423 Add new tests for invalid arguments.
7424
ed6c0bfb
TP
74252017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7426
7427 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7428 Return 0 as a long.
7429 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7430
f106e10e
TP
74312017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7432
7433 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7434 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7435 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7436 func ().
7437 * gdb.cp/shadow.cc (B.func): Return 0.
7438
10329bb2
JB
74392017-11-27 Joel Brobecker <brobecker@adacore.com>
7440
7441 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7442 expected output in gdb_expect call to allow the exception
7443 message to be present as well. Fix syntax confusion to avoid
7444 TCL thinking that exception_name is an array.
7445
617cd4bc
UW
74462017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7447
7448 * gdb.arch/spu-info.c: Include <unistd.h>.
7449 (do_signal_test): Fix broken calls to write.
7450 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7451 Fix checks for empty mailboxes. Update signal tests for corrected
7452 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7453 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7454 * gdb.cell/arch.exp: Use standard_output_file.
7455 * gdb.cell/break.exp: Likewise.
7456 * gdb.cell/bt.exp: Likewise.
7457 * gdb.cell/core.exp: Likewise.
7458 * gdb.cell/dwarfaddr.exp: Likewise.
7459 * gdb.cell/ea-cache.exp: Likewise.
7460 * gdb.cell/ea-standalone.exp: Likewise.
7461 * gdb.cell/f-regs.exp: Likewise.
7462 * gdb.cell/fork.exp: Likewise.
7463 * gdb.cell/gcore.exp: Likewise.
7464 * gdb.cell/mem-access.exp: Likewise.
7465 * gdb.cell/ptype.exp: Likewise.
7466 * gdb.cell/registers.exp: Likewise.
7467 * gdb.cell/sizeof.exp: Likewise.
7468 * gdb.cell/solib-symbol.exp: Likewise.
7469 * gdb.cell/solib.exp: Likewise.
617cd4bc 7470
a81aaca0
PA
74712017-11-25 Pedro Alves <palves@redhat.com>
7472
7473 * gdb.base/complete-empty.exp: New file.
7474 * gdb.base/completion.exp: Adjust.
7475
6a3c6ee4
PA
74762017-11-25 Pedro Alves <palves@redhat.com>
7477
7478 * gdb.linespec/cpls-ops.cc: New file.
7479 * gdb.linespec/cpls-ops.exp: New file.
7480 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7481 factored out from ...
7482 (test_complete_prefix_range): ... this.
7483
8955eb2d
PA
74842017-11-24 Pedro Alves <palves@redhat.com>
7485
7486 * gdb.linespec/cpcompletion.exp: New file.
7487 * gdb.linespec/cpls-hyphen.cc: New file.
7488 * gdb.linespec/cpls.cc: New file.
7489 * gdb.linespec/cpls2.cc: New file.
7490 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7491 test to use test_gdb_complete_unique. Add label completion,
7492 keyword completion and explicit location completion tests.
7493 * lib/completion-support.exp: New file.
7494
e547c119
JB
74952017-11-24 Joel Brobecker <brobecker@adacore.com>
7496
7497 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7498 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7499 when hitting an exception catchpoint.
7500
7c3c1aa8
YQ
75012017-11-22 Yao Qi <yao.qi@linaro.org>
7502
7503 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7504
41bd68f5
SM
75052017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7506
7507 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7508 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7509 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7510
1daad298
YQ
75112017-11-22 Yao Qi <yao.qi@linaro.org>
7512
7513 * gdb.base/info-os.exp: Pass pthreads.
7514 * gdb.multi/multi-attach.exp: Likewise.
7515
88465e87
YQ
75162017-11-22 Yao Qi <yao.qi@linaro.org>
7517
7518 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7519 compiler.
7520
dc196b23
YQ
75212017-11-22 Yao Qi <yao.qi@linaro.org>
7522
7523 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7524 * gdb.base/break-interp.exp: Likewise.
7525 * gdb.base/jit-attach-pie.exp: Likewise.
7526
2400729e
UW
75272017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7528
7529 * gdb.base/float128.c (large128): New variable.
7530 * gdb.base/float128.exp: Add test to print largest __float128 value.
7531
7a26362d
UW
75322017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7533
7534 * gdb.arch/vsx-regs.exp: Update register content checks.
7535
ed0f4273
UW
75362017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7537
7538 * gdb.arch/ppc-longdouble.exp: New file.
7539 * gdb.arch/ppc-longdouble.c: Likewise.
7540
a25d69c6
PA
75412017-11-21 Pedro Alves <palves@redhat.com>
7542
7543 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7544
73fcf641
PA
75452017-11-20 Pedro Alves <palves@redhat.com>
7546
7547 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7548 (long_double_typedef): New typedefs.
7549 Use DEF on double and long double.
7550 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7551 cases.
7552 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7553 and 'long_double_ptr_same_size' locals. Use them to decide
7554 whether cast from array/function to float is valid/invalid.
7555
71a3c369
TT
75562017-11-17 Tom Tromey <tom@tromey.com>
7557
7558 * gdb.rust/traits.rs: New file.
7559 * gdb.rust/traits.exp: New file.
7560
ced9779b
JB
75612017-11-17 Joel Brobecker <brobecker@adacore.com>
7562
7563 * gdb.ada/minsyms: New testcase.
7564
a0922d80
PA
75652017-11-16 Pedro Alves <palves@redhat.com>
7566
7567 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7568 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7569
ea04e54c
PA
75702017-11-16 Pedro Alves <palves@redhat.com>
7571
7572 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7573 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7574
e849ea89
PA
75752017-11-16 Pedro Alves <palves@redhat.com>
7576
7577 * gdb.server/reconnect-ctrl-c.c: New file.
7578 * gdb.server/reconnect-ctrl-c.exp: New file.
7579
d8ae99a7
PM
75802017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7581
7582 * gdb.python/py-rbreak.exp: New file.
7583 * gdb.python/py-rbreak.c: New file.
7584 * gdb.python/py-rbreak-func2.c: New file.
7585
968a13f8
PA
75862017-11-16 Pedro Alves <palves@redhat.com>
7587
7588 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7589 pattern.
7590 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7591 GDB.
7592
71774bc9
SM
75932017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7594
7595 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7596 regex.
7597
ddbb44cf
SM
75982017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7599
7600 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7601 test names.
7602
584a564f
PA
76032017-11-09 Pedro Alves <palves@redhat.com>
7604
7605 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7606 factored out from ...
7607 (top level): ... here, and adjusted to avoid expecting beyond the
7608 prompt in a single gdb_test_multiple.
7609
5ed7a928
PA
76102017-11-09 Pedro Alves <palves@redhat.com>
7611
7612 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7613 output.
7614 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7615 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7616 * gdb.server/ext-run.exp ("kill" test): Likewise.
7617 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7618
a60e0738
PA
76192017-11-09 Pedro Alves <palves@redhat.com>
7620
7621 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7622 match till end of line.
7623
2c88253f
PA
76242017-11-09 Pedro Alves <palves@redhat.com>
7625
7626 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7627
c7a38517
PA
76282017-11-09 Pedro Alves <palves@redhat.com>
7629
7630 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7631 New procedures, factored out from ...
7632 (top level): ... here, and adjusted to avoid expecting beyond the
7633 prompt in one go.
7634
f29f4b6b
PA
76352017-11-09 Pedro Alves <palves@redhat.com>
7636
7637 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7638 output. Fix '?' match.
7639
286acbb5
JB
76402017-11-08 Joel Brobecker <brobecker@adacore.com>
7641
7642 * gdb.ada/scoped_watch: New testcase.
7643 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7644 which is actually correct.
7645 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7646 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7647
62d7ae92
PA
76482017-11-08 Pedro Alves <palves@redhat.com>
7649
7650 * gdb.gdb/complaints.exp (test_initial_complaints)
7651 (test_serial_complaints, test_short_complaints): Call
7652 complaint_internal instead of complaint.
7653
280ca31f
DT
76542017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7655
7656 * gdb.threads/tls-core.c: New file.
7657 * gdb.threads/tls-core.exp: Likewise.
7658
b5ec771e
PA
76592017-11-08 Pedro Alves <palves@redhat.com>
7660
7661 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7662 (p Exported_Capitalized): New test.
7663 (p exported_capitalized): New test.
7664
a02b41a7
PA
76652017-11-07 Pedro Alves <palves@redhat.com>
7666
7667 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7668
95e95a6d
PA
76692017-11-07 Pedro Alves <palves@redhat.com>
7670
7671 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7672 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7673 (disable_invalid, disable_inverted, disable_negative): New
7674 procedures.
7675 ("bad numbers"): New set of tests.
7676
cee62dbd
PA
76772017-11-07 Pedro Alves <palves@redhat.com>
7678
7679 * gdb.cp/ena-dis-br-range.exp: Add tests.
7680
cc638e86
PA
76812017-11-07 Pedro Alves <palves@redhat.com>
7682
7683 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7684
d0fe4701
XR
76852017-11-07 Xavier Roirand <roirand@adacore.com>
7686 Pedro Alves <palves@redhat.com>
7687
7688 * gdb.base/ena-dis-br.exp: Add reference to
7689 gdb.cp/ena-dis-br-range.exp.
7690 * gdb.cp/ena-dis-br-range.exp: New file.
7691 * gdb.cp/ena-dis-br-range.cc: New file.
7692
46f67f80
PA
76932017-11-06 Pedro Alves <palves@redhat.com>
7694
7695 * gdb.base/attach-non-pgrp-leader.c: New.
7696 * gdb.base/attach-non-pgrp-leader.exp: New.
7697
726e1356
PA
76982017-11-06 Pedro Alves <palves@redhat.com>
7699
7700 * configure.ac: No longer check for termio.h and sgtty.h.
7701 * configure: Regenerate.
7702 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7703 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7704 Remove termio and sgtty code.
7705
50ab6ace
YQ
77062017-11-03 Yao Qi <yao.qi@linaro.org>
7707
7708 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7709 in GDB is disabled.
7710
8e68731c
YQ
77112017-11-03 Yao Qi <yao.qi@linaro.org>
7712
7713 * gdb.python/py-thrhandle.exp: Skip it if python is not
7714 enabled.
7715
3a87ae65
SM
77162017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7717
7718 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7719 as a breakpoint command.
7720
484d8d36
MD
77212017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7722
7723 PR python/21213
7724 * gdb.python/py-infthread.exp: Test calling
7725 InferiorThread.inferior () multiple times in a row.
7726
4a27f119
KS
77272017-10-27 Keith Seitz <keiths@redhat.com>
7728
7729 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7730 Test "info break" for every inlined function breakpoint.
7731
bb11dd58
YQ
77322017-10-27 Yao Qi <yao.qi@linaro.org>
7733
7734 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7735
a43f3893
PF
77362017-10-26 Patrick Frants <osscontribute@gmail.com>
7737
7738 * gdb.cp/classes.exp (test_static_members): Test printing
7739 Outer::instance.
7740 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7741 (Inner::instance, Outer::instance): New.
7742
792ccf00
PA
77432017-10-24 Pedro Alves <palves@redhat.com>
7744
7745 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7746 extra console" test in two stages.
7747
eb2bfbad
PA
77482017-10-24 Pedro Alves <palves@redhat.com>
7749
7750 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7751
1f75a651
PA
77522017-10-24 Pedro Alves <palves@redhat.com>
7753
7754 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7755 loop.
7756
779990d9
PA
77572017-10-24 Pedro Alves <palves@redhat.com>
7758
7759 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7760 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7761
ad9b8f5d
PA
77622017-10-24 Pedro Alves <palves@redhat.com>
7763
7764 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7765 parameter and handle it. Don't output read value in test name.
7766
fee6da6e
PA
77672017-10-24 Pedro Alves <palves@redhat.com>
7768
7769 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7770 custom test name.
7771
10389c2c
PA
77722017-10-24 Pedro Alves <palves@redhat.com>
7773
7774 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7775 include the unstable output directory name in the test's name.
7776 (initial_setup_simple) <'set args'>: Use custom test name.
7777
a80e65a9
PA
77782017-10-24 Pedro Alves <palves@redhat.com>
7779
7780 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7781 with explicit test name.
7782
15763a09
PA
77832017-10-20 Pedro Alves <palves@redhat.com>
7784
7785 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7786 'wait -i'. Use gdb_assert and remote_close.
7787
49a4ce2e
AB
77882017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7789
7790 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7791 number from variable rather than hard-coded.
7792
a75868f5
PA
77932017-10-19 Pedro Alves <palves@redhat.com>
7794
7795 * gdb.base/long-inferior-output.c: New file.
7796 * gdb.base/long-inferior-output.exp: New file.
7797
c8ba13ad
KS
77982017-11-18 Keith Seitz <keiths@redhat.com>
7799
7800 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7801 method.
7802 (main): Call it.
7803 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7804 Add additional user-defined conversion operator tests.
7805
b27de576
PA
78062017-10-17 Pedro Alves <palves@redhat.com>
7807
7808 * boards/native-stdio-gdbserver.exp: Load "local-board".
7809
8484c955
PA
78102017-10-17 Pedro Alves <palves@redhat.com>
7811
7812 * gdb.base/quit-live.c: New file.
7813 * gdb.base/quit-live.exp: New file.
7814
83d5a34d
KS
78152017-10-16 Keith Seitz <keiths@redhat.com>
7816
7817 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7818 (class_with_protected_typedef, class_with_private_typedef)
7819 (struct_with_public_typedef, struct_with_protected_typedef)
7820 (struct_with_private_typedef): New classes/structs.
7821 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7822 typedefs and access specifiers.
7823
739b3f1d
PA
78242017-10-16 Pedro Alves <palves@redhat.com>
7825 Simon Marchi <simon.marchi@polymtl.ca>
7826
7827 * README (Local vs Remote vs Native): New section.
7828 * boards/local-board.exp: New file, with bits factored out from
7829 ...
7830 * boards/native-extended-gdbserver.exp: ... here. Load
7831 "local-board".
7832 * boards/native-gdbserver.exp: Load "local-board".
7833 (${board}_spawn, ${board}_exec): Delete.
7834 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7835 ...
7836 * boards/stdio-gdbserver-base.exp: ... this new file.
7837 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7838 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7839 procedure.
7840 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7841 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7842 stdio_gdbserver_command.
7843 (${board}_get_remote_address, ${board}_get_comm_port)
7844 (${board}_download, ${board}_upload): Delete.
7845 (get_target_remote_pipe_cmd): New.
7846
fe68b953
SM
78472017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7848
7849 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7850 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7851 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7852 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7853 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7854 remove with_test_prefix.
7855
300b6685
PA
78562017-10-13 Pedro Alves <palves@redhat.com>
7857
7858 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7859 * gdb.base/annota1.exp: Use it instead of is_remote.
7860 * gdb.base/annota3.exp: Use it instead of is_remote.
7861 * gdb.cp/annota2.exp: Use it instead of is_remote.
7862 * gdb.cp/annota3.exp: Use it instead of is_remote.
7863 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7864
50500caf
PA
78652017-10-13 Pedro Alves <palves@redhat.com>
7866
7867 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7868 (test_num_test_vars, run_and_count_vars, find_env)
7869 (test_set_unset_env, test_inherit_env_var): New procedures.
7870 (top level): Use them.
7871
dad0c6d2
PA
78722017-10-13 Pedro Alves <palves@redhat.com>
7873
7874 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7875 also skip on stub-like targets.
7876
8b0553c1
PA
78772017-10-13 Pedro Alves <palves@redhat.com>
7878
7879 PR gdb/22293
7880 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7881 (top level): Move some tests to ...
7882 (test_not_found): ... this new procedure.
7883 (top level): Call it.
7884
7594f623
PA
78852017-10-13 Pedro Alves <palves@redhat.com>
7886
7887 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7888 expect different "info terminal" output if testing with a
7889 non-native target.
7890
ebe3b402
PA
78912017-10-13 Pedro Alves <palves@redhat.com>
7892 Simon Marchi <simon.marchi@polymtl.ca>
7893
7894 PR python/12966
7895 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7896
42f1b161
PA
78972017-10-13 Pedro Alves <palves@redhat.com>
7898
7899 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7900 already.
7901
8d6ef72b
PA
79022017-10-13 Pedro Alves <palves@redhat.com>
7903
7904 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7905 is_remote.
7906
d7bcd5b8
PA
79072017-10-13 Pedro Alves <palves@redhat.com>
7908
7909 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7910 is_remote.
7911
df479dc6
PA
79122017-10-13 Pedro Alves <palves@redhat.com>
7913
7914 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7915 is set.
7916 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7917 instead of is_remote.
7918
23fb630a
PA
79192017-10-13 Pedro Alves <palves@redhat.com>
7920
7921 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7922 (top level): Add comment.
7923
cc77b1dc
PA
79242017-10-13 Pedro Alves <palves@redhat.com>
7925
7926 * gdb.base/remote.exp (top level): Fix comment typo and add
7927 missing return.
7928
27c9e813
PA
79292017-10-13 Pedro Alves <palves@redhat.com>
7930 Simon Marchi <simon.marchi@polymtl.ca>
7931
7932 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7933 calls and add comments. Skip test if use_gdb_stub is set.
7934 (top level): Use "set cwd" command instead of "cd" command.
7935
5e830d98
PA
79362017-10-13 Pedro Alves <palves@redhat.com>
7937
7938 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7939 is_remote target check.
7940
f5ca0032
PA
79412017-10-13 Pedro Alves <palves@redhat.com>
7942
7943 * gdb.base/scope.exp: Use build_executable + clean_restart +
7944 gdb_file_cmd instead of prepare_for_testing and no longer skip
7945 "before run" tests on is_remote target boards. Update comments.
7946 * boards/native-extended-gdbserver.exp
7947 (extended_gdbserver_load_last_file): New, factored out from ...
7948 (gdb_load): ... this. Move further below and add comment.
7949 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7950
8aed1c0d
PA
79512017-10-12 Pedro Alves <palves@redhat.com>
7952
7953 * gdb.base/attach.exp: Remove references to gdb64.
7954 * gdb.base/dbx.exp: Remove references to gdb64.
7955
cfa34c87
SM
79562017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7957 Pedro Alves <palves@redhat.com>
7958
7959 * gdb.base/label.exp: Remove is_remote target check.
7960
9192b7de
PA
79612017-10-12 Pedro Alves <palves@redhat.com>
7962
7963 * gdb.base/auvx.exp (coredir): Update comment.
7964 (top level) <core_works>: Use "set cwd" command instead of "cd"
7965 command.
7966
6bf0052d
PA
79672017-10-12 Pedro Alves <palves@redhat.com>
7968 Simon Marchi <simon.marchi@polymtl.ca>
7969
7970 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7971 target boards.
7972
e48ef82d
PA
79732017-10-12 Pedro Alves <palves@redhat.com>
7974 Simon Marchi <simon.marchi@polymtl.ca>
7975
7976 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7977 Instead skip if there's any gdb_protocol set.
7978
8d7aea57
SM
79792017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7980 Pedro Alves <palves@redhat.com>
7981
7982 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7983
30440677
PA
79842017-10-12 Pedro Alves <palves@redhat.com>
7985 Simon Marchi <simon.marchi@polymtl.ca>
7986
7987 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7988 instead of on dejagnu remote boards.
7989
4e04f045 79902017-10-12 Pedro Alves <palves@redhat.com>
175654b9 7991 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
7992
7993 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7994 checks. Use build_executable + clean_restart instead of
7995 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7996 of enabling non-stop after starting gdb.
7997
871a186e
PA
79982017-10-12 Pedro Alves <palves@redhat.com>
7999
8000 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8001 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8002 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8003 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8004
56d704da
AK
80052017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8006
8007 * gdb.arch/arc-tdesc-cpu.exp: New file.
8008 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8009
2f20e312
SM
80102017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8011
8012 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8013
65630365
PA
80142017-10-10 Pedro Alves <palves@redhat.com>
8015
8016 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8017 expect CLI output.
8018
bf469271
PA
80192017-10-10 Pedro Alves <palves@redhat.com>
8020
8021 * lib/selftest-support.exp (selftest_setup): Update for
8022 captured_command_loop's prototype change.
8023
777a42f1
PA
80242017-10-09 Pedro Alves <palves@redhat.com>
8025
8026 Test both arch1=>arch2 and arch2=>arch1.
8027
8028 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8029 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8030 factored out to...
8031 (append_arch1_options, append_arch2_options, append_arch_options)
8032 (build_executables): New procedures.
8033 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8034 local.
8035 (top level): Add new 'first_arch' testing axis.
8036
cbd2b4e3
PA
80372017-10-09 Pedro Alves <palves@redhat.com>
8038
8039 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8040 (barrier): New.
8041 (thread_start, all_started): New functions.
8042 (main): Spawn new thread and wait until it is scheduled.
8043 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8044 option.
8045 (do_test): Add 'selected_thread' parameter. Run to all_started
8046 instead of main. Explicitly set the breakpoint at main. Switch
8047 to the SELECTED_THREAD thread.
8048 (top level): Test handling the exec event with either the main
8049 thread or the second thread selected.
8050
5c9e4427
PA
80512017-10-09 Pedro Alves <palves@redhat.com>
8052
8053 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8054 logic. Move STOP marker after the value checks.
8055 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8056 regexp.
8057
b3b7c423
SL
80582017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8059
8060 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8061
3b4b2f16
UW
80622017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8063
8064 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8065 integer-to-dfp conversion.
8066 * gdb.base/dfp-test.exp: Likewise.
8067
5cd63fda
PA
80682017-10-04 Pedro Alves <palves@redhat.com>
8069
8070 * gdb.multi/hangout.c: Include <unistd.h>.
8071 (hangout_loop): New function.
8072 (main): Call alarm. Call hangout_loop in a loop.
8073 * gdb.multi/hello.c: Include <unistd.h>.
8074 (hello_loop): New function.
8075 (main): Call alarm. Call hangout_loop in a loop.
8076 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8077 inferior with the other selected.
8078
4c71c105
SM
80792017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8080
8081 * gdb.mi/list-thread-groups-available.exp: New file.
8082 * gdb.mi/list-thread-groups-available.c: New file.
8083
bc3b087d
SDJ
80842017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8085
8086 * gdb.base/set-cwd.exp: Make it available on
8087 native-extended-gdbserver.
8088
d092c5a2
SDJ
80892017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8090
8091 * gdb.base/set-cwd.c: New file.
8092 * gdb.base/set-cwd.exp: Likewise.
8093
45320ffa
TT
80942017-10-02 Tom Tromey <tom@tromey.com>
8095
8096 PR rust/22236:
8097 * gdb.rust/simple.rs (main): New variable "fslice".
8098 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8099
b3e3859b
TT
81002017-10-02 Tom Tromey <tom@tromey.com>
8101
8102 * gdb.rust/simple.exp: Test ptype of a slice.
8103
01af5e0d
TT
81042017-10-02 Tom Tromey <tom@tromey.com>
8105
8106 * gdb.rust/simple.exp: Test index of slice.
8107
a9bbfbd8
TT
81082017-09-27 Tom Tromey <tom@tromey.com>
8109
8110 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8111
df8899e5
TP
81122017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8113 Pedro Alves <palves@redhat.com>
8114
8115 * gdb.base/compare-sections.exp (get value of read-only section): Read
8116 as unsigned value.
8117 (corrupt read-only section): Likewise and don't set written if patching
8118 failed.
8119
757bf54b
KB
81202017-09-21 Kevin Buettner <kevinb@redhat.com>
8121
8122 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8123 files.
8124
06871ae8
PA
81252017-09-20 Pedro Alves <palves@redhat.com>
8126
8127 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8128 symbol names in gdb's output.
8129 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8130
e5f25bc5
PA
81312017-09-20 Pedro Alves <palves@redhat.com>
8132
8133 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8134 Rename to ...
8135 (test_list_ambiguous_symbol): ... this and add a symbol name
8136 parameter. Adjust.
8137 (test_list_ambiguous_function): Reimplement on top of
8138 test_list_ambiguous_symbol and also test listing ambiguous
8139 variables.
8140 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8141 (ambiguous_fun): ... this.
8142 (ambiguous_var): New.
8143 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8144 (ambiguous_fun): ... this.
8145 (ambiguous_var): New.
8146
4e5a4f58
JB
81472017-09-19 John Baldwin <jhb@FreeBSD.org>
8148
8149 * gdb.base/starti.c: New file.
8150 * gdb.base/starti.exp: New file.
8151 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8152
26e53f3e
PA
81532017-09-14 Pedro Alves <palves@redhat.com>
8154
8155 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8156 (top level): Use it instead of runto.
8157
cb791d59
TT
81582017-09-11 Tom Tromey <tom@tromey.com>
8159
8160 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8161
7c96f8c1
TT
81622017-09-11 Tom Tromey <tom@tromey.com>
8163
8164 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8165 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8166
469412dd
CW
81672017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8168
8169 * gdb.fortran/printing-types.exp: New file.
8170 * gdb.fortran/printing-types.exp: New file.
8171
e0f86435
BH
81722017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8173
8174 * gdb.fortran/vla-ptype.exp: Fix typos.
8175 * gdb.fortran/vla-value.exp: Same.
8176
9e9af4be
BH
81772017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8178
8179 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8180 * gdb.mi/mi-var-child-f.exp: Likewise.
8181 * gdb.mi/mi-vla-fortran.exp: Likewise.
8182
a5ad232b 81832017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
8184 Christoph Weinmann <christoph.t.weinmann@intel.com>
8185 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
8186
8187 * gdb.fortran/ptr-indentation.f90: New file.
8188 * gdb.fortran/ptr-indentation.exp: New file.
8189
5aec60eb
TT
81902017-09-05 Tom Tromey <tom@tromey.com>
8191
8192 PR gdb/22010:
8193 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8194
8f8f8152
TP
81952017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8196
8197 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8198
fbd1b771
JK
81992017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8200
8201 * gdb.threads/tls-nodebug-pie.c: New file.
8202 * gdb.threads/tls-nodebug-pie.exp: New file.
8203
5eb5f850
TT
82042017-09-05 Tom Tromey <tom@tromey.com>
8205
8206 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8207 for rust.
8208
ae780a21
SM
82092017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8210
8211 * gdb.multi/multi-arch-exec.exp: Test with different
8212 "follow-exec-mode" settings.
8213 (do_test): New procedure.
8214
3693fdb3
PA
82152017-09-04 Pedro Alves <palves@redhat.com>
8216
8217 * gdb.base/func-static.c (S::method const, S::method volatile)
8218 (S::method volatile const): New methods.
8219 (c_s, v_s, cv_s): New instances.
8220 (main): Call method() on them.
8221 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8222 (cannot_resolve): New procedure.
8223 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8224 print-quote-unquoted columns.
8225 (do_test): Test printing each scope too.
8226
e68cb8e0
PA
82272017-09-04 Pedro Alves <palves@redhat.com>
8228
8229 * gdb.base/local-static.exp: Also test with
8230 class::method::variable wholly quoted.
8231 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8232
858be34c
PA
82332017-09-04 Pedro Alves <palves@redhat.com>
8234
8235 * gdb.base/local-static.c: New.
8236 * gdb.base/local-static.cc: New.
8237 * gdb.base/local-static.exp: New.
8238
46a4882b
PA
82392017-09-04 Pedro Alves <palves@redhat.com>
8240
8241 * gdb.asm/asm-source.exp: Add casts to int.
8242 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8243 (dataglobal64_1, dataglobal64_2): New globals.
8244 * gdb.base/nodebug.exp: Test different expressions involving the
8245 new globals, with print, whatis and ptype. Add casts to int.
8246 * gdb.base/solib-display.exp: Add casts to int.
8247 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8248 * gdb.cp/m-static.exp: Add cast to int.
8249 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8250 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8251 tls variable with no debug info without a cast. Test with a cast
8252 to int too.
8253 * gdb.trace/entry-values.exp: Add casts.
8254
2c5a2be1
PA
82552017-09-04 Pedro Alves <palves@redhat.com>
8256
8257 * gdb.base/nodebug.exp: Test that ptype's error about functions
8258 with unknown return type includes the function name too.
8259
7022349d
PA
82602017-09-04 Pedro Alves <palves@redhat.com>
8261
8262 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8263 return type of munmap in infcall.
8264 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8265 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8266 type of ftell in infcall.
8267 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8268 type of getpid in infcall.
8269 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8270 infcall.
8271 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8272 Bail on failure to extract the pid.
8273 * gdb.base/nodebug.c: #include <stdint.h>.
8274 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8275 New functions.
8276 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8277 Change expected output of print/whatis/ptype with functions with
8278 no debug info. Test all supported languages. Call
8279 test_call_promotion.
8280 * gdb.compile/compile.exp: Adjust expected output to expect
8281 warning.
8282 * gdb.threads/siginfo-threads.exp: Likewise.
8283
54990598
PA
82842017-09-04 Pedro Alves <palves@redhat.com>
8285
8286 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8287 "prototypes". Test calling float functions via prototyped and
8288 unprototyped function pointers.
8289 (perform_all_tests): New parameter "prototypes". Pass it down.
8290 (top level): Pass down "prototypes" parameter to
8291 perform_all_tests.
8292
34d16ea2
SM
82932017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8294
8295 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8296 Test with nested loops.
8297
9521ecda
SM
82982017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8299
8300 * gdb.base/commands.exp: Call the new procedures.
8301 (loop_break_test, loop_continue_test): New procedures.
8302
80a65e9b
SM
83032017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8304
8305 * gdb.base/commands.exp: Call new procedure.
8306 (define_if_without_arg_test): New procedure.
8307
e439fa14
PA
83082017-09-04 Pedro Alves <palves@redhat.com>
8309
8310 * gdb.base/list-ambiguous.exp: New file.
8311 * gdb.base/list-ambiguous0.c: New file.
8312 * gdb.base/list-ambiguous1.c: New file.
8313 * gdb.base/list.exp (test_list_range): Adjust expected output.
8314
0a2dde4a
SDJ
83152017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8316
8317 * gdb.base/share-env-with-gdbserver.c: New file.
8318 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8319
5e89eb3a
SM
83202017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8321
8322 * gdb.base/commands.exp (gdbvar_simple_if_test,
8323 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8324 progvar_simple_if_test, progvar_simple_while_test,
8325 progvar_complex_if_while_test, user_defined_command_test,
8326 user_defined_command_args_eval,
8327 user_defined_command_args_stack_test,
8328 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8329 temporary_breakpoint_commands,
8330 gdb_test_no_prompt, redefine_hook_test,
8331 redefine_backtrace_test): Remove "global gdb_prompt".
8332
fd437cbc
SM
83332017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8334
8335 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8336 New proc, call it from toplevel.
8337
87215ad1
SDJ
83382017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8339
8340 PR remote/21852
8341 * gdb.server/normal.c: New file, copied from gdb.base.
8342 * gdb.server/run-without-local-binary.exp: New file.
8343
58afddc6
WP
83442017-08-07 Weimin Pan <weimin.pan@oracle.com>
8345
8346 * gdb.arch/sparc64-adi.exp: New file.
8347 * gdb.arch/sparc64-adi.c: New file.
8348
5277199a
PA
83492017-08-22 Pedro Alves <palves@redhat.com>
8350
8351 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8352 (top level): Add "list all overloads" tests.
8353
14278e1f
TT
83542017-08-22 Tom Tromey <tom@tromey.com>
8355
8356 * gdb.gdb/xfullpath.exp: Remove.
8357
bf223d3e
PA
83582017-08-21 Pedro Alves <palves@redhat.com>
8359
8360 PR gdb/19487
8361 * gdb.base/symbol-alias.c: New.
8362 * gdb.base/symbol-alias2.c: New.
8363 * gdb.base/symbol-alias.exp: New.
8364
c973d0aa
PA
83652017-08-21 Pedro Alves <palves@redhat.com>
8366
8367 * gdb.base/dfp-test.c
8368 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8369 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8370 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8371 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8372 * gdb.base/whatis-ptype-typedefs.c: New.
8373 * gdb.base/whatis-ptype-typedefs.exp: New.
8374 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8375 (an_int, an_int_type, an_int_type2): New globals.
8376 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8377 involving typedefs and cast expressions.
8378 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8379 (lookup_typedefs_function): New.
8380 (typedefs_pretty_printers_dict): New.
8381 (top level): Register lookup_typedefs_function in
8382 gdb.pretty_printers.
8383
6d580b63
YQ
83842017-08-18 Yao Qi <yao.qi@linaro.org>
8385
8386 * gdb.server/unittest.exp: New.
8387
206726fb
SDJ
83882017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8389
8390 PR gdb/21954
8391 * gdb.base/environ.exp: Add test to check if 'unset environment'
8392 works.
8393
bf0ec4c2
AA
83942017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8395
8396 * lib/gdb.exp (universal_compile_options): New caching proc.
8397 (gdb_compile): Suppress GCC's coloring of messages.
8398
d6382fff
TT
83992017-08-14 Tom Tromey <tom@tromey.com>
8400
8401 PR gdb/21675:
8402 * gdb.base/printcmds.exp (test_radices): New function.
8403 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8404 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8405 * lib/gdb.exp (get_integer_valueof): Use p/d.
8406
c2c2dd9f
SM
84072017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8408
8409 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8410 characters.
8411
fdffd6f4
TT
84122017-08-05 Tom Tromey <tom@tromey.com>
8413
8414 * gdb.rust/simple.exp: Allow String to appear in a different
8415 namespace.
8416
27d41eac
YQ
84172017-07-26 Yao Qi <yao.qi@linaro.org>
8418
8419 * gdb.gdb/unittest.exp: Invoke command
8420 "maintenance check xml-descriptions".
8421
031ed05d
AA
84222017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8423
8424 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8425 calling context.
8426 (hex128): Drop erroneous calculation of parameters.
8427
dcd27ddf
SM
84282017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8429
8430 * gdb.python/py-unwind.exp: Disable stack protection when
8431 building test file.
8432
47e77640
PA
84332017-07-20 Pedro Alves <palves@redhat.com>
8434
8435 * gdb.base/default.exp (set language): Adjust expected output.
8436
62d2a18a
PA
84372017-07-20 Pedro Alves <palves@redhat.com>
8438
8439 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8440 (test_minsym): ... this, and make static.
8441 (get_pck__foo__bar__minsym): Rename to ...
8442 (get_test_minsym): ... this.
8443 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8444 symbol names and comments.
8445 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8446 (get_test_minsym): ... this.
8447 (pck__foo__bar__minsym__2): Rename to ...
8448 (test_minsym): ... this.
8449 (main): Adjust.
8450
c45ec17c
PA
84512017-07-17 Pedro Alves <palves@redhat.com>
8452
8453 * gdb.base/completion.exp: Adjust expected output.
8454 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8455 the completer works.
8456
c6756f62
PA
84572017-07-17 Pedro Alves <palves@redhat.com>
8458
8459 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8460
5bd68487
AB
84612017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8462
8463 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8464
8880f2a9
TT
84652017-07-14 Tom Tromey <tom@tromey.com>
8466
8467 PR rust/21764:
8468 * gdb.rust/simple.exp: Add tests.
8469
65547233
TT
84702017-07-14 Tom Tromey <tom@tromey.com>
8471
8472 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8473
8f14146e
PA
84742017-07-14 Pedro Alves <palves@redhat.com>
8475
8476 * gdb.linespec/base/one/thefile.cc (z1): New function.
8477 * gdb.linespec/base/two/thefile.cc (z2): New function.
8478 * gdb.linespec/linespec.exp: Add tests.
8479
b4365d02
AB
84802017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8481
8482 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8483 to mi_create_breakpoint.
8484
5d2cbaa5
AB
84852017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8486
8487 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8488 mi_create_breakpoint.
8489
11cb5716
IB
84902017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8491
8492 * gdb.dlang/demangle.exp: Update for demangling changes.
8493
03278692
TT
84942017-07-09 Tom Tromey <tom@tromey.com>
8495
8496 * gdb.dwarf2/shortpiece.exp: New file.
8497
33c5cd75
DB
84982017-07-06 David Blaikie <dblaikie@gmail.com>
8499
8500 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8501 built from fissiont-multi-cu{1,2}.c.
8502 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8503 except putting 'main' and 'func' in separate CUs in the same DWO file.
8504 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8505 test.
8506 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8507 test.
8508
8455d262
PA
85092017-07-06 Pedro Alves <palves@redhat.com>
8510
8511 * gdb.python/py-unwind.exp: Test flushregs.
8512
dc4bde35
SDJ
85132017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8514
8515 PR cli/21688
8516 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8517 tests for alias commands and trailing whitespace.
8518
51ed89aa
SDJ
85192017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8520
8521 PR cli/21688
8522 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8523 procedure. Call it.
8524
eb17d413
PA
85252017-06-29 Pedro Alves <palves@redhat.com>
8526
8527 * gdb.base/printcmds.exp: Add tests.
8528
41664b45
DG
85292017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8530
8531 PR gdb/21337
8532 * gdb.base/reread-readsym.exp: New file.
8533 * gdb.base/reread-readsym.c: New file.
8534
75312ae3
KB
85352017-06-21 Kevin Buettner <kevinb@redhat.com>
8536
8537 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8538 subpattern.
8539
66953522
PB
85402017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8541
8542 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8543 extended mnemonic.
8544 * gdb.arch/powerpc-power9.s: Likewise.
8545
5524b525
AA
85462017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8547
8548 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8549 on 32-bit x86 targets. Exploit is_*_target macros where
8550 appropriate.
8551
03c8af18
AA
85522017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8553
8554 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8555 register pieces.
8556
3bf31011
AA
85572017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8558
8559 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8560 located in one or more DWARF pieces.
8561
805acca0
AA
85622017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8563
8564 * lib/gdb.exp (get_endianness): New proc.
8565 * gdb.arch/aarch64-fp.exp: Use it.
8566 * gdb.arch/altivec-regs.exp: Likewise.
8567 * gdb.arch/e500-regs.exp: Likewise.
8568 * gdb.arch/vsx-regs.exp: Likewise.
8569 * gdb.base/dump.exp: Likewise.
8570 * gdb.base/funcargs.exp: Likewise.
8571 * gdb.base/gnu_vector.exp: Likewise.
8572 * gdb.dwarf2/formdata16.exp: Likewise.
8573 * gdb.dwarf2/implptrpiece.exp: Likewise.
8574 * gdb.dwarf2/nonvar-access.exp: Likewise.
8575 * gdb.python/py-inferior.exp: Likewise.
8576 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8577
e9352324
AA
85782017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8579
8580 PR gdb/21226
8581 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8582 stack value pieces are taken from the LSB end.
8583
d5d1163e
AA
85842017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8585
8586 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8587 variable at nonzero offset.
8588
0567c986
AA
85892017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8590
8591 * gdb.dwarf2/var-access.c: New file.
8592 * gdb.dwarf2/var-access.exp: New test.
8593 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8594
973e9aab
TT
85952017-06-12 Tom Tromey <tom@tromey.com>
8596
8597 * gdb.dwarf2/formdata16.exp: Add tests.
8598
d9109c80
TT
85992017-06-12 Tom Tromey <tom@tromey.com>
8600
8601 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8602
30a25466
TT
86032017-06-12 Tom Tromey <tom@tromey.com>
8604
8605 PR exp/16225:
8606 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8607 * gdb.arch/vsx-regs.exp: Update tests.
8608 * gdb.arch/s390-vregs.exp (hex128): New proc.
8609 Update test.
8610 * gdb.arch/altivec-regs.exp: Update tests.
8611
aefd8b33
SDJ
86122017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8613
8614 * gdb.base/startup-with-shell.c: New file.
8615 * gdb.base/startup-with-shell.exp: Likewise.
8616
2090129c
SDJ
86172017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8618
8619 * gdb.server/non-existing-program.exp: Update regex in order to
8620 reflect the fact that gdbserver is now using fork_inferior (with a
8621 shell) to startup the inferior.
8622
8e86a419
SM
86232017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8624
8625 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8626 support function calls from GDB.
8627
e6cf65f2
TT
86282017-05-21 Tom Tromey <tom@tromey.com>
8629
8630 PR rust/21466:
8631 * gdb.rust/unsized.exp: New file.
8632 * gdb.rust/unsized.rs: New file.
8633
43cc5389
TT
86342017-05-19 Tom Tromey <tom@tromey.com>
8635
8636 PR rust/21484:
8637 * gdb.rust/watch.exp: New file.
8638 * gdb.rust/watch.rs: New file.
8639
ec8df234
TT
86402017-05-18 Tom Tromey <tom@tromey.com>
8641
8642 * gdb.rust/simple.exp: Allow Box to be qualified.
8643
3e3e7fae
TP
86442017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8645
8646 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8647
59cc050d
PA
86482017-05-18 Pedro Alves <palves@redhat.com>
8649
8650 * gdb.base/fileio.c (test_write, test_read, test_close)
8651 (test_fstat): Don't print 'ret' in the fail path.
8652
c8f6abd1
PA
86532017-05-18 Pedro Alves <palves@redhat.com>
8654
8655 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8656 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8657 (test_system, test_rename, test_unlink, test_time): Change
8658 prototypes.
8659 * gdb.base/fileio.exp (stop_msg): Adjust.
8660
d2a03b77
PA
86612017-05-18 Pedro Alves <palves@redhat.com>
8662
8663 * gdb.base/fileio.c (null_str): New global.
8664 (test_stat): Use it.
8665 * gdb.base/fileio.exp: Remove nowarnings.
8666
0d5c6999
YQ
86672017-05-17 Yao Qi <yao.qi@linaro.org>
8668
8669 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8670
21873064
YQ
86712017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8672
8673 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8674 argument command.
8675 (top-level): Invoke test_set_inferior_tty.
8676
d512d31c
PA
86772017-05-04 Pedro Alves <palves@redhat.com>
8678
8679 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8680 Add parens to print call for Python 3.
8681
90cef2ed
KS
86822017-05-03 Keith Seitz <keiths@redhat.com>
8683
8684 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8685 (main): Call it.
8686
14f819c8
TW
86872017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8688
8689 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8690 to prev and next.
8691
913aeadd
TW
86922017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8693
8694 * gdb.python/py-record-btrace.exp: Remove test for
8695 gdb.BtraceInstruction.error.
8696
a3be24ad
TW
86972017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8698
8699 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8700
ae20e79a
TW
87012017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8702
8703 * gdb.python/py-record-btrace-threads.c: New file.
8704 * gdb.python/py-record-btrace-threads.exp: New file.
8705
45ce1b47
SDJ
87062017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8707
8708 PR testsuite/8595
8709 * gdb.base/environ.exp: Make test available in all architectures.
8710 Move bits related to "info program" testing to
8711 gdb.base/info-program.exp. Rewrite tests to use the two new
8712 procedures mentione below.
8713 (test_set_show_env_var) New procedure.
8714 (test_set_show_env_var_equal): Likewise.
8715 * gdb.base/info-program.exp: New file.
8716
e15c3eb4
KS
87172017-04-27 Keith Seitz <keiths@redhat.com>
8718
8719 * gdb.cp/oranking.cc (test15): New function.
8720 (main): Call test15 and declare additional variables for testing.
8721 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8722 "p foo101('abc')" tests.
8723 Add tests for cv qualifier overloads.
8724 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8725 "lvalue reference overload" test.
8726 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8727 "print value of f1 on Child&& in f2" test.
8728
3a3fd0fd
PA
87292017-04-19 Pedro Alves <palves@redhat.com>
8730
8731 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8732 procedure.
8733 (top level): Call it.
8734 * lib/gdb.exp (gdb_define_cmd): New procedure.
8735
53375380
PA
87362017-04-12 Pedro Alves <palves@redhat.com>
8737
8738 PR gdb/21323
8739 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8740 (wchar): New global.
8741 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8742 (do_test_wide_char, wide_char_types_no_program, top level): Add
8743 wchar_t testing.
8744
53e710ac
PA
87452017-04-12 Pedro Alves <palves@redhat.com>
8746
8747 PR c++/21323
8748 * gdb.cp/wide_char_types.c: New file.
8749 * gdb.cp/wide_char_types.exp: New file.
8750
0ad9d8c7
SDJ
87512017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8752
8753 PR gdb/21352
8754 * gdb.trace/tsv.exp: Add test for "tsave -r".
8755
b1b45502
IB
87562017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8757
8758 * gdb.dlang/watch-loc.c: New file.
8759 * gdb.dlang/watch-loc.exp: New file.
8760
ec13808e
JK
87612017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8762
8763 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8764
fe5f7374
AK
87652017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8766
8767 * gdb.arch/arc-analyze-prologue.S: New file.
8768 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8769
eea78757
AK
87702017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8771
8772 * gdb.arch/arc-decode-insn.S: New file.
8773 * gdb.arch/arc-decode-insn.exp: Likewise.
8774
5badf10a
IR
87752017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8776
8777 PR tdep/20928
8778 * gdb.arch/sparc64-regs.exp: New file.
8779 * gdb.arch/sparc64-regs.S: Likewise.
8780
cee59b3f
TW
87812017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8782
8783 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8784 and memory view on Python 3.
8785
c0f55cc6
AV
87862017-03-20 Artemiy Volkov <artemiyv@acm.org>
8787 Keith Seitz <keiths@redhat.com>
8788
8789 PR gdb/14441
8790 * gdb.cp/demangle.exp: Add rvalue reference tests.
8791 * gdb.cp/rvalue-ref-casts.cc: New file.
8792 * gdb.cp/rvalue-ref-casts.exp: New file.
8793 * gdb.cp/rvalue-ref-overload.cc: New file.
8794 * gdb.cp/rvalue-ref-overload.exp: New file.
8795 * gdb.cp/rvalue-ref-params.cc: New file.
8796 * gdb.cp/rvalue-ref-params.exp: New file.
8797 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8798 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8799 * gdb.cp/rvalue-ref-types.cc: New file.
8800 * gdb.cp/rvalue-ref-types.exp: New file.
8801 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8802 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8803
51457a05
MAL
88042017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8805
8806 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8807 New procedure.
8808
5b291c04
MAL
88092017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8810
8811 * lib/mi-support.exp (mi_gdb_test): Add additional message
8812 for unexpected output.
8813
59a56148
AA
88142017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8815
8816 * gdb.base/examine-backward.c (Barrier): New character array
8817 constant, to ensure that TestStrings is preceded by a string
8818 terminator.
8819
7942e96e
AA
88202017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8821
8822 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8823 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8824 and implicit pointer into such a location.
8825
6ebac3fb
DE
88262017-03-16 Doug Evans <dje@google.com>
8827
8828 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8829
ec3b243d
TP
88302017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8831
8832 * gdb.cp/m-static.exp: Fix expectation for prototype of
8833 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
8834
88352017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
8836
8837 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8838 * gdb.guile/scm-lazy-string.c: New file.
8839 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8840 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8841 for pointer, array, typedef lazy strings.
8842
2cc36e25 88432017-03-16 Doug Evans <dje@google.com>
34b43320
DE
8844
8845 PR python/17728, python/18439, python/18779
8846 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8847 * gdb.python/py-lazy-string.c (pointer): New typedef.
8848 (main): New locals ptr, array, typedef_ptr.
8849 * gdb.python/py-value.exp: Move lazy string tests to ...
8850 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8851 array, typedef lazy strings.
ec3b243d 8852
0efcde63
AK
88532017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8854
8855 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8856 Add optional 'test' parameter.
8857
7978d7c3
SM
88582017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8859
8860 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8861 Skip for versions of DejaGnu < 1.5.
8862
896c0c1e
SM
88632017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8864
8865 * lib/gdb.exp (dejagnu_version): New proc.
8866 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8867 Use dejagnu_version.
8868
5f4d1085
KS
88692017-03-10 Keith Seitz <keiths@redhat.com>
8870
8871 PR c++/8128
8872 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8873 type from destructor regexps.
8874 Add a branch which actually passes the test.
8875 Adjust "ptype t5i" test names.
8876
1de05205
PA
88772017-03-08 Pedro Alves <palves@redhat.com>
8878
8879 * gdb.base/step-over-exit.exp: Add explicit test message.
8880
c65d6b55
PA
88812017-03-08 Pedro Alves <palves@redhat.com>
8882
8883 PR gdb/18360
8884 * gdb.threads/interrupt-while-step-over.c: New file.
8885 * gdb.threads/interrupt-while-step-over.exp: New file.
8886
2e86a283
PA
88872017-03-08 Pedro Alves <palves@redhat.com>
8888
8889 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8890 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8891
25dcbff6
PA
88922017-03-08 Pedro Alves <palves@redhat.com>
8893
8894 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8895 PKRU as not supported as a PASS.
8896
dc9366eb
PA
88972017-03-08 Pedro Alves <palves@redhat.com>
8898
8899 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8900 prefix instead of $binfile1/$binfile2.
8901 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8902 in test message.
8903 * gdb.python/py-completion.exp: Use "load python file" as test
8904 messages instead of unstable path names.
8905
6e5d74e7
PA
89062017-03-08 Pedro Alves <palves@redhat.com>
8907 Jan Kratochvil <jan.kratochvil@redhat.com>
8908
8909 PR cli/21218
8910 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8911 New proc.
8912 (top level): Call it.
8913
9753a2f6
PA
89142017-03-08 Pedro Alves <palves@redhat.com>
8915
8916 PR tui/21216
8917 * gdb.tui/tui-nl-filtered-output.exp: New file.
8918
1a4dd9dd
PA
89192017-03-08 Pedro Alves <palves@redhat.com>
8920
8921 * gdb.base/completion.exp: Move TUI completion tests to ...
8922 * gdb.tui/completion.exp: ... this new file.
8923
7cbbff33
PA
89242017-03-08 Pedro Alves <palves@redhat.com>
8925
8926 * gdb.base/tui-disasm-long-lines.c,
8927 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8928 gdb.base/tui-layout.exp: Move to ...
8929 * gdb.tui/: ... this new directory.
8930
5f6fd321
PA
89312017-03-07 Pedro Alves <palves@redhat.com>
8932
8933 * gdb.base/tui-layout.c: New file.
8934 * gdb.base/tui-layout.exp: New file.
8935
44959fa8
PA
89362017-03-07 Pedro Alves <palves@redhat.com>
8937
8938 * gdb.base/tui-layout.c: Rename to ...
8939 * gdb.base/tui-disasm-long-lines.c: ... this.
8940 * gdb.base/tui-layout.exp: Rename to ...
8941 * gdb.base/tui-disasm-long-lines.exp: ... this.
8942
f8c4e718
PA
89432017-03-07 Pedro Alves <palves@redhat.com>
8944
8945 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8946
6dbb839a 89472017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
8948
8949 * i386-mpx-call.c: New file.
8950 * i386-mpx-call.exp: New file.
8951
65b48a81
PB
89522017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8953
8954 * gdb.arch/powerpc-power.exp: Delete test.
8955 * gdb.arch/powerpc-power.s: Likewise.
8956 * gdb.disasm/disassembler-options.exp: New test.
8957 * gdb.arch/powerpc-altivec.exp: Likewise.
8958 * gdb.arch/powerpc-altivec.s: Likewise.
8959 * gdb.arch/powerpc-altivec2.exp: Likewise.
8960 * gdb.arch/powerpc-altivec2.s: Likewise.
8961 * gdb.arch/powerpc-altivec3.exp: Likewise.
8962 * gdb.arch/powerpc-altivec3.s: Likewise.
8963 * gdb.arch/powerpc-power7.exp: Likewise.
8964 * gdb.arch/powerpc-power7.s: Likewise.
8965 * gdb.arch/powerpc-power8.exp: Likewise.
8966 * gdb.arch/powerpc-power8.s: Likewise.
8967 * gdb.arch/powerpc-power9.exp: Likewise.
8968 * gdb.arch/powerpc-power9.s: Likewise.
8969 * gdb.arch/powerpc-vsx.exp: Likewise.
8970 * gdb.arch/powerpc-vsx.s: Likewise.
8971 * gdb.arch/powerpc-vsx2.exp: Likewise.
8972 * gdb.arch/powerpc-vsx2.s: Likewise.
8973 * gdb.arch/powerpc-vsx3.exp: Likewise.
8974 * gdb.arch/powerpc-vsx3.s: Likewise.
8975 * gdb.arch/arm-disassembler-options.exp: Likewise.
8976 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8977 * gdb.arch/s390-disassembler-options.exp: Likewise.
8978
17cd4947
LM
89792017-02-23 Luis Machado <lgustavo@codesourcery.com>
8980
8981 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8982 (check_supported_features): ... this. Changed return type to void.
8983 (supports_rdseed): New static global.
8984 (rdseed): Check supports_rdseed.
8985 (initialize): Call check_supported_features.
8986
2039d74e
EBM
89872017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8988
8989 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8990 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8991 and lqarx/stqcx.
8992 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8993 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8994
a51d7ecf
EBM
89952017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8996
8997 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8998 uppercase.
8999
0224619f
JK
90002017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9001
9002 * gdb.dwarf2/formdata16.c: New file.
9003 * gdb.dwarf2/formdata16.exp: New file.
9004 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9005
216f72a1
JK
90062017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9007
9008 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9009 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9010 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9011 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9012 DW_AT_GNU_*.
9013
43988095
JK
90142017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9015
9016 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9017
99e8a4f9
SDJ
90182017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9019
9020 PR gdb/21164
9021 * gdb.base/maint.exp: Add testcases for when the commands do
9022 not have arguments.
9023
b58a8c0c
TP
90242017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9025
9026 * gdb.cp/chained-calls.exp: Use p instead of P.
9027
4e746bb6
TW
90282017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9029
9030 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9031 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9032
3f77c769
TT
90332017-02-14 Tom Tromey <tom@tromey.com>
9034
9035 PR python/13598:
9036 * gdb.python/py-events.exp: Add before_prompt event tests.
9037
075beec0
AA
90382017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9039
9040 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9041
bf5f525c
LM
90422017-02-13 Luis Machado <lgustavo@codesourcery.com>
9043
9044 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9045 (main): Call my_unique_function_name.
9046 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9047 completion of patterns with a single match.
9048 Add missing -re switches to gdb_test_multiple calls.
9049
13a66184
LM
90502017-02-13 Luis Machado <lgustavo@codesourcery.com>
9051
9052 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9053 return if core file is not recognized.
9054
26a06916
SM
90552017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9056
9057 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9058 and extra UIs.
9059
b761ca9e
SM
90602017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9061
9062 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9063 proc_with_prefix.
9064
b964bee0
TT
90652017-02-10 Tom Tromey <tom@tromey.com>
9066
9067 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9068
18da0c51
MG
90692017-02-10 Martin Galvan <martingalvan@sourceware.org>
9070
9071 PR gdb/21122
9072 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9073
604c4576
JG
90742017-02-08 Jerome Guitton <guitton@adacore.com>
9075
9076 * gdb.base/define.exp: Add test for command abbreviations
9077 in define.
9078
20b477a7
LM
90792017-02-06 Luis Machado <lgustavo@codesourcery.com>
9080
9081 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9082 * gdb.reverse/insn-reverse-x86.c: New file.
9083
3f7b46f2
IR
90842017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9085
9086 PR tdep/20936
9087 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9088
f0fd41c1
TT
90892017-02-03 Tom Tromey <tom@tromey.com>
9090
9091 PR rust/21097:
9092 * gdb.rust/simple.exp: Add new tests.
9093
5be5dbf0
PA
90942017-02-02 Pedro Alves <palves@redhat.com>
9095
9096 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9097 tests.
9098
7346ef59
AA
90992017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9100
9101 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9102 taking a 2-byte value out of a 4-byte DWARF implicit value on
9103 big-endian targets.
9104 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9105 logic. Add test cases for DW_OP_implicit.
9106
787f0025
MM
91072017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9108
9109 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9110
68777c29
MM
91112017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9112
9113 * gdb.btrace/enable.exp: Call gdb_exit before
9114 skip_gdbserver_tests.
9115
0a1c7e28
MM
91162017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9117
9118 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9119 GDBFLAGS.
9120
b5ac99b0
MM
91212017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9122
9123 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9124 the test is skipped.
9125 * gdb.btrace/data.exp: Likewise.
9126 * gdb.btrace/delta.exp: Likewise.
9127 * gdb.btrace/dlopen.exp: Likewise.
9128 * gdb.btrace/enable-running.exp: Likewise.
9129 * gdb.btrace/enable.exp: Likewise.
9130 * gdb.btrace/exception.exp: Likewise.
9131 * gdb.btrace/function_call_history.exp: Likewise.
9132 * gdb.btrace/gcore.exp: Likewise.
9133 * gdb.btrace/instruction_history.exp: Likewise.
9134 * gdb.btrace/multi-thread-step.exp: Likewise.
9135 * gdb.btrace/nohist.exp: Likewise.
9136 * gdb.btrace/non-stop.exp: Likewise.
9137 * gdb.btrace/reconnect.exp: Likewise.
9138 * gdb.btrace/record_goto-step.exp: Likewise.
9139 * gdb.btrace/record_goto.exp: Likewise.
9140 * gdb.btrace/rn-dl-bind.exp: Likewise.
9141 * gdb.btrace/segv.exp: Likewise.
9142 * gdb.btrace/step.exp: Likewise.
9143 * gdb.btrace/stepi.exp: Likewise.
9144 * gdb.btrace/tailcall-only.exp: Likewise.
9145 * gdb.btrace/tailcall.exp: Likewise.
9146 * gdb.btrace/tsx.exp: Likewise.
9147 * gdb.btrace/unknown_functions.exp: Likewise.
9148 * gdb.btrace/vdso.exp: Likewise.
9149
cd4007e4
MM
91502017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9151
9152 * gdb.btrace/enable-running.c: New.
9153 * gdb.btrace/enable-running.exp: New.
9154
2735833d
WT
91552017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9156
9157 * gdb.arch/amd64-gs_base.c: New file.
9158 * gdb.arch/amd64-gs_base.exp: New file.
9159
b51e1e94
LM
91602017-01-26 Luis Machado <lgustavo@codesourcery.com>
9161
9162 * lib/memory.exp: Remove spurious empty newlines.
9163
72ca0410
SM
91642017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9165
9166 * gdb.python/py-bad-printers.exp: Load python file using "source".
9167 * gdb.python/py-events.exp: Likewise.
9168 * gdb.python/py-evsignal.exp: Likewise.
9169 * gdb.python/py-evthreads.exp: Likewise.
9170 * gdb.python/py-frame-args.exp: Likewise.
9171 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9172 * gdb.python/py-framefilter-mi.exp: Likewise.
9173 * gdb.python/py-framefilter.exp: Likewise.
9174 * gdb.python/py-mi.exp: Likewise.
9175 * gdb.python/py-pp-maint.exp: Likewise.
9176 * gdb.python/py-pp-registration.exp: Likewise.
9177 * gdb.python/py-prettyprint.exp: Likewise.
9178 (run_lang_tests): Likewise.
9179 * gdb.python/py-typeprint.exp: Likewise.
9180
e309aa65
LM
91812017-01-26 Luis Machado <lgustavo@codesourcery.com>
9182
9183 * lib/memory.exp: New file.
9184 * lib/gdb.exp: Load memory.exp.
9185 * gdb.base/memattr.exp (delete_memory): Move proc to
9186 lib/memory.exp and rename to delete_memory_regions.
9187 Replace delete_memory with delete_memory_regions.
9188 Cleanup memory regions before tests.
9189 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9190 before tests.
9191
515aff23
LM
91922017-01-26 Luis Machado <lgustavo@codesourcery.com>
9193
9194 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9195 files.
9196 (initialize): New function conditionally defined.
9197 (testcases): Move within conditional block.
9198 (main): Call initialize.
9199 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9200 of gdb.reverse/insn-reverse.c.
9201 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9202 gdb.reverse/insn-reverse.c.
9203
d8b49cf0
YQ
92042017-01-26 Yao Qi <yao.qi@linaro.org>
9205
9206 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9207 disassemble on address 0.
9208
f13a9a0c
YQ
92092017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9210 Yao Qi <yao.qi@linaro.org>
9211
9212 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9213 * gdb.dwarf2/implptr-64bit.S: Remove.
9214 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9215 variables in caller's context. Add DW_OP_implicit_value.
9216
5ac95241
YQ
92172017-01-25 Yao Qi <yao.qi@linaro.org>
9218
9219 * lib/dwarf.exp (Dwarf::_location): Handle
9220 DW_OP_GNU_implicit_pointer with proper size.
9221
23e82930
LM
92222017-01-20 Luis Machado <lgustavo@codesourcery.com>
9223
9224 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9225 and add untested calls.
9226
d334ae25
LM
92272017-01-20 Luis Machado <lgustavo@codesourcery.com>
9228
9229 * gdb.python/python.exp: Check line number against what GDB thinks
9230 the line number is for func1.
9231
f5e6296e
IB
92322017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9233
9234 * gdb.dlang/debug-expr.exp: New file.
9235
5b362f04
LM
92362016-12-23 Luis Machado <lgustavo@codesourcery.com>
9237
9238 Fix test names for the following files:
9239
9240 * gdb.ada/exec_changed.exp
9241 * gdb.ada/info_types.exp
9242 * gdb.arch/aarch64-atomic-inst.exp
9243 * gdb.arch/aarch64-fp.exp
9244 * gdb.arch/altivec-abi.exp
9245 * gdb.arch/altivec-regs.exp
9246 * gdb.arch/amd64-byte.exp
9247 * gdb.arch/amd64-disp-step.exp
9248 * gdb.arch/amd64-dword.exp
9249 * gdb.arch/amd64-entry-value-inline.exp
9250 * gdb.arch/amd64-entry-value-param.exp
9251 * gdb.arch/amd64-entry-value-paramref.exp
9252 * gdb.arch/amd64-entry-value.exp
9253 * gdb.arch/amd64-i386-address.exp
9254 * gdb.arch/amd64-invalid-stack-middle.exp
9255 * gdb.arch/amd64-invalid-stack-top.exp
9256 * gdb.arch/amd64-optimout-repeat.exp
9257 * gdb.arch/amd64-prologue-skip.exp
9258 * gdb.arch/amd64-prologue-xmm.exp
9259 * gdb.arch/amd64-stap-special-operands.exp
9260 * gdb.arch/amd64-stap-wrong-subexp.exp
9261 * gdb.arch/amd64-tailcall-cxx.exp
9262 * gdb.arch/amd64-tailcall-noret.exp
9263 * gdb.arch/amd64-tailcall-ret.exp
9264 * gdb.arch/amd64-tailcall-self.exp
9265 * gdb.arch/amd64-word.exp
9266 * gdb.arch/arm-bl-branch-dest.exp
9267 * gdb.arch/arm-disp-step.exp
9268 * gdb.arch/arm-neon.exp
9269 * gdb.arch/arm-single-step-kernel-helper.exp
9270 * gdb.arch/avr-flash-qualifier.exp
9271 * gdb.arch/disp-step-insn-reloc.exp
9272 * gdb.arch/e500-abi.exp
9273 * gdb.arch/e500-regs.exp
9274 * gdb.arch/ftrace-insn-reloc.exp
9275 * gdb.arch/i386-avx512.exp
9276 * gdb.arch/i386-bp_permanent.exp
9277 * gdb.arch/i386-byte.exp
9278 * gdb.arch/i386-cfi-notcurrent.exp
9279 * gdb.arch/i386-disp-step.exp
9280 * gdb.arch/i386-dr3-watch.exp
9281 * gdb.arch/i386-float.exp
9282 * gdb.arch/i386-gnu-cfi.exp
9283 * gdb.arch/i386-mpx-map.exp
9284 * gdb.arch/i386-mpx-sigsegv.exp
9285 * gdb.arch/i386-mpx-simple_segv.exp
9286 * gdb.arch/i386-mpx.exp
9287 * gdb.arch/i386-permbkpt.exp
9288 * gdb.arch/i386-prologue.exp
9289 * gdb.arch/i386-signal.exp
9290 * gdb.arch/i386-size-overlap.exp
9291 * gdb.arch/i386-unwind.exp
9292 * gdb.arch/i386-word.exp
9293 * gdb.arch/mips-fcr.exp
9294 * gdb.arch/powerpc-d128-regs.exp
9295 * gdb.arch/powerpc-stackless.exp
9296 * gdb.arch/ppc64-atomic-inst.exp
9297 * gdb.arch/s390-stackless.exp
9298 * gdb.arch/s390-tdbregs.exp
9299 * gdb.arch/s390-vregs.exp
9300 * gdb.arch/sparc-sysstep.exp
9301 * gdb.arch/thumb-bx-pc.exp
9302 * gdb.arch/thumb-singlestep.exp
9303 * gdb.arch/thumb2-it.exp
9304 * gdb.arch/vsx-regs.exp
9305 * gdb.asm/asm-source.exp
9306 * gdb.base/a2-run.exp
9307 * gdb.base/advance.exp
9308 * gdb.base/all-bin.exp
9309 * gdb.base/anon.exp
9310 * gdb.base/args.exp
9311 * gdb.base/arithmet.exp
9312 * gdb.base/async-shell.exp
9313 * gdb.base/async.exp
9314 * gdb.base/attach-pie-noexec.exp
9315 * gdb.base/attach-twice.exp
9316 * gdb.base/auto-load.exp
9317 * gdb.base/bang.exp
9318 * gdb.base/bitfields.exp
9319 * gdb.base/break-always.exp
9320 * gdb.base/break-caller-line.exp
9321 * gdb.base/break-entry.exp
9322 * gdb.base/break-inline.exp
9323 * gdb.base/break-on-linker-gcd-function.exp
9324 * gdb.base/break-probes.exp
9325 * gdb.base/break.exp
9326 * gdb.base/breakpoint-shadow.exp
9327 * gdb.base/call-ar-st.exp
9328 * gdb.base/call-sc.exp
9329 * gdb.base/call-signal-resume.exp
9330 * gdb.base/call-strs.exp
9331 * gdb.base/callfuncs.exp
9332 * gdb.base/catch-fork-static.exp
9333 * gdb.base/catch-gdb-caused-signals.exp
9334 * gdb.base/catch-load.exp
9335 * gdb.base/catch-signal-fork.exp
9336 * gdb.base/catch-signal.exp
9337 * gdb.base/catch-syscall.exp
9338 * gdb.base/charset.exp
9339 * gdb.base/checkpoint.exp
9340 * gdb.base/chng-syms.exp
9341 * gdb.base/code-expr.exp
9342 * gdb.base/code_elim.exp
9343 * gdb.base/commands.exp
9344 * gdb.base/completion.exp
9345 * gdb.base/complex.exp
9346 * gdb.base/cond-expr.exp
9347 * gdb.base/condbreak.exp
9348 * gdb.base/consecutive.exp
9349 * gdb.base/continue-all-already-running.exp
9350 * gdb.base/coredump-filter.exp
9351 * gdb.base/corefile.exp
9352 * gdb.base/dbx.exp
9353 * gdb.base/debug-expr.exp
9354 * gdb.base/define.exp
9355 * gdb.base/del.exp
9356 * gdb.base/disabled-location.exp
9357 * gdb.base/disasm-end-cu.exp
9358 * gdb.base/disasm-optim.exp
9359 * gdb.base/display.exp
9360 * gdb.base/duplicate-bp.exp
9361 * gdb.base/ena-dis-br.exp
9362 * gdb.base/ending-run.exp
9363 * gdb.base/enumval.exp
9364 * gdb.base/environ.exp
9365 * gdb.base/eu-strip-infcall.exp
9366 * gdb.base/eval-avoid-side-effects.exp
9367 * gdb.base/eval-skip.exp
9368 * gdb.base/exitsignal.exp
9369 * gdb.base/expand-psymtabs.exp
9370 * gdb.base/filesym.exp
9371 * gdb.base/find-unmapped.exp
9372 * gdb.base/finish.exp
9373 * gdb.base/float.exp
9374 * gdb.base/foll-exec-mode.exp
9375 * gdb.base/foll-exec.exp
9376 * gdb.base/foll-fork.exp
9377 * gdb.base/fortran-sym-case.exp
9378 * gdb.base/freebpcmd.exp
9379 * gdb.base/func-ptr.exp
9380 * gdb.base/func-ptrs.exp
9381 * gdb.base/funcargs.exp
9382 * gdb.base/gcore-buffer-overflow.exp
9383 * gdb.base/gcore-relro-pie.exp
9384 * gdb.base/gcore-relro.exp
9385 * gdb.base/gcore.exp
9386 * gdb.base/gdb1090.exp
9387 * gdb.base/gdb11530.exp
9388 * gdb.base/gdb11531.exp
9389 * gdb.base/gdb1821.exp
9390 * gdb.base/gdbindex-stabs.exp
9391 * gdb.base/gdbvars.exp
9392 * gdb.base/hbreak.exp
9393 * gdb.base/hbreak2.exp
9394 * gdb.base/included.exp
9395 * gdb.base/infcall-input.exp
9396 * gdb.base/inferior-died.exp
9397 * gdb.base/infnan.exp
9398 * gdb.base/info-macros.exp
9399 * gdb.base/info-os.exp
9400 * gdb.base/info-proc.exp
9401 * gdb.base/info-shared.exp
9402 * gdb.base/info-target.exp
9403 * gdb.base/infoline.exp
9404 * gdb.base/interp.exp
9405 * gdb.base/interrupt.exp
9406 * gdb.base/jit-reader.exp
9407 * gdb.base/jit-simple.exp
9408 * gdb.base/kill-after-signal.exp
9409 * gdb.base/kill-detach-inferiors-cmd.exp
9410 * gdb.base/label.exp
9411 * gdb.base/langs.exp
9412 * gdb.base/ldbl_e308.exp
9413 * gdb.base/line-symtabs.exp
9414 * gdb.base/linespecs.exp
9415 * gdb.base/list.exp
9416 * gdb.base/long_long.exp
9417 * gdb.base/longest-types.exp
9418 * gdb.base/maint.exp
9419 * gdb.base/max-value-size.exp
9420 * gdb.base/memattr.exp
9421 * gdb.base/mips_pro.exp
9422 * gdb.base/morestack.exp
9423 * gdb.base/moribund-step.exp
9424 * gdb.base/multi-forks.exp
9425 * gdb.base/nested-addr.exp
9426 * gdb.base/nextoverexit.exp
9427 * gdb.base/noreturn-finish.exp
9428 * gdb.base/noreturn-return.exp
9429 * gdb.base/nostdlib.exp
9430 * gdb.base/offsets.exp
9431 * gdb.base/opaque.exp
9432 * gdb.base/pc-fp.exp
9433 * gdb.base/permissions.exp
9434 * gdb.base/print-symbol-loading.exp
9435 * gdb.base/prologue-include.exp
9436 * gdb.base/psymtab.exp
9437 * gdb.base/ptype.exp
9438 * gdb.base/random-signal.exp
9439 * gdb.base/randomize.exp
9440 * gdb.base/range-stepping.exp
9441 * gdb.base/readline-ask.exp
9442 * gdb.base/recpar.exp
9443 * gdb.base/recurse.exp
9444 * gdb.base/relational.exp
9445 * gdb.base/restore.exp
9446 * gdb.base/return-nodebug.exp
9447 * gdb.base/return.exp
9448 * gdb.base/run-after-attach.exp
9449 * gdb.base/save-bp.exp
9450 * gdb.base/scope.exp
9451 * gdb.base/sect-cmd.exp
9452 * gdb.base/set-lang-auto.exp
9453 * gdb.base/set-noassign.exp
9454 * gdb.base/setvar.exp
9455 * gdb.base/sigall.exp
9456 * gdb.base/sigbpt.exp
9457 * gdb.base/siginfo-addr.exp
9458 * gdb.base/siginfo-infcall.exp
9459 * gdb.base/siginfo-obj.exp
9460 * gdb.base/siginfo.exp
9461 * gdb.base/signals-state-child.exp
9462 * gdb.base/signest.exp
9463 * gdb.base/sigstep.exp
9464 * gdb.base/sizeof.exp
9465 * gdb.base/skip.exp
9466 * gdb.base/solib-corrupted.exp
9467 * gdb.base/solib-nodir.exp
9468 * gdb.base/solib-search.exp
9469 * gdb.base/stack-checking.exp
9470 * gdb.base/stale-infcall.exp
9471 * gdb.base/stap-probe.exp
9472 * gdb.base/start.exp
9473 * gdb.base/step-break.exp
9474 * gdb.base/step-bt.exp
9475 * gdb.base/step-line.exp
9476 * gdb.base/step-over-exit.exp
9477 * gdb.base/step-over-syscall.exp
9478 * gdb.base/step-resume-infcall.exp
9479 * gdb.base/step-test.exp
9480 * gdb.base/store.exp
9481 * gdb.base/structs3.exp
9482 * gdb.base/sym-file.exp
9483 * gdb.base/symbol-without-target_section.exp
9484 * gdb.base/term.exp
9485 * gdb.base/testenv.exp
9486 * gdb.base/ui-redirect.exp
9487 * gdb.base/until.exp
9488 * gdb.base/unwindonsignal.exp
9489 * gdb.base/value-double-free.exp
9490 * gdb.base/vla-datatypes.exp
9491 * gdb.base/vla-ptr.exp
9492 * gdb.base/vla-sideeffect.exp
9493 * gdb.base/volatile.exp
9494 * gdb.base/watch-cond-infcall.exp
9495 * gdb.base/watch-cond.exp
9496 * gdb.base/watch-non-mem.exp
9497 * gdb.base/watch-read.exp
9498 * gdb.base/watch-vfork.exp
9499 * gdb.base/watchpoint-cond-gone.exp
9500 * gdb.base/watchpoint-delete.exp
9501 * gdb.base/watchpoint-hw-hit-once.exp
9502 * gdb.base/watchpoint-hw.exp
9503 * gdb.base/watchpoint-stops-at-right-insn.exp
9504 * gdb.base/watchpoints.exp
9505 * gdb.base/wchar.exp
9506 * gdb.base/whatis-exp.exp
9507 * gdb.btrace/buffer-size.exp
9508 * gdb.btrace/data.exp
9509 * gdb.btrace/delta.exp
9510 * gdb.btrace/dlopen.exp
9511 * gdb.btrace/enable.exp
9512 * gdb.btrace/exception.exp
9513 * gdb.btrace/function_call_history.exp
9514 * gdb.btrace/gcore.exp
9515 * gdb.btrace/instruction_history.exp
9516 * gdb.btrace/nohist.exp
9517 * gdb.btrace/reconnect.exp
9518 * gdb.btrace/record_goto-step.exp
9519 * gdb.btrace/record_goto.exp
9520 * gdb.btrace/rn-dl-bind.exp
9521 * gdb.btrace/segv.exp
9522 * gdb.btrace/step.exp
9523 * gdb.btrace/stepi.exp
9524 * gdb.btrace/tailcall-only.exp
9525 * gdb.btrace/tailcall.exp
9526 * gdb.btrace/tsx.exp
9527 * gdb.btrace/unknown_functions.exp
9528 * gdb.btrace/vdso.exp
9529 * gdb.compile/compile-ifunc.exp
9530 * gdb.compile/compile-ops.exp
9531 * gdb.compile/compile-print.exp
9532 * gdb.compile/compile-setjmp.exp
9533 * gdb.cp/abstract-origin.exp
9534 * gdb.cp/ambiguous.exp
9535 * gdb.cp/annota2.exp
9536 * gdb.cp/annota3.exp
9537 * gdb.cp/anon-ns.exp
9538 * gdb.cp/anon-struct.exp
9539 * gdb.cp/anon-union.exp
9540 * gdb.cp/arg-reference.exp
9541 * gdb.cp/baseenum.exp
9542 * gdb.cp/bool.exp
9543 * gdb.cp/breakpoint.exp
9544 * gdb.cp/bs15503.exp
9545 * gdb.cp/call-c.exp
9546 * gdb.cp/casts.exp
9547 * gdb.cp/chained-calls.exp
9548 * gdb.cp/class2.exp
9549 * gdb.cp/classes.exp
9550 * gdb.cp/cmpd-minsyms.exp
9551 * gdb.cp/converts.exp
9552 * gdb.cp/cp-relocate.exp
9553 * gdb.cp/cpcompletion.exp
9554 * gdb.cp/cpexprs.exp
9555 * gdb.cp/cplabel.exp
9556 * gdb.cp/cplusfuncs.exp
9557 * gdb.cp/cpsizeof.exp
9558 * gdb.cp/ctti.exp
9559 * gdb.cp/derivation.exp
9560 * gdb.cp/destrprint.exp
9561 * gdb.cp/dispcxx.exp
9562 * gdb.cp/enum-class.exp
9563 * gdb.cp/exception.exp
9564 * gdb.cp/exceptprint.exp
9565 * gdb.cp/expand-psymtabs-cxx.exp
9566 * gdb.cp/expand-sals.exp
9567 * gdb.cp/extern-c.exp
9568 * gdb.cp/filename.exp
9569 * gdb.cp/formatted-ref.exp
9570 * gdb.cp/fpointer.exp
9571 * gdb.cp/gdb1355.exp
9572 * gdb.cp/gdb2495.exp
9573 * gdb.cp/hang.exp
9574 * gdb.cp/impl-this.exp
9575 * gdb.cp/infcall-dlopen.exp
9576 * gdb.cp/inherit.exp
9577 * gdb.cp/iostream.exp
9578 * gdb.cp/koenig.exp
9579 * gdb.cp/local.exp
9580 * gdb.cp/m-data.exp
9581 * gdb.cp/m-static.exp
9582 * gdb.cp/mb-ctor.exp
9583 * gdb.cp/mb-inline.exp
9584 * gdb.cp/mb-templates.exp
9585 * gdb.cp/member-name.exp
9586 * gdb.cp/member-ptr.exp
9587 * gdb.cp/meth-typedefs.exp
9588 * gdb.cp/method.exp
9589 * gdb.cp/method2.exp
9590 * gdb.cp/minsym-fallback.exp
9591 * gdb.cp/misc.exp
9592 * gdb.cp/namelessclass.exp
9593 * gdb.cp/namespace-enum.exp
9594 * gdb.cp/namespace-nested-import.exp
9595 * gdb.cp/namespace.exp
9596 * gdb.cp/nextoverthrow.exp
9597 * gdb.cp/no-dmgl-verbose.exp
9598 * gdb.cp/non-trivial-retval.exp
9599 * gdb.cp/noparam.exp
9600 * gdb.cp/nsdecl.exp
9601 * gdb.cp/nsimport.exp
9602 * gdb.cp/nsnested.exp
9603 * gdb.cp/nsnoimports.exp
9604 * gdb.cp/nsrecurs.exp
9605 * gdb.cp/nsstress.exp
9606 * gdb.cp/nsusing.exp
9607 * gdb.cp/operator.exp
9608 * gdb.cp/oranking.exp
9609 * gdb.cp/overload-const.exp
9610 * gdb.cp/overload.exp
9611 * gdb.cp/ovldbreak.exp
9612 * gdb.cp/ovsrch.exp
9613 * gdb.cp/paren-type.exp
9614 * gdb.cp/parse-lang.exp
9615 * gdb.cp/pass-by-ref.exp
9616 * gdb.cp/pr-1023.exp
9617 * gdb.cp/pr-1210.exp
9618 * gdb.cp/pr-574.exp
9619 * gdb.cp/pr10687.exp
9620 * gdb.cp/pr12028.exp
9621 * gdb.cp/pr17132.exp
9622 * gdb.cp/pr17494.exp
9623 * gdb.cp/pr9067.exp
9624 * gdb.cp/pr9167.exp
9625 * gdb.cp/pr9631.exp
9626 * gdb.cp/printmethod.exp
9627 * gdb.cp/psmang.exp
9628 * gdb.cp/psymtab-parameter.exp
9629 * gdb.cp/ptype-cv-cp.exp
9630 * gdb.cp/ptype-flags.exp
9631 * gdb.cp/re-set-overloaded.exp
9632 * gdb.cp/ref-types.exp
9633 * gdb.cp/rtti.exp
9634 * gdb.cp/scope-err.exp
9635 * gdb.cp/shadow.exp
9636 * gdb.cp/smartp.exp
9637 * gdb.cp/static-method.exp
9638 * gdb.cp/static-print-quit.exp
9639 * gdb.cp/temargs.exp
9640 * gdb.cp/templates.exp
9641 * gdb.cp/try_catch.exp
9642 * gdb.cp/typedef-operator.exp
9643 * gdb.cp/typeid.exp
9644 * gdb.cp/userdef.exp
9645 * gdb.cp/using-crash.exp
9646 * gdb.cp/var-tag.exp
9647 * gdb.cp/virtbase.exp
9648 * gdb.cp/virtfunc.exp
9649 * gdb.cp/virtfunc2.exp
9650 * gdb.cp/vla-cxx.exp
9651 * gdb.disasm/t01_mov.exp
9652 * gdb.disasm/t02_mova.exp
9653 * gdb.disasm/t03_add.exp
9654 * gdb.disasm/t04_sub.exp
9655 * gdb.disasm/t05_cmp.exp
9656 * gdb.disasm/t06_ari2.exp
9657 * gdb.disasm/t07_ari3.exp
9658 * gdb.disasm/t08_or.exp
9659 * gdb.disasm/t09_xor.exp
9660 * gdb.disasm/t10_and.exp
9661 * gdb.disasm/t11_logs.exp
9662 * gdb.disasm/t12_bit.exp
9663 * gdb.disasm/t13_otr.exp
9664 * gdb.dlang/circular.exp
9665 * gdb.dwarf2/arr-stride.exp
9666 * gdb.dwarf2/arr-subrange.exp
9667 * gdb.dwarf2/atomic-type.exp
9668 * gdb.dwarf2/bad-regnum.exp
9669 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9670 * gdb.dwarf2/callframecfa.exp
9671 * gdb.dwarf2/clztest.exp
9672 * gdb.dwarf2/corrupt.exp
9673 * gdb.dwarf2/data-loc.exp
9674 * gdb.dwarf2/dup-psym.exp
9675 * gdb.dwarf2/dw2-anon-mptr.exp
9676 * gdb.dwarf2/dw2-anonymous-func.exp
9677 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9678 * gdb.dwarf2/dw2-bad-unresolved.exp
9679 * gdb.dwarf2/dw2-basic.exp
9680 * gdb.dwarf2/dw2-canonicalize-type.exp
9681 * gdb.dwarf2/dw2-case-insensitive.exp
9682 * gdb.dwarf2/dw2-common-block.exp
9683 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9684 * gdb.dwarf2/dw2-compressed.exp
9685 * gdb.dwarf2/dw2-const.exp
9686 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9687 * gdb.dwarf2/dw2-cu-size.exp
9688 * gdb.dwarf2/dw2-dup-frame.exp
9689 * gdb.dwarf2/dw2-entry-value.exp
9690 * gdb.dwarf2/dw2-icycle.exp
9691 * gdb.dwarf2/dw2-ifort-parameter.exp
9692 * gdb.dwarf2/dw2-inline-break.exp
9693 * gdb.dwarf2/dw2-inline-param.exp
9694 * gdb.dwarf2/dw2-intercu.exp
9695 * gdb.dwarf2/dw2-intermix.exp
9696 * gdb.dwarf2/dw2-lexical-block-bare.exp
9697 * gdb.dwarf2/dw2-linkage-name-trust.exp
9698 * gdb.dwarf2/dw2-minsym-in-cu.exp
9699 * gdb.dwarf2/dw2-noloc.exp
9700 * gdb.dwarf2/dw2-op-call.exp
9701 * gdb.dwarf2/dw2-op-out-param.exp
9702 * gdb.dwarf2/dw2-opt-structptr.exp
9703 * gdb.dwarf2/dw2-param-error.exp
9704 * gdb.dwarf2/dw2-producer.exp
9705 * gdb.dwarf2/dw2-ranges-base.exp
9706 * gdb.dwarf2/dw2-ref-missing-frame.exp
9707 * gdb.dwarf2/dw2-reg-undefined.exp
9708 * gdb.dwarf2/dw2-regno-invalid.exp
9709 * gdb.dwarf2/dw2-restore.exp
9710 * gdb.dwarf2/dw2-restrict.exp
9711 * gdb.dwarf2/dw2-single-line-discriminators.exp
9712 * gdb.dwarf2/dw2-strp.exp
9713 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9714 * gdb.dwarf2/dw2-unresolved.exp
9715 * gdb.dwarf2/dw2-var-zero-addr.exp
9716 * gdb.dwarf2/dw4-sig-types.exp
9717 * gdb.dwarf2/dwz.exp
9718 * gdb.dwarf2/dynarr-ptr.exp
9719 * gdb.dwarf2/enum-type.exp
9720 * gdb.dwarf2/gdb-index.exp
9721 * gdb.dwarf2/implptr-64bit.exp
9722 * gdb.dwarf2/implptr-optimized-out.exp
9723 * gdb.dwarf2/implptr.exp
9724 * gdb.dwarf2/implref-array.exp
9725 * gdb.dwarf2/implref-const.exp
9726 * gdb.dwarf2/implref-global.exp
9727 * gdb.dwarf2/implref-struct.exp
9728 * gdb.dwarf2/mac-fileno.exp
9729 * gdb.dwarf2/main-subprogram.exp
9730 * gdb.dwarf2/member-ptr-forwardref.exp
9731 * gdb.dwarf2/method-ptr.exp
9732 * gdb.dwarf2/missing-sig-type.exp
9733 * gdb.dwarf2/nonvar-access.exp
9734 * gdb.dwarf2/opaque-type-lookup.exp
9735 * gdb.dwarf2/pieces-optimized-out.exp
9736 * gdb.dwarf2/pieces.exp
9737 * gdb.dwarf2/pr10770.exp
9738 * gdb.dwarf2/pr13961.exp
9739 * gdb.dwarf2/staticvirtual.exp
9740 * gdb.dwarf2/subrange.exp
9741 * gdb.dwarf2/symtab-producer.exp
9742 * gdb.dwarf2/trace-crash.exp
9743 * gdb.dwarf2/typeddwarf.exp
9744 * gdb.dwarf2/valop.exp
9745 * gdb.dwarf2/watch-notconst.exp
9746 * gdb.fortran/array-element.exp
9747 * gdb.fortran/charset.exp
9748 * gdb.fortran/common-block.exp
9749 * gdb.fortran/complex.exp
9750 * gdb.fortran/derived-type-function.exp
9751 * gdb.fortran/derived-type.exp
9752 * gdb.fortran/logical.exp
9753 * gdb.fortran/module.exp
9754 * gdb.fortran/multi-dim.exp
9755 * gdb.fortran/nested-funcs.exp
9756 * gdb.fortran/print-formatted.exp
9757 * gdb.fortran/subarray.exp
9758 * gdb.fortran/vla-alloc-assoc.exp
9759 * gdb.fortran/vla-datatypes.exp
9760 * gdb.fortran/vla-history.exp
9761 * gdb.fortran/vla-ptr-info.exp
9762 * gdb.fortran/vla-ptype-sub.exp
9763 * gdb.fortran/vla-ptype.exp
9764 * gdb.fortran/vla-sizeof.exp
9765 * gdb.fortran/vla-type.exp
9766 * gdb.fortran/vla-value-sub-arbitrary.exp
9767 * gdb.fortran/vla-value-sub-finish.exp
9768 * gdb.fortran/vla-value-sub.exp
9769 * gdb.fortran/vla-value.exp
9770 * gdb.fortran/whatis_type.exp
9771 * gdb.go/chan.exp
9772 * gdb.go/handcall.exp
9773 * gdb.go/hello.exp
9774 * gdb.go/integers.exp
9775 * gdb.go/methods.exp
9776 * gdb.go/package.exp
9777 * gdb.go/strings.exp
9778 * gdb.go/types.exp
9779 * gdb.go/unsafe.exp
9780 * gdb.guile/scm-arch.exp
9781 * gdb.guile/scm-block.exp
9782 * gdb.guile/scm-breakpoint.exp
9783 * gdb.guile/scm-cmd.exp
9784 * gdb.guile/scm-disasm.exp
9785 * gdb.guile/scm-equal.exp
9786 * gdb.guile/scm-frame-args.exp
9787 * gdb.guile/scm-frame-inline.exp
9788 * gdb.guile/scm-frame.exp
9789 * gdb.guile/scm-iterator.exp
9790 * gdb.guile/scm-math.exp
9791 * gdb.guile/scm-objfile.exp
9792 * gdb.guile/scm-ports.exp
9793 * gdb.guile/scm-symbol.exp
9794 * gdb.guile/scm-symtab.exp
9795 * gdb.guile/scm-value-cc.exp
9796 * gdb.guile/types-module.exp
9797 * gdb.linespec/break-ask.exp
9798 * gdb.linespec/cpexplicit.exp
9799 * gdb.linespec/explicit.exp
9800 * gdb.linespec/keywords.exp
9801 * gdb.linespec/linespec.exp
9802 * gdb.linespec/ls-dollar.exp
9803 * gdb.linespec/ls-errs.exp
9804 * gdb.linespec/skip-two.exp
9805 * gdb.linespec/thread.exp
9806 * gdb.mi/mi-async.exp
9807 * gdb.mi/mi-basics.exp
9808 * gdb.mi/mi-break.exp
9809 * gdb.mi/mi-catch-load.exp
9810 * gdb.mi/mi-cli.exp
9811 * gdb.mi/mi-cmd-param-changed.exp
9812 * gdb.mi/mi-console.exp
9813 * gdb.mi/mi-detach.exp
9814 * gdb.mi/mi-disassemble.exp
9815 * gdb.mi/mi-eval.exp
9816 * gdb.mi/mi-file-transfer.exp
9817 * gdb.mi/mi-file.exp
9818 * gdb.mi/mi-fill-memory.exp
9819 * gdb.mi/mi-inheritance-syntax-error.exp
9820 * gdb.mi/mi-linespec-err-cp.exp
9821 * gdb.mi/mi-logging.exp
9822 * gdb.mi/mi-memory-changed.exp
9823 * gdb.mi/mi-read-memory.exp
9824 * gdb.mi/mi-record-changed.exp
9825 * gdb.mi/mi-reg-undefined.exp
9826 * gdb.mi/mi-regs.exp
9827 * gdb.mi/mi-return.exp
9828 * gdb.mi/mi-reverse.exp
9829 * gdb.mi/mi-simplerun.exp
9830 * gdb.mi/mi-solib.exp
9831 * gdb.mi/mi-stack.exp
9832 * gdb.mi/mi-stepi.exp
9833 * gdb.mi/mi-syn-frame.exp
9834 * gdb.mi/mi-until.exp
9835 * gdb.mi/mi-var-block.exp
9836 * gdb.mi/mi-var-child.exp
9837 * gdb.mi/mi-var-cmd.exp
9838 * gdb.mi/mi-var-cp.exp
9839 * gdb.mi/mi-var-display.exp
9840 * gdb.mi/mi-var-invalidate.exp
9841 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9842 * gdb.mi/mi-vla-fortran.exp
9843 * gdb.mi/mi-watch.exp
9844 * gdb.mi/mi2-var-child.exp
9845 * gdb.mi/user-selected-context-sync.exp
9846 * gdb.modula2/unbounded-array.exp
9847 * gdb.multi/dummy-frame-restore.exp
9848 * gdb.multi/multi-arch-exec.exp
9849 * gdb.multi/multi-arch.exp
9850 * gdb.multi/tids.exp
9851 * gdb.multi/watchpoint-multi.exp
9852 * gdb.opencl/callfuncs.exp
9853 * gdb.opencl/convs_casts.exp
9854 * gdb.opencl/datatypes.exp
9855 * gdb.opencl/operators.exp
9856 * gdb.opencl/vec_comps.exp
9857 * gdb.opt/clobbered-registers-O2.exp
9858 * gdb.opt/inline-break.exp
9859 * gdb.opt/inline-bt.exp
9860 * gdb.opt/inline-cmds.exp
9861 * gdb.opt/inline-locals.exp
9862 * gdb.pascal/case-insensitive-symbols.exp
9863 * gdb.pascal/floats.exp
9864 * gdb.pascal/gdb11492.exp
9865 * gdb.python/lib-types.exp
9866 * gdb.python/py-arch.exp
9867 * gdb.python/py-as-string.exp
9868 * gdb.python/py-bad-printers.exp
9869 * gdb.python/py-block.exp
9870 * gdb.python/py-breakpoint-create-fail.exp
9871 * gdb.python/py-breakpoint.exp
9872 * gdb.python/py-caller-is.exp
9873 * gdb.python/py-cmd.exp
9874 * gdb.python/py-explore-cc.exp
9875 * gdb.python/py-explore.exp
9876 * gdb.python/py-finish-breakpoint.exp
9877 * gdb.python/py-finish-breakpoint2.exp
9878 * gdb.python/py-frame-args.exp
9879 * gdb.python/py-frame-inline.exp
9880 * gdb.python/py-frame.exp
9881 * gdb.python/py-framefilter-mi.exp
9882 * gdb.python/py-infthread.exp
9883 * gdb.python/py-lazy-string.exp
9884 * gdb.python/py-linetable.exp
9885 * gdb.python/py-mi-events.exp
9886 * gdb.python/py-mi-objfile.exp
9887 * gdb.python/py-mi.exp
9888 * gdb.python/py-objfile.exp
9889 * gdb.python/py-pp-integral.exp
9890 * gdb.python/py-pp-maint.exp
9891 * gdb.python/py-pp-re-notag.exp
9892 * gdb.python/py-pp-registration.exp
9893 * gdb.python/py-recurse-unwind.exp
9894 * gdb.python/py-strfns.exp
9895 * gdb.python/py-symbol.exp
9896 * gdb.python/py-symtab.exp
9897 * gdb.python/py-sync-interp.exp
9898 * gdb.python/py-typeprint.exp
9899 * gdb.python/py-unwind-maint.exp
9900 * gdb.python/py-unwind.exp
9901 * gdb.python/py-value-cc.exp
9902 * gdb.python/py-xmethods.exp
9903 * gdb.reverse/amd64-tailcall-reverse.exp
9904 * gdb.reverse/break-precsave.exp
9905 * gdb.reverse/break-reverse.exp
9906 * gdb.reverse/consecutive-precsave.exp
9907 * gdb.reverse/consecutive-reverse.exp
9908 * gdb.reverse/finish-precsave.exp
9909 * gdb.reverse/finish-reverse-bkpt.exp
9910 * gdb.reverse/finish-reverse.exp
9911 * gdb.reverse/fstatat-reverse.exp
9912 * gdb.reverse/getresuid-reverse.exp
9913 * gdb.reverse/i386-precsave.exp
9914 * gdb.reverse/i386-reverse.exp
9915 * gdb.reverse/i386-sse-reverse.exp
9916 * gdb.reverse/i387-env-reverse.exp
9917 * gdb.reverse/i387-stack-reverse.exp
9918 * gdb.reverse/insn-reverse.exp
9919 * gdb.reverse/machinestate-precsave.exp
9920 * gdb.reverse/machinestate.exp
9921 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9922 * gdb.reverse/pipe-reverse.exp
9923 * gdb.reverse/readv-reverse.exp
9924 * gdb.reverse/recvmsg-reverse.exp
9925 * gdb.reverse/rerun-prec.exp
9926 * gdb.reverse/s390-mvcle.exp
9927 * gdb.reverse/step-precsave.exp
9928 * gdb.reverse/step-reverse.exp
9929 * gdb.reverse/time-reverse.exp
9930 * gdb.reverse/until-precsave.exp
9931 * gdb.reverse/until-reverse.exp
9932 * gdb.reverse/waitpid-reverse.exp
9933 * gdb.reverse/watch-precsave.exp
9934 * gdb.reverse/watch-reverse.exp
9935 * gdb.rust/generics.exp
9936 * gdb.rust/methods.exp
9937 * gdb.rust/modules.exp
9938 * gdb.rust/simple.exp
9939 * gdb.server/connect-with-no-symbol-file.exp
9940 * gdb.server/ext-attach.exp
9941 * gdb.server/ext-restart.exp
9942 * gdb.server/ext-wrapper.exp
9943 * gdb.server/file-transfer.exp
9944 * gdb.server/server-exec-info.exp
9945 * gdb.server/server-kill.exp
9946 * gdb.server/server-mon.exp
9947 * gdb.server/wrapper.exp
9948 * gdb.stabs/exclfwd.exp
9949 * gdb.stabs/gdb11479.exp
9950 * gdb.threads/clone-new-thread-event.exp
9951 * gdb.threads/corethreads.exp
9952 * gdb.threads/current-lwp-dead.exp
9953 * gdb.threads/dlopen-libpthread.exp
9954 * gdb.threads/gcore-thread.exp
9955 * gdb.threads/sigstep-threads.exp
9956 * gdb.threads/watchpoint-fork.exp
9957 * gdb.trace/actions-changed.exp
9958 * gdb.trace/backtrace.exp
9959 * gdb.trace/change-loc.exp
9960 * gdb.trace/circ.exp
9961 * gdb.trace/collection.exp
9962 * gdb.trace/disconnected-tracing.exp
9963 * gdb.trace/ftrace.exp
9964 * gdb.trace/mi-trace-frame-collected.exp
9965 * gdb.trace/mi-trace-unavailable.exp
9966 * gdb.trace/mi-traceframe-changed.exp
9967 * gdb.trace/mi-tsv-changed.exp
9968 * gdb.trace/no-attach-trace.exp
9969 * gdb.trace/passc-dyn.exp
9970 * gdb.trace/qtro.exp
9971 * gdb.trace/range-stepping.exp
9972 * gdb.trace/read-memory.exp
9973 * gdb.trace/save-trace.exp
9974 * gdb.trace/signal.exp
9975 * gdb.trace/status-stop.exp
9976 * gdb.trace/tfile.exp
9977 * gdb.trace/trace-break.exp
9978 * gdb.trace/trace-buffer-size.exp
9979 * gdb.trace/trace-condition.exp
9980 * gdb.trace/tracefile-pseudo-reg.exp
9981 * gdb.trace/tstatus.exp
9982 * gdb.trace/unavailable.exp
9983 * gdb.trace/while-dyn.exp
9984 * gdb.trace/while-stepping.exp
9985
34c41c68
DE
99862016-12-22 Doug Evans <xdje42@gmail.com>
9987
9988 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9989 and msymbols.
9990
16e69324
YQ
99912016-12-19 Yao Qi <yao.qi@linaro.org>
9992
9993 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9994 (test_with_self): Don't call do_steps_and_nexts, and remove
9995 code about stepping into xmalloc.
9996
f94f411b
YQ
99972016-12-09 Yao Qi <yao.qi@linaro.org>
9998
9999 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10000
100012016-12-09 Yao Qi <yao.qi@linaro.org>
10002
10003 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10004
f1b5deee
PA
100052016-12-09 Pedro Alves <palves@redhat.com>
10006
10007 * gdb.base/all-architectures-0.exp: New file.
10008 * gdb.base/all-architectures-1.exp: New file.
10009 * gdb.base/all-architectures-2.exp: New file.
10010 * gdb.base/all-architectures-3.exp: New file.
10011 * gdb.base/all-architectures-4.exp: New file.
10012 * gdb.base/all-architectures-5.exp: New file.
10013 * gdb.base/all-architectures-6.exp: New file.
10014 * gdb.base/all-architectures-7.exp: New file.
10015 * gdb.base/all-architectures.exp.in: New file.
10016
364ca42e
YQ
100172016-12-09 Yao Qi <yao.qi@linaro.org>
10018
10019 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10020
107c2d62
LM
100212016-12-02 Luis Machado <lgustavo@codesourcery.com>
10022
10023 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10024 possible.
10025 Remove useless pattern-matching code.
10026
df3ee9ca
PA
100272016-12-02 Pedro Alves <palves@redhat.com>
10028
10029 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10030 procedure.
10031 (top level): Call it.
10032
ec835369
PA
100332016-12-02 Pedro Alves <palves@redhat.com>
10034
10035 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10036 New procedure.
10037 (top level): Call it.
10038
01770bbd
PA
100392016-12-02 Pedro Alves <palves@redhat.com>
10040
10041 PR cli/20559
10042 * gdb.base/commands.exp (user_defined_command_args_eval): New
10043 procedure.
10044 (top level): Call it.
10045
008459ea
LM
100462016-12-02 Luis Machado <lgustavo@codesourcery.com>
10047
10048 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10049 timeout handling.
10050
0c1b455e
TT
100512016-12-02 Tom Tromey <tom@tromey.com>
10052
10053 * gdb.dwarf2/main-subprogram.c: New file.
10054 * gdb.dwarf2/main-subprogram.exp: New file.
10055
018572b8
LM
100562016-12-01 Luis Machado <lgustavo@codesourcery.com>
10057
10058 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10059 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10060 gdb_test_no_output for a couple of cases.
10061 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10062
84c93cd5
LM
100632016-12-01 Luis Machado <lgustavo@codesourcery.com>
10064
10065 Fix test names and standardize compilation error messages throughout
10066 the following files:
10067
10068 * gdb.ada/start.exp
10069 * gdb.arch/alpha-step.exp
10070 * gdb.arch/e500-prologue.exp
10071 * gdb.arch/ftrace-insn-reloc.exp
10072 * gdb.arch/gdb1291.exp
10073 * gdb.arch/gdb1431.exp
10074 * gdb.arch/gdb1558.exp
10075 * gdb.arch/i386-dr3-watch.exp
10076 * gdb.arch/i386-sse-stack-align.exp
10077 * gdb.arch/ia64-breakpoint-shadow.exp
10078 * gdb.arch/pa-nullify.exp
10079 * gdb.arch/powerpc-aix-prologue.exp
10080 * gdb.arch/thumb-bx-pc.exp
10081 * gdb.base/annota1.exp
10082 * gdb.base/annota3.exp
10083 * gdb.base/arrayidx.exp
10084 * gdb.base/assign.exp
10085 * gdb.base/attach.exp
10086 * gdb.base/auxv.exp
10087 * gdb.base/bang.exp
10088 * gdb.base/bfp-test.exp
10089 * gdb.base/bigcore.exp
10090 * gdb.base/bitfields2.exp
10091 * gdb.base/break-fun-addr.exp
10092 * gdb.base/break-probes.exp
10093 * gdb.base/call-rt-st.exp
10094 * gdb.base/callexit.exp
10095 * gdb.base/catch-fork-kill.exp
10096 * gdb.base/charset.exp
10097 * gdb.base/checkpoint.exp
10098 * gdb.base/comprdebug.exp
10099 * gdb.base/constvars.exp
10100 * gdb.base/coredump-filter.exp
10101 * gdb.base/cursal.exp
10102 * gdb.base/cvexpr.exp
10103 * gdb.base/detach.exp
10104 * gdb.base/display.exp
10105 * gdb.base/dmsym.exp
10106 * gdb.base/dprintf-pending.exp
10107 * gdb.base/dso2dso.exp
10108 * gdb.base/dtrace-probe.exp
10109 * gdb.base/dump.exp
10110 * gdb.base/enum_cond.exp
10111 * gdb.base/exe-lock.exp
10112 * gdb.base/exec-invalid-sysroot.exp
10113 * gdb.base/execl-update-breakpoints.exp
10114 * gdb.base/exprs.exp
10115 * gdb.base/fileio.exp
10116 * gdb.base/find.exp
10117 * gdb.base/finish.exp
10118 * gdb.base/fixsection.exp
10119 * gdb.base/foll-vfork.exp
10120 * gdb.base/frame-args.exp
10121 * gdb.base/gcore.exp
10122 * gdb.base/gdb1250.exp
10123 * gdb.base/global-var-nested-by-dso.exp
10124 * gdb.base/gnu-ifunc.exp
10125 * gdb.base/hashline1.exp
10126 * gdb.base/hashline2.exp
10127 * gdb.base/hashline3.exp
10128 * gdb.base/hbreak-in-shr-unsupported.exp
10129 * gdb.base/huge.exp
10130 * gdb.base/infcall-input.exp
10131 * gdb.base/info-fun.exp
10132 * gdb.base/info-shared.exp
10133 * gdb.base/jit-simple.exp
10134 * gdb.base/jit-so.exp
10135 * gdb.base/jit.exp
10136 * gdb.base/jump.exp
10137 * gdb.base/label.exp
10138 * gdb.base/lineinc.exp
10139 * gdb.base/logical.exp
10140 * gdb.base/longjmp.exp
10141 * gdb.base/macscp.exp
10142 * gdb.base/miscexprs.exp
10143 * gdb.base/new-ui-echo.exp
10144 * gdb.base/new-ui-pending-input.exp
10145 * gdb.base/new-ui.exp
10146 * gdb.base/nodebug.exp
10147 * gdb.base/nofield.exp
10148 * gdb.base/offsets.exp
10149 * gdb.base/overlays.exp
10150 * gdb.base/pending.exp
10151 * gdb.base/pointers.exp
10152 * gdb.base/pr11022.exp
10153 * gdb.base/printcmds.exp
10154 * gdb.base/prologue.exp
10155 * gdb.base/ptr-typedef.exp
10156 * gdb.base/realname-expand.exp
10157 * gdb.base/relativedebug.exp
10158 * gdb.base/relocate.exp
10159 * gdb.base/remote.exp
10160 * gdb.base/reread.exp
10161 * gdb.base/return2.exp
10162 * gdb.base/savedregs.exp
10163 * gdb.base/sep.exp
10164 * gdb.base/sepdebug.exp
10165 * gdb.base/sepsymtab.exp
10166 * gdb.base/set-inferior-tty.exp
10167 * gdb.base/setshow.exp
10168 * gdb.base/shlib-call.exp
10169 * gdb.base/sigaltstack.exp
10170 * gdb.base/siginfo-addr.exp
10171 * gdb.base/signals.exp
10172 * gdb.base/signull.exp
10173 * gdb.base/sigrepeat.exp
10174 * gdb.base/so-impl-ld.exp
10175 * gdb.base/solib-display.exp
10176 * gdb.base/solib-overlap.exp
10177 * gdb.base/solib-search.exp
10178 * gdb.base/solib-symbol.exp
10179 * gdb.base/structs.exp
10180 * gdb.base/structs2.exp
10181 * gdb.base/symtab-search-order.exp
10182 * gdb.base/twice.exp
10183 * gdb.base/unload.exp
10184 * gdb.base/varargs.exp
10185 * gdb.base/watchpoint-solib.exp
10186 * gdb.base/watchpoint.exp
10187 * gdb.base/whatis.exp
10188 * gdb.base/wrong_frame_bt_full.exp
10189 * gdb.btrace/dlopen.exp
10190 * gdb.cell/ea-standalone.exp
10191 * gdb.cell/ea-test.exp
10192 * gdb.cp/dispcxx.exp
10193 * gdb.cp/gdb2384.exp
10194 * gdb.cp/method2.exp
10195 * gdb.cp/nextoverthrow.exp
10196 * gdb.cp/pr10728.exp
10197 * gdb.disasm/am33.exp
10198 * gdb.disasm/h8300s.exp
10199 * gdb.disasm/mn10300.exp
10200 * gdb.disasm/sh3.exp
10201 * gdb.dwarf2/dw2-dir-file-name.exp
10202 * gdb.fortran/complex.exp
10203 * gdb.fortran/library-module.exp
10204 * gdb.guile/scm-pretty-print.exp
10205 * gdb.guile/scm-symbol.exp
10206 * gdb.guile/scm-type.exp
10207 * gdb.guile/scm-value.exp
10208 * gdb.linespec/linespec.exp
10209 * gdb.mi/gdb701.exp
10210 * gdb.mi/gdb792.exp
10211 * gdb.mi/mi-breakpoint-changed.exp
10212 * gdb.mi/mi-dprintf-pending.exp
10213 * gdb.mi/mi-dprintf.exp
10214 * gdb.mi/mi-exit-code.exp
10215 * gdb.mi/mi-pending.exp
10216 * gdb.mi/mi-solib.exp
10217 * gdb.mi/new-ui-mi-sync.exp
10218 * gdb.mi/pr11022.exp
10219 * gdb.mi/user-selected-context-sync.exp
10220 * gdb.opt/solib-intra-step.exp
10221 * gdb.python/py-events.exp
10222 * gdb.python/py-finish-breakpoint.exp
10223 * gdb.python/py-mi.exp
10224 * gdb.python/py-prettyprint.exp
10225 * gdb.python/py-shared.exp
10226 * gdb.python/py-symbol.exp
10227 * gdb.python/py-template.exp
10228 * gdb.python/py-type.exp
10229 * gdb.python/py-value.exp
10230 * gdb.reverse/solib-precsave.exp
10231 * gdb.reverse/solib-reverse.exp
10232 * gdb.server/solib-list.exp
10233 * gdb.stabs/weird.exp
10234 * gdb.threads/reconnect-signal.exp
10235 * gdb.threads/stepi-random-signal.exp
10236 * gdb.trace/actions.exp
10237 * gdb.trace/ax.exp
10238 * gdb.trace/backtrace.exp
10239 * gdb.trace/change-loc.exp
10240 * gdb.trace/deltrace.exp
10241 * gdb.trace/ftrace-lock.exp
10242 * gdb.trace/ftrace.exp
10243 * gdb.trace/infotrace.exp
10244 * gdb.trace/mi-tracepoint-changed.exp
10245 * gdb.trace/packetlen.exp
10246 * gdb.trace/passcount.exp
10247 * gdb.trace/pending.exp
10248 * gdb.trace/range-stepping.exp
10249 * gdb.trace/report.exp
10250 * gdb.trace/stap-trace.exp
10251 * gdb.trace/tfind.exp
10252 * gdb.trace/trace-break.exp
10253 * gdb.trace/trace-condition.exp
10254 * gdb.trace/trace-enable-disable.exp
10255 * gdb.trace/trace-mt.exp
10256 * gdb.trace/tracecmd.exp
10257 * gdb.trace/tspeed.exp
10258 * gdb.trace/tsv.exp
10259 * lib/perftest.exp
10260
fb9feb35
LM
102612016-12-01 Luis Machado <lgustavo@codesourcery.com>
10262
10263 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10264 with gdb_test_no_output.
10265 Use command as test name.
10266
cd2ddb6c
LM
102672016-12-01 Luis Machado <lgustavo@codesourcery.com>
10268
10269 Fix test names starting with uppercase throughout the files.
10270
10271 * gdb.ada/assign_1.exp
10272 * gdb.ada/boolean_expr.exp
10273 * gdb.base/arrayidx.exp
10274 * gdb.base/del.exp
10275 * gdb.base/gcore-buffer-overflow.exp
10276 * gdb.base/testenv.exp
10277 * gdb.compile/compile.exp
10278 * gdb.python/py-framefilter-invalidarg.exp
10279 * gdb.python/py-framefilter.exp
10280
bb95117e
LM
102812016-12-01 Luis Machado <lgustavo@codesourcery.com>
10282
10283 Fix test names starting with uppercase throughout the files.
10284
10285 * gdb.ada/array_return.exp
10286 * gdb.ada/expr_delims.exp
10287 * gdb.ada/mi_dyn_arr.exp
10288 * gdb.ada/mi_interface.exp
10289 * gdb.ada/mi_var_array.exp
10290 * gdb.ada/watch_arg.exp
10291 * gdb.arch/alpha-step.exp
10292 * gdb.arch/altivec-regs.exp
10293 * gdb.arch/e500-regs.exp
10294 * gdb.arch/powerpc-d128-regs.exp
10295 * gdb.base/arrayidx.exp
10296 * gdb.base/break.exp
10297 * gdb.base/checkpoint.exp
10298 * gdb.base/debug-expr.exp
10299 * gdb.base/dmsym.exp
10300 * gdb.base/radix.exp
10301 * gdb.base/sepdebug.exp
10302 * gdb.base/testenv.exp
10303 * gdb.base/watch_thread_num.exp
10304 * gdb.base/watchpoint-cond-gone.exp
10305 * gdb.cell/break.exp
10306 * gdb.cell/ea-cache.exp
10307 * gdb.compile/compile.exp
10308 * gdb.cp/gdb2495.exp
10309 * gdb.gdb/selftest.exp
10310 * gdb.gdb/xfullpath.exp
10311 * gdb.go/hello.exp
10312 * gdb.go/integers.exp
10313 * gdb.objc/basicclass.exp
10314 * gdb.pascal/hello.exp
10315 * gdb.pascal/integers.exp
10316 * gdb.python/py-breakpoint.exp
10317 * gdb.python/py-cmd.exp
10318 * gdb.python/py-linetable.exp
10319 * gdb.python/py-xmethods.exp
10320 * gdb.python/python.exp
10321 * gdb.reverse/consecutive-precsave.exp
10322 * gdb.reverse/finish-precsave.exp
10323 * gdb.reverse/i386-precsave.exp
10324 * gdb.reverse/machinestate-precsave.exp
10325 * gdb.reverse/sigall-precsave.exp
10326 * gdb.reverse/solib-precsave.exp
10327 * gdb.reverse/step-precsave.exp
10328 * gdb.reverse/until-precsave.exp
10329 * gdb.reverse/watch-precsave.exp
10330 * gdb.threads/leader-exit.exp
10331 * gdb.threads/pthreads.exp
10332 * gdb.threads/wp-replication.exp
10333 * gdb.trace/actions.exp
10334 * gdb.trace/mi-tsv-changed.exp
10335 * gdb.trace/tsv.exp
10336
de97fdd4
LM
103372016-12-01 Luis Machado <lgustavo@codesourcery.com>
10338
10339 Fix test names starting with uppercase throughout the files.
10340
10341 * gdb.arch/i386-bp_permanent.exp
10342 * gdb.arch/i386-gnu-cfi.exp
10343 * gdb.base/disasm-end-cu.exp
10344 * gdb.base/macscp.exp
10345 * gdb.base/pending.exp
10346 * gdb.base/watch_thread_num.exp
10347 * gdb.cp/exception.exp
10348 * gdb.cp/gdb2495.exp
10349 * gdb.cp/local.exp
10350 * gdb.python/py-evsignal.exp
10351 * gdb.python/python.exp
10352 * gdb.trace/tracecmd.exp
10353
9f058c10
LM
103542016-12-01 Luis Machado <lgustavo@codesourcery.com>
10355
10356 Fix test names starting with uppercase throughout the files.
10357
10358 * gdb.base/charset.exp
10359 * gdb.base/eval.exp
10360 * gdb.base/multi-forks.exp
10361 * gdb.guile/scm-progspace.exp
10362 * gdb.opencl/datatypes.exp
10363 * gdb.python/py-block.exp
10364 * gdb.python/py-function.exp
10365 * gdb.python/py-symbol.exp
10366 * gdb.python/py-symtab.exp
10367 * gdb.python/py-xmethods.exp
10368 * gdb.reverse/break-precsave.exp
10369 * gdb.reverse/break-reverse.exp
10370 * gdb.reverse/consecutive-precsave.exp
10371 * gdb.reverse/consecutive-reverse.exp
10372 * gdb.reverse/finish-precsave.exp
10373 * gdb.reverse/finish-reverse-bkpt.exp
10374 * gdb.reverse/finish-reverse.exp
10375 * gdb.reverse/fstatat-reverse.exp
10376 * gdb.reverse/getresuid-reverse.exp
10377 * gdb.reverse/i386-precsave.exp
10378 * gdb.reverse/i386-reverse.exp
10379 * gdb.reverse/i386-sse-reverse.exp
10380 * gdb.reverse/i387-stack-reverse.exp
10381 * gdb.reverse/insn-reverse.exp
10382 * gdb.reverse/machinestate-precsave.exp
10383 * gdb.reverse/machinestate.exp
10384 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10385 * gdb.reverse/pipe-reverse.exp
10386 * gdb.reverse/readv-reverse.exp
10387 * gdb.reverse/recvmsg-reverse.exp
10388 * gdb.reverse/rerun-prec.exp
10389 * gdb.reverse/s390-mvcle.exp
10390 * gdb.reverse/sigall-precsave.exp
10391 * gdb.reverse/sigall-reverse.exp
10392 * gdb.reverse/solib-precsave.exp
10393 * gdb.reverse/solib-reverse.exp
10394 * gdb.reverse/step-precsave.exp
10395 * gdb.reverse/step-reverse.exp
10396 * gdb.reverse/time-reverse.exp
10397 * gdb.reverse/until-precsave.exp
10398 * gdb.reverse/until-reverse.exp
10399 * gdb.reverse/waitpid-reverse.exp
10400 * gdb.reverse/watch-precsave.exp
10401 * gdb.reverse/watch-reverse.exp
10402
cdc7edd7
LM
104032016-12-01 Luis Machado <lgustavo@codesourcery.com>
10404
10405 Fix test names starting with uppercase throughout the files.
10406
10407 * gdb.arch/i386-mpx-simple_segv.exp
10408 * gdb.arch/i386-mpx.exp
10409 * gdb.arch/i386-permbkpt.exp
10410 * gdb.arch/pa-nullify.exp
10411 * gdb.arch/powerpc-d128-regs.exp
10412 * gdb.arch/vsx-regs.exp
10413 * gdb.base/bfp-test.exp
10414 * gdb.base/break.exp
10415 * gdb.base/breakpoint-shadow.exp
10416 * gdb.base/callfuncs.exp
10417 * gdb.base/charset.exp
10418 * gdb.base/commands.exp
10419 * gdb.base/completion.exp
10420 * gdb.base/dfp-test.exp
10421 * gdb.base/echo.exp
10422 * gdb.base/ending-run.exp
10423 * gdb.base/eval.exp
10424 * gdb.base/expand-psymtabs.exp
10425 * gdb.base/float128.exp
10426 * gdb.base/floatn.exp
10427 * gdb.base/foll-exec-mode.exp
10428 * gdb.base/gdb1056.exp
10429 * gdb.base/gdb11531.exp
10430 * gdb.base/kill-after-signal.exp
10431 * gdb.base/multi-forks.exp
10432 * gdb.base/overlays.exp
10433 * gdb.base/pending.exp
10434 * gdb.base/sepdebug.exp
10435 * gdb.base/testenv.exp
10436 * gdb.base/valgrind-db-attach.exp
10437 * gdb.base/watch_thread_num.exp
10438 * gdb.base/watchpoint-cond-gone.exp
10439 * gdb.base/watchpoint.exp
10440 * gdb.base/watchpoints.exp
10441 * gdb.cp/arg-reference.exp
10442 * gdb.cp/baseenum.exp
10443 * gdb.cp/operator.exp
10444 * gdb.cp/shadow.exp
10445 * gdb.dwarf2/dw2-op-out-param.exp
10446 * gdb.dwarf2/dw2-reg-undefined.exp
10447 * gdb.go/chan.exp
10448 * gdb.go/hello.exp
10449 * gdb.go/integers.exp
10450 * gdb.go/methods.exp
10451 * gdb.go/package.exp
10452 * gdb.guile/scm-parameter.exp
10453 * gdb.guile/scm-progspace.exp
10454 * gdb.guile/scm-value.exp
10455 * gdb.mi/mi-pending.exp
10456 * gdb.mi/user-selected-context-sync.exp
10457 * gdb.multi/multi-attach.exp
10458 * gdb.multi/tids.exp
10459 * gdb.opt/clobbered-registers-O2.exp
10460 * gdb.pascal/floats.exp
10461 * gdb.pascal/integers.exp
10462 * gdb.python/py-block.exp
10463 * gdb.python/py-events.exp
10464 * gdb.python/py-parameter.exp
10465 * gdb.python/py-symbol.exp
10466 * gdb.python/py-symtab.exp
10467 * gdb.python/py-type.exp
10468 * gdb.python/py-value.exp
10469 * gdb.python/py-xmethods.exp
10470 * gdb.python/python.exp
10471 * gdb.reverse/break-precsave.exp
10472 * gdb.reverse/consecutive-precsave.exp
10473 * gdb.reverse/finish-precsave.exp
10474 * gdb.reverse/i386-precsave.exp
10475 * gdb.reverse/machinestate-precsave.exp
10476 * gdb.reverse/sigall-precsave.exp
10477 * gdb.reverse/solib-precsave.exp
10478 * gdb.reverse/step-precsave.exp
10479 * gdb.reverse/until-precsave.exp
10480 * gdb.reverse/watch-precsave.exp
10481 * gdb.server/ext-attach.exp
10482 * gdb.server/ext-restart.exp
10483 * gdb.server/ext-run.exp
10484 * gdb.server/ext-wrapper.exp
10485 * gdb.stabs/gdb11479.exp
10486 * gdb.stabs/weird.exp
10487 * gdb.threads/attach-many-short-lived-threads.exp
10488 * gdb.threads/kill.exp
10489 * gdb.threads/watchpoint-fork.exp
10490
bc6c7af4
LM
104912016-12-01 Luis Machado <lgustavo@codesourcery.com>
10492
10493 Fix test names starting with uppercase throughout all the files below.
10494
10495 * gdb.ada/array_return.exp
10496 * gdb.ada/catch_ex.exp
10497 * gdb.ada/info_exc.exp
10498 * gdb.ada/mi_catch_ex.exp
10499 * gdb.ada/mi_dyn_arr.exp
10500 * gdb.ada/mi_ex_cond.exp
10501 * gdb.ada/mi_exc_info.exp
10502 * gdb.ada/mi_interface.exp
10503 * gdb.ada/mi_task_arg.exp
10504 * gdb.ada/mi_task_info.exp
10505 * gdb.ada/mi_var_array.exp
10506 * gdb.arch/alpha-step.exp
10507 * gdb.arch/amd64-disp-step.exp
10508 * gdb.arch/arm-disp-step.exp
10509 * gdb.arch/disp-step-insn-reloc.exp
10510 * gdb.arch/e500-prologue.exp
10511 * gdb.arch/ftrace-insn-reloc.exp
10512 * gdb.arch/gdb1558.exp
10513 * gdb.arch/i386-bp_permanent.exp
10514 * gdb.arch/i386-disp-step.exp
10515 * gdb.arch/i386-float.exp
10516 * gdb.arch/i386-gnu-cfi.exp
10517 * gdb.arch/ia64-breakpoint-shadow.exp
10518 * gdb.arch/mips16-thunks.exp
10519 * gdb.arch/pa-nullify.exp
10520 * gdb.arch/powerpc-aix-prologue.exp
10521 * gdb.arch/powerpc-power.exp
10522 * gdb.arch/ppc-dfp.exp
10523 * gdb.arch/s390-tdbregs.exp
10524 * gdb.arch/spu-info.exp
10525 * gdb.arch/spu-ls.exp
10526 * gdb.arch/thumb-bx-pc.exp
10527 * gdb.base/advance.exp
10528 * gdb.base/annota-input-while-running.exp
10529 * gdb.base/arrayidx.exp
10530 * gdb.base/asmlabel.exp
10531 * gdb.base/async.exp
10532 * gdb.base/attach-wait-input.exp
10533 * gdb.base/auto-connect-native-target.exp
10534 * gdb.base/batch-preserve-term-settings.exp
10535 * gdb.base/bfp-test.exp
10536 * gdb.base/bigcore.exp
10537 * gdb.base/bp-permanent.exp
10538 * gdb.base/break-always.exp
10539 * gdb.base/break-fun-addr.exp
10540 * gdb.base/break-idempotent.exp
10541 * gdb.base/break-main-file-remove-fail.exp
10542 * gdb.base/break-probes.exp
10543 * gdb.base/break-unload-file.exp
10544 * gdb.base/break.exp
10545 * gdb.base/call-ar-st.exp
10546 * gdb.base/call-rt-st.exp
10547 * gdb.base/call-sc.exp
10548 * gdb.base/call-signal-resume.exp
10549 * gdb.base/call-strs.exp
10550 * gdb.base/callexit.exp
10551 * gdb.base/callfuncs.exp
10552 * gdb.base/catch-gdb-caused-signals.exp
10553 * gdb.base/catch-signal-siginfo-cond.exp
10554 * gdb.base/catch-syscall.exp
10555 * gdb.base/compare-sections.exp
10556 * gdb.base/cond-eval-mode.exp
10557 * gdb.base/condbreak-call-false.exp
10558 * gdb.base/consecutive-step-over.exp
10559 * gdb.base/cursal.exp
10560 * gdb.base/disabled-location.exp
10561 * gdb.base/disasm-end-cu.exp
10562 * gdb.base/display.exp
10563 * gdb.base/double-prompt-target-event-error.exp
10564 * gdb.base/dprintf-bp-same-addr.exp
10565 * gdb.base/dprintf-detach.exp
10566 * gdb.base/dprintf-next.exp
10567 * gdb.base/dprintf-non-stop.exp
10568 * gdb.base/dprintf-pending.exp
10569 * gdb.base/dso2dso.exp
10570 * gdb.base/ending-run.exp
10571 * gdb.base/enum_cond.exp
10572 * gdb.base/examine-backward.exp
10573 * gdb.base/exe-lock.exp
10574 * gdb.base/exec-invalid-sysroot.exp
10575 * gdb.base/execl-update-breakpoints.exp
10576 * gdb.base/execution-termios.exp
10577 * gdb.base/fileio.exp
10578 * gdb.base/fixsection.exp
10579 * gdb.base/foll-exec-mode.exp
10580 * gdb.base/foll-exec.exp
10581 * gdb.base/fork-running-state.exp
10582 * gdb.base/frame-args.exp
10583 * gdb.base/fullpath-expand.exp
10584 * gdb.base/func-ptr.exp
10585 * gdb.base/gcore-relro-pie.exp
10586 * gdb.base/gdb1090.exp
10587 * gdb.base/gdb1555.exp
10588 * gdb.base/global-var-nested-by-dso.exp
10589 * gdb.base/gnu-ifunc.exp
10590 * gdb.base/hbreak-in-shr-unsupported.exp
10591 * gdb.base/hbreak-unmapped.exp
10592 * gdb.base/hook-stop.exp
10593 * gdb.base/infcall-input.exp
10594 * gdb.base/info-fun.exp
10595 * gdb.base/info-shared.exp
10596 * gdb.base/interrupt-noterm.exp
10597 * gdb.base/jit-so.exp
10598 * gdb.base/jit.exp
10599 * gdb.base/line-symtabs.exp
10600 * gdb.base/list.exp
10601 * gdb.base/longjmp.exp
10602 * gdb.base/macscp.exp
10603 * gdb.base/max-value-size.exp
10604 * gdb.base/nodebug.exp
10605 * gdb.base/nofield.exp
10606 * gdb.base/overlays.exp
10607 * gdb.base/paginate-after-ctrl-c-running.exp
10608 * gdb.base/paginate-bg-execution.exp
10609 * gdb.base/paginate-inferior-exit.exp
10610 * gdb.base/pending.exp
10611 * gdb.base/pr11022.exp
10612 * gdb.base/printcmds.exp
10613 * gdb.base/ptr-typedef.exp
10614 * gdb.base/ptype.exp
10615 * gdb.base/randomize.exp
10616 * gdb.base/range-stepping.exp
10617 * gdb.base/realname-expand.exp
10618 * gdb.base/relativedebug.exp
10619 * gdb.base/remote.exp
10620 * gdb.base/savedregs.exp
10621 * gdb.base/sepdebug.exp
10622 * gdb.base/set-noassign.exp
10623 * gdb.base/shlib-call.exp
10624 * gdb.base/shreloc.exp
10625 * gdb.base/sigaltstack.exp
10626 * gdb.base/sigbpt.exp
10627 * gdb.base/siginfo-addr.exp
10628 * gdb.base/siginfo-obj.exp
10629 * gdb.base/siginfo-thread.exp
10630 * gdb.base/signest.exp
10631 * gdb.base/signull.exp
10632 * gdb.base/sigrepeat.exp
10633 * gdb.base/skip.exp
10634 * gdb.base/so-impl-ld.exp
10635 * gdb.base/solib-corrupted.exp
10636 * gdb.base/solib-disc.exp
10637 * gdb.base/solib-display.exp
10638 * gdb.base/solib-overlap.exp
10639 * gdb.base/solib-search.exp
10640 * gdb.base/solib-symbol.exp
10641 * gdb.base/source-execution.exp
10642 * gdb.base/sss-bp-on-user-bp-2.exp
10643 * gdb.base/sss-bp-on-user-bp.exp
10644 * gdb.base/stack-checking.exp
10645 * gdb.base/stale-infcall.exp
10646 * gdb.base/step-break.exp
10647 * gdb.base/step-line.exp
10648 * gdb.base/step-over-exit.exp
10649 * gdb.base/step-test.exp
10650 * gdb.base/structs.exp
10651 * gdb.base/sym-file.exp
10652 * gdb.base/symtab-search-order.exp
10653 * gdb.base/term.exp
10654 * gdb.base/type-opaque.exp
10655 * gdb.base/unload.exp
10656 * gdb.base/until-nodebug.exp
10657 * gdb.base/until.exp
10658 * gdb.base/unwindonsignal.exp
10659 * gdb.base/watch-cond.exp
10660 * gdb.base/watch-non-mem.exp
10661 * gdb.base/watch_thread_num.exp
10662 * gdb.base/watchpoint-reuse-slot.exp
10663 * gdb.base/watchpoint-solib.exp
10664 * gdb.base/watchpoint.exp
10665 * gdb.btrace/dlopen.exp
10666 * gdb.cell/arch.exp
10667 * gdb.cell/break.exp
10668 * gdb.cell/bt.exp
10669 * gdb.cell/core.exp
10670 * gdb.cell/data.exp
10671 * gdb.cell/dwarfaddr.exp
10672 * gdb.cell/ea-cache.exp
10673 * gdb.cell/ea-standalone.exp
10674 * gdb.cell/ea-test.exp
10675 * gdb.cell/f-regs.exp
10676 * gdb.cell/fork.exp
10677 * gdb.cell/gcore.exp
10678 * gdb.cell/mem-access.exp
10679 * gdb.cell/ptype.exp
10680 * gdb.cell/registers.exp
10681 * gdb.cell/sizeof.exp
10682 * gdb.cell/solib-symbol.exp
10683 * gdb.cell/solib.exp
10684 * gdb.compile/compile-tls.exp
10685 * gdb.cp/exception.exp
10686 * gdb.cp/gdb2495.exp
10687 * gdb.cp/local.exp
10688 * gdb.cp/mb-inline.exp
10689 * gdb.cp/mb-templates.exp
10690 * gdb.cp/pr10687.exp
10691 * gdb.cp/pr9167.exp
10692 * gdb.cp/scope-err.exp
10693 * gdb.cp/templates.exp
10694 * gdb.cp/virtfunc.exp
10695 * gdb.dwarf2/dw2-dir-file-name.exp
10696 * gdb.dwarf2/dw2-single-line-discriminators.exp
10697 * gdb.fortran/complex.exp
10698 * gdb.fortran/library-module.exp
10699 * gdb.guile/guile.exp
10700 * gdb.guile/scm-cmd.exp
10701 * gdb.guile/scm-frame-inline.exp
10702 * gdb.guile/scm-objfile.exp
10703 * gdb.guile/scm-pretty-print.exp
10704 * gdb.guile/scm-symbol.exp
10705 * gdb.guile/scm-type.exp
10706 * gdb.guile/scm-value.exp
10707 * gdb.linespec/keywords.exp
10708 * gdb.linespec/ls-errs.exp
10709 * gdb.linespec/macro-relative.exp
10710 * gdb.linespec/thread.exp
10711 * gdb.mi/mi-breakpoint-changed.exp
10712 * gdb.mi/mi-dprintf-pending.exp
10713 * gdb.mi/mi-fullname-deleted.exp
10714 * gdb.mi/mi-logging.exp
10715 * gdb.mi/mi-pending.exp
10716 * gdb.mi/mi-solib.exp
10717 * gdb.mi/new-ui-mi-sync.exp
10718 * gdb.mi/user-selected-context-sync.exp
10719 * gdb.multi/dummy-frame-restore.exp
10720 * gdb.multi/multi-arch-exec.exp
10721 * gdb.multi/remove-inferiors.exp
10722 * gdb.multi/watchpoint-multi-exit.exp
10723 * gdb.opt/solib-intra-step.exp
10724 * gdb.perf/backtrace.exp
10725 * gdb.perf/single-step.exp
10726 * gdb.perf/skip-command.exp
10727 * gdb.perf/skip-prologue.exp
10728 * gdb.perf/solib.exp
10729 * gdb.python/lib-types.exp
10730 * gdb.python/py-as-string.exp
10731 * gdb.python/py-bad-printers.exp
10732 * gdb.python/py-block.exp
10733 * gdb.python/py-breakpoint.exp
10734 * gdb.python/py-cmd.exp
10735 * gdb.python/py-events.exp
10736 * gdb.python/py-evthreads.exp
10737 * gdb.python/py-finish-breakpoint.exp
10738 * gdb.python/py-finish-breakpoint2.exp
10739 * gdb.python/py-frame-inline.exp
10740 * gdb.python/py-frame.exp
10741 * gdb.python/py-inferior.exp
10742 * gdb.python/py-infthread.exp
10743 * gdb.python/py-mi.exp
10744 * gdb.python/py-objfile.exp
10745 * gdb.python/py-pp-maint.exp
10746 * gdb.python/py-pp-registration.exp
10747 * gdb.python/py-prettyprint.exp
10748 * gdb.python/py-recurse-unwind.exp
10749 * gdb.python/py-shared.exp
10750 * gdb.python/py-symbol.exp
10751 * gdb.python/py-symtab.exp
10752 * gdb.python/py-template.exp
10753 * gdb.python/py-type.exp
10754 * gdb.python/py-unwind-maint.exp
10755 * gdb.python/py-unwind.exp
10756 * gdb.python/py-value.exp
10757 * gdb.python/python.exp
10758 * gdb.reverse/finish-reverse-bkpt.exp
10759 * gdb.reverse/insn-reverse.exp
10760 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10761 * gdb.reverse/solib-precsave.exp
10762 * gdb.reverse/solib-reverse.exp
10763 * gdb.stabs/gdb11479.exp
10764 * gdb.stabs/weird.exp
10765 * gdb.threads/fork-child-threads.exp
10766 * gdb.threads/fork-plus-threads.exp
10767 * gdb.threads/fork-thread-pending.exp
10768 * gdb.threads/forking-threads-plus-breakpoint.exp
10769 * gdb.threads/hand-call-in-threads.exp
10770 * gdb.threads/interrupted-hand-call.exp
10771 * gdb.threads/linux-dp.exp
10772 * gdb.threads/local-watch-wrong-thread.exp
10773 * gdb.threads/next-while-other-thread-longjmps.exp
10774 * gdb.threads/non-ldr-exit.exp
10775 * gdb.threads/pending-step.exp
10776 * gdb.threads/print-threads.exp
10777 * gdb.threads/process-dies-while-detaching.exp
10778 * gdb.threads/process-dies-while-handling-bp.exp
10779 * gdb.threads/pthreads.exp
10780 * gdb.threads/queue-signal.exp
10781 * gdb.threads/reconnect-signal.exp
10782 * gdb.threads/signal-command-handle-nopass.exp
10783 * gdb.threads/signal-command-multiple-signals-pending.exp
10784 * gdb.threads/signal-delivered-right-thread.exp
10785 * gdb.threads/signal-sigtrap.exp
10786 * gdb.threads/sigthread.exp
10787 * gdb.threads/staticthreads.exp
10788 * gdb.threads/stepi-random-signal.exp
10789 * gdb.threads/thread-unwindonsignal.exp
10790 * gdb.threads/thread_check.exp
10791 * gdb.threads/thread_events.exp
10792 * gdb.threads/tid-reuse.exp
10793 * gdb.threads/tls-nodebug.exp
10794 * gdb.threads/tls-shared.exp
10795 * gdb.threads/tls-so_extern.exp
10796 * gdb.threads/tls.exp
10797 * gdb.threads/wp-replication.exp
10798 * gdb.trace/actions-changed.exp
10799 * gdb.trace/actions.exp
10800 * gdb.trace/backtrace.exp
10801 * gdb.trace/change-loc.exp
10802 * gdb.trace/collection.exp
10803 * gdb.trace/deltrace.exp
10804 * gdb.trace/disconnected-tracing.exp
10805 * gdb.trace/entry-values.exp
10806 * gdb.trace/ftrace-lock.exp
10807 * gdb.trace/ftrace.exp
10808 * gdb.trace/infotrace.exp
10809 * gdb.trace/mi-trace-frame-collected.exp
10810 * gdb.trace/mi-trace-unavailable.exp
10811 * gdb.trace/mi-traceframe-changed.exp
10812 * gdb.trace/mi-tracepoint-changed.exp
10813 * gdb.trace/mi-tsv-changed.exp
10814 * gdb.trace/no-attach-trace.exp
10815 * gdb.trace/packetlen.exp
10816 * gdb.trace/passc-dyn.exp
10817 * gdb.trace/passcount.exp
10818 * gdb.trace/pending.exp
10819 * gdb.trace/pr16508.exp
10820 * gdb.trace/qtro.exp
10821 * gdb.trace/range-stepping.exp
10822 * gdb.trace/read-memory.exp
10823 * gdb.trace/report.exp
10824 * gdb.trace/save-trace.exp
10825 * gdb.trace/signal.exp
10826 * gdb.trace/stap-trace.exp
10827 * gdb.trace/status-stop.exp
10828 * gdb.trace/strace.exp
10829 * gdb.trace/tfile.exp
10830 * gdb.trace/tfind.exp
10831 * gdb.trace/trace-break.exp
10832 * gdb.trace/trace-condition.exp
10833 * gdb.trace/trace-enable-disable.exp
10834 * gdb.trace/trace-mt.exp
10835 * gdb.trace/tracecmd.exp
10836 * gdb.trace/tracefile-pseudo-reg.exp
10837 * gdb.trace/tspeed.exp
10838 * gdb.trace/tstatus.exp
10839 * gdb.trace/tsv.exp
10840 * gdb.trace/unavailable.exp
10841 * gdb.trace/while-dyn.exp
10842 * gdb.trace/while-stepping.exp
10843 * lib/gdb-guile.exp
10844 * lib/gdb.exp
10845 * lib/mi-support.exp
10846 * lib/pascal.exp
10847 * lib/perftest.exp
10848 * lib/prelink-support.exp
10849 * lib/selftest-support.exp
10850
ad02e4fe
SM
108512016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10852
10853 * Makefile.in: Include disable-implicit-rules.mk.
10854
22347e55
AA
108552016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10856
10857 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10858 non-byte-aligned bit fields.
10859
da5b30da
AA
108602016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10861
10862 PR gdb/12616
10863 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10864 respects the DW_AT_data_bit_offset attribute.
10865
b593ecca
SM
108662016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10867
10868 * gdb.base/default.exp: Fix output of "set language".
10869
3b165252
SM
108702016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10871
10872 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10873 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10874 make.
10875 * configure.ac: Remove checks for the make program.
10876 * configure: Re-generate.
10877
1a2f3d7f
KB
108782016-11-16 Kevin Buettner <kevinb@redhat.com>
10879
10880 * gdb.python/py-recurse-unwind.c (main): Add loop.
10881 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10882 to read_register() and gdb.parse_and_eval(). Make each code
10883 call a separate case that can be individually tested.
10884 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10885 proc. Call cont_and_backtrace for each of the code paths that
10886 we want to test in the unwinder.
10887
b7f38fda
AA
108882016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10889
10890 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10891 the definition of struct S.
10892
1f8db343
CM
108932016-11-11 Catherine Moore <clm@codesourcery.com>
10894
10895 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10896
fad0c9fb
PA
108972016-11-09 Pedro Alves <palves@redhat.com>
10898
10899 * gdb.base/commands.exp (runto_or_return): New procedure.
10900 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10901 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10902 (progvar_simple_while_test, progvar_complex_if_while_test)
10903 (if_while_breakpoint_command_test)
10904 (infrun_breakpoint_command_test, breakpoint_command_test)
10905 (user_defined_command_test, watchpoint_command_test)
10906 (test_command_prompt_position, redefine_hook_test)
10907 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10908 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10909 multi_line_input and multi_line. Remove gdb_expect and
10910 gdb_stop_suppressing_tests uses.
10911 * lib/gdb.exp (valnum_re): New global.
10912 (multi_line_input): New procedure.
10913
8354c62c
SM
109142016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10915
10916 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10917 Remove.
10918 (test_setup): Define with proc_with_prefix.
10919 (test_cli_inferior): Likewise.
10920 (test_cli_thread): Likewise.
10921 (test_cli_frame): Likewise.
10922 (test_cli_select_frame): Likewise.
10923 (test_cli_up_down): Likewise.
10924 (test_mi_thread_select): Likewise.
10925 (test_mi_stack_select_frame): Likewise.
10926 (test_cli_in_mi_inferior): Likewise.
10927 (test_cli_in_mi_thread): Likewise.
10928 (test_cli_in_mi_frame): Likewise.
10929 (top level): Do not use with_test_prefix_procname.
10930
64f367a2
PA
109312016-11-09 Pedro Alves <palves@redhat.com>
10932
10933 * gdb.base/commands.exp (gdbvar_simple_if_test)
10934 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10935 (progvar_simple_if_test, progvar_simple_while_test)
10936 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10937 (infrun_breakpoint_command_test, breakpoint_command_test)
10938 (user_defined_command_test, watchpoint_command_test)
10939 (test_command_prompt_position, deprecated_command_test)
10940 (bp_deleted_in_command, temporary_breakpoint_commands)
10941 (stray_arg0_test, source_file_with_indented_comment)
10942 (recursive_source_test, if_commands_test)
10943 (error_clears_commands_left, redefine_hook_test)
10944 (redefine_backtrace_test): Use proc_with_prefix.
10945 * lib/gdb.exp (proc_with_prefix): New proc.
10946
0bb65f1e
AA
109472016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10948
10949 * gdb.base/tui-layout.c: New file.
10950 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10951 disassembly window contains very long lines.
10952
7353f247
TT
109532016-11-08 Tom Tromey <tom@tromey.com>
10954
10955 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10956 depend on Python 2.
10957
30a7bb83
TT
109582016-11-08 Tom Tromey <tom@tromey.com>
10959
10960 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10961 New method.
10962
cdf5a07c
MG
109632016-10-29 Manish Goregaokar <manish@mozilla.com>
10964
2806dc7e 10965 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 10966
51a789c3
MG
109672016-10-27 Manish Goregaokar <manish@mozilla.com>
10968
2806dc7e
PA
10969 * gdb.rust/simple.rs: Add test for univariant enums without
10970 discriminants and for encoded struct-like enums.
51a789c3 10971
f610ab6d
PA
109722016-10-28 Pedro Alves <palves@redhat.com>
10973
10974 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10975 gdb_test_multiple, tighten regexps and match symtabs and line
10976 tables incrementally.
10977
b129b0ca
LM
109782016-10-28 Luis Machado <lgustavo@codesourcery.com>
10979
10980 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10981 general.
10982
ecf45d2c
SL
109832016-10-25 Luis Machado <lgustavo@codesourcery.com>
10984
10985 * gdb.base/exec-invalid-sysroot.exp: New file.
10986
b8d38ee4
JK
109872016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10988
10989 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10990
f90fd8c2
JK
109912016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10992
10993 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10994
2d2476aa
MR
109952016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10996
2806dc7e
PA
10997 * gdb.base/killed-outside.exp: Remove $options from a call to
10998 `prepare_for_testing'.
2d2476aa 10999
e42b25a0
SM
110002016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11001
11002 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11003 Change test message.
11004
3ccdb432
SM
110052016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11006
11007 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11008 Update comment.
11009
5bad3170
SM
110102016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11011
11012 * gdb.trace/mi-trace-save.exp: New file.
11013
5ad9dba7
YQ
110142016-10-13 Yao Qi <yao.qi@linaro.org>
11015
11016 * gdb.base/code_elim.exp (get_var_address): Remove.
11017 * gdb.base/relocate.exp: Likewise.
11018 * gdb.base/shreloc.exp: Likewise.
11019 * lib/gdb.exp (get_var_address): New.
11020
62df7e21
YQ
110212016-10-13 Yao Qi <yao.qi@linaro.org>
11022
11023 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11024 floating point tests if $skip_float_test is false.
11025
4dac951e
LM
110262016-10-12 Luis Machado <lgustavo@codesourcery.com>
11027
11028 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11029 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11030 argc values.
11031 Add 1 to argc so we guarantee distinct initial/modified argc values.
11032
8f1a8fc4
JK
110332016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11034
11035 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11036
16c85b5d
JK
110372016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11038
11039 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11040 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11041 * gdb.arch/vsx-regs.exp: Likewise.
11042
1d0e042a
YQ
110432016-10-07 Yao Qi <yao.qi@linaro.org>
11044
11045 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11046
68dadef5
MM
110472016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11048
11049 * gdb.python/python.exp: Test decode_line("*0").
11050
33fa2c6e
DE
110512016-10-06 Doug Evans <dje@google.com>
11052
11053 * gdb.python/py-value.exp (test_value_creation): Add test for large
11054 unsigned 64-bit value.
11055
9c37b5ae
TT
110562016-10-06 Tom Tromey <tom@tromey.com>
11057
11058 * gdb.compile/compile.exp: Change java tests to rust.
11059 * gdb.base/setshow.exp: Change java tests to rust.
11060 * gdb.base/default.exp: Remove java from language list.
11061 * README (Examples): Update language example.
11062 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11063 test.
11064 * lib/gdb.exp (skip_java_tests): Remove.
11065 * lib/java.exp: Remove.
11066 * gdb.java: Remove.
11067
78b86327
MR
110682016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11069
11070 * gdb.arch/mips-fcr.exp: New test.
11071 * gdb.arch/mips-fcr.c: Source for the new test.
11072
7470adbb
MR
110732016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11074
11075 * gdb.base/solib-disc.exp: Use `standard_output_file'
11076 throughout.
11077
4a556533
PA
110782016-10-06 Pedro Alves <palves@redhat.com>
11079
11080 * gdb.base/jit-simple-dl.c: New file.
11081 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11082 * gdb.base/jit-simple.c: ... this.
11083 * gdb.base/jit-simple.exp (jit_run): Delete.
11084 (build_jit): New proc.
11085 (jit_test_reread): Recompile either the main program or the shared
11086 library, depending on what is being tested. Skip changing address
11087 if caller wants to. Compare before/after addresses. If testing
11088 standalone, explicitly load the binary. Test "maint info
11089 breakpoints".
11090 (top level): Add "standalone vs shared lib" and "change address"
11091 vs "same address" axes.
11092
5a122fbc
PA
110932016-10-06 Pedro Alves <palves@redhat.com>
11094
11095 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11096 call.
11097 (jit_run): Delete.
11098 (jit_test_reread): Use with_test_prefix. Reload the main binary
11099 explicitly. Compare the before/after addresses of the JIT
11100 descriptor.
11101
ee8da4b8
DE
111022016-08-15 Doug Evans <dje@google.com>
11103
11104 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11105 for single bitfields is bool.
11106 * gdb.xml/tdesc-regs.exp: Ditto.
11107
f389f6fe
JK
111082016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11109
11110 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11111
fdebf1a4
YQ
111122016-10-05 Yao Qi <yao.qi@linaro.org>
11113
11114 * lib/gdb.exp (support_complex_tests): Return zero if
11115 gdb_skip_float_test return true.
11116
9c36d954 111172016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11118 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
11119
11120 PR gdb/20487
11121 * gdb.mi/user-selected-context-sync.exp: New file.
11122 * gdb.mi/user-selected-context-sync.c: New file.
11123
4034d0ff 111242016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11125 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
11126
11127 PR gdb/20487
11128 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11129 =thread-select-event check.
11130
a4297203
PB
111312016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11132
11133 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11134 the compulsory L operand changes.
11135 * gdb.arch/powerpc-power.s: Likewise.
11136
bb805577
JK
111372016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11138
11139 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11140 * gdb.base/jit-attach-pie.c: New file.
11141 * gdb.base/jit-attach-pie.exp: New file.
11142
6d61dee5
PA
111432016-09-28 Pedro Alves <palves@redhat.com>
11144
11145 * gdb.base/infcall-input.c: New file.
11146 * gdb.base/infcall-input.exp: New file.
11147
f73842fc
YQ
111482016-09-22 Yao Qi <yao.qi@linaro.org>
11149
11150 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11151 (gdb_exit): Rename it to ...
11152 (gdbserver_gdb_exit): ... Close GDBserver.
11153 (gdb_exit): New proc, call gdbserver_gdb_exit.
11154 (mi_gdb_exit): Likewise.
11155
90681dab
YQ
111562016-09-22 Yao Qi <yao.qi@linaro.org>
11157
11158 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11159 path.
11160 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11161 Remove duplication.
11162
9c211fd8
YQ
111632016-09-22 Yao Qi <yao.qi@linaro.org>
11164
11165 * lib/gdbserver-support.exp: Check the existence of
11166 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11167
ad0a504f
AK
111682016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11169
11170 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11171
36cf1806
TT
111722016-09-21 Tom Tromey <tom@tromey.com>
11173
11174 PR gdb/20604:
11175 * gdb.base/quit.exp: New file.
11176
74172ecf
SM
111772016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11178
11179 * .gitignore: New file.
11180
3d0ec882
MR
111812016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11182
11183 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11184 throughout.
11185
8193adea
AA
111862016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11187
11188 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11189
d41a5c09
JK
111902016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11191
11192 * gdb.cp/casts.cc (decltype): Move it ...
11193 (main): ... with its call to ...
11194 * gdb.cp/casts03.cc: ... a new file.
11195 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11196
d2dfe700
JK
111972016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11198
11199 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11200
e2a92b16
PB
112012016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11202
11203 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11204 and sync up the test with tests in gas/testsuite/gas/ppc.
11205 * gdb.arch/powerpc-power.exp: Likewise.
11206
49b4de64
JK
112072016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11208
11209 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11210
2c29df25
SDJ
112112016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11212 Jan Kratochvil <jan.kratochvil@redhat.com>
11213
11214 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11215 make m1's definition to be different from m2's. Use 'dummy' as an
11216 argument for probe 'two'.
11217
cc3c2846
JB
112182016-09-10 Jon Beniston <jon@beniston.com>
11219
11220 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11221 for sim target.
11222
e1b2624a
AA
112232016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11224
11225 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11226 variable declaration.
11227 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11228 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11229 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11230 received HWCAP as its argument.
11231
4295e285
PA
112322016-09-06 Pedro Alves <palves@redhat.com>
11233
11234 * gdb.base/new-ui-pending-input.c: New file.
11235 * gdb.base/new-ui-pending-input.exp: New file.
11236 * gdb.exp (clear_gdb_spawn_id): New procedure.
11237 (with_spawn_id): Check whether gdb_spawn_id exists before
11238 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11239 on exit.
11240
00d5215e
UW
112412016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11242
11243 * gdb.base/float128.c: New file.
11244 * gdb.base/float128.exp: Likewise.
11245 * gdb.base/floatn.c: Likewise.
11246 * gdb.base/floatn.exp: Likewise.
11247
a9ff5f12
UW
112482016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11249
11250 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11251
f245535c
PA
112522016-09-05 Pedro Alves <palves@redhat.com>
11253
11254 PR backtrace/19927
11255 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11256 unwinders are immediately called as side effect of "source" or
11257 "disable unwinder" commands.
11258 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11259
ae9cf263
YQ
112602016-09-02 Yao Qi <yao.qi@linaro.org>
11261
11262 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11263 is true and $type is "float" or "double".
11264
27aba047
YQ
112652016-09-02 Yao Qi <yao.qi@linaro.org>
11266
11267 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11268 true.
11269 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11270 * gdb.base/call-rt-st.exp: Likewise.
11271 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11272 return value instead of gdb,skip_float_test.
11273 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11274 (do_function_calls): Use its return value instead of
11275 gdb,skip_float_test.
11276 * gdb.base/finish.exp: Likewise.
11277 * gdb.base/funcargs.exp: Likewise.
11278 * gdb.base/return.exp: Likewise.
11279 * gdb.base/return2.exp: Likewise.
11280 * gdb.base/varargs.exp: Likewise.
11281 * lib/gdb.exp (gdb_skip_float_test): Change it to
11282 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11283
5af962df
AA
112842016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11285
11286 * gdb.multi/tids.exp: Test "thread apply all".
11287
7fac6910
JK
112882016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11289
11290 * gdb.base/default.exp (tty): Remove.
11291
bb1fe4ac
KB
112922016-08-24 Kevin Buettner <kevinb@redhat.com>
11293
2806dc7e
PA
11294 * gdb.python/py-recurse-unwind.c: New file.
11295 * gdb.python/py-recurse-unwind.py: New file.
11296 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11297
0a1ddfa6
SM
112982016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11299
11300 * gdb.base/set-inferior-tty.exp: New file.
11301 * gdb.base/set-inferior-tty.c: New file.
11302
d9de1fe3
PA
113032016-08-23 Pedro Alves <palves@redhat.com>
11304
11305 PR gdb/20494
11306 * gdb.base/new-ui-echo.c: New file.
11307 * gdb.base/new-ui-echo.exp: New file.
11308
e9d9abd7
YQ
113092016-08-23 Yao Qi <yao.qi@linaro.org>
11310
11311 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11312 gdbserver_spawn.
11313 * gdb.server/connect-without-multi-process.exp (do_test):
11314 Likewise.
11315
3589529e
YQ
113162016-08-23 Yao Qi <yao.qi@linaro.org>
11317
11318 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11319 standalone_txt. Delete gdb_txt and standalone_txt on host
11320 and target. Spawn the binary on target. Copy files from
11321 target to host.
11322
6bb90213
PA
113232016-08-22 Pedro Alves <palves@redhat.com>
11324
11325 PR gdb/20505
11326 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11327 with_test_prefix. Factor out bits to ...
11328 (test_no_vdso): ... this new procedure.
11329
20c2c024
CL
113302016-08-19 Carl Love <cel@us.ibm.com>
11331
11332 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11333 maintaining separate logic for constructing the output path.
11334 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11335 * gdb.arch/ppc-dfp.exp: Likewise.
11336 * gdb.arch/ppc-fp.exp: Likewise.
11337 * gdb.arch/vsx-regs.exp: Likewise.
11338 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11339 binprefix for generating the additional binary files.
11340
0646e07d
PA
113412016-08-19 Pedro Alves <palves@redhat.com>
11342
11343 * gdb.trace/mi-trace-frame-collected.exp
11344 (test_trace_frame_collected): On x32, expect two registers.
11345
46da9242
CL
113462016-08-18 Carl Love <cel@us.ibm.com>
11347
11348 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11349 and sync up the test with tests in gas/testsuite/gas/ppc.
11350 * gdb.arch/powerpc-power.exp: Likewise.
11351
eb2332d7
SM
113522016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11353
11354 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11355 expected error message.
11356
63c61e04
SM
113572016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11358
11359 * gdb.multi/remove-inferiors.exp: New file.
11360 * gdb.multi/remove-inferiors.c: New file.
11361
7b17065f
YQ
113622016-08-12 Yao Qi <yao.qi@linaro.org>
11363
11364 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11365 argument list.
11366
01d3dedf
PA
113672016-08-10 Pedro Alves <palves@redhat.com>
11368
11369 PR gdb/19187
11370 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11371 setup_kfails.
11372
3eb7562a
PA
113732016-08-09 Pedro Alves <palves@redhat.com>
11374 Simon Marchi <simon.marchi@ericsson.com>
11375
11376 PR gdb/20418
11377 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11378 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11379
80614914
PA
113802016-08-09 Pedro Alves <palves@redhat.com>
11381
11382 PR mi/20431
11383 * gdb.mi/mi-cmd-error.exp: New file.
11384
f348d89a
PA
113852016-08-09 Pedro Alves <palves@redhat.com>
11386
11387 PR gdb/18653
11388 * gdb.base/signals-state-child.c: New file.
11389 * gdb.base/signals-state-child.exp: New file.
11390 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11391
e5ca03b4
PA
113922016-08-09 Pedro Alves <palves@redhat.com>
11393
11394 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11395
282a0691
TT
113962016-08-03 Tom Tromey <tom@tromey.com>
11397
11398 PR python/18565:
11399 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11400
41bfcd63
YQ
114012016-08-01 Yao Qi <yao.qi@linaro.org>
11402
11403 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11404 variable mode to "multi-process" if $multi_process is 1, otherwise
11405 set it to "single-process".
11406
e3465b24
YQ
114072016-08-01 Yao Qi <yao.qi@linaro.org>
11408
11409 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11410 * gdb.cp/cpexprs.exp: Likewise.
11411 * gdb.cp/m-static.exp: Likewise.
11412
0b31a4bc
TT
114132016-07-26 Tom Tromey <tom@tromey.com>
11414
11415 PR python/20190:
11416 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11417 test.
11418
e0461dbb
MM
114192016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11420
11421 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11422 selecting assembly source files.
11423 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11424 assembly source files.
11425 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11426 assembly source files.
11427 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11428 selecting assembly source files.
11429
8194e927
SM
114302016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11431
11432 * gdb.base/new-ui.exp (do_test_invalid_args): New
11433 procedure.
11434
c0272db5
TW
114352016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11436
11437 * gdb.btrace/reconnect.c: New file.
11438 * gdb.btrace/reconnect.exp: New file.
11439
e3487908
GKB
114402016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11441
11442 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11443 to test_catch_syscall_group.
11444 (test_catch_syscall_group): New.
11445
12df5c00
TT
114462016-07-21 Tom Tromey <tom@tromey.com>
11447
11448 * gdb.rust/simple.rs (main): Use empty struct expression.
11449 * gdb.rust/simple.exp: Add tests for empty struct expression.
11450
bae62ee2
YQ
114512016-07-21 Yao Qi <yao.qi@linaro.org>
11452
11453 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11454 if gdb_skip_xml_test is true on some targets.
11455
b1b53fb3
YQ
114562016-07-21 Yao Qi <yao.qi@linaro.org>
11457
11458 * gdb.server/solib-list.exp: Unset last_loaded_file.
11459
027d97f8
JK
114602016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11461
11462 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11463 "step into captured_main (args)".
11464
7674d381
JK
114652016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11466
11467 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11468
72b5d099
JK
114692016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11470
11471 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11472
1f960ced
PA
114732016-07-19 Pedro Alves <palves@redhat.com>
11474
11475 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11476 * gdb.opt/inline-bt.exp: Likewise.
11477 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11478 additional_flags=-Winline.
11479 * gdb.opt/inline-locals.exp: Likewise.
11480 * gdb.opt/inline-markers.c (ATTR): Define.
11481 (inlined_fn): Use it.
11482
f25827c1
YQ
114832016-07-19 Yao Qi <yao.qi@linaro.org>
11484
11485 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11486 (test_with_self): Remove some code. Remove argument executable.
11487 (top-level): Use do_self_tests.
11488
37539ebe
DB
114892016-07-15 Zachary Welch <zwelch@codesourcery.com>
11490 Don Breazeal <donb@codesourcery.com>
11491
11492 * gdb.base/maint.exp: Escape paths used in regular expressions.
11493 * gdb.stabs/weird.exp: Likewise.
11494
dac790e1
TT
114952016-07-13 Tom Tromey <tom@tromey.com>
11496
11497 PR python/15620, PR python/18620:
11498 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11499 (test_bkpt_events): New procs.
11500
93daf339
TT
115012016-07-13 Tom Tromey <tom@tromey.com>
11502
11503 PR python/17698:
11504 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11505 test.
11506 (test_watchpoints): Likewise.
11507 (test_bkpt_pending): New proc.
11508
6571a381
TT
115092016-07-13 Tom Tromey <tom@tromey.com>
11510
11511 PR cli/18053:
11512 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11513 completion test.
11514
e8732474
JK
115152016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11516
11517 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11518 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11519 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11520 f_label.
11521 (g): Rename g_end_lbl to g_label.
11522 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11523 low_pc and high_pc.
11524 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11525
e0f3fd7c
TT
115262016-07-12 Tom Tromey <tom@tromey.com>
11527
11528 PR python/19293:
11529 * gdb.python/py-unwind-maint.exp: Update tests.
11530
3cfe46b6
YQ
115312016-07-12 Yao Qi <yao.qi@linaro.org>
11532
11533 * lib/selftest-support.exp (selftest_setup): Match the output
11534 when captured_main is inlined.
11535
4f19a0e6
WT
115362016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11537
11538 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11539 New variables.
11540 (print this%a, print this%b, print this): New tests.
11541 * gdb.fortran/derived-types.f90 (this): New object and
11542 initialization.
11543
986cf455
SM
115442016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11545
11546 * gdb.ada/arraydim.exp: Remove extra directory level in build
11547 directory.
11548
f0464b23
SM
115492016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11550
11551 * lib/ada.exp: Remove extra directory level in build directory.
11552 * gdb.ada/cond_lang.exp: Likewise.
11553 * gdb.ada/exec_changed.exp: Likewise.
11554 * gdb.ada/lang_switch.exp: Likewise.
11555
42d94011
MG
115562016-07-06 Manish Goregaokar <manish@mozilla.com>
11557
2806dc7e
PA
11558 * simple.rs: Add test for raw pointer subscripting.
11559 * simple.exp: Add test expectations.
42d94011 11560
647c264c
YQ
115612016-07-05 Yao Qi <yao.qi@linaro.org>
11562
11563 * gdb.mi/mi-reverse.exp: Match =record-started output.
11564
20aa2c60
PA
115652016-07-01 Pedro Alves <palves@redhat.com>
11566
11567 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11568 procedure.
11569 (jit_reader_test): Test the jit reader's unwinder.
11570 * gdb.base/jithost.c (jit_function_00_code): New global.
11571 (main): Use memcpy to fill in the mmapped code, instead of poking
11572 bytes manually here.
11573 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11574 value.
11575 (read_debug_info): Save the function's range.
11576 (read_sp): New function.
11577 (unwind_frame): Use it. Also unwind RBP.
11578 (get_frame_id): Use read_sp.
11579 (gdb_init_reader): Use calloc instead of malloc.
11580 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11581 parameter. Use gdb_test_multiple.
11582
ced2dffb
PA
115832016-07-01 Pedro Alves <palves@redhat.com>
11584 Antoine Tremblay <antoine.tremblay@ericsson.com>
11585
11586 * gdb.threads/process-dies-while-detaching.c: New file.
11587 * gdb.threads/process-dies-while-detaching.exp: New file.
11588
63000888
PA
115892016-07-01 Pedro Alves <palves@redhat.com>
11590
11591 * gdb.multi/watchpoint-multi-exit.c: New file.
11592 * gdb.multi/watchpoint-multi-exit.exp: New file.
11593
038d4868
PA
115942016-06-30 Pedro Alves <palves@redhat.com>
11595
11596 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11597 unset inferior_spawn_id.
11598
994e9c83
PA
115992016-06-30 Pedro Alves <palves@redhat.com>
11600
11601 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11602 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11603
e5653468
YQ
116042016-06-29 Yao Qi <yao.qi@linaro.org>
11605
11606 * gdb.base/return.c: Add copyright header.
11607
803b47e5
TT
116082016-06-29 Tom Tromey <tom@tromey.com>
11609
11610 PR python/20129:
11611 * gdb.python/py-framefilter.exp: Add tests for setting priority
11612 and disabling of non-existent frame filter.
11613
28244707
YQ
116142016-06-29 Yao Qi <yao.qi@linaro.org>
11615
11616 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11617 0x0f07ff.
11618
a31d2f06
YQ
116192016-06-28 Yao Qi <yao.qi@linaro.org>
11620
11621 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11622 triplets. Start gdb, execute catch syscall, and continue. Check
11623 gdb's output to determine catch syscall is supported.
11624
921d8f54
MG
116252016-06-27 Manish Goregaokar <manish@mozilla.com>
11626
25d49b86
PA
11627 * gdb.rust/simple.rs: Add test for returning unit in a function.
11628 * gdb.rust/simple.exp: Add expectation for functions returning
11629 unit.
921d8f54 11630
f4952523
PMR
116312016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11632
11633 * gdb.python/py-breakpoint-create-fail.c,
11634 gdb.python/py-breakpoint-create-fail.exp,
11635 gdb.python/py-breakpoint-create-fail.py: New testcase.
11636
fccb08f8
MG
116372016-06-25 Manish Goregaokar <manish@mozilla.com>
11638
11639 PR gdb/20239
11640 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
11641 * gdb.rust/simple.exp: Add test expectations for new NonZero
11642 tests.
fccb08f8 11643
6b850546
DT
116442016-06-24 David Taylor <dtaylor@emc.com>
11645
11646 * gdb.base/offsets.exp: New file.
11647 * gdb.base/offsets.c: New file.
11648
17621150
TT
116492016-06-23 Tom Tromey <tom@tromey.com>
11650
11651 PR gdb/16483:
11652 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11653 before any filters are loaded.
11654
04d59df6
WT
116552016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11656
11657 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11658 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11659 structs.
11660 * gdb.fortran/derived-type-function.exp: New file.
11661 * gdb.fortran/derived-type-function.f90: New file.
11662
11663
ac69f786
PA
116642016-06-21 Pedro Alves <palves@redhat.com>
11665
11666 * gdb.base/new-ui.exp: New file.
11667 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11668 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11669 (with_spawn_id): New procedure.
11670
49940788
PA
116712016-06-21 Pedro Alves <palves@redhat.com>
11672
11673 * gdb.mi/mi-exec-run.exp: New file.
11674
ef274d26
PA
116752016-06-21 Pedro Alves <palves@redhat.com>
11676
11677 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11678 breakpoint command's output on the main UI.
11679 (test_break): New procedure, factored out from calls in the top
11680 level.
11681 (top level): Use foreach_with_prefix to test MI as main UI and as
11682 separate UI.
11683
468afe6c
PA
116842016-06-21 Pedro Alves <palves@redhat.com>
11685
11686 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11687 (test_awatch_creation_and_listing)
11688 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11689 Remove 'type' parameter.
11690 (test_watchpoint_all): New parameter mi_mode. Remove
11691 with_test_prefix.
11692 (top level): Use foreach_with_prefix, and add main/separate UI MI
11693 testing axis.
11694
51f77c37
PA
116952016-06-21 Pedro Alves <palves@redhat.com>
11696
11697 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11698 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11699 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11700 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11701 (gdb_main_spawn_id, mi_spawn_id): Declare and
11702 comment.
11703 (mi_create_inferior_pty): New procedure,
11704 factored out from default_mi_gdb_start.
11705 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11706 procedures.
11707 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11708 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11709 Use mi_create_inferior_pty.
11710 (mi_gdb_start): Use eval to pass down args list.
11711
8980e177
PA
117122016-06-21 Pedro Alves <palves@redhat.com>
11713
11714 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11715 * gdb.opt/inline-cmds.exp: Add MI tests.
11716
f38d3ad1
PA
117172016-06-21 Pedro Alves <palves@redhat.com>
11718
11719 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11720
45db7c09
PA
117212016-06-21 Pedro Alves <palves@redhat.com>
11722
11723 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11724 (top level): Use it instead of mi_execute_to.
11725
5a069ab3
PA
117262016-06-21 Pedro Alves <palves@redhat.com>
11727
11728 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11729 (cont_handler_str): New.
11730 (signal_stop_handler): Set stop_handler_str instead of printing to
11731 stdout.
11732 (continue_handler): Set cont_handler_str instead of printing to
11733 stdout.
11734 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11735 mi_send_resuming_command. Print stop_handler_str and
11736 cont_handler_str instead of expecting the python events print
11737 directly.
11738
2838cc1d
SD
117392016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11740
11741 * gdb.base/jit-reader.exp: New file.
11742 * gdb.base/jithost.c: New file.
11743 * gdb.base/jithost.h: New file.
11744 * gdb.base/jitreader.c : New file.
11745 * gdb.base/jit-protocol.h: New file.
11746
21a77091
YQ
117472016-06-17 Yao Qi <yao.qi@linaro.org>
11748
11749 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11750 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11751 and detach-on-fork. Adjust tests.
11752 (top level): Invoke break_cond_on_syscall with combinations of
11753 syscall, follow-fork-mode and detach-on-fork.
11754
f50bf8e5
YQ
117552016-06-17 Yao Qi <yao.qi@linaro.org>
11756
11757 * gdb.base/step-over-exit.c: New.
11758 * gdb.base/step-over-exit.exp: New.
11759
a28d8e50
YTL
117602016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11761
11762 * gdb.base/float.exp: Add target check for nds32*-*-*.
11763 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11764
cad8e26d
AB
117652016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11766
11767 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11768 for unsupported target features.
11769 * gdb.base/call-rt-st.exp: Likewise.
11770 * gdb.base/call-sc.exp: Likewise.
11771 * gdb.base/call-signal-resume.exp: Likewise.
11772 * gdb.base/call-strs.exp: Likewise.
11773 * gdb.base/callexit.exp: Likewise.
11774 * gdb.base/callfuncs.exp: Likewise.
11775 * gdb.base/nodebug.exp: Likewise.
11776 * gdb.base/printcmds.exp: Likewise.
11777 * gdb.base/ptype.exp: Likewise.
11778 * gdb.base/structs.exp: Likewise.
11779 * gdb.base/unwindonsignal.exp: Likewise.
11780 * gdb.cp/gdb2495.exp: Likewise.
11781 * gdb.cp/templates.exp: Likewise.
11782 * gdb.cp/virtfunc.exp: Likewise.
11783 * gdb.threads/hand-call-in-threads.exp: Likewise.
11784 * gdb.threads/interrupted-hand-call.exp: Likewise.
11785 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11786
347dc102
TT
117872016-06-10 Tom Tromey <tom@tromey.com>
11788
11789 PR rust/20110:
11790 * gdb.rust/expr.exp: Add test for integer constant larger than
11791 i32.
11792
5e13cf25
BH
117932016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11794
11795 * gdb.fortran/nested-funcs.exp: New.
11796 * gdb.fortran/nested-funcs.f90: New.
11797
bb556f1f
TK
117982016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11799
11800 * gdb.base/examine-backward.c: New file.
11801 * gdb.base/examine-backward.exp: New file.
11802
38b022b4
SM
118032016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11804
11805 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11806 matching.
11807
1b40ec05
TT
118082016-06-02 Tom Tromey <tom@tromey.com>
11809
11810 PR python/18984:
11811 * gdb.python/py-shared.exp: Add solib_name test.
11812
193bd378
SM
118132016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11814
11815 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11816
3326303b
MG
118172016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11818
11819 PR c++/19893
11820 * gdb.dwarf2/implref.exp: Rename to...
11821 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11822 * gdb.dwarf2/implref-array.c: New file.
11823 * gdb.dwarf2/implref-array.exp: Likewise.
11824 * gdb.dwarf2/implref-global.c: Likewise.
11825 * gdb.dwarf2/implref-global.exp: Likewise.
11826 * gdb.dwarf2/implref-struct.c: Likewise.
11827 * gdb.dwarf2/implref-struct.exp: Likewise.
11828
825c8ef2
AT
118292016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11830
11831 * gdb.trace/trace-condition.exp: Add 64bit tests.
11832
2320162a
AT
118332016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11834
11835 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11836 bits types.
11837 (main): Adapt to 8 to 64 bits types.
11838 * gdb.trace/trace-condition.exp: Add new tests.
11839
a7818233
AT
118402016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11841
11842 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11843
0d336466
AT
118442016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11845
11846 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11847 Move condition tests...
11848 * gdb.trace/trace-condition.exp: Here.
11849
7faeb45a
AT
118502016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11851
11852 * gdb.trace/trace-condition.exp: Add counter-case tests.
11853
e385593e
JK
118542016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11855
11856 PR c++/15231
11857 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11858 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11859
744608cc
PA
118602016-05-27 Pedro Alves <palves@redhat.com>
11861
11862 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11863 New procedure.
11864 (top level): Call it, and bail out of DejaGnu is known to be bad.
11865
ac775bf4
AB
118662016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11867
11868 * gdb.base/whatis.c: Extend the test case.
11869 * gdb.base/whatis.exp: Add additional tests.
11870
2bbad2ea
BH
118712016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11872
11873* gdb.fortran/type.f90: Add pointer variable.
11874* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11875
8b70175d
BH
118762016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11877
11878 * gdb.fortran/vla-type.exp: Fix testcase name.
11879
86d8a848
BH
118802016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11881
11882 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11883
e188eb36
BH
118842016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11885
11886 * gdb.fortran/type.f90: Add nested structures.
11887 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11888 * gdb.fortran/derived-type.exp: Adapt expected output.
11889 * gdb.fortran/vla-type.exp: Adapt expected output.
11890
9b2db1fd
BH
118912016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11892
11893 * gdb.fortran/whatis_type.exp: Adapt expected output.
11894
72b17055
BH
118952016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11896
11897 * gdb.fortran/print_type.exp: Fix expected output.
11898 * gdb.fortran/whatis_type.exp: Fix expected output.
11899
3cd81d8d
BH
119002016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11901
11902 * gdb.fortran/whatis_type.exp: Use multi_line.
11903
ddae9462
TT
119042016-05-24 Tom Tromey <tom@tromey.com>
11905
11906 PR python/17386:
11907 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11908 use value as an index.
11909
1957f6b8
TT
119102016-05-23 Tom Tromey <tom@tromey.com>
11911
11912 PR python/17981:
11913 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11914 no-breakpoint case.
11915
026a9174
PA
119162016-05-24 Pedro Alves <palves@redhat.com>
11917
11918 PR gdb/19828
11919 * gdb.threads/clone-attach-detach.c: New file.
11920 * gdb.threads/clone-attach-detach.exp: New file.
11921
e70a7231
FR
119222016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11923
11924 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11925
0f6ed0e0
TT
119262016-05-23 Tom Tromey <tom@tromey.com>
11927
11928 PR python/19438, PR python/18393:
11929 * gdb.python/py-progspace.exp: Add "dir" test.
11930 * gdb.python/py-objfile.exp: Add "dir" test.
11931
ffd19d61
YQ
119322016-05-23 Yao Qi <yao.qi@linaro.org>
11933
11934 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11935 * gdb.arch/thumb2-it.exp: Likewise.
11936
9e8f9b05
SM
119372016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11938
11939 * gdb.mi/mi-threads-interrupt.c: New file.
11940 * gdb.mi/mi-threads-interrupt.exp: New file.
11941
61c6156d
SM
119422016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11943
11944 PR gdb/18077
11945 * gdb.mi/mi-async-run.exp: New file.
11946 * gdb.mi/mi-async-run.c: New file.
11947
67218854
TT
119482016-05-17 Tom Tromey <tom@tromey.com>
11949 Manish Goregaokar <manishsmail@gmail.com>
11950
11951 * lib/rust-support.exp: New file.
11952 * lib/gdb.exp (skip_rust_tests): New proc.
11953 (build_executable_from_specs): Handle rust.
11954 * lib/future.exp (gdb_find_rustc): New proc.
11955 (gdb_default_target_compile): Handle rust.
11956 * gdb.rust/expr.exp: New file.
11957 * gdb.rust/generics.exp: New file.
11958 * gdb.rust/generics.rs: New file.
11959 * gdb.rust/methods.exp: New file.
11960 * gdb.rust/methods.rs: New file.
11961 * gdb.rust/modules.exp: New file.
11962 * gdb.rust/modules.rs: New file.
11963 * gdb.rust/simple.exp: New file.
11964 * gdb.rust/simple.rs: New file.
11965
c44af4eb
TT
119662016-05-17 Tom Tromey <tom@tromey.com>
11967
11968 * gdb.base/default.exp (set language): Add rust.
11969
dcd1f979
TT
119702016-05-17 Tom Tromey <tom@tromey.com>
11971
11972 * gdb.gdb/unittest.exp: New file.
11973
155b7f57
YQ
119742016-05-16 Yao Qi <yao.qi@linaro.org>
11975
11976 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11977 shell_prompt. Update shell_prompt_re.
11978
8ddd5a6c
DE
119792016-05-12 Doug Evans <dje@google.com>
11980
11981 PR symtab/19999
11982 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11983 $options when building executable.
11984 * gdb.dwarf2/fission-loclists-pie.S: New file.
11985 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11986
02e370d9
SM
119872016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11988
11989 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11990 of [is_remote target],
11991
8929ad8b
SM
119922016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11993
11994 * lib/gdb.exp (use_gdb_stub): New procedure.
11995
6c447423
DE
119962016-05-03 Yunlian Jiang <yunlian@google.com>
11997 Doug Evans <dje@google.com>
11998
11999 PR symtab/19914
12000 * gdb.dwarf2/dwp-sepdebug.c: New file.
12001 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12002
444e826c
SM
120032016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12004
12005 * gdb.base/detach.exp: Remove is_remote check.
12006
740feeaa
SM
120072016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12008
12009 * gdb.base/annota-input-while-running.exp: Don't check for
12010 [is_remote target]. Enable annotations after running to main.
12011 Remove unused "set test..." line.
12012
9080ac9d
SM
120132016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12014
12015 * gdb.trace/trace-enable-disable.exp: New file.
12016 * gdb.trace/trace-enable-disable.c: New file.
12017
952ebca5
SM
120182016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12019
12020 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12021 use it in info sharedlibrary test.
12022 * gdb.trace/ftrace-lock.exp: Likewise.
12023 * gdb.trace/ftrace.exp: Likewise.
12024 * gdb.trace/range-stepping.exp: Likewise.
12025 * gdb.trace/trace-break.exp: Likewise.
12026 * gdb.trace/trace-condition.exp: Likewise.
12027 * gdb.trace/trace-mt.exp: Likewise.
12028
d9019901
SM
120292016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12030
12031 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12032 (gdb_load_shlib): ... this.
12033 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12034 gdb_load_shlib.
12035 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12036 * gdb.base/ctxobj.exp: Likewise.
12037 * gdb.base/dprintf-pending.exp: Likewise.
12038 * gdb.base/dso2dso.exp: Likewise.
12039 * gdb.base/fixsection.exp: Likewise.
12040 * gdb.base/gcore-relro.exp: Likewise.
12041 * gdb.base/gdb1555.exp: Likewise.
12042 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12043 * gdb.base/gnu-ifunc.exp: Likewise.
12044 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12045 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12046 * gdb.base/pending.exp: Likewise.
12047 * gdb.base/print-file-var.exp: Likewise.
12048 * gdb.base/print-symbol-loading.exp: Likewise.
12049 * gdb.base/shlib-call.exp: Likewise.
12050 * gdb.base/shreloc.exp: Likewise.
12051 * gdb.base/so-impl-ld.exp: Likewise.
12052 * gdb.base/solib-disc.exp: Likewise.
12053 * gdb.base/solib-nodir.exp: Likewise.
12054 * gdb.base/solib-overlap.exp: Likewise.
12055 * gdb.base/solib-symbol.exp: Likewise.
12056 * gdb.base/solib-weak.exp (do_test): Likewise.
12057 * gdb.base/sym-file.exp: Likewise.
12058 * gdb.base/symtab-search-order.exp: Likewise.
12059 * gdb.base/type-opaque.exp: Likewise.
12060 * gdb.base/unload.exp: Likewise.
12061 * gdb.base/watchpoint-solib.exp: Likewise.
12062 * gdb.compile/compile.exp: Likewise.
12063 * gdb.cp/gdb2384.exp: Likewise.
12064 * gdb.cp/infcall-dlopen.exp: Likewise.
12065 * gdb.cp/re-set-overloaded.exp: Likewise.
12066 * gdb.fortran/library-module.exp: Likewise.
12067 * gdb.opt/solib-intra-step.exp: Likewise.
12068 * gdb.python/py-finish-breakpoint.exp: Likewise.
12069 * gdb.python/py-shared.exp: Likewise.
12070 * gdb.reverse/solib-precsave.exp: Likewise.
12071 * gdb.reverse/solib-reverse.exp: Likewise.
12072 * gdb.server/solib-list.exp: Likewise.
12073 * gdb.threads/dlopen-libpthread.exp: Likewise.
12074 * gdb.threads/tls-shared.exp: Likewise.
12075 * gdb.threads/tls-so_extern.exp: Likewise.
12076 * gdb.trace/change-loc.exp: Likewise.
12077 * gdb.trace/ftrace-lock.exp: Likewise.
12078 * gdb.trace/ftrace.exp: Likewise.
12079 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12080 * gdb.trace/pending.exp: Likewise.
12081 * gdb.trace/range-stepping.exp: Likewise.
12082 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12083 (strace_info_marker): Likewise.
12084 (strace_probe_marker): Likewise.
12085 (strace_trace_on_same_addr): Likewise.
12086 (strace_trace_on_diff_addr): Likewise.
12087 * gdb.trace/trace-break.exp: Likewise.
12088 * gdb.trace/trace-condition.exp: Likewise.
12089 * gdb.trace/trace-mt.exp: Likewise.
12090
fca4cfd9
SM
120912016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12092
12093 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12094 result of gdb_remote_download.
12095 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12096 * gdb.base/dso2dso.exp: Likewise.
12097 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12098 * gdb.base/print-file-var.exp: Likewise.
12099 * gdb.base/shlib-call.exp: Likewise.
12100 * gdb.base/shreloc.exp: Likewise.
12101 * gdb.base/solib-overlap.exp: Likewise.
12102 * gdb.base/solib-weak.exp (do_test): Likewise.
12103 * gdb.base/unload.exp: Likewise.
12104
11cf4ffb
YQ
121052016-04-27 Yao Qi <yao.qi@linaro.org>
12106
12107 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12108 exists.
12109
3e2e34f8
KB
121102016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12111
12112 * vla-type.exp: Print structure from toplevel.
12113
8f07e298
BH
121142016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12115
12116 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12117 of dynamic types.
12118 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12119 of dynamic types.
12120
9920b434
BH
121212016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12122
12123 * gdb.fortran/vla-type.f90: New file.
12124 * gdb.fortran/vla-type.exp: New file.
12125
f3abeff5
YQ
121262016-04-25 Yao Qi <yao.qi@linaro.org>
12127
12128 * gdb.base/branch-to-self.c: New file.
12129 * gdb.base/branch-to-self.exp: New file.
12130
0a5d52f0
YQ
121312016-04-22 Yao Qi <yao.qi@linaro.org>
12132
12133 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12134 more after $hex.
12135
495346f6
YQ
121362016-04-22 Yao Qi <yao.qi@linaro.org>
12137
12138 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12139 * gdb.base/annota3.exp: Likewise.
12140
4a7e075c
YQ
121412016-04-22 Yao Qi <yao.qi@linaro.org>
12142
12143 * gdb.reverse/step-precsave.exp: Do one step and test program
12144 stops in "callee" and do multiple steps until program goes out
12145 of "callee".
12146 * gdb.reverse/step-reverse.exp: Likewise.
12147
5b061e98
YQ
121482016-04-22 Yao Qi <yao.qi@linaro.org>
12149
12150 * gdb.trace/signal.exp: Also pass if
12151 $tracepoint_hits($i) > $iterations.
12152
5c5dc57f
YQ
121532016-04-22 Yao Qi <yao.qi@linaro.org>
12154
12155 * gdb.trace/signal.c: New file.
12156 * gdb.trace/signal.exp: New file.
12157
a55411b9
DE
121582016-04-19 Doug Evans <xdje42@gmail.com>
12159
12160 * gdb.base/bad-file.exp: New file.
12161
a22df60a
MG
121622016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12163
12164 * gdb.dwarf2/implref.exp: New file.
12165
0c13f7e5
BH
121662016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12167
12168 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12169 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12170 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12171 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12172 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12173 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12174 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12175 * lib/fortran.exp (fortran_int4): New procedure.
12176 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12177 (fortran_logical4): Likewise.
12178
9b9b09e9
BH
121792016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12180
12181 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12182
a14d1f4d
BH
121832016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12184
12185 * lib/compiler.c: Add Intel specific preprocessor macros.
12186 * lib/compiler.cc: Likewise.
25d49b86 12187
7d49b1d0
LM
121882016-04-13 Luis Machado <lgustavo@codesourcery.com>
12189
12190 * gdb.server/connect-with-no-symbol-file.c: New file.
12191 * gdb.server/connect-with-no-symbol-file.exp: New file.
12192
8392fa22
SM
121932016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12194
12195 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12196
8c4c4aeb
SM
121972016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12198
12199 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12200 standard output directory.
12201
45e3745e
AT
122022016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12203
12204 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12205
e26b7e41
MM
122062016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12207
12208 * gdb.btrace/instruction_history.c (loop): Add declaration.
12209
8ce09462
AT
122102016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12211
12212 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12213
2e88a1ea
SM
122142016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12215
12216 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12217 parentheses to print.
12218 (continue_handler): Likewise.
12219
f48e22e3
SM
122202016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12221
12222 * gdb.server/solib-list.exp: Remove is_remote check.
12223 Pass shlib= to gdb_compile. Don't link shared library with
12224 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12225 Run binary filename through "readlink -f" on the target.
12226
096be756
PA
122272016-04-08 Pedro Alves <palves@redhat.com>
12228
12229 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12230 interpreter filename as argument to gdbserver_spawn.
12231 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12232 Return empty if $last_loaded_file does not exist.
12233
06500533
JK
122342016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12235
12236 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12237 * gdb.base/jit-main.c: Use exit after usage.
12238
2d35e871
JK
122392016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12240
12241 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12242 GDBHISTSIZE prior to the tests.
12243 * gdb.base/gdbinit-history.exp: Likewise.
12244
122452016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12246
12247 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12248 instead of build_executable. Use gdb_load_shlibs.
12249
c8064e7e
YQ
122502016-04-07 Yao Qi <yao.qi@linaro.org>
12251
12252 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12253 Execute "si" command.
12254
bde47561
YQ
122552016-04-07 Yao Qi <yao.qi@linaro.org>
12256
12257 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12258 number instead of the comments on some line.
12259
b16f8a3b
DB
122602016-04-06 Don Breazeal <donb@codesourcery.com>
12261
12262 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12263 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12264
c2f901df
SM
122652016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12266
12267 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12268 standard_output_file. Remove unused binfile variable.
12269
ac17fda0
CU
122702016-04-05 Catalin Udma <catalin.udma@freescale.com>
12271
12272 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12273 * gdb.python/py-mi-objfile.exp: Match "list main" output
12274 in console format.
12275
03a8c4df
SM
122762016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12277
12278 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12279 absolute.
12280
6e774b13
SM
122812016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12282
12283 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12284 absolute.
12285 * gdb.trace/ftrace.exp: Likewise.
12286 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12287 targets as well.
12288 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12289 (gdb_load_shlibs): Copy libraries to test directory when testing
12290 natively. Only set solib-search-path if testing remotely.
12291 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12292
7817ea46
SM
122932016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12294
12295 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12296 gdb_download. Use it even if the target is not remote.
12297 * gdb.base/jit.exp (compile_jit_test): Likewise.
12298 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12299 output directory if the destination board is local, otherwise use
12300 the standard remote_download from DejaGnu.
12301 (gdb_download): Remove.
12302 (gdb_load_shlibs): Use gdb_remote_download instead of
12303 gdb_download.
12304 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12305 Use gdb_remote_download instead of gdb_download. Use it even if
12306 the target is not remote.
12307 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12308 instead of gdb_download.
12309
7beb7f68
SM
123102016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12311
12312 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12313 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12314 run.
12315
cc63428a
AV
123162016-04-01 Artemiy Volkov <artemiyv@acm.org>
12317
12318 PR gdb/19820
12319 * gdb.base/printcmds.exp: Add artificial arrays tests.
12320
64cdf930
PA
123212016-03-31 Pedro Alves <palves@redhat.com>
12322
12323 PR gdb/19858
12324 * gdb.base/jit-main.c: Include unistd.h.
12325 (ATTACH): Define to 0 if not already defined.
12326 (wait_for_gdb, mypid): New globals.
12327 (WAIT_FOR_GDB): New macro.
12328 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12329 some breakpoint locations.
12330 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12331 New procedures.
12332 (one_jit_test): Add REATTACH parameter, and handle it. Use
12333 continue_to_test_location.
12334 (top level): Test attach, and adjusts calls to one_jit_test.
12335
40dea8cb
PA
123362016-03-31 Pedro Alves <palves@redhat.com>
12337
12338 PR gdb/19858
12339 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12340 BINSUFFIX parameter, and handle it.
12341 (top level): Adjust calls compile_jit_test.
12342
e7ea3ec7
CU
123432016-03-31 Catalin Udma <catalin.udma@freescale.com>
12344
12345 PR python/19743
12346 * gdb.python/py-mi-events-gdb.py: New file.
12347 * gdb.python/py-mi-events.c: New file.
12348 * gdb.python/py-mi-events.exp: New file.
12349
e6359af3
YQ
123502016-03-30 Yao Qi <yao.qi@linaro.org>
12351
12352 * gdb.reverse/until-precsave.exp: Match function name only.
12353 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12354 Move malloc to a condition block.
12355 * gdb.reverse/until-reverse.exp: Match function name only.
12356
a4105d04
MK
123572016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12358
12359 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12360 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12361 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12362 variable for GPR 0 instead of assuming it is register 0.
12363 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12364 * lib/trace-support.exp: Add s390 registers.
12365
bfa6adb9
YQ
123662016-03-29 Yao Qi <yao.qi@linaro.org>
12367
12368 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12369
1e6697ea
YQ
123702016-03-24 Yao Qi <yao.qi@linaro.org>
12371
12372 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12373 test message.
12374
64bcd522
AA
123752016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12376
12377 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12378 maintaining separate logic for constructing the output path.
12379
7868401b
DB
123802016-03-16 Don Breazeal <donb@codesourcery.com>
12381
12382 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12383 Retry fork and waitpid on interrupted system call errors.
12384 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12385 Use with_timeout_factor to increase timeout by factor of 10.
12386
1cafadb4
DB
123872016-03-15 Don Breazeal <donb@codesourcery.com>
12388
12389 * gdb.cp/scope-err.cc: New test program.
12390 * gdb.cp/scope-err.exp: New test script.
12391 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12392 lines and "set breakpoint here" comment.
12393 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12394 Fixed some whitespace and format issues.
12395 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12396 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12397
81516450
DE
123982016-03-15 Doug Evans <dje@google.com>
12399
12400 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12401 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12402 All callers updated. Add tests for enums, mixed flags register.
12403
aa52b601
DE
124042016-03-15 Doug Evans <dje@google.com>
12405
12406 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12407 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12408
fa4ff313
SM
124092016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12410
12411 * gdb.base/default.exp: Add $_as_string to the list of expected
12412 convenience functions.
12413
f2403c39
AB
124142016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12415
12416 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12417
f2f3ccb9
SM
124182016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12419
12420 * gdb.python/py-as-string.exp: New file.
12421 * gdb.python/py-as-string.c: New file.
12422
00dbd492
PA
124232016-03-09 Pedro Alves <palves@redhat.com>
12424
12425 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12426 signal" -> "Thread NN received signal" output change.
12427 * gdb.threads/ia64-sigill.exp: Likewise.
12428 * gdb.threads/linux-dp.exp: Likewise.
12429 * gdb.threads/manythreads.exp: Likewise.
12430 * gdb.threads/pending-step.exp: Likewise.
12431 * gdb.threads/print-threads.exp: Likewise.
12432 * gdb.threads/sigstep-threads.exp: Likewise.
12433 * gdb.threads/staticthreads.exp: Likewise.
12434 * gdb.threads/tls.exp: Likewise.
12435
1e6697ea
YQ
124362016-03-09 Pedro Alves <palves@redhat.com>
12437
12438 * gdb.base/command-line-input.exp: New file.
12439
b04fd3be
MK
124402016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12441
12442 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12443 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12444 * gdb.trace/pending.exp: Accept leading dot before function name.
12445 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12446 * lib/trace-support.exp: Set registers for ppc.
12447
98fa59e9
MK
124482016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12449
12450 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12451 use it for disassembly; accept .main in addition to main in backtrace.
12452
f77198c8
MK
124532016-03-09 Wei-cheng Wang <cole945@gmail.com>
12454 Marcin Kościelnicki <koriakin@0x04.net>
12455
12456 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12457 (gdb_recursion_test_ptr): New global variable.
12458 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12459 gdb_recursion_test.
12460 (gdb_c_test): Ditto.
12461
ba84e0da
MK
124622016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12463
12464 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12465 ordering.
12466
4366d36e
MK
124672016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12468
12469 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12470 (bar): Add bar_start_lbl label.
12471 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12472 of foo/bar for emitting DWARF and tracing.
12473
5eb264df
SDJ
124742016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12475
12476 * analyze-racy-logs.py: Set executable bit.
12477
fb6a751f
SDJ
124782016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12479
12480 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12481 (CHECK_TARGET_TMP): Likewise.
12482 (check-single-racy): New rule.
12483 (check-parallel-racy): Likewise.
12484 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12485 (do-check-parallel-racy): New rule.
12486 (check-racy/%.exp): Likewise.
12487 * README (Racy testcases): New section.
12488 * analyze-racy-logs.py: New file.
12489
bdf7e230
DE
124902016-03-03 Doug Evans <dje@google.com>
12491
12492 * gdb.base/skip.exp: Use with_test_prefix.
12493
4719d415
YQ
124942016-03-03 Yao Qi <yao.qi@linaro.org>
12495
12496 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12497 Invoke step_over_syscall "clone" and break_cond_on_syscall
12498 "clone".
12499 * gdb.base/step-over-clone.c: New file.
12500
ea507862
YQ
125012016-03-03 Yao Qi <yao.qi@linaro.org>
12502
12503 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12504 code format.
12505
8fc8cbda
YQ
125062016-03-03 Yao Qi <yao.qi@linaro.org>
12507
12508 * gdb.base/disp-step-fork.c: Rename to ...
12509 * gdb.base/step-over-fork.c: ... it. New file.
12510 * gdb.base/disp-step-vfork.c: Rename to ...
12511 * gdb.base/step-over-vfork.c: ... it. New file.
12512 * gdb.base/disp-step-syscall.exp: Rename to ...
12513 * gdb.base/step-over-syscall.exp: ... it. New file.
12514 (disp_step_cross_syscall): Rename to ...
12515 (step_over_syscall): ... it.
12516
92fa70b0
YQ
125172016-03-03 Yao Qi <yao.qi@linaro.org>
12518
12519 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12520 If target supports condition evaluation on target, invoke
12521 break_cond_on_syscall for fork and vfork.
12522
e197ad3c
YQ
125232016-03-03 Yao Qi <yao.qi@linaro.org>
12524
12525 * gdb.base/disp-step-syscall.exp: Don't invoke
12526 support_displaced_stepping.
12527 (disp_step_cross_syscall): Test with displaced stepping off and
12528 on if supported.
12529
0b47da9f
YQ
125302016-03-03 Yao Qi <yao.qi@linaro.org>
12531
12532 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12533 proc.
12534 (setup): New proc.
12535 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12536 and setup.
12537
065ab6dc
BH
125382016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12539
12540 * gdb.fortran/vla-history.exp: Remove breakpoint.
12541
07e448ad 125422016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12543
25d49b86
PA
12544 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12545 exceeds timeout.
07e448ad 12546
9ac2d526 125472016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12548
25d49b86
PA
12549 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12550 breakpoint.
9ac2d526 12551
17807369
BH
125522016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12553
12554 * gdb.mi/vla.f90: Nullify pointer after declaration.
12555
86e501af
PA
125562016-03-01 Pedro Alves <palves@redhat.com>
12557
12558 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12559
1e903e32
PA
125602016-03-01 Pedro Alves <palves@redhat.com>
12561
12562 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12563 before anything else.
12564 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12565 _GNU_SOURCE here.
12566 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12567 before anything else.
12568 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12569
6ccb54e2
PA
125702016-03-01 Pedro Alves <palves@redhat.com>
12571
12572 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12573
30ca9da1
YQ
125742016-03-01 Yao Qi <yao.qi@linaro.org>
12575
12576 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12577 prepare_for_testing.
12578
dc856b38
YQ
125792016-03-01 Yao Qi <yao.qi@linaro.org>
12580
12581 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12582
4a932159
AA
125832016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12584
12585 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12586 manually constructing the output path.
12587
f2489477
AA
125882016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12589
12590 * gdb.arch/s390-stackless.S: New.
12591 * gdb.arch/s390-stackless.exp: New.
12592
38899f16
IB
125932016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12594
12595 * gdb.dlang/circular.c: New file.
12596 * gdb.dlang/circular.exp: New file.
12597
9fde51ed
YQ
125982016-02-26 Yao Qi <yao.qi@linaro.org>
12599
12600 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12601 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12602 (testcases): Update.
12603
ce90fefe
YQ
126042016-02-26 Yao Qi <yao.qi@linaro.org>
12605
12606 * gdb.reverse/aarch64.c: Rename to ...
12607 * gdb.reverse/insn-reverse.c: ... it.
12608 * gdb.reverse/aarch64.exp: Rename to ...
12609 * gdb.reverse/insn-reverse.exp: ... it.
12610
3263bceb
YQ
126112016-02-26 Yao Qi <yao.qi@linaro.org>
12612
12613 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12614 (testcase_ftype): New.
12615 (testcases): New array.
12616 (n_testcases): New.
12617 (main): Call each element in testcases.
12618 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12619 (read_testcase): New.
12620 Do the tests in a loop.
12621
6cb59ff1
YQ
126222016-02-25 Yao Qi <yao.qi@linaro.org>
12623
12624 * gdb.base/branches.c: Remove.
12625
ae91f625
MK
126262016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12627
12628 PR gdb/13808
12629 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12630
678b48b7
MK
126312016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12632
12633 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12634
7337a6f2
MK
126352016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12636
12637 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12638 change x86_64 call_insn to 'callq'.
12639
861ca91f
AT
126402016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12641
12642 * gdb.trace/tfile-avx.c: Move to...
12643 * gdb.trace/tracefile-pseudo-reg.c: Here.
12644 * gdb.trace/tfile-avx.exp: Move to...
12645 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12646
bf74e428
GB
126472016-02-24 Gary Benson <gbenson@redhat.com>
12648
12649 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12650 message on attach.
12651
cce0e923
DE
126522016-02-23 Doug Evans <dje@google.com>
12653
12654 * gdb.base/skip.c (test_skip): New function.
12655 (end_test_skip_file_and_function): New function.
12656 (test_skip_file_and_function): New function.
12657 * gdb.base/skip1.c (test_skip): New function.
12658 (skip1_test_skip_file_and_function): New function.
12659 * gdb.base/skip.exp: Add tests for new skip options.
12660 * gdb.base/skip-solib.exp: Update expected output.
12661 * gdb.perf/skip-command.cc: New file.
12662 * gdb.perf/skip-command.exp: New file.
12663 * gdb.perf/skip-command.py: New file.
12664
4000e47e
MK
126652016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12666
12667 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12668 info registers pattern.
12669
24f75ead
IB
126702016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12671
12672 * lib/future.exp: Add D support.
12673 (gdb_find_gdc): New proc.
12674 (gdb_default_target_compile): Add D support.
12675
fbb7bcbe
WW
126762016-02-18 Wei-cheng Wang <cole945@gmail.com>
12677
12678 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12679 user+system time.
12680 (trace_speed_test): Determine the iteration count for a time
12681 between 15..30 seconds.
12682
012b3a21
WT
126832016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12684
12685 * gdb.arch/i386-mpx-sigsegv.c: New file.
12686 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12687 * gdb.arch/i386-mpx-simple_segv.c: New file.
12688 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12689
2d5189bd
YQ
126902016-02-18 Yao Qi <yao.qi@linaro.org>
12691
12692 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12693 Don't call setup_kfail.
12694
40fb20d0
YQ
126952016-02-18 Yao Qi <yao.qi@linaro.org>
12696
12697 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12698 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12699
21b1f8d2
DE
127002016-02-16 Doug Evans <dje@google.com>
12701
12702 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12703 * gdb.base/skip1.c: Ditto.
12704 * gdb.base/skip.exp: Whitespace cleanup.
12705
4041ed77
DB
127062016-02-16 Don Breazeal <donb@codesourcery.com>
12707
12708 PR remote/19496
12709 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12710 Remove kfail for PR remote/19496.
12711
c4ef31bf
SM
127122016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12713
12714 * lib/gdb.exp (standard_temp_file): Return a path specific to
12715 the runtest invocation.
12716
266b65b3
SM
127172016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12718
12719 * gdb.trace/save-trace.exp: Change relative path to be in the
12720 standard output directory.
12721
a7a0a6a9
JK
127222016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12723
12724 * gdb.arch/i386-prologue.c: Add missing prototypes.
12725
c99dbb42
JK
127262016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12727
12728 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12729 * gdb.arch/i386-prologue.exp: Likewise.
12730 * gdb.arch/i386-size.exp: Likewise.
12731
aa480355
SM
127322016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12733
12734 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12735 define object file path.
12736 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12737 file path.
12738 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12739 standard_output_file to define binfile.
12740
ba881f50
JK
127412016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12742
12743 Fix compatibility with recent gfortran-5.3.1.
12744 * gdb.fortran/vla-history.exp (print vla1 allocated)
12745 (print vla2 allocated, print $2, print $3): Remove
12746 (print $4): Rename to ...
12747 (print $2): ... here.
12748 (print $9): Rename to ...
12749 (print $5): ... here.
12750 (print $10): Rename to ...
12751 (print $6): ... here.
12752 * gdb.fortran/vla.f90: Add pvla initialization.
12753
e9fb005c
JK
127542016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12755
12756 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12757 New test.
12758 * gdb.fortran/vla-value-sub.exp: Likewise.
12759
e44e00ff
MK
127602016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12761
12762 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12763
97e94151
SM
127642016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12765
12766 * i386-biarch-core.exp: Define corefile using
12767 standard_output_file.
12768
01113bc1
YQ
127692016-02-12 Yao Qi <yao.qi@linaro.org>
12770
12771 * gdb.arch/arm-single-step-kernel-helper.c: New.
12772 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12773
33b4777c
MM
127742016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12775
12776 * gdb.btrace/tailcall-only.exp: New.
12777 * gdb.btrace/tailcall-only.c: New.
12778 * gdb.btrace/x86_64-tailcall-only.S: New.
12779 * gdb.btrace/i686-tailcall-only.S: New.
12780
acc23c11
PA
127812016-02-11 Pedro Alves <palves@redhat.com>
12782
12783 * README (Parallel testing): Add missing double quotes.
12784
e352bf0a
PA
127852016-02-11 Pedro Alves <palves@redhat.com>
12786
12787 * README (Parallel testing): New section.
12788 (GDB_PARALLEL): Rewrite.
12789 (FORCE_PARALLEL): Document.
12790
9f5fed78
MK
127912016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12792
12793 * gdb.trace/tfile-avx.c: New test.
12794 * gdb.trace/tfile-avx.exp: New test.
12795
9ef9e6a6
KS
127962016-02-09 Keith Seitz <keiths@redhat.com>
12797
12798 PR breakpoints/19546
12799 * gdb.base/infcall-exec.c: New file.
12800 * gdb.base/infcall-exec2.c: New file.
12801 * gdb.base/infcall-exec.exp: New file.
12802
a96e36da
KS
128032016-02-09 Keith Seitz <keiths@redhat.com>
12804
12805 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12806 (toplevel): Call test_bkpt_address.
12807
9f61929f
KS
128082016-02-09 Keith Seitz <keiths@redhat.com>
12809
12810 PR python/19506
12811 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12812 (toplevel): Call test_bkpt_address.
12813
1e94266c
SM
128142016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12815
12816 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12817 to AC_OUTPUT.
12818 * configure: Regenerate.
12819
2a7f3dff
PA
128202016-02-09 Pedro Alves <palves@redhat.com>
12821
12822 PR breakpoints/19548
12823 * gdb.base/execl-update-breakpoints.c (some_function): New
12824 function.
12825 (main): Call it.
12826 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12827 Tighten expected GDB output.
12828
2151ccc5
SM
128292016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12830
12831 * Makefile.in (ALL_SUBDIRS): Remove.
12832 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12833 (distclean maintainer-clean realclean): Likewise.
12834 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12835 * configure: Regenerate.
12836 * gdb.ada/Makefile.in: Delete.
12837 * gdb.arch/Makefile.in: Likewise.
12838 * gdb.asm/Makefile.in: Likewise.
12839 * gdb.base/Makefile.in: Likewise.
12840 * gdb.btrace/Makefile.in: Likewise.
12841 * gdb.cell/Makefile.in: Likewise.
12842 * gdb.compile/Makefile.in: Likewise.
12843 * gdb.cp/Makefile.in: Likewise.
12844 * gdb.disasm/Makefile.in: Likewise.
12845 * gdb.dlang/Makefile.in: Likewise.
12846 * gdb.dwarf2/Makefile.in: Likewise.
12847 * gdb.fortran/Makefile.in: Likewise.
12848 * gdb.gdb/Makefile.in: Likewise.
12849 * gdb.go/Makefile.in: Likewise.
12850 * gdb.guile/Makefile.in: Likewise.
12851 * gdb.java/Makefile.in: Likewise.
12852 * gdb.linespec/Makefile.in: Likewise.
12853 * gdb.mi/Makefile.in: Likewise.
12854 * gdb.modula2/Makefile.in: Likewise.
12855 * gdb.multi/Makefile.in: Likewise.
12856 * gdb.objc/Makefile.in: Likewise.
12857 * gdb.opencl/Makefile.in: Likewise.
12858 * gdb.opt/Makefile.in: Likewise.
12859 * gdb.pascal/Makefile.in: Likewise.
12860 * gdb.perf/Makefile.in: Likewise.
12861 * gdb.python/Makefile.in: Likewise.
12862 * gdb.reverse/Makefile.in: Likewise.
12863 * gdb.server/Makefile.in: Likewise.
12864 * gdb.stabs/Makefile.in: Likewise.
12865 * gdb.threads/Makefile.in: Likewise.
12866 * gdb.trace/Makefile.in: Likewise.
12867 * gdb.xml/Makefile.in: Likewise.
12868 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12869 GDB_PARALLEL.
12870 (standard_output_file): Remove check for GDB_PARALLEL, always
12871 return path in outputs/$subdir/$testname.
12872
437277d4
SM
128732016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12874
12875 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12876 (site.exp): Assign abs_srcdir to tcl's srcdir.
12877
31d913c7
YQ
128782016-02-04 Yao Qi <yao.qi@linaro.org>
12879
12880 * gdb.base/foll-exec-mode.c: Include limits.h.
12881 (main): Add parameters argc and argv. Get directory from
12882 argv[0].
12883 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12884 compilation.
12885 * gdb.base/foll-exec.c: Include limits.h.
12886 (main): Add parameters argc and argv.
12887 Get directory from argv[0].
12888 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12889 Adjust tests on the number of lines as source code changed.
12890 * gdb.base/foll-vfork-exit.c: Include limits.h.
12891 (main): Add one line of statement before vfork.
12892 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12893 (main): Add parameters argc and argv. Get directory from
12894 argv[0].
12895 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12896 (setup_gdb): Set tbreak to skip some source lines.
12897 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12898 (main): Add parameters argc and argv. Get directory from
12899 argv[0].
12900 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12901 compilation.
12902 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12903 (main): Add parameters argc and argv. Get directory from
12904 argv[0].
12905 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12906 compilation.
12907
9482b9fb
DE
129082016-02-01 Doug Evans <dje@google.com>
12909
12910 * gdb.base/skip.exp: Clean up multiple references to same test name.
12911
6b2e4f10
PA
129122016-02-01 Pedro Alves <palves@redhat.com>
12913
ccb6afd6 12914 PR remote/19496
6b2e4f10
PA
12915 * gdb.threads/forking-threads-plus-breakpoint.exp
12916 (displaced_stepping_supported): New global.
12917 (probe_displaced_stepping_support): New procedure.
12918 (do_test): Add 'displaced' parameter, and use it.
12919 (top level): Check for displaced stepping support. Add displaced
12920 stepping on/off testing axis.
12921
37a8db1a
AB
129222016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12923
12924 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12925 pointer. Don't perform further tests on the unassociated pointer
12926 if the first test fails.
12927
5fdf6324
AB
129282016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12929
12930 * gdb.base/max-value-size.c: New file.
12931 * gdb.base/max-value-size.exp: New file.
12932 * gdb.base/huge.exp: Disable max-value-size for this test.
12933
935c6144
IB
129342016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12935
12936 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12937
7fe8399d
YQ
129382016-01-28 Yao Qi <yao.qi@linaro.org>
12939
12940 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12941
a2077e25
PA
129422016-01-25 Pedro Alves <palves@redhat.com>
12943
12944 PR threads/19461
12945 * gdb.base/fork-running-state.c: New file.
12946 * gdb.base/fork-running-state.exp: New file.
12947
1d2736d4
PA
129482016-01-25 Pedro Alves <palves@redhat.com>
12949
12950 PR gdb/19494
12951 * gdb.base/catch-fork-kill.c: New file.
12952 * gdb.base/catch-fork-kill.exp: New file.
12953
f1da4b11
PA
129542016-01-25 Pedro Alves <palves@redhat.com>
12955
12956 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12957 Delete, moved to lib/gdb.exp.
12958 * gdb.threads/forking-threads-plus-breakpoint.exp
12959 (foreach_with_prefix): Likewise.
12960 * gdb.threads/process-dies-while-handling-bp.exp
12961 (foreach_with_prefix): Likewise.
12962 * lib/gdb.exp (foreach_with_prefix): New procedure.
12963
45f38546
MK
129642016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12965
12966 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12967 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12968
dc29a1ce
MK
129692016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12970
12971 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12972 endian targets.
12973
092127d7
JK
129742016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12975 Pedro Alves <palves@redhat.com>
12976
12977 Fix testsuite compatibility with Guile.
12978 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12979 number.
12980
31d765d3
JK
129812016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12982
12983 Fix testsuite compatibility with Guile.
12984 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12985 (thread 1): New test for backtrace through signal handler.
12986
1ac78c04
YQ
129872016-01-22 Yao Qi <yao.qi@linaro.org>
12988
12989 PR testsuite/19491
12990 * gdb.base/multi-forks.c: Include
12991 ../lib/unbuffer_output.c
12992 (main): Call gdb_unbuffer_output.
12993
4f5946a8
DE
129942016-01-21 Doug Evans <dje@google.com>
12995
12996 * lib/ada.exp (gdb_compile_ada): Fix typo.
12997
305e13e6
JB
129982016-01-21 Joel Brobecker <brobecker@adacore.com>
12999
13000 * gdb.base/break-fun-addr.exp: New file.
13001 * gdb.base/break-fun-addr1.c: New file.
13002 * gdb.base/break-fun-addr2.c: New file.
13003
5f5dfff6
SM
130042016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13005
13006 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13007 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13008 enum flag values.
13009
fd356fa2
AA
130102016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13011
13012 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13013 when GDB can not set the vector return value. Add more comments
13014 for clarification.
13015
9df22175
AT
130162016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13017
13018 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13019 command.
13020
41d1845e
SM
130212016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13022
13023 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13024
01ac6840
SM
130252016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13026
13027 * Makefile.in (check-single): Pass --status to runtest.
13028 (check/%.exp): Likewise.
13029
130302016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13031
13032 * Makefile.in (check-parallel): Propagate return code from make
13033 do-check-parallel.
13034
bd0a71fa
MK
130352016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13036
13037 * gdb.trace/ftrace.exp: Fix expected message on continue.
13038 * gdb.trace/pending.exp: Fix expected message on continue.
13039 * gdb.trace/trace-break.exp: Fix expected message on continue.
13040
8bcbad33
SM
130412016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13042
13043 * lib/gdb.exp (gdb_test): Remove unused global references.
13044
f303dbd6
PA
130452016-01-18 Pedro Alves <palves@redhat.com>
13046
13047 * gdb.base/async-shell.exp: Adjust expected output.
13048 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13049 * gdb.base/siginfo-thread.exp: Adjust expected output.
13050 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13051 * gdb.java/jnpe.exp: Adjust expected output.
13052 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13053 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13054 * gdb.threads/leader-exit.exp: Adjust expected output.
13055 * gdb.threads/manythreads.exp: Adjust expected output.
13056 * gdb.threads/pthreads.exp: Adjust expected output.
13057 * gdb.threads/schedlock.exp: Adjust expected output.
13058 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13059 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13060 expected output.
13061 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13062 output.
13063 * gdb.threads/sigthread.exp: Adjust expected output.
13064 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13065
b2789696
YQ
130662016-01-18 Yao Qi <yao.qi@linaro.org>
13067
13068 * gdb.guile/scm-section-script.c: Replace @progbits with
13069 %progbits.
13070 * gdb.python/py-section-script.c: Likewise.
13071
71ef29a8
PA
130722016-01-15 Pedro Alves <palves@redhat.com>
13073
13074 * gdb.multi/tids.exp: Test star wildcard ranges.
13075
3f5b7598
PA
130762016-01-15 Pedro Alves <palves@redhat.com>
13077
13078 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13079 command from "thread apply" invocation.
13080 (thr_apply_info_thr_invalid): Default the expected output to the
13081 input tid list.
13082 (top level): Add tests that use convenience variables. Add tests
13083 for "thread apply" with a valid TID list, but missing the command.
13084
663f6d42
PA
130852016-01-13 Pedro Alves <palves@redhat.com>
13086
13087 * gdb.base/default.exp: Expect $_gthread as well.
13088 * gdb.multi/tids.exp: Test $_gthread.
13089 * gdb.threads/thread-specific.exp: Test $_gthread.
13090
c84f6bbf
PA
130912016-01-13 Pedro Alves <palves@redhat.com>
13092
13093 * gdb.multi/tids.exp: Test "info threads -gid".
13094
22a02324
PA
130952016-01-13 Pedro Alves <palves@redhat.com>
13096
13097 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13098 Breakpoint.thread.
13099 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13100
5d5658a1
PA
131012016-01-07 Pedro Alves <palves@redhat.com>
13102
13103 * gdb.base/break.exp: Adjust to output changes.
13104 * gdb.base/hbreak2.exp: Likewise.
13105 * gdb.base/sepdebug.exp: Likewise.
13106 * gdb.base/watch_thread_num.exp: Likewise.
13107 * gdb.linespec/keywords.exp: Likewise.
13108 * gdb.multi/info-threads.exp: Likewise.
13109 * gdb.threads/thread-find.exp: Likewise.
13110 * gdb.multi/tids.c: New file.
13111 * gdb.multi/tids.exp: New file.
13112
84654457
PA
131132016-01-13 Pedro Alves <palves@redhat.com>
13114
13115 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13116
e3940304
PA
131172016-01-13 Pedro Alves <palves@redhat.com>
13118
13119 * gdb.base/default.exp: Expect $_inferior as well.
13120 * gdb.multi/base.exp: Test $_inferior.
13121
a911d87a
PA
131222016-01-13 Pedro Alves <palves@redhat.com>
13123
13124 PR breakpoints/19388
13125 * gdb.base/catch-signal-siginfo-cond.c: New file.
13126 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13127
82075af2
JS
131282016-01-12 Josh Stone <jistone@redhat.com>
13129 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13130
13131 * gdb.base/catch-syscall.c (do_execve): New variable.
13132 (main): Conditionally trigger an execve.
13133 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13134 (test_catch_syscall_execve): New, check entry/return across execve.
13135 (do_syscall_tests): Call test_catch_syscall_execve.
13136
e46eeedd
PA
131372016-01-12 Pedro Alves <palves@redhat.com>
13138
13139 * gdb.base/random-signal.exp (do_test): New procedure, with body
13140 of testcase moved in.
13141
01d8c27e
JK
131422016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13143 Pedro Alves <palves@redhat.com>
13144
13145 * gdb.base/funcargs.exp (finish from indirectly called function):
13146 Reintroduce the case for 'First'.
13147
9a706302
JK
131482016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13149 Pedro Alves <palves@redhat.com>
13150
13151 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13152 (tcatch_vfork_then_child_follow_exec)
13153 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13154 identification.
13155
c0ecb95f
JK
131562016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13157
13158 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13159 and repeats to unlimited.
13160 * gdb.python/py-value.exp: Likewise.
13161 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13162 and repeats to unlimited.
13163
6cfc1fcb
JK
131642016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13165
13166 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13167 and reordering the functions.
13168 * gdb.multi/hangout.c: Likewise.
13169 * gdb.multi/hello.c: Likewise.
13170
582a1b00
SM
131712016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13172
13173 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13174 absolute.
13175 (SingleStatisticTestResult.report): Use dict.keys instead of
13176 dict.iterkeys.
13177
79bc59cb
PA
131782016-01-06 Pedro Alves <palves@redhat.com>
13179
13180 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13181
43368e1d
MM
131822016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13183
13184 * gdb.btrace/dlopen.exp: New.
13185 * gdb.btrace/dlopen.c: New.
13186 * gdb.btrace/dlopen-dso.c: New.
13187
79fad5b8
SL
131882015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13189
13190 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13191 PATTERN argument is optional.
13192
ab8314b3
JB
131932015-12-24 Joel Brobecker <brobecker@adacore.com>
13194
13195 * lib/ada.exp (target_compile_ada_from_dir): New function.
13196 (gdb_compile_ada): Reimplement avoiding the use of project files.
13197 * gdb.ada/gnat_ada.gpr: Delete.
13198 * gdb.ada/cond_lang.exp: Adjust test to make path before
13199 filename optional.
13200 * gdb.ada/small_reg_param.exp: Likewise.
13201
fe33faff
SM
132022015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13203
13204 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13205
6d265cb4
TP
132062015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13207
13208 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13209 case.
13210
10125099
SM
132112015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13212
13213 * gdb.base/break.exp: Remove dead code.
13214 * gdb.base/sepdebug.exp: Likewise.
13215
3ca22649
SM
132162015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13217
13218 * gdb.asm/asm-source.exp: Remove HP-UX references.
13219 * gdb.base/annota1.exp: Likewise.
13220 * gdb.base/annota3.exp: Likewise.
13221 * gdb.base/attach.exp: Likewise.
13222 * gdb.base/bigcore.exp: Likewise.
13223 * gdb.base/break.exp: Likewise.
13224 * gdb.base/call-ar-st.exp: Likewise.
13225 * gdb.base/callfuncs.exp: Likewise.
13226 * gdb.base/catch-fork-static.exp: Likewise.
13227 * gdb.base/display.exp: Likewise.
13228 * gdb.base/foll-exec-mode.exp: Likewise.
13229 * gdb.base/foll-exec.exp: Likewise.
13230 * gdb.base/foll-fork.exp: Likewise.
13231 * gdb.base/foll-vfork.exp: Likewise.
13232 * gdb.base/funcargs.exp: Likewise.
13233 * gdb.base/hbreak2.exp: Likewise.
13234 * gdb.base/inferior-died.exp: Likewise.
13235 * gdb.base/interrupt.exp: Likewise.
13236 * gdb.base/multi-forks.exp: Likewise.
13237 * gdb.base/nodebug.exp: Likewise.
13238 * gdb.base/sepdebug.exp: Likewise.
13239 * gdb.base/solib1.c: Likewise.
13240 * gdb.base/step-test.exp: Likewise.
13241 * gdb.mi/non-stop.c: Likewise.
13242 * gdb.mi/pthreads.c: Likewise.
13243 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13244 * gdb.threads/pthreads.c: Likewise.
13245 * gdb.threads/staticthreads.exp: Likewise.
13246 * lib/future.exp: Likewise.
13247 * lib/gdb.exp: Likewise.
13248 * gdb.base/so-indr-cl.c: Remove.
13249 * gdb.base/so-indr-cl.exp: Likewise.
13250 * gdb.base/solib.c: Likewise.
13251 * gdb.base/solib.exp: Likewise.
13252 * gdb.base/solib2.c: Likewise.
13253
b6304613
SM
132542015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13255
13256 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13257 * gdb.base/call-ar-st.exp: Likewise.
13258 * gdb.base/callfuncs.exp: Likewise.
13259 * gdb.base/condbreak.exp: Likewise.
13260 * gdb.base/constvars.exp: Likewise.
13261 * gdb.base/hbreak2.exp: Likewise.
13262 * gdb.base/langs.exp: Likewise.
13263 * gdb.base/list.exp: Likewise.
13264 * gdb.base/long_long.exp: Likewise.
13265 * gdb.base/ptype.exp: Likewise.
13266 * gdb.base/scope.exp: Likewise.
13267 * gdb.base/signals.exp: Likewise.
13268 * gdb.base/so-impl-ld.exp: Likewise.
13269 * gdb.base/varargs.exp: Likewise.
13270 * gdb.base/volatile.exp: Likewise.
13271 * gdb.base/whatis.exp: Likewise.
13272 * gdb.cp/cplusfuncs.exp: Likewise.
13273 * gdb.cp/inherit.exp: Likewise.
13274 * gdb.cp/local.exp: Likewise.
13275 * gdb.cp/member-ptr.exp: Likewise.
13276 * gdb.cp/method.exp: Likewise.
13277 * gdb.cp/overload.exp: Likewise.
13278 * gdb.cp/templates.exp: Likewise.
13279 * gdb.stabs/weird.exp: Likewise.
13280 * lib/compiler.c: Likewise.
13281 * lib/compiler.cc: Likewise.
13282 * lib/cp-support.exp: Likewise.
13283 * lib/gdb.exp: Likewise.
13284
bf401b07
SM
132852015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13286
13287 * configure.ac: Remove HP-UX case.
13288 * configure: Regenerate.
13289
aff9c0f8
SM
132902015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13291
13292 * lib/gdb.exp (gdb_compile): Add function doc.
13293
a6904d5a
PA
132942015-12-17 Pedro Alves <palves@redhat.com>
13295
13296 PR threads/19354
13297 * gdb.multi/info-threads.exp: New file.
13298
a22279dd
YQ
132992015-12-15 Yao Qi <yao.qi@linaro.org>
13300
13301 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13302 is aarch64*-*-*.
13303
0588c796
SL
133042015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13305
13306 * gdb.base/history-duplicates.exp: Skip if no readline support.
13307
5d978e17
SL
133082015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13309
13310 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13311
7e763b86
SL
133122015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13313
13314 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13315
87a3a92c
SL
133162015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13317
13318 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13319 ctrl-C if nointerrupts target property is set.
13320 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13321 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13322 * gdb.base/paginate-bg-execution.exp: Likewise.
13323 * gdb.base/paginate-execution-startup.exp: Likewise.
13324 * gdb.base/random-signal.exp: Likewise.
13325 * gdb.base/range-stepping.exp: Likewise.
13326 * gdb.cp/annota2.exp: Likewise.
13327 * gdb.cp/annota3.exp: Likewise.
13328 * gdb.gdb/selftest.exp: Likewise.
13329 * gdb.threads/continue-pending-status.exp: Likewise.
13330 * gdb.threads/leader-exit.exp: Likewise.
13331 * gdb.threads/manythreads.exp: Likewise.
13332 * gdb.threads/pthreads.exp: Likewise.
13333 * gdb.threads/schedlock.exp: Likewise.
13334 * gdb.threads/sigthread.exp: Likewise.
13335
a8f077dc
DB
133362015-12-11 Don Breazeal <donb@codesourcery.com>
13337
13338 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13339 remote.
13340 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13341 * gdb.base/foll-exec.exp (main): Enable for target remote.
13342 * gdb.base/foll-fork.exp (main): Likewise.
13343 * gdb.base/foll-vfork.exp (main): Likewise.
13344 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13345 (proc continue_to_exit_bp_loc): Use clean_restart.
13346 * gdb.base/pie-execl.exp (main): Disable for target remote.
13347 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13348 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13349 * gdb.threads/execl.exp (main): Likewise.
13350 * gdb.threads/fork-child-threads.exp (main): Likewise.
13351 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13352 remote.
13353 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13354 remote.
13355 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13356 pid.tid style ptids, instead of just tid.
13357 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13358 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13359 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13360 ptids, instead of just tid.
13361
3b2464a8
AB
133622015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13363
13364 * gdb.base/list.exp (test_list_forward): Add end of file error
13365 test.
13366 (test_repeat_list_command): Add end of file error test.
13367 (test_list_backwards): Add beginning of file error test.
13368
a0def019
AB
133692015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13370
13371 * gdb.base/list.exp (test_list_invalid_args): New function,
13372 defined, and called.
13373
5c000dff
AB
133742015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13375
13376 * gdb.base/list.exp (test_list): Make test names unique.
13377
f1637ebe
YQ
133782015-12-11 Yao Qi <yao.qi@linaro.org>
13379
13380 * gdb.base/coremaker2.c: Remove.
13381
36d6fc0a
PA
133822015-12-10 Pedro Alves <palves@redhat.com>
13383
13384 * gdb.multi/base.exp: Remove stale "spaces" references.
13385
762f7747
PA
133862015-12-10 Pedro Alves <palves@redhat.com>
13387
13388 * gdb.multi/base.exp: Don't use nowarnings.
13389 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13390 * gdb.multi/hangout.c: Include stdio.h.
13391 * gdb.multi/hello.c: Include stdlib.h.
13392 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13393 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13394 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13395
28d2bfb9
AB
133962015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13397
13398 * gdb.dwarf2/dw2-ranges-base.c: New file.
13399 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13400 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13401 support additional line table, and debug ranges generation.
13402 (Dwarf::ranges): New function, generate .debug_ranges.
13403 (Dwarf::lines): Support generating simple line table programs.
13404 (Dwarf::assemble): Initialise new namespace variables.
13405
5fc2beac
KB
134062015-12-09 Kevin Buettner <kevinb@redhat.com>
13407
13408 * gdb.base/async.exp (proc test_background): Add case for
13409 asynchronous execution not supported.
13410
1c35a88f
LM
134112015-12-09 Luis Machado <lgustavo@codesourcery.com>
13412
13413 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13414 format and change test names to make them unique.
13415
b593e3d9
RK
134162015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13417 Pedro Alves <pedro@redhat.com>
13418
13419 PR gdb/18702
13420 Add checking of floatformats setup on x86_64 hosts.
13421 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13422 (smallval, bigval): New labels/constants.
13423 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13424 float" after loading bigval and smallval.
13425
d72413e6
PMR
134262015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13427
13428 * gdb.ada/fun_overload_menu.exp: New testcase.
13429 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13430
ece66d65
JS
134312015-12-04 Josh Stone <jistone@redhat.com>
13432
13433 * gdb.base/catch-fork-static.exp: New.
13434
41d0efca
YQ
134352015-12-03 Yao Qi <yao.qi@linaro.org>
13436
13437 * gdb.base/sizeof.c: Don't include stdio.h and
13438 ../lib/unbuffer_output.c.
13439 (main): New variable 'size' and 'value'. Remove printf and
13440 gdb_unbuffer_output. Assign return value to size and value.
13441 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13442 at the beginning.
13443 (check_sizeof): Check the result by printing variable 'size'.
13444 (check_valueof): Check the result by printing variable 'value'.
13445
99fd02d9
YQ
134462015-12-01 Yao Qi <yao.qi@linaro.org>
13447
13448 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13449 for aarch64*-*-linux* target.
13450
f2faf941
PA
134512015-11-30 Pedro Alves <palves@redhat.com>
13452
13453 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13454
04bf20c5
PA
134552015-11-30 Pedro Alves <palves@redhat.com>
13456
13457 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13458 Handle non-stop mode vCont replies.
13459
09df4675
PA
134602015-11-30 Pedro Alves <palves@redhat.com>
13461
13462 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13463 prepare_for_testing. Start gdb with "set non-stop on" appended to
13464 GDBFLAGS. Lax expected stop output.
13465
58b584af
YQ
134662015-11-27 Yao Qi <yao.qi@linaro.org>
13467
13468 * gdb.arch/arm-neon.exp: New.
13469 * gdb.arch/arm-neon.c: New.
13470
dfcb77a8
YQ
134712015-11-27 Yao Qi <yao.qi@linaro.org>
13472
13473 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13474
88e8ec1b
YQ
134752015-11-27 Yao Qi <yao.qi@linaro.org>
13476
13477 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13478 frames-invalid annotation.
13479
bfde72c2
YQ
134802015-11-27 Yao Qi <yao.qi@linaro.org>
13481
13482 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13483
f6512a69
SM
134842015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13485
13486 * gdb.threads/names.exp: New file.
13487 * gdb.threads/names.c: New file.
13488 * README: Mention gdb,no_thread_names.
13489
46a3515b
MM
134902015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13491
13492 PR 19297
13493 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13494 support" error.
13495
62147a22
PA
134962015-11-24 Pedro Alves <palves@redhat.com>
13497
13498 PR 17539
13499 * gdb.base/display.exp: Expect displays to be sorted in ascending
13500 order. Use multi_line.
13501 * gdb.base/solib-display.exp: Likewise.
13502
2f341b6e
PA
135032015-11-24 Pedro Alves <palves@redhat.com>
13504
13505 PR 17539
25d49b86
PA
13506 * gdb.base/display.exp: Expect displays to be sorted in ascending
13507 order. Use multi_line.
13508 * gdb.base/solib-display.exp: Likewise.
2f341b6e 13509
7e0aa6aa
PA
135102015-11-24 Pedro Alves <palves@redhat.com>
13511
13512 PR 17539
13513 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13514 threads in ascending order.
13515 * gdb.base/foll-fork.exp: Likewise.
13516 * gdb.base/foll-vfork.exp: Likewise.
13517 * gdb.base/multi-forks.exp: Likewise.
13518 * gdb.mi/mi-nonstop.exp: Likewise.
13519 * gdb.mi/mi-nsintrall.exp: Likewise.
13520 * gdb.multi/base.exp: Likewise.
13521 * gdb.multi/multi-arch.exp: Likewise.
13522 * gdb.python/py-inferior.exp: Likewise.
13523 * gdb.threads/break-while-running.exp: Likewise.
13524 * gdb.threads/execl.exp: Likewise.
13525 * gdb.threads/gcore-thread.exp: Likewise.
13526 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13527 * gdb.threads/kill.exp: Likewise.
13528 * gdb.threads/linux-dp.exp: Likewise.
13529 * gdb.threads/multiple-step-overs.exp: Likewise.
13530 * gdb.threads/next-bp-other-thread.exp: Likewise.
13531 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13532 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13533 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13534 * gdb.threads/thread-find.exp: Likewise.
13535 * gdb.threads/tls.exp: Likewise.
13536 * lib/mi-support.exp (mi_reverse_list): Delete.
13537 (mi_check_thread_states): No longer reverse list.
13538
2cc57ad8
PA
135392015-11-24 Pedro Alves <palves@redhat.com>
13540
13541 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13542 use lowercase.
13543
c93e8391
SM
135442015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13545
13546 * gdb.trace/actions.c: Include trace-common.h.
13547 (main): Add a location for a fast tracepoint.
13548 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13549 the normal tracepoints.
13550 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13551
045ccf91
SM
135522015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13553
13554 * save-trace.exp: Factor out code to these...
13555 (gdb_save_tracepoints): New.
13556 (gdb_load_tracepoints): New.
13557 (do_save_load_test): New.
13558
5506f9f6
KB
135592015-11-23 Kevin Buettner <kevinb@redhat.com>
13560
13561 * gdb.base/asmlabel.exp: New test.
13562 * gdb.base/asmlabel.c: New test case.
13563
16c3b12f
JB
135642015-11-23 Joel Brobecker <brobecker@adacore.com>
13565
13566 * gdb.base/wrong_frame_bt_full-main.c: New file.
13567 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13568 * gdb.base/wrong_frame_bt_full.exp: New file.
13569
155bfbd3
JB
135702015-11-23 Joel Brobecker <brobecker@adacore.com>
13571
13572 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13573
bb097445
JM
135742015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13575
206853a0 13576 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
13577 pstate register when comparing registers values in
13578 sparc64-*-linux-gnu targets to avoid spurious differences.
13579
9c88ed8f
JM
135802015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13581
206853a0 13582 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 13583
96161e25
SL
135842015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13585
13586 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13587 as type argument to gdb_compile.
13588 * gdb.base/nested-subp2.exp: Likewise.
13589 * gdb.base/nested-subp3.exp: Likewise.
13590
340c2830
DV
135912015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13592
13593 * lib/dwarf.exp (_note): Fix left shift of negative value.
13594 * gdb.trace/trace-condition.exp: Likewise.
13595
c1862d0f
YQ
135962015-11-13 Yao Qi <yao.qi@linaro.org>
13597
13598 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13599 comments about d10v.
13600 (test_scalar_returns): Likewise.
13601 * gdb.base/d10v.ld: Remove.
13602 * gdb.base/overlays.exp: Remove the target triplet checking for
13603 d10v-*-*.
13604 * gdb.base/structs.exp (test_struct_returns): Remove the
13605 comments about d10v.
13606 (test_struct_calls): Likewise.
13607
77ae9c19
YQ
136082015-11-13 Yao Qi <yao.qi@linaro.org>
13609
13610 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13611 * gdb.base/gnu_vector.c: Don't include stdio.h.
13612 (main): Don't print res and call add_some_intvecs.
13613
430e004e
MK
136142015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13615
13616 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13617 macro.
13618 (func5): Removed.
13619 (func4): Use FAST_TRACEPOINT_LABEL.
13620 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13621 macro.
13622 (func): Removed.
13623 (thread_function): Use FAST_TRACEPOINT_LABEL.
13624 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13625 (func): Remove.
13626 (marker): Use FAST_TRACEPOINT_LABEL.
13627 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13628 (pendfunc1): Remove.
13629 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13630 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13631 (foo): Remove.
13632 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13633 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13634 macro.
13635 (func): Remove.
13636 (marker): Use FAST_TRACEPOINT_LABEL.
13637 * gdb.trace/trace-common.h: New header.
13638 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13639 macro.
13640 (func): Remove.
13641 (marker): Use FAST_TRACEPOINT_LABEL.
13642 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13643 (func): Remove.
13644 (thread_function): Use FAST_TRACEPOINT_LABEL.
13645
6e7675a7
MK
136462015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13647
13648 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13649 in front.
13650 * gdb.trace/change-loc.exp: Use global pcreg definition.
13651 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13652 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13653 in front.
13654 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13655 * gdb.trace/pending.exp: Likewise.
13656 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13657 * gdb.trace/trace-break.exp: Likewise.
13658 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13659 in front.
13660 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13661 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13662 in front.
13663 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13664
dddc0e16
JB
136652015-11-09 Joel Brobecker <brobecker@adacore.com>
13666
13667 * gdb.ada/fin_fun_out: New testcase.
13668
c6f0b406
KB
136692015-11-07 Kevin Buettner <kevinb@redhat.com>
13670
13671 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13672 value associated with DW_AT_byte_size.
13673 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13674 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13675 DW_AT_upper_bound.
13676
f01dcfd9
KB
136772015-11-07 Kevin Buettner <kevinb@redhat.com>
13678
13679 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13680 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13681 version.
13682 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13683 gdb.dwarf2/dw2-canonicalize-type.exp,
13684 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13685 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13686 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13687 provided by gdb_target_symbol_prefix_flags_asm.
13688 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13689 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13690 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13691 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13692 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13693 macros where needed). Use this macro for symbols which require
13694 the prefix provided by SYMBOL_PREFIX.
13695
2223449a
KB
136962015-11-05 Kevin Buettner <kevinb@redhat.com>
13697
13698 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13699 New procs.
13700 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13701 representing expressions, of more than one list element.
13702 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13703 to prepend linker symbol prefix to f.
13704 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13705 table_1 and table_2.
13706 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13707 Likewise, for f and g.
13708 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13709 for ptr.
13710 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13711 for main.
13712 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13713 table_1_ptr and table_2_ptr.
13714
6f2f1a3a
JK
137152015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13716 Joel Brobecker <brobecker@adacore.com>
13717
13718 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13719
566c56c9
MK
137202015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13721
13722 * gdb.reverse/s390-mvcle.c: New test.
13723 * gdb.reverse/s390-mvcle.exp: New file.
13724 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13725
d5f0636b
MK
137262015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13727
13728 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13729
7ad8b86c
MK
137302015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13731
13732 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13733 reaching marker2.
13734 * gdb.reverse/getresuid-reverse.exp: Likewise.
13735 * gdb.reverse/pipe-reverse.exp: Likewise.
13736 * gdb.reverse/readv-reverse.exp: Likewise.
13737 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13738 * gdb.reverse/time-reverse.exp: Likewise.
13739 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13740
4081c0f1
YQ
137412015-10-30 Yao Qi <yao.qi@linaro.org>
13742
13743 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13744 (empty_cycle): Remove.
13745 (main): Don't call empty_cycle. Don't use watch_count_done.
13746 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13747 empty_cycle. Rewrite the code counting HW watchpoints.
13748
452b4ba5
MK
137492015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13750
13751 * gdb.reverse/fstatat-reverse.c: New test.
13752 * gdb.reverse/fstatat-reverse.exp: New file.
13753 * gdb.reverse/getresuid-reverse.c: New test.
13754 * gdb.reverse/getresuid-reverse.exp: New file.
13755 * gdb.reverse/pipe-reverse.c: New test.
13756 * gdb.reverse/pipe-reverse.exp: New file.
13757 * gdb.reverse/readv-reverse.c: New test.
13758 * gdb.reverse/readv-reverse.exp: New file.
13759 * gdb.reverse/recvmsg-reverse.c: New test.
13760 * gdb.reverse/recvmsg-reverse.exp: New file.
13761 * gdb.reverse/time-reverse.c: New test.
13762 * gdb.reverse/time-reverse.exp: New file.
13763 * gdb.reverse/waitpid-reverse.c: New test.
13764 * gdb.reverse/waitpid-reverse.exp: New file.
13765
5e2e7507
JK
137662015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13767
13768 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13769
0fde2c53
DE
137702015-10-26 Doug Evans <dje@google.com>
13771
13772 PR symtab/17391
13773 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13774 * gdb.dwarf2/bad-regnum.c: New file.
13775 * gdb.dwarf2/bad-regnum.exp: New file.
13776
1a70ae97
DE
137772015-10-26 Doug Evans <dje@google.com>
13778
13779 PR python/18938
13780 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13781 file.
13782
27dc26ab
JK
137832015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13784
13785 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13786 for a change by "Mention language in compile error message".
13787
bed91f4d
SM
137882015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13789
13790 PR python/18073
13791 * gdb.python/py-type.c (C::a_method): New.
13792 (C::a_const_method): New.
13793 (C::a_static_method): New.
13794 (a_function): New.
13795 * gdb.python/py-type.exp (test_fields): Test getting fields
13796 from function and method.
13797
3f2f83dd
KB
137982015-10-21 Keven Boell <keven.boell@intel.com>
13799
13800 * gdb.fortran/vla-alloc-assoc.exp: New file.
13801 * gdb.fortran/vla-datatypes.exp: New file.
13802 * gdb.fortran/vla-datatypes.f90: New file.
13803 * gdb.fortran/vla-history.exp: New file.
13804 * gdb.fortran/vla-ptype-sub.exp: New file.
13805 * gdb.fortran/vla-ptype.exp: New file.
13806 * gdb.fortran/vla-sizeof.exp: New file.
13807 * gdb.fortran/vla-sub.f90: New file.
13808 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13809 * gdb.fortran/vla-value-sub-finish.exp: New file.
13810 * gdb.fortran/vla-value-sub.exp: New file.
13811 * gdb.fortran/vla-value.exp: New file.
13812 * gdb.fortran/vla-ptr-info.exp: New file.
13813 * gdb.mi/mi-vla-fortran.exp: New file.
13814 * gdb.mi/vla.f90: New file.
13815
27145d50
SL
138162015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13817
13818 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13819 of hardwired timeout value.
13820
5f3ff4f8
JK
138212015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13822 Pedro Alves <palves@redhat.com>
13823
13824 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13825 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13826
bfd09d20
JS
138272015-10-19 Josh Stone <jistone@redhat.com>
13828
13829 * gdb.base/catch-syscall.c: Include <sched.h>.
13830 (unknown_syscall): New variable.
13831 (main): Trigger a vfork and an unknown syscall.
13832 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13833 (unknown_syscall_number): Likewise.
13834 (check_call_to_syscall): Accept an optional syscall pattern.
13835 (check_return_from_syscall): Likewise.
13836 (check_continue): Likewise.
13837 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13838 (test_catch_syscall_skipping_return): New test toggling off 'catch
13839 syscall' to step over the syscall return, then toggling back on.
13840 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13841 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13842 (do_syscall_tests): Call test_catch_syscall_without_args and
13843 test_catch_syscall_mid_vfork.
13844 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13845 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13846
b32b93c6
AS
138472015-10-19 Andrew Stubbs <ams@codesourcery.com>
13848
13849 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13850 print g_vE): Add new pass patterns.
13851 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13852 print various symbol names for vptr fields.
13853
9d622bda
AB
138542015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13855
13856 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13857 results.
13858
0fd8ac1c
YQ
138592015-10-12 Yao Qi <yao.qi@linaro.org>
13860
13861 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13862
34240514
YQ
138632015-10-12 Yao Qi <yao.qi@linaro.org>
13864
13865 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13866 is aarch64*-*-linux*.
13867
8240f442
YQ
138682015-10-12 Yao Qi <yao.qi@linaro.org>
13869
13870 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13871 (can_relocate_bcond_true): ... it.
13872 (can_relocate_bcond_false): New function.
13873 (foo): Likewise.
13874 (can_relocate_bl): Likewise.
13875 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13876 can_relocate_bl.
13877
2520f728
PMR
138782015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13879
13880 * gdb.base/nested-addr.c: New file.
13881 * gdb.base/nested-addr.exp: New testcase.
13882
abcef95a
MM
138832015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13884
13885 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13886 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13887 its output. Ignore the output of "record goto begin" and instead
13888 check that GDB is replaying.
13889
145e3ddb
PA
138902015-10-09 Pedro Alves <palves@redhat.com>
13891
13892 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13893 (top level): Use it in the run with no args test.
13894
d5d8c4e1
IB
138952015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13896
13897 * gdb.dlang/properties.exp: New file.
13898
06e635ef
SL
138992015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13900
13901 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13902 whether or not address 0x1000 is mapped on the target.
13903
e019fd1d
SM
139042015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13905
13906 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13907 build.
13908
77ba2a67
MM
139092015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13910
13911 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13912 instruction-history test.
13913
c60eb31f
DE
139142015-09-28 Doug Evans <dje@google.com>
13915
13916 * gdb.base/gcore.c (array_func): Add reference to static_array.
13917
9a3c8263
SM
139182015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13919
13920 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13921 source line.
13922
9720e656
SL
139232015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13924
13925 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13926 short or char as base type.
13927
938d3bf2
SL
139282015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13929
13930 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13931 to allow any size enum.
13932
e6c2c623
PMR
139332015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13934
13935 * gdb.ada/array_ptr_renaming.exp: New testcase.
13936 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13937 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13938
06da0f77
PL
139392015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13940
13941 * gdb.trace/ftrace-lock.c: New file.
13942 * gdb.trace/ftrace-lock.exp: New file.
13943
4f51c22a
PL
139442015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13945
13946 * gdb.arch/insn-reloc.c: New file.
13947 * gdb.arch/ftrace-insn-reloc.exp: New file.
13948
7041adf4
PL
139492015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13950
13951 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13952 instruction.
13953 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13954 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13955 * gdb.trace/range-stepping.c: Likewise.
13956 * gdb.trace/trace-break.c: Likewise.
13957 * gdb.trace/trace-mt.c (thread_function): Likewise.
13958 * gdb.trace/ftrace.c (marker): Likewise.
13959 * gdb.trace/trace-condition.c (marker): Likewise.
13960 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13961 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13962 is_aarch64_target.
13963
015d2e7e
DE
139642015-09-18 Doug Evans <xdje42@gmail.com>
13965
13966 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13967 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13968
26b188a2
SL
139692015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13970
13971 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13972 the breakpoint.
13973
79dc332b
SL
139742015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13975
13976 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13977 the pending breakpoint. Remove timeout override for "Run till
13978 MI pending breakpoint on pendfunc3 on thread 2" test.
13979
f57929f2
SL
139802015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13981
13982 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13983 filename pattern.
13984
3f469b17
SL
139852015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13986
13987 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13988 in breakpoint filename pattern.
13989
515b89b3
SL
139902015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13991
7800dbe4
SL
13992 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13993
139942015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13995
515b89b3
SL
13996 * gdb.linespec/explicit.exp: Check for readline support for
13997 tab-completion tests. Fix obvious typo.
13998
d2939ba2
MM
139992015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14000
14001 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14002 and replay.
14003
cbb55fa7
MM
140042015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14005
14006 * gdb.btrace/non-stop.c: New.
14007 * gdb.btrace/non-stop.exp: New.
14008
43691ca1
PL
140092015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14010 Yao Qi <yao.qi@linaro.org>
14011
14012 * gdb.trace/trace-condition.c: New file.
14013 * gdb.trace/trace-condition.exp: New file.
14014
d78908cf
WW
140152015-09-16 Wei-cheng Wang <cole945@gmail.com>
14016
14017 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14018 for testing bytecode compilation.
14019
1ed415e2
PA
140202015-09-16 Pedro Alves <palves@redhat.com>
14021 Sandra Loosemore <sandra@codesourcery.com>
14022
14023 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14024 (SECONDS): Redefine.
14025 (main): Call pthread_kill and alarm early.
14026 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14027 support.
14028 (test): If the target can't hardware step and doesn't support
14029 displaced stepping, increase the timeout.
14030
d136eff5
PA
140312015-09-16 Pedro Alves <palves@redhat.com>
14032
14033 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14034 (enable_debug): New procedures.
14035 (test): Use them. Bail out if waiting for threads fails.
14036 (top level): Bail out if a test fails.
14037
991f019c
YQ
140382015-09-16 Yao Qi <yao.qi@linaro.org>
14039
14040 * gdb.asm/asm-source.exp: Set asm-arch for
14041 aarch64*-*-* target.
14042 * gdb.asm/aarch64.inc: New file.
14043
bfca584f
PMR
140442015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14045
14046 * gdb.ada/array_of_variable_length.exp: New testcase.
14047 * gdb.ada/array_of_variable_length/foo.adb: New file.
14048 * gdb.ada/array_of_variable_length/pck.adb: New file.
14049 * gdb.ada/array_of_variable_length/pck.ads: New file.
14050
b326e587
DE
140512015-09-15 Doug Evans <dje@google.com>
14052
14053 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14054 of function static local variable.
14055
5382cfab
PW
140562015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14057
14058 * gdb.threads/tls-so_extern.exp: New test file.
14059 * gdb.threads/tls-so_extern.c: New test file.
14060 * gdb.threads/tls-so_extern_main.c: New test file.
14061
141c5cc4
JK
140622015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14063
14064 * gdb.opt/solib-intra-step-lib.c: New file.
14065 * gdb.opt/solib-intra-step-main.c: New file.
14066 * gdb.opt/solib-intra-step.exp: New file.
14067
d15dcecd
PA
140682015-09-15 Pedro Alves <palves@redhat.com>
14069
14070 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14071 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14072
4c2f2a79
PA
140732015-09-14 Pedro Alves <palves@redhat.com>
14074
14075 * gdb.base/hook-stop-continue.c: Delete.
14076 * gdb.base/hook-stop-continue.exp: Delete.
14077 * gdb.base/hook-stop-frame.c: Delete.
14078 * gdb.base/hook-stop-frame.exp: Delete.
14079 * gdb.base/hook-stop.c: New file.
14080 * gdb.base/hook-stop.exp: New file.
14081
919e6dbe
PMR
140822015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14083
14084 * gdb.ada/access_to_packed_array.exp: New testcase.
14085 * gdb.ada/access_to_packed_array/foo.adb: New file.
14086 * gdb.ada/access_to_packed_array/pack.adb: New file.
14087 * gdb.ada/access_to_packed_array/pack.ads: New file.
14088
157280a4
MM
140892015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14090
14091 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14092 buffer size test.
14093
2fd33e94
DB
140942015-09-11 Don Breazeal <donb@codesourcery.com>
14095
14096 * gdb.base/foll-exec.c: Add copyright header. Fix
14097 formatting issues.
14098 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14099 (do_exec_tests): Use clean_restart in place of zap_session,
14100 and for test initialization. Fix formatting issues. Use
14101 fail in place of perror.
14102 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14103 an expect statement to match an expression with output from
14104 the program under debug.
14105 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14106 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14107 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14108 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14109 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14110
e70b6e8e
DE
141112015-09-09 Doug Evans <dje@google.com>
14112
14113 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14114
7a551a51
DE
141152015-09-09 Doug Evans <dje@google.com>
14116
14117 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14118
4c666f84
DE
141192015-09-09 Doug Evans <dje@google.com>
14120
14121 * gdb.base/savedregs.exp: Fix typo.
14122
243a9253
PA
141232015-09-09 Pedro Alves <palves@redhat.com>
14124
14125 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14126
c0fa8fbd
SL
141272015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14128
14129 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14130 command actually switches threads. Give up on remaining
14131 tests if target fails to stop at breakpoint.
14132
cd7c1778
PMR
141332015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14134
14135 * gdb.ada/funcall_char.exp: New testcase.
14136 * gdb.ada/funcall_char/foo.adb: New file.
14137
dc5c8746
PMR
141382015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14139
14140 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14141 expected outputs. Add two testcases for completing ambiguous
14142 functions.
14143 * gdb.ada/complete/aux_pck.adb: New file.
14144 * gdb.ada/complete/aux_pck.ads: New file.
14145 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14146 Ambiguous_Func functions.
14147 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14148 * gdb.ada/complete/pck.adb: Likewise.
14149
4e83a1e7
UW
141502015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14151
14152 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14153 failures to run the test program under GDB.
14154
8ce74153
LM
141552015-08-26 Luis Machado <lgustavo@codesourcery.com>
14156
14157 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14158 to C.
14159
e9756d52
PP
141602015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14161
14162 * gdb.base/run-after-attach.exp: New test file.
14163 * gdb.base/run-after-attach.c: New test file.
14164
8d37573b
DB
141652015-08-26 Don Breazeal <donb@codesourcery.com>
14166
14167 * gdb.base/foll-exec-2.c: New test program.
14168 * gdb.base/foll-exec-2.exp: New test.
14169
63e43d3a
PMR
141702015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14171
14172 * gdb.base/nested-subp1.exp: New file.
14173 * gdb.base/nested-subp1.c: New file.
14174 * gdb.base/nested-subp2.exp: New file.
14175 * gdb.base/nested-subp2.c: New file.
14176 * gdb.base/nested-subp3.exp: New file.
14177 * gdb.base/nested-subp3.c: New file.
14178
3d40fbb5
PA
141792015-08-24 Pedro Alves <palves@redhat.com>
14180
14181 * gdb.server/connect-without-multi-process.c: New file.
14182 * gdb.server/connect-without-multi-process.exp: New file.
14183
4422ac93
LM
141842015-08-24 Luis Machado <lgustavo@codesourcery.com>
14185
14186 * gdb.opt/inline-markers.c: Make z int.
14187
91dddb86
LM
141882015-08-24 Luis Machado <lgustavo@codesourcery.com>
14189
14190 * gdb.opt/inline-markers.c: Make z volatile.
14191
a48847ee
LM
141922015-08-24 Luis Machado <lgustavo@codesourcery.com>
14193
14194 * gdb.opt/inline-bt.c: New volatile global z.
14195 * gdb.opt/inline-cmds.c: Likewise.
14196 * gdb.opt/inline-locals.c: Likewise.
14197 * gdb.opt/inline-markers.c: New extern global z.
14198 (marker): Use z.
14199 (inline_fn): Likewise.
14200
0ebbc52b
PA
142012015-08-24 Pedro Alves <palves@redhat.com>
14202
14203 * config/m32r-stub.exp: Remove file.
14204 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14205 * gdb.base/call-rt-st.exp: Likewise.
14206 * gdb.base/call-strs.exp: Likewise.
14207 * gdb.base/default.exp: Remove references to h8300-*-hms and
14208 *-*-udi*.
14209 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14210
77c365df
AA
142112015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14212
14213 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14214 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14215 and "return" use KFAIL when GDB can not read/write the vector
14216 return value.
14217
4313b8c0
GB
142182015-08-21 Gary Benson <gbenson@redhat.com>
14219
14220 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14221
0e433b32
PA
142222015-08-20 Pedro Alves <palves@redhat.com>
14223
14224 * gdb.server/solib-list.exp: No longer expect an interior stop in
14225 non-stop mode.
14226
221e1a37
PA
142272015-08-20 Pedro Alves <palves@redhat.com>
14228
14229 * gdb.server/connect-stopped-target.c: New file.
14230 * gdb.server/connect-stopped-target.exp: New file.
14231
40e3ad0e
PA
142322015-08-20 Pedro Alves <palves@redhat.com>
14233
14234 * gdb.dwarf2/comp-unit-lang.exp: New file.
14235 * gdb.dwarf2/comp-unit-lang.c: New file.
14236
af39b327
PMR
142372015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14238
14239 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14240 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14241
7d45c7c3 142422015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14243
7d45c7c3
KB
14244 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14245 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14246
4d6cceb4
DE
142472015-08-18 Doug Evans <dje@google.com>
14248 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14249
14250 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14251 skip_python_tests. New arg prompt_regexp.
14252 (skip_python_tests): New function.
14253 * lib/mi-support.exp (mi_skip_python_tests): New function.
14254 * gdb.python/py-mi-objfile-gdb.py: New file.
14255 * gdb.python/py-mi-objfile.c: New file.
14256 * gdb.python/py-mi-objfile.exp: New file.
14257
ad89c2aa
KS
142582015-08-17 Keith Seitz <keiths@redhat.com>
14259
14260 * gdb.linespec/explicit.exp: Move strace test from here ...
14261 * gdb.trace/strace.exp: ... to here.
14262
e3ae3c43
PP
142632015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14264
14265 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14266 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14267
604b2636
DE
142682015-08-14 Doug Evans <xdje42@gmail.com>
14269
14270 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14271 inferior before selecting a new file.
14272
6ff0ba5f
DE
142732015-08-14 Doug Evans <xdje42@gmail.com>
14274
14275 * gdb.mi/mi-disassemble.exp: Update.
14276 * gdb.base/disasm-optim.S: New file.
14277 * gdb.base/disasm-optim.c: New file.
14278 * gdb.base/disasm-optim.h: New file.
14279 * gdb.base/disasm-optim.exp: New file.
14280
9ca98f92
KS
142812015-08-14 Keith Seitz <keiths@redhat.com>
14282
14283 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14284 "evaluated-by".
14285
52bbc560
JB
142862015-08-13 Joel Brobecker <brobecker@adacore.com>
14287
14288 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14289
5d8c3ed3
PMR
142902015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14291
14292 * gdb.ada/fun_renaming.exp: New testcase.
14293 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14294 * gdb.ada/fun_renaming/pack.adb: New file.
14295 * gdb.ada/fun_renaming/pack.ads: New file.
14296
ea8812bc
KS
142972015-08-12 Keith Seitz <keiths@redhat.com>
14298
14299 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14300 gdb_get_line_number.
14301
4dafcdeb
JB
143022015-08-12 Joel Brobecker <brobecker@adacore.com>
14303
14304 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14305 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14306 gdb.base/dso2dso.exp: New files.
14307
5ba32597
SDJ
143082015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14309 Pedro Alves <palves@redhat.com>
14310 Keith Seitz <keiths@redhat.com>
14311
14312 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14313 GDBFLAGS.
14314
b6dafabf
PP
143152015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14316
14317 * gdb.base/gdbhistsize-history.exp
14318 (test_histsize_history_setting): Use save_vars.
14319 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14320 Use save_vars.
14321 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14322 * gdb.base/readline.exp: Use save_vars.
14323
abe8e607
PP
143242015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14325
14326 * lib/gdb.exp (save_vars): New proc.
14327
629500fa
KS
143282015-08-11 Keith Seitz <keiths@redhat.com>
14329
14330 * gdb.base/help.exp: Update help_breakpoint_text.
14331
eb8c4e2e
KS
143322015-08-11 Keith Seitz <keiths@redhat.com>
14333
14334 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14335 (at toplevel): Call test_explicit_breakpoints.
14336 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14337 breakpoints.
14338 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14339 breakpoint conditions, "-cond".
14340
87f0e720
KS
143412015-08-11 Keith Seitz <keiths@redhat.com>
14342
14343 * gdb.linespec/3explicit.c: New file.
14344 * gdb.linespec/cpexplicit.cc: New file.
14345 * gdb.linespec/cpexplicit.exp: New file.
14346 * gdb.linespec/explicit.c: New file.
14347 * gdb.linespec/explicit.exp: New file.
14348 * gdb.linespec/explicit2.c: New file.
14349 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14350 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14351 before using in the matching pattern.
14352 Clarify that `prefix' is a regular expression.
14353
f00aae0f
KS
143542015-08-11 Keith Seitz <keiths@redhat.com>
14355
14356 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14357 test.
14358 Add tests for missing ",FMT" and ",".
14359
e27852be
DE
143602015-08-10 Doug Evans <dje@google.com>
14361 Keith Seitz <keiths@redhat.com>
14362
14363 PR gdb/17960
14364 * gdb.base/completion.exp: Add location completer tests.
14365
7f03bd92
PA
143662015-08-07 Pedro Alves <palves@redhat.com>
14367
14368 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14369 tests here.
14370 (top level): Run do_test with and without displaced stepping.
14371
3fc8eb30
PA
143722015-08-07 Pedro Alves <palves@redhat.com>
14373
14374 * gdb.base/valgrind-disp-step.c: New file.
14375 * gdb.base/valgrind-disp-step.exp: New file.
14376
d4569d7b
PA
143772015-08-07 Pedro Alves <palves@redhat.com>
14378
14379 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14380 Delete function.
14381 (main): Add alarm. Run an infinite loop instead of calling
14382 wait_threads.
14383 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14384 comment.
14385 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14386 Delete function.
14387 (main): Add alarm. Run an infinite loop instead of calling
14388 wait_threads.
14389 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14390 comment.
14391
e1316e60
PA
143922015-08-07 Pedro Alves <palves@redhat.com>
14393
14394 * gdb.base/checkpoint-ns.exp: New file.
14395 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14396 standard_testfile.
14397
da8c46d2
MM
143982015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14399
14400 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14401 * gdb.btrace/instruction_history.exp: Update.
14402 * gdb.btrace/tsx.exp: New.
14403 * gdb.btrace/tsx.c: New.
14404
de1c2c52
PA
144052015-08-06 Pedro Alves <palves@redhat.com>
14406
14407 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14408 increase timeout.
14409 * gdb.reverse/until-precsave.exp: Bump timeouts.
14410
782e0bf4
PA
144112015-08-06 Pedro Alves <palves@redhat.com>
14412
14413 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14414
83e97ed0
PA
144152015-08-06 Pedro Alves <palves@redhat.com>
14416
14417 PR gdb/18749
14418 * gdb.threads/process-dies-while-handling-bp.c: New file.
14419 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14420
863d01bd
PA
144212015-08-06 Pedro Alves <palves@redhat.com>
14422
14423 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14424 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14425
0a39bb32
PA
144262015-08-05 Pedro Alves <palves@redhat.com>
14427
14428 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14429 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14430
ee2d2b10
SL
144312015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14432
14433 * gdb.base/bp-permanent.exp: Report test as unsupported if
14434 the target cannot stop at the permanent breakpoint.
14435
4e1bdb00
DE
144362015-08-03 Doug Evans <dje@google.com>
14437
14438 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14439 10000.
14440
3d338901
DE
144412015-08-03 Doug Evans <dje@google.com>
14442
14443 * Makefile.in (workers/%.worker, build-perf): New rule.
14444 (GDB_PERFTEST_MODE): New variable.
14445 (check-perf): Use it.
14446 (clean): Clean up gdb.perf parallel build subdirs.
14447 * lib/build-piece.exp: New file.
14448 * lib/gdb.exp (make_gdb_parallel_path): New function
14449 (standard_output_file, standard_temp_file): Call it.
14450 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14451 of $GDB_PARALLEL.
14452 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14453
af061d3e
DE
144542015-08-03 Doug Evans <dje@google.com>
14455
8e1afc81 14456 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14457 (LOG_FILE_NAME): New global.
14458 (TextReporter.__init__): Initialize self.txt_sum.
14459 (TextReporter.report): Add support for multiple data-points.
14460 Move report to perftest.sum, put raw data in perftest.log.
14461 (TextReporter.start): Open sum and log files.
14462 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14463 * gdb.perf/lib/perftest/testresult.py
14464 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14465
2c8c5d37
PA
144662015-07-31 Pedro Alves <palves@redhat.com>
14467
14468 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14469 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14470 kill_wait_spawned_process instead of explicit "kill -9".
14471 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14472 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14473 kill_wait_spawned_process.
14474 * gdb.base/attach-twice.exp: Likewise.
14475 * gdb.base/attach.exp: Likewise.
14476 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14477 gdb_test_multiple.
14478 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14479 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14480 kill_wait_spawned_process.
14481 * gdb.base/valgrind-infcall.exp: Likewise.
14482 * gdb.multi/multi-attach.exp: Likewise.
14483 * gdb.python/py-prompt.exp: Likewise.
14484 * gdb.python/py-sync-interp.exp: Likewise.
14485 * gdb.server/ext-attach.exp: Likewise.
14486 * gdb.threads/attach-into-signal.exp (corefunc): Use
14487 spawn_wait_for_attach, spawn_id_get_pid and
14488 kill_wait_spawned_process.
14489 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14490 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14491 spawn_id_get_pid and kill_wait_spawned_process.
14492 * gdb.threads/attach-stopped.exp (corefunc): Use
14493 spawn_wait_for_attach, spawn_id_get_pid and
14494 kill_wait_spawned_process.
14495 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14496 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14497 kill_wait_spawned_process instead of explicit "kill -9".
14498 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14499 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14500 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14501 processes. Don't map cygwin/windows pids here. Now returns a
14502 spawn id list.
14503
032a0fca
SL
145042015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14505
14506 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14507 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14508 correct patch.
14509
61a934ca
SL
145102015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14511
14512 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14513
4bc4d428
SL
145142015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14515
14516 Reapply:
14517 2014-05-21 Mark Wielaard <mjw@redhat.com>
14518
14519 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14520
998d452a
PA
145212015-07-30 Pedro Alves <palves@redhat.com>
14522
14523 * linux-low.c (handle_extended_wait): Set the child's last
14524 reported status to TARGET_WAITKIND_STOPPED.
14525
69dde7dc
PA
145262015-07-30 Pedro Alves <palves@redhat.com>
14527
14528 PR threads/18600
14529 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14530 only shows inferior 1.
14531
4dd63d48
PA
145322015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14533 Pedro Alves <palves@redhat.com>
14534
14535 PR threads/18600
14536 * gdb.threads/fork-plus-threads.c: New file.
14537 * gdb.threads/fork-plus-threads.exp: New file.
14538
d618e4c5
PP
145392015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14540
14541 * gdb.base/batch-preserve-term-settings.exp
14542 (test_terminal_settings_preserved_after_cli_exit): Use
14543 send_quit_command.
14544
1eef6428
PA
145452015-07-29 Pedro Alves <palves@redhat.com>
14546 Don Breazeal <donb@codesourcery.com>
14547
14548 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14549 output from both inferior_spawn_id and gdb_spawn_id.
14550
7da5b897
SDJ
145512015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14552
14553 * gdb.threads/attach-into-signal.exp (corefunc): Use
14554 with_test_prefix on nested loops, uniquefying the test messages.
14555
dac804df
SDJ
145562015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14557
14558 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14559 commit.
14560
06265e53
PP
145612015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14562
14563 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14564 New proc.
14565 (test_terminal_settings_preserved_after_sigterm): New test.
14566
18206ca3
PP
145672015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14568
14569 * gdb.base/batch-preserve-term-settings.exp
14570 (test_terminal_settings_preserved_after_cli_exit): New test.
14571
90074d11
PP
145722015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14573
14574 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14575 manipulation of saved_gdbflags.
14576 (test_terminal_settings_preserved): Remove global declaration of
14577 the unused variable pagination_prompt. Remove manipulation of
14578 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14579 GDBFLAGS.
14580
eb1a7902
PA
145812015-07-29 Pedro Alves <palves@redhat.com>
14582
14583 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14584
8b75dd3b
PA
145852015-07-29 Pedro Alves <palves@redhat.com>
14586
14587 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14588 at the top.
14589
dedad4e3
PA
145902015-07-29 Pedro Alves <palves@redhat.com>
14591
14592 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14593 (main): Call gdb_unbuffer_output.
14594 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14595 (main): Call gdb_unbuffer_output.
14596 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14597 (main): Call gdb_unbuffer_output.
14598 * gdb.base/call-strs.exp: Adjust to step over the
14599 gdb_unbuffer_output call.
14600 * gdb.base/catch-gdb-caused-signals.c: Include
14601 "../lib/unbuffer_output.c".
14602 (main): Call gdb_unbuffer_output.
14603 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14604 (main): Call gdb_unbuffer_output.
14605 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14606 (main): Call gdb_unbuffer_output.
14607 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14608 (main): Call gdb_unbuffer_output.
14609 * gdb.base/shlib-call.exp: Adjust to step over the
14610 gdb_unbuffer_output call.
14611 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14612 (main): Call gdb_unbuffer_output.
14613 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14614 (main): Call gdb_unbuffer_output.
14615 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14616 (main): Rename to ...
14617 (test): ... this.
14618 (main): Reimplement.
14619 * gdb.base/varargs.exp: Run to test instead of to main.
14620 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14621 (main): Call gdb_unbuffer_output.
14622
58789a91
PA
146232015-07-29 Pedro Alves <palves@redhat.com>
14624
14625 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14626 factore out from mi_continue_dprintf. For call-style dprintfs,
14627 expect dprintf output out of $inferior_spawn_id.
14628 (mi_continue_dprintf): Use mi_expect_dprintf.
14629 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14630 (main): Call gdb_unbuffer_output.
14631
e8376742
PA
146322015-07-29 Pedro Alves <palves@redhat.com>
14633
14634 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14635 (default_mi_gdb_start): Set inferior_spawn_id instead of
14636 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14637 gdb_spawn_id.
14638 (mi_gdb_test): Always expect inferior output from both
14639 $inferior_spawn_id and $gdb_spawn_id.
14640
08280010
PA
146412015-07-29 Pedro Alves <palves@redhat.com>
14642
14643 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14644 send_inferior and $inferior_spawn_id.
14645
4d30e432
PA
146462015-07-29 Pedro Alves <palves@redhat.com>
14647
14648 * gdb.gdb/complaints.exp (test_initial_complaints)
14649 (test_serial_complaints, test_short_complaints): Use
14650 gdb_test_stdio.
14651 (test_empty_complaint): Handle $inferior_spawn_id !=
14652 $gdb_spawn_id.
14653
0d30a335
PA
146542015-07-29 Pedro Alves <palves@redhat.com>
14655
14656 * gdb.base/varargs.exp: Use gdb_test_stdio.
14657
39413b29
PA
146582015-07-29 Pedro Alves <palves@redhat.com>
14659
14660 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14661
7cb000a9
PA
146622015-07-29 Pedro Alves <palves@redhat.com>
14663
14664 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14665
d7b8ac82
PA
146662015-07-29 Pedro Alves <palves@redhat.com>
14667
14668 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14669 parameter into two new parameters, "inf_result" and "gdb_result".
14670 Expect inferior output and gdb output from $inferior_spawn_id and
14671 $gdb_spawn_id, respectively. Adjust all callers.
14672
789c3a0c
PA
146732015-07-29 Pedro Alves <palves@redhat.com>
14674
14675 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14676 of gdb_test_sequence.
14677
77e760c3
PA
146782015-07-29 Pedro Alves <palves@redhat.com>
14679
14680 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14681 (saw_spurious_output): Expect inferior output from
14682 $inferior_spawn_id. Use gdb_test_stdio.
14683
8396d2cd
PA
146842015-07-29 Pedro Alves <palves@redhat.com>
14685
14686 * gdb.base/dprintf.exp: Use standard_testfile. Change
14687 prepare_for_testing call.
14688 (srcfile): Don't set.
14689 (restart): New procedure.
14690 (test_dprintf): New procecure, use to continue over dprintfs.
14691 (test_call, test_agent): New procedures, tests moved here.
14692 Restart gdb and recreate dprintfs. Adjust expected output.
14693
2051d61f
PA
146942015-07-29 Pedro Alves <palves@redhat.com>
14695
14696 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14697
452397af
PA
146982015-07-29 Pedro Alves <palves@redhat.com>
14699
14700 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14701
8aed9555
PA
147022015-07-29 Pedro Alves <palves@redhat.com>
14703
14704 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14705 gdb_test_stdio.
14706
188a61b4
PA
147072015-07-29 Pedro Alves <palves@redhat.com>
14708
14709 * lib/gdb.exp (gdb_test_stdio): New procedure.
14710
12264a45
PA
147112015-07-29 Pedro Alves <palves@redhat.com>
14712
14713 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14714
23ffc893
PA
147152015-07-29 Pedro Alves <palves@redhat.com>
14716
14717 * gdb.base/call-signal-resume.exp: Remove check for
14718 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14719 * gdb.base/unwindonsignal.exp: Likewise.
14720 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14721 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14722
65566918
PA
147232015-07-29 Pedro Alves <palves@redhat.com>
14724
14725 * gdb.base/siginfo-addr.c (pass): New function.
14726 (handler): Call it iff si_addr is correct.
14727 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14728 Set a breakpoint at "pass" and continue to it.
14729
d60a9221
SDJ
147302015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14731
14732 * gdb.python/py-objfile.exp: Make some tests have unique names.
14733 * gdb.python/py-pp-registration.exp: Likewise.
14734
bde40b8f
PA
147352015-07-28 Pedro Alves <palves@redhat.com>
14736
14737 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14738
13e1dec8
SM
147392015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14740
14741 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14742
da33c9a7
SM
147432015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14744
14745 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14746
077836f7
PP
147472015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14748
14749 * gdb.base/gdb-sigterm-2.exp: New test.
14750
b8cc7b2e
DE
147512015-07-25 Doug Evans <xdje42@gmail.com>
14752
14753 Revert:
14754 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14755 (workers/%.worker, build-perf): New rule.
14756 (GDB_PERFTEST_MODE): New variable.
14757 (check-perf): Use it.
14758 (clean): Clean up gdb.perf parallel build subdirs.
14759 * lib/build-piece.exp: New file.
14760 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14761 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14762 name.
14763 (standard_temp_file): Ditto.
14764 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14765 of $GDB_PARALLEL.
14766
c8bd4544
DE
147672015-07-24 Doug Evans <dje@google.com>
14768
14769 * gdb.perf/lib/perftest/utils.py: New file.
14770 * gdb.perf/gm-hello.cc: New file.
14771 * gdb.perf/gm-pervasive-typedef.cc: New file.
14772 * gdb.perf/gm-pervasive-typedef.h: New file.
14773 * gdb.perf/gm-std.cc: New file.
14774 * gdb.perf/gm-std.h: New file.
14775 * gdb.perf/gm-use-cerr.cc: New file.
14776 * gdb.perf/gm-utils.h: New file.
14777 * gdb.perf/gmonster-null-lookup.py: New file.
14778 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14779 * gdb.perf/gmonster-print-cerr.py: New file.
14780 * gdb.perf/gmonster-ptype-string.py: New file.
14781 * gdb.perf/gmonster-runto-main.py: New file.
14782 * gdb.perf/gmonster-select-file.py: New file.
14783 * gdb.perf/gmonster1-null-lookup.exp: New file.
14784 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14785 * gdb.perf/gmonster1-print-cerr.exp: New file.
14786 * gdb.perf/gmonster1-ptype-string.exp: New file.
14787 * gdb.perf/gmonster1-runto-main.exp: New file.
14788 * gdb.perf/gmonster1-select-file.exp: New file.
14789 * gdb.perf/gmonster1.cc: New file.
14790 * gdb.perf/gmonster1.exp: New file.
14791 * gdb.perf/gmonster2-null-lookup.exp: New file.
14792 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14793 * gdb.perf/gmonster2-print-cerr.exp: New file.
14794 * gdb.perf/gmonster2-ptype-string.exp: New file.
14795 * gdb.perf/gmonster2-runto-main.exp: New file.
14796 * gdb.perf/gmonster2-select-file.exp: New file.
14797 * gdb.perf/gmonster2.cc: New file.
14798 * gdb.perf/gmonster2.exp: New file.
14799
6eab34f3
DE
148002015-07-24 Doug Evans <dje@google.com>
14801
14802 * gdb.perf/README: New file.
14803 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14804 * lib/gen-perf-test.exp: New file.
14805
63738bfd
DE
148062015-07-24 Doug Evans <dje@google.com>
14807
14808 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14809 (PerfTest::startup): New function.
14810 (PerfTest::run): Return result of calling body.
14811 (PerfTest::assemble): Rewrite.
14812 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14813 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14814 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14815 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14816 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14817
7b606f95
DE
148182015-07-24 Doug Evans <dje@google.com>
14819
14820 * lib/gdb.exp (clean_restart): Make executable optional.
14821
a97b16b8
DE
148222015-07-24 Doug Evans <dje@google.com>
14823
14824 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14825 compiler_info references.
14826 * gdb.cp/temargs.exp: Ditto.
14827 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14828 (get_compiler_info): Early exit if already computed. Set compiler_info
14829 to "unknown" if there was a problem.
14830 (test_compiler_info): Add function comment. Call get_compiler_info.
14831
35baa57f
DE
148322015-07-24 Doug Evans <dje@google.com>
14833
14834 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14835 (workers/%.worker, build-perf): New rule.
14836 (GDB_PERFTEST_MODE): New variable.
14837 (check-perf): Use it.
14838 (clean): Clean up gdb.perf parallel build subdirs.
14839 * lib/build-piece.exp: New file.
14840 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14841 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14842 name.
14843 (standard_temp_file): Ditto.
14844 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14845 of $GDB_PARALLEL.
14846
6ebea266
DE
148472015-07-24 Doug Evans <dje@google.com>
14848
14849 * lib/future.exp (gdb_default_target_compile): New option
14850 "early_flags".
14851 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14852 --as-needed.
14853
1e76a7e9
SDJ
148542015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14855
14856 * gdb.base/catch-syscall.exp: Call gdb_exit before
14857 gdb_skip_xml_test.
14858
5068630a
PA
148592015-07-24 Pedro Alves <palves@redhat.com>
14860
14861 * gdb.python/py-events.exp: Accept output between the stop event
14862 and the prompt.
14863 * gdb.python/py-evsignal.exp: Likewise.
14864 * gdb.python/py-evthreads.exp: Likewise.
14865
77598427
PA
148662015-07-24 Pedro Alves <palves@redhat.com>
14867
14868 PR gdb/18717
14869 * gdb.threads/non-ldr-exit.c: New file.
14870 * gdb.threads/non-ldr-exit.exp: New file.
14871
11e6c98f
YQ
148722015-07-24 Yao Qi <yao.qi@linaro.org>
14873
14874 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14875 restarting process.
14876
51aee833
YQ
148772015-07-24 Yao Qi <yao.qi@linaro.org>
14878
14879 * gdb.server/ext-restart.exp: New file.
14880
8cfe207c
YQ
148812015-07-24 Yao Qi <yao.qi@linaro.org>
14882
14883 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14884 argument options.
14885 * gdb.server/ext-wrapper.exp: New file.
14886
cc12ce38
DE
148872015-07-23 Doug Evans <dje@google.com>
14888
14889 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14890 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14891
d0d84780
PMR
148922015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14893
14894 * gdb.ada/var_arr_typedef.exp: New testcase.
14895 * gdb.ada/var_arr_typedef/pack.adb: New file.
14896 * gdb.ada/var_arr_typedef/pack.ads: New file.
14897 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14898
8b558f79
JB
148992015-07-20 Joel Brobecker <brobecker@adacore.com>
14900
14901 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14902
775a3298
JK
149032015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14904
14905 * gdb.arch/i386-biarch-core.exp: Replace istarget
14906 by "complete set gnutarget". Remove expectation for the "core-file"
14907 command.
14908
db1ff28b
JK
149092015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14910
14911 Revert the previous commit:
14912 Tests for validate symbol file using build-id.
14913
0a94970d
JK
149142015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14915
14916 Tests for validate symbol file using build-id.
14917 * gdb.base/solib-mismatch-lib.c: New file.
14918 * gdb.base/solib-mismatch-libmod.c: New file.
14919 * gdb.base/solib-mismatch.c: New file.
14920 * gdb.base/solib-mismatch.exp: New file.
14921
03346981
SL
149222015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14923
14924 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14925 nios2-*-linux*.
14926 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14927 * gdb.base/siginfo.exp: Likewise.
14928 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14929
42422cc7
PL
149302015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14931
14932 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14933 Move it to ...
14934 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14935 ... here.
14936 * gdb.trace/range-stepping.exp: Check that the target supports
14937 range stepping.
14938
cfa68bae
JK
149392015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14940
14941 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14942
8ffdba26
PA
149432015-07-14 Pedro Alves <palves@redhat.com>
14944
14945 * gdb.base/killed-outside.exp: New file.
14946 * gdb.base/killed-outside.c: New file.
14947
218a5a11
JK
149482015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14949
14950 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14951 (n at main): New.
14952 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14953
e03ed3c6
AA
149542015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14955
14956 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14957 infcall tests instead of setting up for KFAIL.
14958
485668e5
MM
149592015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14960
14961 * gdb.btrace/record_goto-step.exp: New.
14962
08464196
JK
149632015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14964
14965 PR compile/18484
14966 * gdb.compile/compile.c (struct struct_type): Add volatile to
14967 selffield's type.
14968 * gdb.compile/compile.exp
14969 (compile code struct_object.selffield = &struct_object): Skip further
14970 struct_object tests if this one xfails.
14971
bcf5c1d9
RC
149722015-07-08 Robert O'Callahan <robert@ocallahan.org>
14973
14974 PR exp/18617
14975 * gdb.trace/ax.exp: Add test.
14976
4931af25
YQ
149772015-07-07 Yao Qi <yao.qi@linaro.org>
14978
14979 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14980 instead of istarget "aarch64*-*-*".
14981 * gdb.arch/aarch64-fp.exp: Likewise.
14982 * gdb.base/float.exp: Likewise.
14983 * gdb.reverse/aarch64.exp: Likewise.
14984 * lib/gdb.exp (is_aarch64_target): New proc.
14985
9fcf688e
YQ
149862015-07-07 Yao Qi <yao.qi@linaro.org>
14987
14988 * lib/gdb.exp (is_aarch32_target): New proc.
14989 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14990 instead of "istarget "arm*-*-*"".
14991 * gdb.arch/arm-disp-step.exp: Likewise.
14992 * gdb.arch/thumb-bx-pc.exp: Likewise.
14993 * gdb.arch/thumb-prologue.exp: Likewise.
14994 * gdb.arch/thumb-singlestep.exp: Likewise.
14995 * gdb.base/disp-step-syscall.exp: Likewise.
14996 * gdb.base/float.exp: Likewise.
14997
fbd8d50d
YQ
149982015-07-07 Yao Qi <yao.qi@linaro.org>
14999
15000 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15001 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15002
71be1fdc
YQ
150032015-07-07 Yao Qi <yao.qi@linaro.org>
15004
15005 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15006 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15007 if it exists.
15008 * gdb.multi/multi-arch.exp: Likewise.
15009
3e221d36
SM
150102015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15011
15012 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15013 print.
15014
d441430b
YQ
150152015-07-07 Yao Qi <yao.qi@linaro.org>
15016
15017 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15018
06f810bd
MG
150192015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15020
15021 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15022 '[' and ']' characters.
15023
5e61e7c0
IB
150242015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15025
15026 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15027
28bf096c
PA
150282015-06-29 Pedro Alves <palves@redhat.com>
15029
15030 PR threads/18127
15031 * gdb.threads/hand-call-new-thread.c: New file.
15032 * gdb.threads/hand-call-new-thread.c: New file.
15033
ee93cd5e
KS
150342015-06-26 Keith Seitz <keiths@redhat.com>
15035 Doug Evans <dje@google.com>
15036
15037 PR 16253
15038 * gdb.cp/var-tag-2.cc: New file.
15039 * gdb.cp/var-tag-3.cc: New file.
15040 * gdb.cp/var-tag-4.cc: New file.
15041 * gdb.cp/var-tag.cc: New file.
15042 * gdb.cp/var-tag.exp: New file.
15043
fc637f04
PP
150442015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15045
15046 * gdb.base/history-duplicates.exp: New test.
15047
2e52ae68
PP
150482015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15049
15050 * gdb.base/completion.exp: Test the completion of the "focus"
15051 command.
15052
6e22494e
JK
150532015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15054
15055 * gdb.arch/amd64-prologue-skip.S: New file.
15056 * gdb.arch/amd64-prologue-skip.exp: New file.
15057
bf7b9cd9
SM
150582015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15059
15060 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15061 is_address_zero_readable check.
15062
201e8dfd
PB
150632015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15064
15065 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15066 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15067
5cd867b4
YQ
150682015-06-24 Yao Qi <yao.qi@linaro.org>
15069
15070 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15071 linux targets.
15072
4d7be007
YQ
150732015-06-24 Yao Qi <yao.qi@linaro.org>
15074
15075 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15076 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15077 * gdb.base/siginfo-thread.exp: Likewise.
15078
07fcd301
YQ
150792015-06-22 Yao Qi <yao.qi@linaro.org>
15080
15081 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15082
52042a00
YQ
150832015-06-22 Yao Qi <yao.qi@linaro.org>
15084
15085 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15086 aarch64*-*-*.
15087 (skip_hw_watchpoint_tests): Likewise.
15088
74bd41ce
PP
150892015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15090
15091 * gdb.base/gdbinit-history.exp: Test the interaction between
15092 setting GDBHISTSIZE and setting the history size via .gdbinit.
15093
bc460514
PP
150942015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15095
15096 PR gdb/16999
15097 * gdb.base/gdbhistsize-history.exp: New test.
15098
b58c513b
PP
150992015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15100
15101 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15102 with GDBHISTSIZE.
15103 * gdb.base/readline.exp: Likewise.
15104
92046791
YQ
151052015-06-17 Yao Qi <yao.qi@linaro.org>
15106
15107 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15108 line.
15109
2093d2d3
PP
151102015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15111
15112 * gdb.base/gdbinit-history.exp: Add test case to check that
15113 an unlimited history file does not get truncated on exit.
15114
e6c693af
AA
151152015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15116
15117 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15118 (VECTOR): New macro. Use it...
15119 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15120 ...for these typedefs.
15121 (int8, char1, int1, double1): New typedefs.
15122 (struct just_int2, struct two_int2): New structures.
15123 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15124 (add_structvecs, add_singlevecs): New functions.
15125 (main): Call add_some_intvecs twice.
15126 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15127 the compile and exit upon failure. Try compiling for the "native"
15128 architecture. Test inferior function calls with vector arguments
15129 and vector return value handling with "finish" and "return".
15130
c74f7d1c
JT
151312015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15132
15133 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15134 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15135 PE file.
15136 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15137
98aa42ee
AT
151382015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15139
15140 PR breakpoints/16465
15141 * gdb.mi/mi-dprintf-pending.c: New file.
15142 * gdb.mi/mi-dprintf-pending.exp: New test.
15143 * gdb.mi/mi-dprintf-pendshr.c: New file.
15144
7d73c23c 151452015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 15146 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
15147
15148 * gdb.arch/i386-mpx-map.c: New file.
15149 * gdb.arch/i386-mpx-map.exp: New File.
15150
151512015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15152
15153 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15154 * gdb.arch/i386-mpx.exp: Indentation fixed.
15155
151562015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15157
15158 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15159 function and improved indentation.
15160 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15161 gdb_test_multiple. Added additional tests to skip the test.
15162
151632015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15164
15165 * gdb.arch/i386-avx512.c: Change path in include file.
15166 * gdb.arch/i386-avx512.exp: Change include dir path
15167 compilation flag.
15168 * gdb.arch/i386-mpx.c: Change path in include file.
15169 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15170 flag.
15171
d5eba19a
JK
151722015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15173
15174 * gdb.compile/compile-print.exp (compile print *vararray@3)
15175 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15176
7f361056
JK
151772015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15178
15179 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15180 (do not keep jit in memory): ... this.
15181 (expect 5): Change it to ...
15182 (expect no 5): ... this.
15183
3b462ec2
SM
151842015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15185
15186 PR gdb/15564
15187 * gdb.mi/mi-detach.exp: New file.
15188
e0619de6
JK
151892015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15190
15191 PR symtab/18392
15192 * gdb.arch/amd64-tailcall-self.S: New file.
15193 * gdb.arch/amd64-tailcall-self.c: New file.
15194 * gdb.arch/amd64-tailcall-self.exp: New file.
15195
e970cb34
DB
151962015-05-28 Don Breazeal <donb@codesourcery.com>
15197
15198 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15199 tests for remote targets by checking is_target_gdbserver.
15200
b2e2f908
DE
152012015-05-27 Doug Evans <dje@google.com>
15202
15203 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15204 * gdb.dwarf2/opaque-type-lookup.c: New file.
15205 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15206
82c7be31
DE
152072015-05-26 Doug Evans <dje@google.com>
15208
15209 * gdb.cp/iostream.cc: New file.
15210 * gdb.cp/iostream.exp: New file.
15211
b4f54984
DE
152122015-05-26 Doug Evans <dje@google.com>
15213
15214 * gdb.dwarf2/dw2-op-call.exp: Update.
15215 * gdb.dwarf2/dw4-sig-types.exp: Update.
15216 * gdb.dwarf2/implptr.exp: Update.
15217 * gdb.mi/mi-cmd-param-changed.exp: Update.
15218
4ea6efe9
DE
152192015-05-26 Doug Evans <dje@google.com>
15220
15221 * gdb.python/py-lazy-string.c: New file.
15222 * gdb.python/py-lazy-string.exp: New file.
15223 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15224 (main): Update. Add estring3.
15225 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15226 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15227
f6bb7db3
YQ
152282015-05-26 Omair Javaid <omair.javaid@linaro.org>
15229 Yao Qi <yao.qi@linaro.org>
15230
15231 * gdb.reverse/aarch64.c: New.
15232 * gdb.reverse/aarch64.exp: New.
15233
a81bfbd0
OJ
152342015-05-26 Omair Javaid <omair.javaid@linaro.org>
15235
25d49b86
PA
15236 * lib/gdb.exp (supports_process_record): Return true for
15237 aarch64*-linux*.
a81bfbd0
OJ
15238 (supports_reverse): Likewise.
15239
158bf1b4
PP
152402015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15241
15242 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15243 Use with_test_prefix.
15244
a0145030
AB
152452015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15246
15247 * gdb.base/completion.exp: Add test for completion of layout
15248 names.
15249
ebe3b578
AB
152502015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15251
15252 * lib/gdb.exp (skip_tui_tests): New proc.
15253 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15254
84204ed7
PA
152552015-05-19 Pedro Alves <palves@redhat.com>
15256
15257 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15258 Save the whole env array instead of just HOME. Unset HISTSIZE in
15259 the environment while testing. Restore whole environment
15260 afterwards.
15261
37442ce1
DE
152622015-05-16 Doug Evans <xdje42@gmail.com>
15263
15264 * gdb.guile/scm-ports.c: New file.
15265 * gdb.guile/scm-ports.exp: Add memory port tests.
15266
36de76f9
JK
152672015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15268
15269 * gdb.compile/compile-print.c: New file.
15270 * gdb.compile/compile-print.exp: New file.
15271
3a9558c4
JK
152722015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15273
15274 * gdb.compile/compile-ops.exp: Cast param to void.
15275 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15276 (compile code struct_object.selffield = &struct_object): Add xfail.
15277
aa715135
JG
152782015-05-15 Joel Brobecker <brobecker@adacore.com>
15279
15280 * gdb.ada/arr_enum_with_gap: New testcase.
15281
931e5bc3
JG
152822015-05-15 Joel Brobecker <brobecker@adacore.com>
15283
15284 * gdb.ada/byte_packed_arr: New testcase.
15285
9cd4d857
JB
152862015-05-15 Joel Brobecker <brobecker@adacore.com>
15287
15288 * gdb.ada/pckd_neg: New testcase.
15289
ebfd00d2
PP
152902015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15291
15292 PR gdb/17820
15293 * gdb.base/gdbinit-history.exp: New test.
15294 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15295 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15296
4c082a81
SC
152972015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15298
15299 * gdb.python/py-xmethods.cc: Enhance test case.
15300 * gdb.python/py-xmethods.exp: New tests.
15301 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15302 function.
15303 (B_indexoper): Likewise.
15304 (global_dm_list) : Add new xmethod worker functions.
15305
f7797074
SDJ
153062015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15307
15308 * gdb.base/coredump-filter.exp: Correctly unset
15309 "coredump_var_addr" array.
15310
a4674e4e
PA
153112015-05-08 Pedro Alves <palves@redhat.com>
15312
15313 * gdb.server/non-existing-program.exp: Unset spawn_id.
15314
df2eb078
SC
153152015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15316
15317 PR python/18291
15318 * gdb.python/py-xmethods.exp: Add tests.
15319
422349a3
YQ
153202015-05-08 Yao Qi <yao.qi@linaro.org>
15321
15322 PR gdb/18208
15323 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15324 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15325 function set_coredump_filter, and remove remote_exec call.
15326 Remove argument ipid. Callers update.
15327 (top level): Don't get inferior's PID.
15328
63fc80ce
AA
153292015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15330
15331 * gdb.base/watch_thread_num.exp: Skip test on targets without
15332 access watchpoints.
15333
80ad801e
PA
153342015-05-06 Pedro Alves <palves@redhat.com>
15335
15336 PR server/18081
15337 * gdb.server/non-existing-program.exp: New file.
15338
0fa7fe50
JB
153392015-05-05 Joel Brobecker <brobecker@adacore.com>
15340
15341 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15342
3ea89b92
PMR
153432015-05-05 Joel Brobecker <brobecker@adacore.com>
15344
15345 * gdb.ada/out_of_line_in_inlined: New testcase.
15346
87b8eff0
JB
153472015-05-05 Joel Brobecker <brobecker@adacore.com>
15348
15349 * gdb.ada/var_rec_arr: New testcase.
15350
5fccc635
YQ
153512015-04-30 Yao Qi <yao.qi@linaro.org>
15352
15353 * gdb.base/break-idempotent.exp: If
15354 skip_hw_watchpoint_multi_tests returns true, skip the tests
15355 on "rwatch" and "awatch".
15356
42d38f42
YQ
153572015-04-30 Yao Qi <yao.qi@linaro.org>
15358
15359 * gdb.base/relativedebug.exp: Invoke gdb command
15360 "info sharedlibrary", and if libc.so doesn't have debug info,
15361 skip the test.
15362
2ce1cdbf
DE
153632015-04-29 Doug Evans <dje@google.com>
15364
15365 * gdb.python/py-xmethods.exp: Add ptype tests.
15366 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15367 get_result_type method.
15368
f24a38c5
LM
153692015-04-29 Luis Machado <lgustavo@codesourcery.com>
15370
15371 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15372 the target does not support hardware watchpoints.
15373
ecbf2b3c
LM
153742015-04-29 Luis Machado <lgustavo@codesourcery.com>
15375
15376 * gdb.base/break-always.exp: Abort testing if writing to memory
15377 causes an error.
15378
34f5f757
DE
153792015-04-28 Doug Evans <dje@google.com>
15380
15381 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15382 * gdb.python/py-pp-registration.exp: ... here. New file.
15383 * gdb.python/py-pp-registration.c: New file.
15384 * gdb.python/py-pp-registration.py: New file.
15385
69b4374a
DE
153862015-04-28 Doug Evans <dje@google.com>
15387
15388 * gdb.python/py-bad-printers.c: New file.
15389 * gdb.python/py-bad-printers.py: New file.
15390 * gdb.python/py-bad-printers.exp: New file.
15391
59fb7612
SS
153922015-04-28 Sasha Smundak <asmundak@google.com>
15393
15394 * gdb.python/py-type.exp: New test.
15395
2631b16a
AW
153962015-04-28 Andy Wingo <wingo@igalia.com>
15397
15398 * gdb.python/py-parameter.exp:
15399 * gdb.guile/scm-parameter.exp: Escape the path that we are
15400 matching against, as it might contain characters that are special
15401 to regular expressions.
15402
460efde1
JB
154032015-04-27 Joel Brobecker <brobecker@adacore.com>
15404
15405 * gdb.ada/rec_comp: New testcase.
15406
2d369d8e
SDJ
154072015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15408
15409 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15410 before using it.
15411
cf75d6c3
AB
154122015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15413
15414 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15415 new tests for verilog output.
15416
8dbe7ca5
YQ
154172015-04-24 Yao Qi <yao.qi@linaro.org>
15418
15419 * boards/remote-gdbserver-on-localhost.exp: New file.
15420
4ef9fb2f
PA
154212015-04-23 Pedro Alves <palves@redhat.com>
15422
15423 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15424 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15425 "end of file", remove $inferior_spawn_id from the indirect list.
15426
0a803169
PA
154272015-04-23 Pedro Alves <palves@redhat.com>
15428
15429 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15430
749ef8f8
PA
154312015-04-23 Pedro Alves <palves@redhat.com>
15432
15433 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15434 on $any_spawn_id instead of only on $gdb_spawn_id.
15435
8aae4344
PM
154362015-04-21 Pierre Muller <muller@sourceware.org>
15437
15438 PR pascal/17815
15439 * lib/pascal.exp (gpc_compile): Add new option "class".
15440 (fpc_compile): Likewise.
15441 * gdb.pascal/case-insensitive-symbols.pas: New file.
15442 * gdb.pascal/case-insensitive-symbols.exp: New file.
15443
1586c8fb
GB
154442015-04-20 Gary Benson <gbenson@redhat.com>
15445
15446 * gdb.base/attach.exp: Fix three extended remote failures.
15447
1b6e6f5c
GB
154482015-04-17 Gary Benson <gbenson@redhat.com>
15449
15450 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15451 the main executable over the remote protocol.
15452
e797481d
PA
154532015-04-16 Pedro Alves <palves@redhat.com>
15454
15455 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15456 a new gdbserver if gdbserver_reconnect_p is set.
15457
1ca99c42
PA
154582015-04-16 Pedro Alves <palves@redhat.com>
15459
15460 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15461 is set, don't exit gdbserver.
15462
af9fd6f8
AA
154632015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15464
15465 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15466 appropriate .insn, such that an older assembler can be used.
15467 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15468 the z/Architecture instruction set on 31-bit targets as well.
15469
04ff1e61
AA
154702015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15471
15472 * gdb.go/handcall.exp: Remove all logic related to the first
15473 breakpoint and rely on go_runto_main instead.
15474 * gdb.go/strings.exp: Likewise.
15475 * gdb.go/unsafe.exp: Likewise.
15476 * gdb.go/hello.exp: Likewise. Also rename the remaining
15477 breakpoint marker to "breakpoint 1".
15478 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15479 * gdb.go/strings.go: Likewise.
15480 * gdb.go/unsafe.go: Likewise.
15481 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15482 "set breakpoint 2 here" and rename the remaining breakpoint marker
15483 to "breakpoint 1".
15484
40d2f8d6
SM
154852015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15486
15487 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15488 if itertools.imap is not present.
15489 * gdb.python/py-objfile.exp: Add parentheses.
15490 * gdb.python/py-type.exp: Same.
15491 * gdb.python/py-unwind-maint.py: Same.
15492
8cbc97c6
YQ
154932015-04-15 Yao Qi <yao.qi@linaro.org>
15494
15495 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15496 of ":$ptr_size" and set its form explicitly.
15497
45fd756c
YQ
154982015-04-15 Pedro Alves <palves@redhat.com>
15499 Yao Qi <yao.qi@linaro.org>
15500
15501 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15502 timeout by factor of 4.
15503 (test_regular_watch): Likewise.
15504 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15505 * gdb.reverse/sigall-reverse.exp: Likewise.
15506 * gdb.reverse/until-precsave.exp: Likewise.
15507 * lib/gdb.exp (with_timeout_factor): New proc.
15508 (gdb_expect): Move some code to ...
15509 (get_largest_timeout): ... here. New procedure.
15510
9e811bc3
LM
155112015-04-14 Luis Machado <lgustavo@codesourcery.com>
15512
15513 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15514
0ff6fcb2
LM
155152015-04-13 Luis Machado <lgustavo@codesourcery.com>
15516
15517 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15518 to write to the .text section.
15519
7578d5f7
LM
155202015-04-13 Luis Machado <lgustavo@codesourcery.com>
15521
15522 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15523 Handle the case of targets that do not provide PID information.
15524
2efe15c4
YQ
155252015-04-13 Yao Qi <yao.qi@linaro.org>
15526
15527 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15528 and use expect instead of gdb_expect.
15529
8cd8f2f8
SDJ
155302015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15531
15532 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15533 "coredump_var_addr" to avoid naming conflict with other testcases.
15534
9ee41772
PA
155352015-04-10 Pedro Alves <palves@redhat.com>
15536
15537 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15538 gdb_test_sequence and gdb_assert.
15539
07473109
PA
155402015-04-10 Pedro Alves <palves@redhat.com>
15541
15542 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15543 test messages that don't include the breakpoint address.
15544
de3db44c
YQ
155452015-04-10 Yao Qi <yao.qi@linaro.org>
15546
15547 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15548 false for some offset and width combinations which aren't
15549 supported by linux kernel.
15550
c79d856c
PA
155512015-04-10 Pedro Alves <palves@redhat.com>
15552
15553 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15554 procedure, factored out from ...
15555 (top level): ... here. Add "set displaced-stepping" testing axis.
15556 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15557 parameter "displaced". Use it.
15558 (top level): Use foreach and add "set displaced-stepping" testing
15559 axis.
15560
ebc90b50
PA
155612015-04-10 Pedro Alves <palves@redhat.com>
15562
15563 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15564 Remove comment.
15565 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15566 both the address of the instruction that triggers the watchpoint
15567 and the address of the instruction immediately after, and use
15568 those addresses for the test. Fix comment.
15569
8f572e5c
PA
155702015-04-10 Pedro Alves <palves@redhat.com>
15571
15572 * gdb.base/sigstep.exp (breakpoint_to_handler)
15573 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15574 Test "backtrace" in handler.
15575 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15576 (top level): Add new "displaced" test axis to
15577 breakpoint_to_handler, breakpoint_to_handler_entry and
15578 breakpoint_over_handler.
15579
8d707a12
PA
155802015-04-10 Pedro Alves <palves@redhat.com>
15581
15582 PR gdb/18216
15583 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15584
ef713951
YQ
155852015-04-10 Yao Qi <yao.qi@linaro.org>
15586
15587 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15588 (test_add_rn_pc): New function.
15589 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15590 (top level): Invoke test_add_rn_pc.
15591
906d60cf
PA
155922015-04-10 Pedro Alves <palves@redhat.com>
15593
15594 PR gdb/13858
15595 * gdb.base/step-over-no-symbols.exp: New file.
15596
f2983cc3
AW
155972015-04-09 Andy Wingo <wingo@igalia.com>
15598
15599 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15600 after the Python tests.
15601
6d62641c
SDJ
156022015-04-08 Keith Seitz <keiths@redhat.com>
15603
15604 PR python/16699
15605 * gdb.python/py-completion.exp: New tests for completion.
15606 * gdb.python/py-completion.py (CompleteLimit1): New class.
15607 (CompleteLimit2): Likewise.
15608 (CompleteLimit3): Likewise.
15609 (CompleteLimit4): Likewise.
15610 (CompleteLimit5): Likewise.
15611 (CompleteLimit6): Likewise.
15612 (CompleteLimit7): Likewise.
15613
f3770638
PA
156142015-04-08 Pedro Alves <palves@redhat.com>
15615
15616 PR gdb/18214
15617 PR gdb/18216
15618 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15619 function.
15620 (main): Install it as SIGUSR1 handler.
15621 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15622 parameter. Always use "setup" as prefix. Toggle "set
15623 displaced-stepping" off/on depending on global. Don't switch to
15624 thread 1 here.
15625 (top level): Add displaced stepping "off/on" test axis. Update
15626 "setup" calls. Wrap each subtest with with_test_prefix. Test
15627 continuing with a queued signal in each thread.
15628
4496bed7
PA
156292015-04-08 Pedro Alves <palves@redhat.com>
15630
15631 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15632 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15633 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15634 Return early if running to main fails.
15635 * gdb.trace/while-stepping.exp: Likewise.
15636
b97fde92
PA
156372015-04-07 Pedro Alves <palves@redhat.com>
15638
15639 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15640 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15641 interact with inferior program.
15642
f71c18e7
PA
156432015-04-07 Pedro Alves <palves@redhat.com>
15644
15645 * lib/gdb.exp (inferior_spawn_id): New global.
15646 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15647 spawn id after processing the user code.
15648 (default_gdb_start): Set inferior_spawn_id.
15649 (send_inferior): New procedure.
15650 * lib/gdbserver-support.exp (gdbserver_start): Set
15651 inferior_spawn_id.
15652 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15653
6423214f
PA
156542015-04-07 Pedro Alves <palves@redhat.com>
15655
15656 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15657 * lib/gdbserver-support.exp (gdbserver_start): Make
15658 $server_spawn_id global.
15659 (gdbserver_start): Don't wait for gdbserver's spawn id with
15660 expect_background.
15661 (close_gdbserver): New procedure.
15662 (gdb_exit): Rename the default version and reimplement.
15663
71c0ee8c
PA
156642015-04-07 Pedro Alves <palves@redhat.com>
15665
72f4393d 15666 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
15667 append the substituted item, not the original item.
15668
203bc29b
PA
156692015-04-07 Pedro Alves <palves@redhat.com>
15670
15671 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15672 gdb_expect.
15673
508a3ddf
PA
156742015-04-07 Pedro Alves <palves@redhat.com>
15675
15676 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15677 output appearing once only.
15678
9f6dbe2b
PA
156792015-04-07 Pedro Alves <palves@redhat.com>
15680
15681 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15682 that doesn't expect anything. Return early if running to main
15683 fails.
15684
337532fa
YQ
156852015-04-07 Yao Qi <yao.qi@linaro.org>
15686
15687 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15688 (child_function): Call alarm.
15689 (main): Move call to alarm into the loop.
15690 * gdb.threads/non-stop-fair-events.exp: Build program with
15691 -DTIMEOUT=$timeout.
15692
01b622d4
DE
156932015-04-06 Doug Evans <xdje42@gmail.com>
15694
15695 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15696 Fix dest parameter to board_info.
15697 (fpc_compile): Ditto.
15698 (gdb_compile_pascal): Rename dest arg to destfile.
15699
961f4160
PMR
157002015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15701
15702 * gdb.ada/funcall_ref.exp: New file.
15703 * gdb.ada/funcall_ref/foo.adb: New file.
15704
cafda597
YQ
157052015-04-02 Yao Qi <yao.qi@linaro.org>
15706
15707 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15708 is remote.
15709
fed040c6
GB
157102015-04-02 Gary Benson <gbenson@redhat.com>
15711
15712 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15713
d11916aa
SS
157142015-04-01 Sasha Smundak <asmundak@google.com>
15715
15716 * gdb.python/py-unwind-maint.c: New file.
15717 * gdb.python/py-unwind-maint.exp: New test.
15718 * gdb.python/py-unwind-maint.py: New file.
15719 * gdb.python/py-unwind.c: New file.
15720 * gdb.python/py-unwind.exp: New test.
15721 * gdb.python/py-unwind.py: New test.
15722
a1471180
PA
157232015-04-01 Pedro Alves <palves@redhat.com>
15724
15725 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15726 to fail instead of non-existent $test.
15727
0bbeccb1
PA
157282015-04-01 Pedro Alves <palves@redhat.com>
15729
15730 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15731 GDBFLAGS if not empty.
15732
3c724c8c
PMR
157332015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15734
15735 * gdb.ada/complete.exp: Remove "multi_line".
15736 * gdb.ada/info_exc.exp: Remove "multi_line".
15737 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15738 * gdb.ada/ptype_field.exp: Remove "multi_line".
15739 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15740 * gdb.ada/tagged.exp: Remove "multi_line".
15741 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15742 [multi_line ...]
15743 * gdb.btrace/delta.exp: Likewise.
15744 * gdb.btrace/exception.exp: Likewise.
15745 * gdb.btrace/function_call_history.exp: Likewise.
15746 * gdb.btrace/instruction_history.exp: Likewise.
15747 * gdb.btrace/nohist.exp: Likewise.
15748 * gdb.btrace/record_goto.exp: Likewise.
15749 * gdb.btrace/segv.exp: Likewise.
15750 * gdb.btrace/stepi.exp: Likewise.
15751 * gdb.btrace/tailcall.exp: Likewise.
15752 * gdb.btrace/unknown_functions.exp: Likewise.
15753 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15754 * lib/gdb.exp: Add the "multi_line" helper.
15755
4eec2deb
PA
157562015-04-01 Pedro Alves <palves@redhat.com>
15757
15758 * gdb.threads/tid-reuse.c: New file.
15759 * gdb.threads/tid-reuse.exp: New file.
15760
df8411da
SDJ
157612015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15762
15763 PR corefiles/16092
15764 * gdb.base/coredump-filter.c: New file.
15765 * gdb.base/coredump-filter.exp: Likewise.
15766
6ef37366
PM
157672015-03-27 Petr Machata <pmachata@redhat.com>
15768
15769 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15770 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15771 (Dwarf::assemble): Initialize them.
15772 (Dwarf::lines): New function.
15773
7ec911b0
JT
157742015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15775
15776 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15777 SYMBOL_PREFIX for x86_64-*-cygwin.
15778
ff908ebf
AW
157792015-03-26 Andy Wingo <wingo@igalia.com>
15780
15781 PR symtab/18148
15782 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15783 const_value but not a location.
15784 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15785 location defined in non-main CUs are visible.
15786
6d5f0679
YQ
157872015-03-26 Yao Qi <yao.qi@linaro.org>
15788
15789 PR testsuite/18139
15790 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15791 Add a line number entry for the same line.
15792 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15793 Add a line number entry for the same line.
15794
2898689b
YQ
157952015-03-26 Yao Qi <yao.qi@linaro.org>
15796
15797 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15798 .int 0.
15799 (func): Likewise. Add .Lfunc_1 label.
15800 Use .Lfunc_1 label.
15801 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15802 .int 0.
15803 (func): Likewise.
15804 Use .Lfunc_1 label.
15805
85180498
YQ
158062015-03-26 Yao Qi <yao.qi@linaro.org>
15807
15808 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15809 Call gdb_compile instead to compile each .s files without debug
15810 information.
15811
8aa08a8d
YQ
158122015-03-26 Yao Qi <yao.qi@linaro.org>
15813
15814 * gdb.base/savedregs.exp (process_saved_regs): Make
15815 "Saved registers:" optional in the pattern.
15816
66849923
MM
158172015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15818
15819 * gdb.btrace/next.exp: Merged into step.exp.
15820 * gdb.btrace/finish.exp: Merged into step.exp.
15821 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15822 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15823 "record goto" and checking the exact replay position.
15824 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15825 check for "Recording format" in "info record" output.
15826 * gdb.btrace/record_goto.exp: Choose test file based on target.
15827 * gdb.btrace/x86-record_goto.S: Renamed into ...
15828 * gdb.btrace/x86_64-record_goto.S: ... this.
15829 * gdb.btrace/i686-record_goto.S: New.
15830 * gdb.btrace/x86-tailcall.S: Renamed into ...
15831 * gdb.btrace/x86_64-tailcall.S: ... this.
15832 * gdb.btrace/i686-tailcall.S: New.
15833 * gdb.btrace/x86-tailcall.c: Renamed into ...
15834 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15835 separate statements. Update test.
15836 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15837 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15838 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15839 * gdb.btrace/tailcall.exp: Choose test file based on target.
15840 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15841
11cc1b74
MM
158422015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15843
15844 * gdb.btrace/exception.exp: Increase BTS buffer size.
15845
a25d8bf9
PA
158462015-03-24 Pedro Alves <palves@redhat.com>
15847
15848 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15849
856e7dd6
PA
158502015-03-24 Pedro Alves <palves@redhat.com>
15851
15852 * gdb.threads/schedlock.exp (test_step): No longer expect that
15853 "set scheduler-locking step" with "next" over a function call runs
15854 threads unlocked.
15855
ad235a41
AT
158562015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15857
15858 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15859
15630549
AT
158602015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15861
15862 PR breakpoints/16466
15863 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15864 * gdb.mi/mi-pending.c (thread_func): New function.
15865 (int main): Add threading support required.
15866 * gdb.mi/mi-pending.exp: Add tests for this issue.
15867 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15868 (pendfunc2): Remove stdio dependency.
15869 * gdb.mi/mi-pendshr2.c: New file.
15870
693dca06
KS
158712015-03-23 Keith Seitz <keiths@redhat.com>
15872
15873 * gdb.linespec/keywords.c: New file.
15874 * gdb.linespec/keywords.exp: New file.
15875
7e993ebf
KS
158762015-03-23 Keith Seitz <keiths@redhat.com>
15877
15878 PR gdb/18021
15879 * gdb.dwarf2/staticvirtual.exp: New test.
15880
bc23328c
JK
158812015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15882
15883 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15884 * README: Remove HP-UX and gdb.hp.
15885 (configuration):
15886 * configure: Regenerate.
15887 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15888 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15889 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15890 gdb.hp/gdb.defects/Makefile.
15891 * gdb.hp/Makefile.in: File deleted.
15892 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15893 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15894 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15895 * gdb.hp/gdb.aCC/run.c: File deleted.
15896 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15897 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15898 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15899 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15900 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15901 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15902 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15903 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15904 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15905 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15906 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15907 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15908 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15909 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15910 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15911 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15912 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15913 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15914 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15915 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15916 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15917 * gdb.hp/gdb.compat/average.c: File deleted.
15918 * gdb.hp/gdb.compat/sum.c: File deleted.
15919 * gdb.hp/gdb.compat/xdb.c: File deleted.
15920 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15921 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15922 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15923 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15924 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15925 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15926 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15927 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15928 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15929 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15930 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15931 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15932 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15933 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15934 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15935 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15936 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15937 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15938 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15939 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15940 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15941 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15942 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15943 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15944 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15945 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15946 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15947 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15948 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15949 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15950 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15951 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15952 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15953 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15954 * gdb.hp/tools/odump: File deleted.
15955
8bf3b159
PA
159562015-03-19 Pedro Alves <palves@redhat.com>
15957
15958 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15959 (saw_thread_3): New globals.
15960 (top level): Increment them when an event for the corresponding
15961 thread is seen.
15962 (no thread starvation): New test.
15963
eb54c8bf
PA
159642015-03-19 Pedro Alves <palves@redhat.com>
15965
15966 * gdb.threads/continue-pending-status.c: New file.
15967 * gdb.threads/continue-pending-status.exp: New file.
15968
32d2e5d6
PA
159692015-03-18 Pedro Alves <palves@redhat.com>
15970
15971 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15972 Use gdb_is_target_remote instead of is_remote. Use
15973 gdb_test_multiple instead of gdb_expect. Exit early if
15974 gdb_test_multiple hits its internal matches. Tighten stepi tests
15975 expected output. Fail on exit with any signal, instead of just
15976 SIGILL.
15977
f68f11b7
YQ
159782015-03-18 Yao Qi <yao.qi@linaro.org>
15979
15980 PR tdep/18107
15981 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15982 variable.
15983 * gdb.base/catch-syscall.exp: Don't skip it on
15984 aarch64*-*-linux* target. Remove elements in all_syscalls.
15985 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15986 target.
15987 (setup_all_syscalls): New proc.
15988
ca5fd19b
YQ
159892015-03-16 Yao Qi <yao.qi@linaro.org>
15990
15991 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15992 (top level): Skip tests if valid_addr_p returns false for
15993 $cmd1 or $cmd2.
15994
85642ba0
AW
159952015-03-11 Andy Wingo <wingo@igalia.com>
15996
15997 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15998
e03f9645
YQ
159992015-03-11 Yao Qi <yao.qi@linaro.org>
16000
16001 * gdb.base/catch-syscall.exp: Fix typo in comments.
16002
5d0962b2
YQ
160032015-03-11 Yao Qi <yao.qi@linaro.org>
16004
16005 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16006
b2df3cef
PA
160072015-03-09 Pedro Alves <palves@redhat.com>
16008
16009 * dg-extract-results.py: Delete.
16010
ef878e53
PA
160112015-03-09 Pedro Alves <palves@redhat.com>
16012
16013 Merge dg-extract-results.sh from GCC upstream (r218843).
16014
16015 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16016 * dg-extract-results.sh: Use --text with grep to avoid issues with
16017 binary files. Fall back to cat -v, if that doesn't work.
16018
9494d219
PA
160192015-03-05 Pedro Alves <palves@redhat.com>
16020
16021 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16022
a8d9763a
SM
160232015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16024
16025 * lib/mi-support.exp (mi_expect_interrupt): Accept
16026 alternative event for when in all-stop mode.
16027
be9957b8
PA
160282015-03-04 Pedro Alves <palves@redhat.com>
16029
16030 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16031
d57be0f4 160322015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
16033
16034 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16035
c214c7cf
AA
160362015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16037
16038 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16039 regexps for GDB's current line display, accept a hex address
16040 preceding the line number.
16041
6d74a497
AA
160422015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16043
16044 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16045 the 'arch1' variable for "s390*-linux*" targets.
16046
511aee7c
PA
160472015-03-04 Pedro Alves <palves@redhat.com>
16048
16049 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16050 (main): Pass missing retval argument to pthread_join call.
16051
95e50b27
PA
160522015-03-02 Pedro Alves <palves@redhat.com>
16053
16054 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16055 (top level): Call do_test with non-stop as well.
16056
28054d69
PA
160572015-03-02 Pedro Alves <palves@redhat.com>
16058
16059 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16060 -1.
16061
4fa5d7b4
AA
160622015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16063
16064 * gdb.arch/s390-vregs.exp: New test.
16065 * gdb.arch/s390-vregs.S: New file.
16066
97c18565
PA
160672015-02-27 Pedro Alves <palves@redhat.com>
16068
16069 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16070 call to catch_command_errors.
16071 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16072 catch_command_errors.
16073
a37bfa30
PA
160742015-02-27 Pedro Alves <palves@redhat.com>
16075
16076 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16077 "true" for boolean result.
16078 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16079 prototype of main.
16080
6f98576f
PA
160812015-02-27 Pedro Alves <palves@redhat.com>
16082
16083 * lib/unbuffer_output.c: New file.
16084 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16085 (main): Call gdb_unbuffer_output.
16086
eba5ab56
YQ
160872015-02-27 Yao Qi <yao.qi@linaro.org>
16088
16089 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16090 target.
16091
0def5aaa
DE
160922015-02-26 Doug Evans <dje@google.com>
16093
16094 * gdb.cp/class2.cc (Dbase, D): New classes.
16095 (main): New local delta.
16096 * gdb.cp/class2.exp: Test printing delta.
16097 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16098 (dynbar): New global.
16099 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16100
081a1c2c
JK
161012015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16102
16103 * gdb.compile/compile-ifunc.c: New file.
16104 * gdb.compile/compile-ifunc.exp: New file.
16105
2f41223f
AT
161062015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16107
16108 * gdb.base/structs.exp: Check for correct struct on finish.
16109
03eddd80
YQ
161102015-02-26 Yao Qi <yao.qi@linaro.org>
16111
16112 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16113 is zero.
16114
80c57053
JK
161152015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16116
16117 * gdb.arch/cordic.ko.bz2: New file.
16118 * gdb.arch/cordic.ko.debug.bz2: New file.
16119 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16120
21613c12
YQ
161212015-02-25 Yao Qi <yao.qi@linaro.org>
16122
16123 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16124 aarch64*-*-* target.
16125
d8b901ed
PA
161262015-02-23 Pedro Alves <palves@redhat.com>
16127
16128 * lib/gdb.exp (delete_breakpoints): Rewrite using
16129 gdb_test_multiple.
16130
e5b85ead
PA
161312015-02-23 Pedro Alves <palves@redhat.com>
16132
16133 * gdb.base/info-os.c: Include stdlib.h.
16134
85c3a371
DE
161352015-02-22 Doug Evans <xdje42@gmail.com>
16136
16137 PR symtab/17855
16138 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16139 is read after symbols have been re-read.
16140 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16141 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16142
96553a0c
DE
161432015-02-21 Doug Evans <dje@google.com>
16144
16145 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16146
97a0c697
JK
161472015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16148
16149 PR corefiles/17808
16150 * gdb.arch/i386-biarch-core.core.bz2: New file.
16151 * gdb.arch/i386-biarch-core.exp: New file.
16152
a47cd6e9
PA
161532015-02-21 Pedro Alves <palves@redhat.com>
16154
16155 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16156 runto_main fails.
16157
c5facdc4
PA
161582015-02-20 Pedro Alves <palves@redhat.com>
16159
16160 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16161 info probes.
16162
2db9a427
PA
161632015-02-20 Pedro Alves <palves@redhat.com>
16164
16165 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16166
60fb7e9e
PA
161672015-02-20 Pedro Alves <palves@redhat.com>
16168
16169 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16170 clean_restart before gdb_target_supports_trace.
16171
5c5019c2
PA
161722015-02-20 Pedro Alves <palves@redhat.com>
16173
16174 PR threads/18006
16175 * gdb.threads/clone-thread_db.c: New file.
16176 * gdb.threads/clone-thread_db.exp: New file.
16177
c9587f88
AT
161782015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16179
16180 PR breakpoints/16812
16181 * gdb.base/catch-gdb-caused-signals.c: New file.
16182 * gdb.base/catch-gdb-caused-signals.exp: New file.
16183
f6a88844
JM
161842015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16185
16186 * configure: Regenerated.
16187 * configure.ac: Use GDB_AC_TRANSFORM.
16188 * aclocal.m4: sinclude ../transform.m4.
16189
497c491b
JM
161902015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16191
16192 * lib/dtrace.exp: New file.
16193 * gdb.base/dtrace-probe.exp: Likewise.
16194 * gdb.base/dtrace-probe.d: Likewise.
16195 * gdb.base/dtrace-probe.c: Likewise.
16196 * lib/pdtrace.in: Likewise.
16197 * configure.ac: Output variables with the transformed names of
16198 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16199 * configure: Regenerated.
16200
03e98035
JM
162012015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16202
16203 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16204 expected message when trying to access $_probe_* convenience
16205 variables while not on a probe.
16206
63cc30e9
JK
162072015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16208
16209 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16210
0703599a
PA
162112015-02-11 Pedro Alves <pedro@codesourcery.com>
16212
16213 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16214 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16215
7e60a48e
DE
162162015-02-10 Doug Evans <xdje42@gmail.com>
16217
16218 * lib/gdb.exp (gdb_load): Always return a result.
16219
01b088bc
PA
162202015-02-10 Pedro Alves <palves@redhat.com>
16221
16222 * gdb.threads/signal-sigtrap.c: New file.
16223 * gdb.threads/signal-sigtrap.exp: New file.
16224
b05ec7a5
AT
162252015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16226
16227 * gdb.trace/no-attach-trace.c: New file.
16228 * gdb.trace/no-attach-trace.exp: New file.
16229
a2c2acaf
MW
162302015-02-09 Mark Wielaard <mjw@redhat.com>
16231
16232 * gdb.dwarf2/atomic.c: New file.
16233 * gdb.dwarf2/atomic-type.exp: Likewise.
16234
31fd9caa
MM
162352015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16236
16237 * gdb.btrace/buffer-size.exp: Update "info record" output.
16238 * gdb.btrace/delta.exp: Update "info record" output.
16239 * gdb.btrace/enable.exp: Update "info record" output.
16240 * gdb.btrace/finish.exp: Update "info record" output.
16241 * gdb.btrace/instruction_history.exp: Update "info record" output.
16242 * gdb.btrace/next.exp: Update "info record" output.
16243 * gdb.btrace/nexti.exp: Update "info record" output.
16244 * gdb.btrace/step.exp: Update "info record" output.
16245 * gdb.btrace/stepi.exp: Update "info record" output.
16246 * gdb.btrace/nohist.exp: Update "info record" output.
16247
d33501a5
MM
162482015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16249
16250 * gdb.btrace/buffer-size: New.
16251
f4abbc16
MM
162522015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16253
16254 * gdb.btrace/delta.exp: Update "info record" output.
16255 * gdb.btrace/enable.exp: Update "info record" output.
16256 * gdb.btrace/finish.exp: Update "info record" output.
16257 * gdb.btrace/instruction_history.exp: Update "info record" output.
16258 * gdb.btrace/next.exp: Update "info record" output.
16259 * gdb.btrace/nexti.exp: Update "info record" output.
16260 * gdb.btrace/step.exp: Update "info record" output.
16261 * gdb.btrace/stepi.exp: Update "info record" output.
16262 * gdb.btrace/nohist.exp: Update "info record" output.
16263
b9d61307
SM
162642015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16265
16266 PR gdb/15678
16267 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16268
e584fdbc
PA
162692015-02-06 Pedro Alves <palves@redhat.com>
16270
16271 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16272 macro.
16273 (seconds_left, again): New globals.
16274 (main): Wait seconds_left in a 1-second sleep loop instead of
16275 sleeping 180 seconds. If 'again' is set, reset the seconds
16276 counter.
16277 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16278 'again' in the inferior before detaching. Print the seconds left.
16279 (options): New global.
16280 (top level): Build program with -DTIMEOUT=$timeout.
16281
77f41761
PA
162822015-02-06 Pedro Alves <palves@redhat.com>
16283
16284 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16285 determine how many seconds to pass to 'alarm'.
16286 * gdb.base/gdb-sigterm.exp (top level): Build program with
16287 -DTIMEOUT=$timeout.
16288 (do_test): Return success/failure indication. Add more verbose
16289 logging. Don't fail if 200 single steps are seen. Instead, fail
16290 when the test times out.
16291 (passes): New global.
16292 (top level): Break the testing loop if testing fails on any
16293 iteration. Use gdb_assert.
16294
b9394193
DB
162952015-02-04 Don Breazeal <donb@codesourcery.com>
16296
16297 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16298 and initialize them.
16299 (ipc_cleanup): New function.
16300 (main): Don't declare shmid, semid, and msqid. Add a call to
16301 atexit so that we call ipc_cleanup on exit.
16302
42d9e528
PA
163032015-02-04 Pedro Alves <palves@redhat.com>
16304
16305 * boards/native-extended-gdbserver.exp: Remove any target variant
16306 specifications from the board name before clearing the isremote
16307 flag from board_info.
16308
ae6ae975
DE
163092015-01-31 Doug Evans <xdje42@gmail.com>
16310
16311 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16312
cfb069a8
GB
163132015-01-31 Gary Benson <gbenson@redhat.com>
16314
16315 * gdb.base/completion.exp: Disable completion limiting for
16316 existing tests. Add new tests to check completion limiting.
16317 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16318
5dd31d79
DE
163192015-01-31 Doug Evans <xdje42@gmail.com>
16320
16321 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16322
9f050062
DE
163232015-01-31 Doug Evans <xdje42@gmail.com>
16324
16325 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16326 entries. Duplicate file section script entries.
16327 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16328 inlined entries. Add test for safe-path rejection.
16329 * gdb.python/py-section-script.c: Add duplicate inlined section script
16330 entries. Duplicate file section script entries.
16331 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16332 inlined entries. Add test for safe-path rejection.
16333
df25ebbd
JB
163342015-01-29 Joel Brobecker <brobecker@adacore.com>
16335
16336 * gdb.ada/disc_arr_bound: New testcase.
16337
4a0ca9ec
JB
163382015-01-29 Joel Brobecker <brobecker@adacore.com>
16339
16340 * gdb.ada/mi_var_array: New testcase.
16341
3a8b707a
DE
163422015-01-27 Doug Evans <dje@google.com>
16343
16344 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16345 Add test for objfile.filename, objfile.username after objfile
16346 has been unloaded.
16347
f8313f6e
JB
163482015-01-26 Joel Brobecker <brobecker@adacore.com>
16349
16350 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16351 the second test to print the name attribute of value
16352 returned by the call to gdb.lookup_type, and adjust
16353 the expected output accordingly.
16354
37bc665e
MW
163552015-01-25 Mark Wielaard <mjw@redhat.com>
16356
16357 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16358 * gdb.base/disp-step-fork.c: Include unistd.h.
16359 * gdb.base/siginfo-obj.c: Include stdio.h.
16360 * gdb.base/siginfo-thread.c: Likewise.
16361 * gdb.mi/non-stop.c: Include unistd.h.
16362 * gdb.mi/nsthrexec.c: Include stdio.h.
16363 * gdb.mi/pthreads.c: Include unistd.h.
16364 * gdb.modula2/unbounded1.c (main): Declare returns int.
16365 * gdb.reverse/consecutive-reverse.c: Likewise.
16366 * gdb.threads/create-fail.c: Include unistd.h.
16367 * gdb.threads/killed.c: Likewise.
16368 * gdb.threads/linux-dp.c: Likewise.
16369 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16370 * gdb.threads/non-ldr-exc-2.c: Likewise.
16371 * gdb.threads/non-ldr-exc-3.c: Likewise.
16372 * gdb.threads/non-ldr-exc-4.c: Likewise.
16373 * gdb.threads/pthreads.c: Include unistd.h.
16374 (main): Declare returns int.
16375 * gdb.threads/tls-main.c (foo): New declaration.
16376 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16377
f7e5394d
SM
163782015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16379
16380 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16381 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16382
743649fd
MW
163832015-01-15 Mark Wielaard <mjw@redhat.com>
16384
16385 * gdb.base/noreturn-return.c: New file.
16386 * gdb.base/noreturn-return.exp: New file.
16387 * gdb.base/noreturn-finish.c: New file.
16388 * gdb.base/noreturn-finish.exp: New file.
16389
198297aa
PA
163902015-01-23 Pedro Alves <palves@redhat.com>
16391
16392 * gdb.threads/continue-pending-after-query.c: New file.
16393 * gdb.threads/continue-pending-after-query.exp: New file.
16394
717cf30c
AG
163952015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16396 Simon Marchi <simon.marchi@ericsson.com>
16397
16398 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16399 * gdb.base/valgrind-db-attach.exp: Same.
16400 * gdb.base/valgrind-infcall.exp: Same.
16401 * lib/mi-support.exp (default_mi_gdb_start): Same.
16402 * lib/prompt.exp (default_prompt_gdb_start): Same.
16403 * lib/gdb.exp (default_gdb_spawn): Same.
16404 (gdb_interact): New.
16405
16406
4b62a76e
JK
164072015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16408
16409 * gdb.compile/compile.exp (pointer to jit function): New test.
16410
b4cdae6f
WW
164112015-01-17 Wei-cheng Wang <cole945@gmail.com>
16412
16413 * lib/gdb.exp (supports_process_record): Return true for
16414 powerpc*-*-linux*.
16415 (supports_reverse): Likewise.
16416
d221e7ef
DB
164172015-01-15 Don Breazeal <donb@codesourcery.com>
16418
16419 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16420 instead of checking whether the target board is remote and
16421 use spawn_wait_for_attach instead of exec/sleep.
16422 * gdb.base/attach-twice.exp: Likewise.
16423
bafffb51
JB
164242015-01-15 Joel Brobecker <brobecker@adacore.com>
16425
16426 * gdb.ada/var_arr_attrs: New testcase.
16427
5589af0e
PA
164282015-01-14 Pedro Alves <palves@redhat.com>
16429 Joel Brobecker <brobecker@adacore.com>
16430
16431 PR gdb/17525
16432 * gdb.base/bp-cmds-execution-x-script.c: New file.
16433 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16434 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16435
6c400b59
PA
164362015-01-14 Pedro Alves <palves@redhat.com>
16437
16438 PR cli/17828
16439 * gdb.base/batch-preserve-term-settings.c: New file.
16440 * gdb.base/batch-preserve-term-settings.exp: New file.
16441
e02c96a7
DE
164422015-01-13 Doug Evans <dje@google.com>
16443
16444 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16445 binary.
16446
576fd14c
JB
164472015-01-13 Joel Brobecker <brobecker@adacore.com>
16448
16449 * Makefile.in (clean mostlyclean): Do not delete *.py.
16450
04dccad0
JB
164512015-01-13 Joel Brobecker <brobecker@adacore.com>
16452
16453 * gdb.python/py-lookup-type.exp: New file.
16454
3d230f71
PA
164552015-01-12 Pedro Alves <palves@redhat.com>
16456
16457 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16458 restore GDBFLAGS before returning.
16459
7e67715d
JK
164602015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16461
16462 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16463 is_amd64_regs_target and is_x86_like_target.
16464
f2e0d4b4
DE
164652015-01-11 Doug Evans <xdje42@gmail.com>
16466
16467 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16468 is given without an explicit form.
16469 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16470 attributes.
16471 * gdb.dwarf/corrupt.exp: Ditto.
16472 * gdb.dwarf2/enum-type.exp: Ditto.
16473 * gdb.trace/entry-values.exp: Ditto.
16474 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16475
439250fb
DE
164762015-01-11 Doug Evans <xdje42@gmail.com>
16477
16478 PR gdb/15830
16479 * gdb.base/maint.exp: Remove references to "maint demangle".
16480 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16481 Add tests for explicitly specifying language to demangle.
16482 * gdb.dlang/demangle.exp: Ditto.
16483
ede9f622
PA
164842015-01-09 Pedro Alves <palves@redhat.com>
16485
16486 * gdb.threads/non-stop-fair-events.c: New file.
16487 * gdb.threads/non-stop-fair-events.exp: New file.
16488
a7b796db
PA
164892015-01-09 Pedro Alves <palves@redhat.com>
16490
16491 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16492 the global scope. Set a breakpoint after all threads are started
16493 rather than stepping over two source lines. Expect the prompt.
16494 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16495 global.
16496 (NUM): Now 15.
16497 (main): Use threads_started_barrier to wait for all threads to
16498 start. Main thread no longer calls thread_function. Exit after
16499 180 seconds.
16500 (loop): New function.
16501 (thread_function): Wait on threads_started_barrier barrier. Call
16502 'loop' at each iteration.
16503 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16504 threads have started, instead of hardcoding number of "next"
16505 steps. Use an access watchpoint instead of a write watchpoint.
16506
9665ffdd
PA
165072015-01-09 Pedro Alves <palves@redhat.com>
16508
16509 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16510 (thread_func): Wait on barrier.
16511 (main): Wait for all threads to start before stopping GDB.
16512 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16513 global.
16514 (thread1_func, thread2_func): Wait on barrier.
16515 (main): Wait for all threads to start before stopping GDB.
16516 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16517 New global.
16518 (thread1_func, thread2_func): Wait on barrier.
16519 (main): Wait for all threads to start before stopping GDB.
16520
c945a99f
PA
165212015-01-09 Pedro Alves <palves@redhat.com>
16522
16523 * gdb.threads/attach-many-short-lived-threads.c: New file.
16524 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16525
c1a747c1
PA
165262014-01-09 Pedro Alves <palves@redhat.com>
16527
16528 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16529 instead of to thread 2.
16530 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16531 Add barrier around each pthread_create call instead of around all
16532 calls.
16533 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16534 Set a break on thread_function and have the child threads hit it
16535 one at at a time.
16536
60b3033e
PA
165372015-01-09 Pedro Alves <palves@redhat.com>
16538
16539 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16540 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16541 false.
16542 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16543 checking whether the target board is remote.
16544 * gdb.multi/multi-attach.exp: Likewise.
16545 * gdb.python/py-sync-interp.exp: Likewise.
16546 * gdb.server/ext-attach.exp: Likewise.
16547 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16548 tests that need to attach, instead of checking whether the target
16549 board is remote at the top of the file.
16550
acc018ac
YQ
165512015-01-08 Yao Qi <yao@codesourcery.com>
16552
16553 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16554
50a18af8
JK
165552015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16556
16557 Fix testcase compilation.
16558 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16559
8503d6e1
JB
165602015-01-06 Joel Brobecker <brobecker@adacore.com>
16561
16562 * gdb.python/py-type.exp: Add a couple test about empty
16563 array creation, and negative-length array creation.
16564
cc73dbcc
DE
165652015-01-02 Doug Evans <xdje42@gmail.com>
16566
16567 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16568
0300bbc7
DE
165692015-01-02 Doug Evans <dje@google.com>
16570
16571 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16572
9d85a0ec
YQ
165732014-12-29 Yao Qi <yao@codesourcery.com>
16574
16575 * gdb.trace/entry-values.exp: Update comments. Rename variable
16576 bar_call_foo to returned_from_foo.
16577
87186c6a
MMN
165782014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16579
16580 PR gdb/17394
16581 * gdb.linespec/break-asm-file.c: New file.
16582 * gdb.linespec/break-asm-file.exp: New file.
16583 * gdb.linespec/break-asm-file0.s: New file.
16584 * gdb.linespec/break-asm-file1.s: New file.
16585
1bab7383
YQ
165862014-12-18 Nigel Stephens <nigel@mips.com>
16587 Maciej W. Rozycki <macro@codesourcery.com>
16588
16589 * gdb.base/float.exp: Handle the new output from "info float" on
16590 MIPS targets.
16591
1bc1068a
JK
165922014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16593
16594 Fix MinGW compilation.
16595 * gdb.compile/compile-ops.exp: Update untested message if
16596 !skip_compile_feature_tests.
16597 * gdb.compile/compile-setjmp.exp: Likewise.
16598 * gdb.compile/compile-tls.exp: Likewise.
16599 * gdb.compile/compile.exp: Likewise.
16600 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16601 supported on this host".
16602
b6615d10
DE
166032014-12-16 Doug Evans <xdje42@gmail.com>
16604
16605 * boards/stabs.exp: New file.
16606
25dda427
AA
166072014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16608
16609 * gdb.base/completion.exp: Adjust to format changes of "maint
16610 print user-registers".
16611
bf330350
CU
166122014-12-16 Catalin Udma <catalin.udma@freescale.com>
16613
16614 PR server/17457
16615 * gdb.arch/aarch64-fp.c: New file.
16616 * gdb.arch/aarch64-fp.exp: New file.
16617
395cf596
SDJ
166182014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16619
16620 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16621 r210637, r210913, r211666, r215400, r215817).
16622
16623 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16624 * dg-extract-results.py: New file.
16625 * dg-extract-results.sh: Use it if the environment seems
16626 suitable.
16627
16628 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16629
16630 * dg-extract-results.py (parse_run): Handle warnings that
16631 are printed before a test harness is run.
16632
16633 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16634
16635 * dg-extract-results.py (Named): Remove __cmp__ method.
16636 (output_variation): Use a key to sort variation.harnesses.
16637
16638 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16639
16640 * dg-extract-results.py: For Python 3, force sys.stdout to
16641 handle surrogate escape sequences.
16642 (safe_open): New function.
16643 (output_segment, main): Use it.
16644
16645 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16646
16647 * dg-extract-results.py (Prog.result_re): Include options
16648 in test name.
16649
16650 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16651
16652 * dg-extract-results.py (output_variation): Always sort if
16653 do_sum.
16654
e882ef3c
SM
166552014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16656
16657 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16658 as long as we get pagination notifications.
16659
4992aa20
JM
166602014-12-15 Jason Merrill <jason@redhat.com>
16661
16662 * Makefile.in (check-gdb.%): Restore.
16663 * README: Mention it.
16664
c1b5a1a6
JB
166652014-12-13 Joel Brobecker <brobecker@adacore.com>
16666
16667 * gdb.ada/str_uninit: New testcase.
16668
5537b577
JK
166692014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16670
16671 PR symtab/17642
16672 * gdb.base/vla-stub-define.c: New file.
16673 * gdb.base/vla-stub.c: New file.
16674 * gdb.base/vla-stub.exp: New file.
16675
bb2ec1b3
TT
166762014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16677 Jan Kratochvil <jan.kratochvil@redhat.com>
16678 Tom Tromey <tromey@redhat.com>
16679
16680 * configure.ac: Add gdb.compile/.
16681 * configure: Regenerate.
16682 * gdb.compile/Makefile.in: New file.
16683 * gdb.compile/compile-ops.exp: New file.
16684 * gdb.compile/compile-ops.c: New file.
16685 * gdb.compile/compile-tls.c: New file.
16686 * gdb.compile/compile-tls.exp: New file.
16687 * gdb.compile/compile-constvar.S: New file.
16688 * gdb.compile/compile-constvar.c: New file.
16689 * gdb.compile/compile-mod.c: New file.
16690 * gdb.compile/compile-nodebug.c: New file.
16691 * gdb.compile/compile-setjmp-mod.c: New file.
16692 * gdb.compile/compile-setjmp.c: New file.
16693 * gdb.compile/compile-setjmp.exp: New file.
16694 * gdb.compile/compile-shlib.c: New file.
16695 * gdb.compile/compile.c: New file.
16696 * gdb.compile/compile.exp: New file.
16697 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16698
4ff709eb
TT
166992014-12-12 Tom Tromey <tromey@redhat.com>
16700
16701 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16702 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16703
6dddd6a5
DE
167042014-12-12 Doug Evans <dje@google.com>
16705
16706 * lib/gdb-python.exp (get_python_valueof): New function.
16707 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16708
71c24708
AA
167092014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16710
16711 * gdb.base/completion.exp: Add test for completion of "info
16712 registers ".
16713
3e29f34a
MR
167142014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16715
16716 * gdb.base/func-ptrs.c: New file.
16717 * gdb.base/func-ptrs.exp: New file.
16718
fc126975
SM
167192014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16720
16721 PR breakpoints/17012
16722 * gdb.base/dprintf-detach.c: New file.
16723 * gdb.base/dprintf-detach.exp: New file.
16724
0a46d518
SM
167252014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16726
16727 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16728 * lib/gdb.exp (target_is_gdbserver): New procedure.
16729
a0be3e44
DE
167302014-12-08 Doug Evans <dje@google.com>
16731
16732 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16733
df1b803a
YQ
167342014-12-05 Yao Qi <yao@codesourcery.com>
16735
16736 * gdb.guile/scm-error.exp: Remove the third argument to
16737 gdb_remote_download.
16738 * gdb.guile/scm-frame-args.exp: Likewise.
16739 * gdb.guile/scm-section-script.exp: Likewise.
16740
ddb9f679
YQ
167412014-12-05 Yao Qi <yao@codesourcery.com>
16742
16743 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16744
86e4ed39
DE
167452014-12-04 Doug Evans <dje@google.com>
16746
16747 * gdb.python/py-objfile.exp: Add tests for
16748 objfile.add_separate_debug_file.
16749
7c50a931
DE
167502014-12-04 Doug Evans <dje@google.com>
16751
16752 * lib/gdb.exp (get_build_id): New function.
16753 (build_id_debug_filename_get): Rewrite to use it.
16754 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16755
621661e3
MR
167562014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16757
16758 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16759 `method(long)', not just 0x0.
16760 * gdb.cp/nsalias.exp: Align code labels to 4.
16761 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16762 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16763 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16764 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16765 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16766 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16767
29f0c3b7
DE
167682014-12-02 Doug Evans <dje@google.com>
16769
e1e061e7 16770 PR symtab/17602
29f0c3b7 16771 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 16772 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
16773 * gdb.cp/anon-ns.exp: Update.
16774
162078c8
NB
167752014-12-02 Nick Bull <nicholaspbull@gmail.com>
16776
16777 * gdb.python/py-events.py (inferior_call_handler): New.
16778 (register_changed_handler, memory_changed_handler): New.
16779 (test_events.invoke): Register new handlers.
16780 * gdb.python/py-events.exp: Add tests for inferior call,
16781 memory_changed and register_changed events.
16782
fdb09caf
AA
167832014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16784
16785 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16786 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16787 if the linker doesn't understand this.
16788
55cfb2c4
SM
167892014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16790
16791 * gdb.python/python.exp: Change expected reply to help().
16792
9e8cd6df
YQ
167932014-12-01 Yao Qi <yao@codesourcery.com>
16794
16795 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16796 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16797 * configure: Re-generated.
16798
6c659fc2
SC
167992014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16800
16801 * gdb.cp/chained-calls.cc: New file.
16802 * gdb.cp/chained-calls.exp: New file.
16803 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16804
d7fc3181
SM
168052014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16806
16807 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16808 * gdb.dwarf2/symtab-producer.exp: Same.
16809 * gdb.gdb/python-interrupts.exp: Same.
16810 * gdb.gdb/python-selftest.exp: Same.
16811 * gdb.python/py-linetable.exp: Same.
16812 * gdb.python/py-type.exp: Same.
16813 * gdb.python/py-value-cc.exp: Same.
16814 * gdb.python/py-value.exp: Same.
16815
10e79639
YQ
168162014-11-28 Yao Qi <yao@codesourcery.com>
16817
16818 * gdb.base/break-probes.exp: Match library name prefixed with
16819 sysroot.
16820
f28a0564
SM
168212014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16822
16823 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16824 test expected output. Add parentheses for the call to print.
16825 Remove L suffix from integers.
16826
3fe1ce1d
DE
168272014-11-26 Doug Evans <dje@google.com>
16828
16829 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16830
84429e27
YQ
168312014-11-22 Yao Qi <yao@codesourcery.com>
16832
16833 * gdb.trace/entry-values.c: Remove asms.
16834 (foo): Add foo_label.
16835 (bar): Add bar_label.
16836 * gdb.trace/entry-values.exp: Remove code computing foo's
16837 length and bar's length.
16838 (Dwarf::assemble): Invoke function_range for bar and use
16839 MACRO_AT_func for foo.
16840
26741859
YQ
168412014-11-22 Yao Qi <yao@codesourcery.com>
16842
16843 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16844 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16845 Use .Lgcc43_procstart instead of gcc43.
16846
45e44d27
JB
168472014-11-21 Joel Brobecker <brobecker@adacore.com>
16848
16849 * gdb.ada/n_arr_bound: New testcase.
16850
458c8db8
SDJ
168512014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16852
16853 PR breakpoints/10737
16854 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16855 test_catch_syscall_multi_arch.
16856 (test_catch_syscall_multi_arch): New function.
16857
43f3e411
DE
168582014-11-20 Doug Evans <xdje42@gmail.com>
16859
16860 * gdb.base/maint.exp: Update expected output.
16861
0d7b2549
AA
168622014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16863
16864 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16865 4-byte instruction on S390.
16866
8908fca5
JB
168672014-11-19 Joel Brobecker <brobecker@adacore.com>
16868
16869 * gdb.ada/arr_arr: New testcase.
16870
4a46959e
JB
168712014-11-19 Joel Brobecker <brobecker@adacore.com>
16872
16873 * gdb.ada/pkd_arr_elem: New Testcase.
16874
470e2f4e
LM
168752014-11-18 Luis Machado <lgustavo@codesourcery.com>
16876
16877 * gdb.reverse/break-precsave: Expect completion message for
16878 core file reads.
16879 * gdb.reverse/consecutive-precsave.exp: Likewise.
16880 * gdb.reverse/finish-precsave.exp: Likewise.
16881 * gdb.reverse/i386-precsave.exp: Likewise.
16882 * gdb.reverse/machinestate-precsave.exp: Likewise.
16883 * gdb.reverse/sigall-precsave.exp: Likewise.
16884 * gdb.reverse/solib-precsave.exp: Likewise.
16885 * gdb.reverse/step-precsave.exp: Likewise.
16886 * gdb.reverse/until-precsave.exp: Likewise.
16887 * gdb.reverse/watch-precsave.exp: Likewise.
16888
a267f3ad
AA
168892014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16890
16891 * gdb.base/bp-permanent.c: Include unistd.h.
16892 * gdb.python/py-framefilter-mi.c (main): Add return type.
16893 * gdb.python/py-framefilter.c (main): Likewise.
16894 * gdb.trace/actions-changed.c (main): Likewise.
16895
12084a9a
AA
168962014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16897
16898 * gdb.mi/until.c: Add eye-catchers.
16899 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16900 line numbers.
16901
dc7e1a77
AA
169022014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16903
16904 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16905 function header variants in break1.c.
16906 * gdb.base/ena-dis-br.exp: Likewise.
16907 * gdb.base/hbreak2.exp: Likewise.
16908 * gdb.reverse/until-precsave.exp: Drop references to removed
16909 non-prototype function header variants in ur1.c.
16910 * gdb.reverse/until-reverse.exp: Likewise.
16911
41c77605
PM
169122014-11-17 Petr Machata <pmachata@redhat.com>
16913
16914 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16915 ${_cu_offset_size} bytes abbrev offset.
16916
34248c3a
DE
169172014-11-15 Doug Evans <xdje42@gmail.com>
16918
16919 PR symtab/17559
16920 * gdb.base/line-symtabs.exp: New file.
16921 * gdb.base/line-symtabs.c: New file.
16922 * gdb.base/line-symtabs.h: New file.
16923
646da059
YQ
169242014-11-14 Yao Qi <yao@codesourcery.com>
16925
16926 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16927 (func): Add label func_label.
16928 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16929 Replace low_pc and high_pc with MACRO_AT_range.
16930 Replace name, low_pc and high_pc with MACRO_AT_func.
16931
9301ebe6
YQ
169322014-11-14 Yao Qi <yao@codesourcery.com>
16933
16934 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16935 Replace name, low_pc and high_pc with MACRO_AT_func.
16936
f166b542
YQ
169372014-11-14 Yao Qi <yao@codesourcery.com>
16938
16939 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16940 produce debug information.
16941 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16942
0f6e71e3
YQ
169432014-11-14 Yao Qi <yao@codesourcery.com>
16944
16945 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16946 object and get function length.
16947 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16948 with MACRO_AT_func.
16949 (top-level): Replace gdb_compile and clean_restart with
16950 prepare_for_testing.
16951 * gdb.dwarf2/main.c (main): Add label main_label.
16952
876c4df9
YQ
169532014-11-14 Yao Qi <yao@codesourcery.com>
16954
16955 * lib/dwarf.exp (function_range): New procedure.
16956 (Dwarf::_handle_macro_at_func): New procedure.
16957 (Dwarf::_handle_macro_at_range): New procedure.
16958 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16959
02ad9cf1
YQ
169602014-11-14 Yao Qi <yao@codesourcery.com>
16961
16962 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16963 (_handle_attribute): New procedure.
16964
a59add0c
AA
169652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16966
16967 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16968 * gdb.base/call-sc.c (zed): Likewise.
16969 * gdb.base/checkpoint.c (main): Likewise.
16970 * gdb.base/dump.c (main): Likewise.
16971 * gdb.base/gcore.c (main): Likewise.
16972 * gdb.base/huge.c (main): Likewise.
16973 * gdb.base/multi-forks.c (main): Likewise.
16974 * gdb.base/pr10179-a.c (main): Likewise.
16975 * gdb.base/savedregs.c (main): Likewise.
16976 * gdb.base/sigaltstack.c (main): Likewise.
16977 * gdb.base/siginfo.c (main): Likewise.
16978 * gdb.base/structs.c (zed): Likewise.
16979 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16980 * gdb.mi/mi-syn-frame.c (main): Likewise.
16981 * gdb.mi/until.c (foo, main): Likewise.
16982 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16983 * gdb.base/solib-weak.c (foo): Declare.
16984 * gdb.base/attach-twice.c: Include stdio.h.
16985 * gdb.base/weaklib1.c: Likewise.
16986 * gdb.base/weaklib2.c: Likewise.
16987 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16988 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16989 unistd.h.
16990 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16991 * gdb.mi/mi-exit-code.c: Likewise.
16992 * gdb.base/break-interp-lib.c: Include string.h.
16993 * gdb.base/coremaker.c: Likewise.
16994 * gdb.base/testenv.c: Likewise.
16995 * gdb.python/py-finish-breakpoint.c: Likewise.
16996 * gdb.base/inferior-died.c: Include sys/wait.h.
16997 * gdb.base/fileio.c: Include time.h.
16998 * gdb.base/async-shell.c: Include unistd.h.
16999 * gdb.base/dprintf-non-stop.c: Likewise.
17000 * gdb.base/info-os.c: Likewise.
17001 * gdb.mi/mi-console.c: Likewise.
17002 * gdb.mi/watch-nonstop.c: Likewise.
17003 * gdb.python/py-events.c: Likewise.
17004 * gdb.base/async.c (baz): Move up before its invocation.
17005 * gdb.base/code_elim2.c (my_global_func): Likewise.
17006 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17007 * gdb.base/advance.c (func2): Likewise.
17008
3b5d5997
AA
170092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17010
17011 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17012 variant.
17013 * gdb.base/annota3.c: Likewise.
17014 * gdb.base/async.c: Likewise.
17015 * gdb.base/average.c: Likewise.
17016 * gdb.base/call-ar-st.c: Likewise.
17017 * gdb.base/call-rt-st.c: Likewise.
17018 * gdb.base/call-sc.c: Likewise.
17019 * gdb.base/call-strs.c: Likewise.
17020 * gdb.base/ending-run.c: Likewise.
17021 * gdb.base/execd-prog.c: Likewise.
17022 * gdb.base/exprs.c: Likewise.
17023 * gdb.base/foll-exec.c: Likewise.
17024 * gdb.base/foll-fork.c: Likewise.
17025 * gdb.base/foll-vfork.c: Likewise.
17026 * gdb.base/funcargs.c: Likewise.
17027 * gdb.base/gcore.c: Likewise.
17028 * gdb.base/jump.c: Likewise.
17029 * gdb.base/langs0.c: Likewise.
17030 * gdb.base/langs1.c: Likewise.
17031 * gdb.base/langs2.c: Likewise.
17032 * gdb.base/mips_pro.c: Likewise.
17033 * gdb.base/nodebug.c: Likewise.
17034 * gdb.base/opaque0.c: Likewise.
17035 * gdb.base/opaque1.c: Likewise.
17036 * gdb.base/recurse.c: Likewise.
17037 * gdb.base/run.c: Likewise.
17038 * gdb.base/scope0.c: Likewise.
17039 * gdb.base/scope1.c: Likewise.
17040 * gdb.base/setshow.c: Likewise.
17041 * gdb.base/setvar.c: Likewise.
17042 * gdb.base/shmain.c: Likewise.
17043 * gdb.base/shr1.c: Likewise.
17044 * gdb.base/shr2.c: Likewise.
17045 * gdb.base/sigall.c: Likewise.
17046 * gdb.base/signals.c: Likewise.
17047 * gdb.base/so-indr-cl.c: Likewise.
17048 * gdb.base/solib2.c: Likewise.
17049 * gdb.base/structs.c: Likewise.
17050 * gdb.base/sum.c: Likewise.
17051 * gdb.base/vforked-prog.c: Likewise.
17052 * gdb.base/watchpoint.c: Likewise.
17053 * gdb.reverse/shr2.c: Likewise.
17054 * gdb.reverse/until-reverse.c: Likewise.
17055 * gdb.reverse/ur1.c: Likewise.
17056 * gdb.reverse/watch-reverse.c: Likewise.
17057
066a77c5
AA
170582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17059
17060 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17061 variant.
17062 * gdb.base/sepdebug.exp: Drop references to removed code.
17063
4f204ea5
AA
170642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17065
17066 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17067 variant. Preserve original line numbering.
17068 * gdb.base/list1.c: Likewise.
17069
3b377a3a
AA
170702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17071
17072 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17073 variant.
17074 * gdb.base/break1.c: Likewise.
17075 * gdb.base/break.exp: Drop references to removed code.
17076
e444df73
AA
170772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17078
17079 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17080 variant.
17081
8008f2a7
AA
170822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17083
17084 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17085
a5a06887
AA
170862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17087
17088 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17089 logic into perform_all_tests() and invoke it with and without
17090 function header prototypes.
17091 (do_function_calls): Remove conditional XFAIL for PR 5318.
17092 (rerun_and_prepare): Remove duplicate code.
17093 (perform_all_tests): New. Main logic moved here.
17094
44dba9b9
AA
170952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17096
17097 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17098 code guarded by #ifdef NO_PROTOTYPES.
17099 (t_double_many_args): Likewise.
17100 (DEF_FUNC_MANY_ARGS_1): Likewise.
17101 (DEF_FUNC_VALUES_1): Likewise.
17102 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17103 guarded by #ifdef PROTOTYPES.
17104
d1fbcd56
AA
171052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17106
17107 * gdb.mi/mi-console.c: Add eye-catcher.
17108 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17109 instead of literal line number.
17110
b0e59b8f
AA
171112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17112
17113 * gdb.base/shr2.c: Add eye-catcher.
17114 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17115 line number.
17116
78f98cca
AA
171172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17118
17119 * gdb.base/jump.c: Add eye-catchers.
17120 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17121 numbers.
17122
58fa2af0
AA
171232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17124
17125 * gdb.base/execd-prog.c: Add eye-catchers.
17126 * gdb.base/foll-exec.c: Likewise.
17127 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17128 line numbers.
17129
04e5059b
AA
171302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17131
17132 * gdb.base/ending-run.c: Add eye-catchers.
17133 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17134 literal line numbers.
17135
dbfdb174
AA
171362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17137
17138 * gdb.base/call-rt-st.c: Add eye-catchers.
17139 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17140 literal line numbers.
17141
888a2ade
AA
171422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17143
17144 * gdb.base/call-ar-st.c: Add eye-catchers.
17145 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17146 literal line numbers.
17147
6acc2dde
AA
171482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17149
17150 * gdb.base/average.c: Add eye-catchers.
17151 * gdb.base/sum.c: Likewise.
17152 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17153 regexps dynamically.
17154
9ecfcd1d
AA
171552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17156
17157 * gdb.base/solib1.c: Add eye-catchers.
17158 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17159 literal line numbers.
17160
78708b7c
PA
171612014-11-12 Pedro Alves <palves@redhat.com>
17162
17163 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17164 leader has exited.
17165
af48d08f
PA
171662014-11-12 Pedro Alves <palves@redhat.com>
17167
17168 * gdb.arch/i386-bp_permanent.c: New file.
17169 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17170 (srcfile): Set to i386-bp_permanent.c.
17171 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17172 that stepi does not execute the 'leave' instruction, instead of
17173 testing it does execute.
17174 * gdb.base/bp-permanent.c: New file.
17175 * gdb.base/bp-permanent.exp: New file.
17176
af3768e9
DE
171772014-11-10 Doug Evans <xdje42@gmail.com>
17178
17179 PR symtab/17564
17180 * gdb.base/symtab-search-order.exp: New file.
17181 * gdb.base/symtab-search-order.c: New file.
17182 * gdb.base/symtab-search-order-1.c: New file.
17183 * gdb.base/symtab-search-order-shlib-1.c: New file.
17184
9de00a4a
PA
171852014-11-07 Pedro Alves <palves@redhat.com>
17186
17187 PR gdb/17511
17188 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17189 i?86-*-linux*.
17190
e0f52461
SC
171912014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17192
17193 PR c++/17494
17194 * gdb.cp/pr17494.cc: New file.
17195 * gdb.cp/pr17494.exp: New file.
17196
6ce8c980
YQ
171972014-11-02 Yao Qi <yao@codesourcery.com>
17198
17199 * gdb.python/python.exp: Get working directory and match the
17200 output of "set extended-prompt \\w " with it.
17201
02be9a71
DE
172022014-10-30 Doug Evans <dje@google.com>
17203
17204 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17205 in objfiles.
17206 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17207 in progspaces.
17208
3bdff46b
LM
172092014-10-30 Janis Johnson <janisjo@codesourcery.com>
17210
17211 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17212 * gdb.base/realname-expand.exp: Likewise.
17213 * gdb.linespec/macro-relative.exp: Likewise.
17214
ab917dfb
PA
172152014-10-29 Pedro Alves <palves@redhat.com>
17216
17217 PR gdb/17408
17218 * gdb.threads/schedlock.c (some_function): New function.
17219 (call_function): New global.
17220 (MAYBE_CALL_SOME_FUNCTION): New macro.
17221 (thread_function): Call it.
17222 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17223 and use it instead of a global counter. Adjust all callers.
17224 (get_current_thread): Use "find current thread" for test message
17225 here rather than having all callers pass down the same string.
17226 (goto_loop): New procedure, factored out from ...
17227 (my_continue): ... this.
17228 (step_ten_loops): Change parameter from test message to command to
17229 use. Adjust.
17230 (list_count): Delete global.
17231 (check_result): New procedure, factored out from duplicate top
17232 level code.
17233 (continue tests): Wrap in with_test_prefix.
17234 (test_step): New procedure, factored out from duplicate top level
17235 code.
17236 (top level): Test "step" in combination with all scheduler-locking
17237 modes. Test "next" in combination with all scheduler-locking
17238 modes, and in combination with stepping over a function call or
17239 not.
17240 * gdb.threads/next-bp-other-thread.c: New file.
17241 * gdb.threads/next-bp-other-thread.exp: New file.
17242
d3d4baed
PA
172432014-10-29 Pedro Alves <palves@redhat.com>
17244
17245 PR python/17372
17246 * gdb.python/python.exp: Test a multi-line command that spawns
17247 interactive Python.
17248 * gdb.base/multi-line-starts-subshell.exp: New file.
17249
563e8d85
YQ
172502014-10-29 Yao Qi <yao@codesourcery.com>
17251
17252 * gdb.base/fileio.exp: Make directories on host.
17253
0ea4d52e
YQ
172542014-10-29 Yao Qi <yao@codesourcery.com>
17255
17256 * gdb.base/fileio.c (test_write): Close the file.
17257
7f5ef605
PA
172582014-10-28 Pedro Alves <palves@redhat.com>
17259
17260 PR gdb/12623
17261 * gdb.base/sigstep.c (no_handler): New global.
17262 (main): If 'no_handler is true, set the signal handlers to
17263 SIG_IGN.
17264 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17265 with_sw_watch and no_handler parameters. Handle them.
17266 (top level) <stepping over handler when stopped at a breakpoint
17267 test>: Add a test axis for testing with a software watchpoint, and
17268 another for testing with the signal handler set to SIG_IGN.
17269 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17270 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17271
abbdbd03
PA
172722014-10-28 Pedro Alves <palves@redhat.com>
17273
17274 PR gdb/17511
17275 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17276 * gdb.base/sigstep.exp (other_handler_location): New global.
17277 (advance): Support stepping into the signal handler, and running
17278 commands while in the handler.
17279 (in_handler_map): New global.
17280 (top level): In the advance test, add combinations for getting
17281 into the handler with stepping commands, and for running commands
17282 in the handler. Add comment descripting the advancei tests.
17283
1df4399f
PA
172842014-10-28 Pedro Alves <palves@redhat.com>
17285
17286 * gdb.base/sigstep.exp: Use build_executable instead of
17287 prepare_for_testing.
17288 (top level): Move code that starts GDB, runs to main and creates a
17289 display to ...
17290 (restart): ... this new procedure.
17291 (top level): Move backtrace from signal handler test to ...
17292 (validate_backtrace): ... this new procedure.
17293 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17294 with_test_prefix. Always restart GDB.
17295 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17296 with_test_prefix. Always restart GDB. No need to delete
17297 breakpoints after the test.
17298 (test_skip_handler): Remove prefix parameter.
17299 (skip_over_handler, breakpoint_to_handler)
17300 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17301 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17302 restart GDB. No need to delete breakpoints after the test.
17303 (top level): Use foreach to call the test procedures with
17304 different commands.
17305
a5b6e449
PA
173062014-10-28 Pedro Alves <palves@redhat.com>
17307
17308 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17309 instead of GNATS numbers.
17310 * gdb.base/sigbpt.exp: Likewise.
17311 * gdb.base/siginfo.exp: Likewise.
17312 * gdb.base/sigstep.exp: Likewise.
17313
e5f8a7cc
PA
173142014-10-27 Pedro Alves <palves@redhat.com>
17315
17316 * gdb.base/sigstep.c (dummy): New global.
17317 (main): Issue a couple writes to the new global.
17318 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17319 procedures.
17320 (skip_over_handler): Use test_skip_handler.
17321 (top level): Call skip_over_handler for stepi and nexti too.
17322 (breakpoint_over_handler): Use test_skip_handler.
17323 (top level): Call breakpoint_over_handler for stepi and nexti too.
17324
763905a3
YQ
173252014-10-27 Yao Qi <yao@codesourcery.com>
17326
17327 * gdb.trace/tfile.c (adjust_function_address)
17328 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17329 function descriptor.
17330
6f259a23
DB
173312014-10-24 Don Breazeal <donb@codesourcery.com>
17332
17333 * gdb.base/foll-fork.exp (test_follow_fork,
17334 catch_fork_child_follow): Check for updated fork messages emitted
17335 from infrun.c.
17336 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17337 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17338 vfork_and_exec_child_follow_through_step): Check for updated vfork
17339 messages emitted from infrun.c.
17340
09dd9a69
PA
173412014-10-24 Pedro Alves <palves@redhat.com>
17342
17343 * gdb.base/corefile.exp: Remove references to ultrix.
17344 * gdb.base/interrupt.exp: Likewise.
17345 * gdb.base/whatis.exp: Likewise.
17346 * gdb.gdb/selftest.exp: Likewise.
17347 * gdb.threads/manythreads.exp: Likewise.
17348 * gdb.threads/print-threads.exp: Likewise.
17349 * gdb.threads/pthreads.exp:: Likewise.
17350 * gdb.threads/schedlock.exp: Likewise.
17351
3433cfa5
SC
173522014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17353
17354 * gdb.cp/non-trivial-retval.cc: Add a test case.
17355 * gdb.cp/non-trivial-retval.exp: Add a test.
17356
092f880b
YQ
173572014-10-20 Yao Qi <yao@codesourcery.com>
17358
17359 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17360 * gdb.python/py-objfile-script-gdb.py: New file.
17361 * gdb.python/py-objfile-script.exp: Update reference to
17362 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17363 of remote_download. Remove the dest file.
17364
acbdb7f3
YQ
173652014-10-20 Yao Qi <yao@codesourcery.com>
17366
17367 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17368 * gdb.base/step-line.exp: Likewise.
17369 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17370 * gdb.dwarf2/dw2-basic.exp: Likewise.
17371 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17372 * gdb.dwarf2/dw2-filename.exp: Likewise.
17373 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17374 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17375 * gdb.dwarf2/dw2-producer.exp: Likewise.
17376 * gdb.dwarf2/mac-fileno.exp: Likewise.
17377 * gdb.python/py-frame-args.exp: Likewise.
17378 * gdb.python/py-framefilter.exp: Likewise.
17379 * gdb.python/py-mi.exp: Likewise.
17380 * gdb.python/py-objfile-script.exp: Likewise
17381 * gdb.python/py-pp-integral.exp: Likewise.
17382 * gdb.python/py-pp-re-notag.exp: Likewise.
17383 * gdb.python/py-prettyprint.exp: Likewise.
17384 * gdb.python/py-section-script.exp: Likewise.
17385 * gdb.python/py-typeprint.exp: Likewise.
17386 * gdb.python/py-xmethods.exp: Likewise.
17387 * gdb.stabs/weird.exp: Likewise.
17388 * gdb.xml/tdesc-regs.exp: Likewise.
17389
bd286a29
KCY
173902014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17391
17392 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17393 (out_cu): Use addr_len for the size of addresses.
17394 (out_line): Likewise. Size DW_LNE_set_address instruction
17395 according to addr_len.
17396 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17397 (FUNC): Add START_INSNS to definition.
17398
673dc4a0
YQ
173992014-10-18 Yao Qi <yao@codesourcery.com>
17400
17401 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17402 gdb_has_argv0 return true.
17403 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17404 check [target_info exists noargs], check [gdb_has_argv0]
17405 instead.
17406 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17407 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17408 procedures.
17409
4ffbba72
DE
174102014-10-17 Doug Evans <dje@google.com>
17411
17412 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17413 event.
17414 * gdb.python/py-events.py: Add clear_objfiles event.
17415
d096d8c1
DE
174162014-10-17 Doug Evans <dje@google.com>
17417
17418 * gdb.python/py-objfile.exp: Test progspace attribute.
17419
a80db015
LM
174202014-10-17 Luis Machado <lgustavo@codesourcery.com>
17421
17422 * gdb.guile/scm-breakpoint.exp: Do not assume any
17423 directory separators when matching source file paths.
17424 * gdb.python/py-breakpoint.exp: Likewise.
17425 * gdb.reverse/break-precsave.exp: Likewise.
17426 * gdb.reverse/break-reverse.exp: Likewise.
17427 * gdb.reverse/consecutive-precsave.exp: Likewise.
17428 * gdb.reverse/finish-precsave.exp: Likewise.
17429 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17430 * gdb.reverse/finish-reverse.exp: Likewise.
17431 * gdb.reverse/i386-precsave.exp: Likewise.
17432 * gdb.reverse/i387-env-reverse.exp: Likewise.
17433 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17434 * gdb.reverse/machinestate-precsave.exp: Likewise.
17435 * gdb.reverse/machinestate.exp: Likewise.
17436 * gdb.reverse/sigall-precsave.exp: Likewise.
17437 * gdb.reverse/solib-precsave.exp: Likewise.
17438 * gdb.reverse/step-precsave.exp: Likewise.
17439 * gdb.reverse/until-precsave.exp: Likewise.
17440 * gdb.reverse/watch-precsave.exp: Likewise.
17441 * gdb.reverse/watch-reverse.exp: Likewise.
17442
b22089ab
YQ
174432014-10-17 Yao Qi <yao@codesourcery.com>
17444
17445 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17446 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17447
6c4486e6
PA
174482014-10-17 Pedro Alves <palves@redhat.com>
17449
17450 PR gdb/17471
17451 * gdb.base/bg-execution-repeat.c: New file.
17452 * gdb.base/bg-execution-repeat.exp: New file.
17453
0ff33695
PA
174542014-10-17 Pedro Alves <palves@redhat.com>
17455
17456 PR gdb/17300
17457 * gdb.base/continue-all-already-running.c: New file.
17458 * gdb.base/continue-all-already-running.exp: New file.
17459
6fdebc3d
PA
174602014-10-17 Pedro Alves <palves@redhat.com>
17461
17462 PR gdb/17472
17463 * gdb.base/annota-input-while-running.c: New file.
17464 * gdb.base/annota-input-while-running.exp: New file.
17465
32a8097b
PA
174662014-10-17 Pedro Alves <palves@redhat.com>
17467
17468 * gdb.base/callfuncs.exp: emove references to osf.
17469 * gdb.base/sigall.exp: Likewise.
17470 * gdb.gdb/selftest.exp: Likewise.
17471 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17472 * gdb.mi/non-stop.c: Likewise.
17473 * gdb.mi/pthreads.c: Likewise.
17474 * gdb.reverse/sigall-precsave.exp: Likewise.
17475 * gdb.reverse/sigall-reverse.exp: Likewise.
17476 * gdb.threads/pthreads.c: Likewise.
17477 * gdb.threads/pthreads.exp: Likewise.
17478
7a3517ff
YQ
174792014-10-17 Yao Qi <yao@codesourcery.com>
17480
17481 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17482 check 'target_info exists noargs'.
17483 (test_command_prompt_position): Likewise.
17484 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17485 Remove "set args".
17486 (progvar_simple_while_test): Likewise.
17487 (progvar_complex_if_while_test): Likewise.
17488 (if_while_breakpoint_command_test): Likewise.
17489 (infrun_breakpoint_command_test): Likewise.
17490 (breakpoint_command_test): Likewise.
17491 (watchpoint_command_test): Likewise.
17492 (bp_deleted_in_command_test): Likewise.
17493 (temporary_breakpoint_commands): Likewise.
17494
bb99c472
YQ
174952014-10-16 Yao Qi <yao@codesourcery.com>
17496
17497 * gdb.base/remotetimeout.exp: Remove noargs checking.
17498
7c16b83e
PA
174992014-10-15 Pedro Alves <palves@redhat.com>
17500
17501 PR breakpoints/9649
17502 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17503 * gdb.base/breakpoint-in-ro-region.exp
17504 (probe_target_hardware_step): New procedure.
17505 (top level): Probe hardware stepping and hardware breakpoint
17506 support. Test stepping through a read-only region, with both
17507 "breakpoint auto-hw" on and off and both "always-inserted" on and
17508 off.
17509
35a49624
IB
175102014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17511
17512 * gdb.dlang/demangle.exp: Update for demangling changes.
17513
2d1c107c
SC
175142014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17515
17516 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17517 * gdb.cp/non-trivial-retval.exp: Add new tests.
17518
778811d5
SC
175192014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17520
17521 PR c++/13403
17522 PR c++/15154
17523 * gdb.cp/non-trivial-retval.cc: New file.
17524 * gdb.cp/non-trivial-retval.exp: New file.
17525
10c5f0a8
YQ
175262014-10-15 Yao Qi <yao@codesourcery.com>
17527
17528 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17529 remote host.
17530
65d7b369
YQ
175312014-10-15 Yao Qi <yao@codesourcery.com>
17532
17533 * gdb.python/py-symbol.exp: Match file base name if host is
17534 remote, otherwise match file name with dir name.
17535 * gdb.python/py-symtab.exp: Likewise.
17536 * gdb.python/python.exp: Likewise.
17537
46dc1394
YQ
175382014-10-15 Yao Qi <yao@codesourcery.com>
17539
17540 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17541 pattern.
17542 * gdb.python/py-symtab.exp: Likewise.
17543 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17544 locationn.
17545
c40cc657
JB
175462014-10-14 Joel Brobecker <brobecker@adacore.com>
17547
17548 * gdb.ada/addr_arith: New testcase.
17549
2abf49e1
MR
175502014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17551
17552 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17553 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17554 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17555 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17556
f7088df3
SDJ
175572014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17558
17559 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17560 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17561 * gdb.arch/stap-eval-lang-ada.exp: New file.
17562
4dc06805
YQ
175632014-10-14 Yao Qi <yao@codesourcery.com>
17564
17565 * gdb.mi/mi-var-child.c (nothing1): New function.
17566 (nothing2): New function.
17567 (do_children_tests): Set function pointers by nothing1 and
17568 nothing2.
17569 * gdb.mi/mi-var-child.exp: Step over new added statements.
17570 Update test to match the new output.
17571 * gdb.mi/var-cmd.c (nothing1): New function.
17572 (nothing2): New function.
17573 (do_children_tests): Set function pointers by nothing1 and
17574 nothing2.
17575 * gdb.mi/mi-var-display.exp: Update test to match output.
17576 Step to the line specified by $line_dct_nothing.
17577 Increase the number of lines to step.
17578
46a93de2
YQ
175792014-10-14 Yao Qi <yao@codesourcery.com>
17580
17581 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17582 tests.
17583 * gdb.mi/mi2-var-child.exp: Likewise.
17584
14ea52ee
DE
175852014-10-13 Doug Evans <dje@google.com>
17586
17587 * gdb.python/py-objfile.exp: Change name of file name test.
17588
e5c6e92b
DE
175892014-10-13 Doug Evans <dje@google.com>
17590
17591 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17592 from the start of the CU.
17593
c780cc2f
JK
175942014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17595 Yao Qi <yao@codesourcery.com>
17596
17597 Fix "save breakpoints" for "catch" command.
17598 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17599 Remove -nonewline. Match also the added "main" line.
17600
99894e11
JK
176012014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17602
17603 Fix "save breakpoints" for "disable $bpnum" command.
17604 * gdb.base/save-bp.c (main): Add label.
17605 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17606
6e1ac5a3
JK
176072014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17608
17609 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17610
754dd2b0
YQ
176112014-10-11 Yao Qi <yao@codesourcery.com>
17612
17613 * gdb.server/server-kill.exp: Execute command
17614 "set remote trace-status-packet on" before "tstatus".
17615
f90183d7
YQ
176162014-10-11 Yao Qi <yao@codesourcery.com>
17617
17618 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17619 (main): Call getppid.
17620 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17621 and continue to it. Read variable "server_pid".
17622
bf40a607
YQ
176232014-10-11 Yao Qi <yao@codesourcery.com>
17624
17625 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17626
052ca370
YQ
176272014-10-11 Yao Qi <yao@codesourcery.com>
17628
17629 * gdb.threads/thread-find.exp: Don't execute command
17630 "info threads".
17631 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17632 * gdb.threads/linux-dp.exp: Don't check the condition
17633 $threads_created equals to zero.
17634
3831839c
PA
176352014-10-10 Pedro Alves <palves@redhat.com>
17636
17637 * gdb.base/bigcore.exp: Remove references to IRIX.
17638 * gdb.base/funcargs.exp: Likewise.
17639 * gdb.base/interrupt.exp: Likewise.
17640 * gdb.base/mips_pro.exp: Likewise.
17641 * gdb.base/nodebug.exp: Likewise.
17642 * gdb.base/setvar.exp: Likewise.
17643 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17644
8b9a549d
PA
176452014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17646 Pedro Alves <palves@redhat.com>
17647
17648 PR symtab/14466
17649 * gdb.base/vdso-warning.c: New file.
17650 * gdb.base/vdso-warning.exp: New file.
17651
d48ba5e8
DE
176522014-10-02 Doug Evans <dje@google.com>
17653
17654 * gdb.base/structs.c (main): Don't run forever.
17655
2278c276
PA
176562014-10-02 Pedro Alves <palves@redhat.com>
17657
17658 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17659 (top level) <stop threads 1, stop threads 2>: Use it.
17660
b57bacec
PA
176612014-10-02 Pedro Alves <palves@redhat.com>
17662
17663 * gdb.threads/break-while-running.exp (test): Add new
17664 'update_thread_list' argument. Skip "info threads" if false.
17665 (top level): Add new 'update_thread_list' axis.
17666
13fd3ff3
PA
176672014-10-02 Pedro Alves <palves@redhat.com>
17668
17669 PR breakpoints/17431
17670 * gdb.base/execl-update-breakpoints.c: New file.
17671 * gdb.base/execl-update-breakpoints.exp: New file.
17672
0fec99e8
PA
176732014-10-01 Pedro Alves <palves@redhat.com>
17674
17675 * gdb.base/breakpoint-in-ro-region.c: New file.
17676 * gdb.base/breakpoint-in-ro-region.exp: New file.
17677
2ddf4301
SM
176782014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17679
17680 * gdb.mi/mi-exit-code.exp: New file.
17681 * gdb.mi/mi-exit-code.c: New file.
17682
6a5f3f43
YQ
176832014-09-30 Yao Qi <yao@codesourcery.com>
17684
17685 * lib/prelink-support.exp (build_executable_own_libs): Error if
17686 the target isn't native.
17687
345bcc73
YQ
176882014-09-30 Yao Qi <yao@codesourcery.com>
17689
17690 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17691 false.
17692
a25a5a45
PA
176932014-09-22 Pedro Alves <palves@redhat.com>
17694
17695 * gdb.threads/break-while-running.exp: New file.
17696 * gdb.threads/break-while-running.c: New file.
17697
00ba3162
YQ
176982014-09-19 Yao Qi <yao@codesourcery.com>
17699
17700 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17701 Invoke test. Restart GDB with --readnow and invoke test again.
17702
c3b7b696
YQ
177032014-09-19 Yao Qi <yao@codesourcery.com>
17704
17705 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17706 proc set_breakpoint_on_gcd_function. Invoke
17707 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17708 invoke set_breakpoint_on_gcd_function again.
17709
2b4fd423
DE
177102014-09-18 Doug Evans <dje@google.com>
17711
17712 * gdb.dwarf2/symtab-producer.exp: New file.
17713
a5947601
SDJ
177142014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17715
17716 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17717 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17718 * gdb.base/global-var-nested-by-dso.c: Likewise.
17719 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17720
91c19059
SDJ
177212014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17722 Pedro Alves <palves@redhat.com>
17723
17724 * gdb.base/watch-bitfields.exp: Pass string other than test file
17725 name to prepare_for_testing.
17726 (watch): New procedure.
17727 (expect_watchpoint): Use with_test_prefix.
17728 (top level): Factor out tests to ...
17729 (test_watch_location, test_regular_watch): ... these new
17730 procedures, and use with_test_prefix and gdb_continue_to_end.
17731
bb9d5f81
PP
177322014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17733
17734 PR breakpoints/12526
17735 * gdb.base/watch-bitfields.exp: New file.
17736 * gdb.base/watch-bitfields.c: New file.
17737
635856f5
PA
177382014-09-16 Pedro Alves <palves@redhat.com>
17739
17740 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17741 software and hardware addresses, not software address against
17742 itself.
17743
7280ceea
PA
177442014-09-16 Pedro Alves <palves@redhat.com>
17745
17746 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17747 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17748
428b16bd
PA
177492014-09-16 Pedro Alves <palves@redhat.com>
17750
17751 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17752 files.
17753 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17754 "*-*-vxworks*" throughout.
17755 * gdb.base/break.exp: Likewise.
17756 * gdb.base/default.exp: Likewise.
17757 * gdb.base/scope.exp: Likewise.
17758 * gdb.base/sepdebug.exp: Likewise.
17759 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17760 throughout.
17761 * gdb.base/run.c: Likewise.
17762 * gdb.base/sepdebug.c: Likewise.
17763 * gdb.hp/gdb.aCC/run.c: Likewise.
17764 * gdb.reverse/until-reverse.c: Likewise.
17765 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17766
666d413c
YQ
177672014-09-16 Yao Qi <yao@codesourcery.com>
17768
17769 * boards/local-remote-host-native.exp: New file.
17770
57cbd724
DE
177712014-09-14 Doug Evans <xdje42@gmail.com>
17772
17773 * gdb.threads/queue-signal.c (thread_count): New variable.
17774 (thread_count_mutex, thread_count_condvar): New variables.
17775 (incr_thread_count, wait_all_threads_running): New functions.
17776 (main): Wait for all threads to be in their thread functions.
17777
81219e53
DE
177782014-09-13 Doug Evans <xdje42@gmail.com>
17779
17780 * gdb.threads/queue-signal.c: New file.
17781 * gdb.threads/queue-signal.exp: New file.
17782
3714cea7
DE
177832014-09-13 Doug Evans <xdje42@gmail.com>
17784
17785 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17786 be consistent with what default_gdb_init uses.
17787 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17788 the plain text of the prompt. Add some logging printfs.
17789 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17790
fa43b1d7
PA
177912014-09-12 Pedro Alves <palves@redhat.com>
17792
17793 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17794 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17795 * gdb.arch/i386-size-overlap.exp: Likewise.
17796 * gdb.arch/i386-size.exp: Likewise.
17797 * gdb.arch/i386-unwind.exp: Likewise.
17798 * gdb.base/a2-run.exp: Likewise.
17799 * gdb.base/break.exp: Likewise.
17800 * gdb.base/charset.exp: Likewise.
17801 * gdb.base/chng-syms.exp: Likewise.
17802 * gdb.base/commands.exp: Likewise.
17803 * gdb.base/dbx.exp: Likewise.
17804 * gdb.base/find.exp: Likewise.
17805 * gdb.base/funcargs.exp: Likewise.
17806 * gdb.base/jit-simple.exp: Likewise.
17807 * gdb.base/reread.exp: Likewise.
17808 * gdb.base/sepdebug.exp: Likewise.
17809 * gdb.base/step-bt.exp: Likewise.
17810 * gdb.cp/mb-inline.exp: Likewise.
17811 * gdb.cp/mb-templates.exp: Likewise.
17812 * gdb.objc/basicclass.exp: Likewise.
17813 * gdb.threads/killed.exp: Likewise.
17814
9d9bf2df
EBM
178152014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17816
17817 PR tdep/17379
17818 * gdb.arch/powerpc-stackless.S: New file.
17819 * gdb.arch/powerpc-stackless.exp: New file.
17820
1cf2f1b0
JK
178212014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17822
17823 * gdb.base/attach.c: Include unistd.h.
17824 (main): Call alarm. Add label postloop.
17825 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17826 gdb_breakpoint, gdb_continue_to_breakpoint.
17827 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17828
98880d46
PA
178292014-09-11 Pedro Alves <palves@redhat.com>
17830
17831 PR gdb/17347
17832 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17833 * gdb.base/attach.exp (test_command_line_attach_run): New
17834 procedure.
17835 (top level): Call it.
17836
4c92ff2c
PA
178372014-09-11 Pedro Alves <palves@redhat.com>
17838
17839 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17840 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17841 (do_command_attach_tests): Use spawn_wait_for_attach.
17842 * gdb.base/solib-overlap.exp: Likewise.
17843 * gdb.multi/multi-attach.exp: Likewise.
17844 * gdb.python/py-prompt.exp: Likewise.
17845 * gdb.python/py-sync-interp.exp: Likewise.
17846 * gdb.server/ext-attach.exp: Likewise.
17847
3adc1a7d
GKB
178482014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17849
17850 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17851 command in testcase. Simplify testcase.
17852
96334934
JB
178532014-09-10 Joel Brobecker <brobecker@adacore.com>
17854
17855 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17856
eb479039
JB
178572014-09-10 Joel Brobecker <brobecker@adacore.com>
17858
17859 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17860
deede10c
JB
178612014-09-10 Joel Brobecker <brobecker@adacore.com>
17862
17863 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17864
7828a5f5
JB
178652014-09-10 Joel Brobecker <brobecker@adacore.com>
17866
17867 * gdb.dwarf2/dynarr-ptr.c: New file.
17868 * gdb.dwarf2/dynarr-ptr.exp: New file.
17869
33aeebcf
MR
178702014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17871
17872 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17873 of 30 rather than hardcoding 120 for a slow test case. Take the
17874 `gdb,timeout' target setting into account for this calculation.
17875 Don't extend the timeout for the test cases that don't need it.
17876
7b415901
MR
178772014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17878
17879 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17880 a factor of 2 for a slow test case. Take the `gdb,timeout'
17881 target setting into account for this calculation.
17882 * gdb.reverse/until-precsave.exp: Increase the timeout by
17883 a factor of 15 and 3 respectively rather than adding 120
17884 for a pair of slow test cases. Take the `gdb,timeout'
17885 target setting into account for this calculation.
17886
4a40f85a
MR
178872014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17888
17889 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17890 timeout, don't pass one down to gdb_expect.
17891 (gdb_expect): Rework timeout selection.
17892
09635af7
MR
178932014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17894
17895 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17896 exception on timeout.
17897 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17898 (gdbserver_start_extended): Catch any `gdbserver_start' error
17899 exceptions.
17900 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17901 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17902 `gdbserver_gdb_load' error exceptions.
17903
2bdd10b7
MR
179042014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17905
17906 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17907 120 on waiting for the TCP socket to open.
17908
316935f0
DE
179092014-09-09 Doug Evans <xdje42@gmail.com>
17910
17911 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17912 _caller_matches, _any_caller_is, _any_caller_matches.
17913
83740597
DE
179142014-09-09 Doug Evans <xdje42@gmail.com>
17915
17916 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17917
4c122fc3
YQ
179182014-09-09 Yao Qi <yao@codesourcery.com>
17919
17920 * gdb.mi/mi-var-display.exp: Set print symbol off.
17921
a9f116cb
GKB
179222014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17923
17924 PR gdb/17035
17925 * gdb.base/commands.exp: Add tests to verify user-defined
17926 commands with empty bodies.
17927 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17928 python commands in `show user command`.
17929 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17930 scheme commands in `show user command`.
17931
c75bd3a2
JK
179322014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17933
17934 PR python/17355
17935 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17936 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17937 * gdb.python/py-framefilter-invalidarg.exp: New file.
17938 * gdb.python/py-framefilter-invalidarg.py: New file.
17939
faa42425
DE
179402014-09-06 Doug Evans <xdje42@gmail.com>
17941
17942 PR 15276
17943 * gdb.python/py-caller-is.c: New file.
17944 * gdb.python/py-caller-is.exp: New file.
17945
474ca4f6
SDJ
179462014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17947
17948 PR gdb/17235
17949 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17950 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17951
eb0b0463
SDJ
179522014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17953
17954 PR fortran/17237
17955 * gdb.fortran/print-formatted.exp: New file.
17956 * gdb.fortran/print-formatted.f90: Likewise.
17957
5f3b99cf
SS
179582014-09-03 Sasha Smundak <asmundak@google.com>
17959
17960 * gdb.python/py-frame.exp: Test Frame.read_register.
17961
7d793aa9
SDJ
179622014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17963
17964 PR python/16699
17965 * gdb.python/py-completion.exp: New file.
17966 * gdb.python/py-completion.py: Likewise.
17967
fb0576e9
DE
179682014-08-28 Doug Evans <dje@google.com>
17969
17970 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17971 eax,etc. are live with values set by gdb and thus the compiler can't
17972 use them.
17973 * gdb.arch/i386-pseudo.c (main): Ditto.
17974
ee92b0dd
DE
179752014-08-27 Doug Evans <dje@google.com>
17976
17977 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17978
6649db35
DE
179792014-08-25 Doug Evans <dje@google.com>
17980
17981 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17982 (main): Ditto.
17983
564b7600
DE
179842014-08-25 Doug Evans <dje@google.com>
17985
17986 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17987
3881fb67
YQ
179882014-08-24 Yao Qi <yao@codesourcery.com>
17989
17990 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17991 symbol off.
17992 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17993
a05a36a5
DE
179942014-08-22 Doug Evans <dje@google.com>
17995
17996 PR 17276
17997 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17998 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17999 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18000
7c343b48
YQ
180012014-08-22 Yao Qi <yao@codesourcery.com>
18002
18003 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18004 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18005 * gdb.python/python.exp: Likewise. Use .py file on the host
18006 instead of the build.
18007
22fd09ae
JK
180082014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18009
18010 * gdb.threads/gcore-stale-thread.c: New file.
18011 * gdb.threads/gcore-stale-thread.exp: New file.
18012
a8454a7c
PA
180132014-08-21 Pedro Alves <palves@redhat.com>
18014
18015 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18016 * gdb.base/gcore-relro-pie.exp: Likewise.
18017 * gdb.base/gcore-relro.exp: Likewise.
18018 * gdb.base/gcore.exp: Likewise.
18019 * gdb.base/print-symbol-loading.exp: Likewise.
18020 * gdb.threads/gcore-thread.exp: Likewise.
18021 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18022
2a31c623
PA
180232014-08-20 Pedro Alves <palves@redhat.com>
18024 Jan Kratochvil <jan.kratochvil@redhat.com>
18025
18026 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18027 configure.
18028 (EXPECT): Handle READ1 being set.
18029 (all): Depend on EXTRA_RULES.
18030 (check-read1, expect-read1, read1.so, read1): New rules.
18031 * README (Testsuite Parameters): Document the READ1 make variable.
18032 (Race detection): New section.
18033 * configure: Regenerate.
18034 * configure.ac: If build==host==target, and running under a
18035 GNU/glibc system, add read1 to the extra Makefile rules.
18036 (EXTRA_RULES): AC_SUBST it.
18037 * lib/read1.c: New file.
18038
d36430db
JB
180392014-08-20 Joel Brobecker <brobecker@adacore.com>
18040
18041 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18042 the handling of variables declared as a typedef to an array
18043 which a DW_AT_data_location attribute.
18044
9a0dc9e3
PA
180452014-08-19 Andrew Burgess <aburgess@broadcom.com>
18046 Pedro Alves <palves@redhat.com>
18047
18048 PR symtab/14604
18049 PR symtab/14605
18050 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18051 gdb_test.
18052
0718a8da
PA
180532014-08-19 Pedro Alves <palves@redhat.com>
18054
18055 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18056
13b448cd
YQ
180572014-08-19 Yao Qi <yao@codesourcery.com>
18058
18059 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18060 right line.
18061
1cbf5077
DB
180622014-08-18 David Blaikie <dblaikie@gmail.com>
18063
18064 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18065
bf0fae19
JB
180662014-08-18 Joel Brobecker <brobecker@adacore.com>
18067
18068 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18069 attribute in array range.
18070
3c8c5dcc
JB
180712014-08-18 Joel Brobecker <brobecker@adacore.com>
18072
18073 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18074
e66d4446
SC
180752014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18076
18077 PR c++/17132
18078 * gdb.cp/pr17132.cc: New file.
18079 * gdb.cp/pr17132.exp: New file.
18080
940df408
SC
180812014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18082
18083 * gdb.python/py-xmethods.py (A_getarrayind)
18084 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18085 Use 'print' with function call syntax.
18086 (E_method_matcher.match): Fix tab vs space indentation mixup.
18087
ebcc6c3a
YQ
180882014-08-15 Yao Qi <yao@codesourcery.com>
18089
18090 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18091 false.
18092
775e0f04
YQ
180932014-08-15 Yao Qi <yao@codesourcery.com>
18094
18095 * gdb.cp/casts.exp: Set print symbol off.
18096 * gdb.cp/class2.exp: Likewise.
18097 * gdb.cp/overload.exp: Likewise.
18098 * gdb.cp/templates.exp: Likewise.
18099
d769e349
DE
181002014-08-11 Doug Evans <dje@google.com>
18101
18102 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18103 (test_load_shlib): Update.
18104
20c6f1e1
YQ
181052014-08-09 Yao Qi <yao@codesourcery.com>
18106
18107 * gdb.base/display.exp: Invoke is_address_zero_readable.
18108 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18109 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18110 * gdb.base/hbreak-unmapped.exp: Return if
18111 is_address_zero_readable returns true.
18112 * gdb.base/signest.exp: Likewise.
18113 * gdb.base/signull.exp: Likewise.
18114 * gdb.base/sigbpt.exp: Likewise.
18115 * gdb.guile/scm-disasm.exp: Do the test if
18116 is_address_zero_readable returns false.
18117 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18118 * gdb.python/py-arch.exp: Likewise.
18119 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18120 * lib/gdb.exp (is_address_zero_readable): New proc.
18121
5792e8e3
YQ
181222014-08-09 Yao Qi <yao@codesourcery.com>
18123
18124 PR testsuite/13443
18125 * gdb.mi/mi-var-display.exp: Make test messages unique.
18126
3cecbbbe
TT
181272014-08-04 Tom Tromey <tromey@redhat.com>
18128
18129 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18130 target 0".
18131
00b51ff5
TT
181322014-08-04 Tom Tromey <tromey@redhat.com>
18133
18134 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18135 "target_resume".
18136
6908c509
JB
181372014-08-01 Joel Brobecker <brobecker@adacore.com>
18138
18139 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18140 inner_vla_struct_object_size.
18141 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18142 as xfail.
18143
cc6563d2
PA
181442014-07-30 Pedro Alves <palves@redhat.com>
18145
18146 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18147 comment.
18148
7e09a223
YQ
181492014-07-29 Yao Qi <yao@codesourcery.com>
18150
18151 PR gdb/17206
18152 * gdb.base/until-nodebug.exp: New.
18153
7ebdbe92
DE
181542014-07-28 Doug Evans <xdje42@gmail.com>
18155
18156 PR guile/17203
18157 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18158 previously existing parameter, and previously ambiguously spelled
18159 parameter.
18160
fdb1adc6
WN
181612014-07-28 Will Newton <will.newton@linaro.org>
18162
18163 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18164
186fcde0
DE
181652014-07-26 Ludovic Courtès <ludo@gnu.org>
18166 Doug Evans <xdje42@gmail.com>
18167
18168 PR guile/17146
18169 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18170
70509625
PA
181712014-07-25 Pedro Alves <palves@redhat.com>
18172
18173 * gdb.threads/signal-command-handle-nopass.c: New file.
18174 * gdb.threads/signal-command-handle-nopass.exp: New file.
18175 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18176 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18177 * gdb.threads/signal-delivered-right-thread.c: New file.
18178 * gdb.threads/signal-delivered-right-thread.exp: New file.
18179
c3f814a1
PA
181802014-07-25 Pedro Alves <palves@redhat.com>
18181
18182 * gdb.base/double-prompt-target-event-error.exp
18183 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18184 match.
18185 (cancel_pagination_in_target_event): Rework double prompt
18186 detection.
18187 * gdb.base/paginate-after-ctrl-c-running.exp
18188 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18189 <return>' match.
18190 * gdb.base/paginate-bg-execution.exp
18191 (test_bg_execution_pagination_return)
18192 (test_bg_execution_pagination_cancel): Remove '-notransfer
18193 <return>' matches.
18194 * gdb.base/paginate-execution-startup.exp
18195 (test_fg_execution_pagination_return)
18196 (test_fg_execution_pagination_cancel): Remove '-notransfer
18197 <return>' matches.
18198 * gdb.base/paginate-inferior-exit.exp
18199 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18200 match.
18201 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18202 * lib/gdb.exp (pagination_prompt): Run text through
18203 string_to_regexp.
18204 (gdb_test_multiple): Match $pagination_prompt instead of
18205 "<return>".
18206 (string_to_regexp): Move to lib/gdb-utils.exp.
18207
e214cf6c
JK
182082014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18209
18210 * gdb.arch/amd64-entry-value-paramref.S: New file.
18211 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18212 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18213 * gdb.arch/amd64-optimout-repeat.S: New file.
18214 * gdb.arch/amd64-optimout-repeat.c: New file.
18215 * gdb.arch/amd64-optimout-repeat.exp: New file.
18216
17d0c5c8
JK
182172014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18218
18219 PR gdb/17170
18220 * gdb.base/statistics.exp: New file.
18221
b8b8facf
DE
182222014-07-17 Doug Evans <dje@google.com>
18223
74b49205 18224 PR gdb/17170
b8b8facf
DE
18225 * gdb.base/maint.exp: Update testing of per-command stats.
18226
1b5d0ab3
PA
182272014-07-16 Pedro Alves <palves@redhat.com>
18228
18229 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18230 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18231 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18232 (tfile_write_buf): New functions.
18233 (add_memory_block): Rewrite using the above.
18234 (adjust_function_address): New function.
18235 (FUNCTION_ADDRESS): New macro.
18236 (write_basic_trace_file): Remove short_x local, and use
18237 tfile_write_16. Change type of func_addr local to unsigned long
18238 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18239 here. Cast argument of add_memory_block to char pointer.
18240 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18241 (main): Remove parameters.
18242 * gdb.trace/tfile.exp: Remove nowarnings.
18243
4d974e88
SM
182442014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18245
18246 * gdb.base/debug-expr.exp: Test string evaluation with
18247 "debug expression" on.
18248
41e99568
PA
182492014-07-15 Pedro Alves <palves@redhat.com>
18250
18251 * gdb.base/reread.exp: Use clean_restart.
18252
487d9753
PL
182532014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18254
18255 * gdb.arch/avr-flash-qualifer.c: New.
18256 * gdb.arch/avr-flash-qualifer.exp: New.
18257
cc1c52ad
PA
182582014-07-14 Pedro Alves <palves@redhat.com>
18259
18260 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18261 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18262
1e973570
PA
182632014-07-14 Pedro Alves <palves@redhat.com>
18264
18265 * gdb.base/double-prompt-target-event-error.c: New file.
18266 * gdb.base/double-prompt-target-event-error.exp: New file.
18267
93d6eb10
PA
182682014-07-14 Pedro Alves <palves@redhat.com>
18269
18270 PR gdb/17072
18271 * gdb.base/paginate-inferior-exit.c: New file.
18272 * gdb.base/paginate-inferior-exit.exp: New file.
18273
0017922d
PA
182742014-07-14 Pedro Alves <palves@redhat.com>
18275
18276 PR gdb/17072
18277 * gdb.base/paginate-bg-execution.c: New file.
18278 * gdb.base/paginate-bg-execution.exp: New file.
18279
94696ad3
PA
182802014-07-14 Pedro Alves <palves@redhat.com>
18281
18282 PR gdb/17072
18283 * gdb.base/paginate-execution-startup.c: New file.
18284 * gdb.base/paginate-execution-startup.exp: New file.
18285 * lib/gdb.exp (pagination_prompt): New global.
18286 (default_gdb_spawn): New procedure, factored out from
18287 default_gdb_spawn.
18288 (default_gdb_start): Adjust to call default_gdb_spawn.
18289 (gdb_spawn): New procedure.
18290
bd293940
PA
182912014-07-14 Pedro Alves <palves@redhat.com>
18292
18293 * lib/gdb.exp (gdb_assert): New procedure.
18294 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18295
c933f875
PA
182962014-07-14 Pedro Alves <palves@redhat.com>
18297
18298 * gdb.base/execution-termios.c: New file.
18299 * gdb.base/execution-termios.exp: New file.
18300
d98b7a16
TT
183012014-07-14 Tom Tromey <tromey@redhat.com>
18302
18303 * gdb.cp/vla-cxx.cc: New file.
18304 * gdb.cp/vla-cxx.exp: New file.
18305
548740d6
TT
183062014-07-14 Tom Tromey <tromey@redhat.com>
18307
18308 * gdb.reverse/rerun-prec.c: New file.
18309 * gdb.reverse/rerun-prec.exp: New file.
18310
a25eb028
MR
183112014-07-12 Maciej W. Rozycki <macro@mips.com>
18312 Maciej W. Rozycki <macro@codesourcery.com>
18313
18314 * lib/gdb-utils.exp: New file.
18315 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18316 inline `gdb_init_command' processing.
18317 (gdb_start_cmd): Likewise.
18318 * lib/mi-support.exp (mi_run_cmd): Likewise.
18319 * README: Document `gdb_init_command' and `gdb_init_commands'.
18320
218c2655
JK
183212014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18322
18323 Fix false FAIL running under a very long directory name.
18324 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18325 and "set print elements 10000". Twice.
18326
5401fde3
YQ
183272014-07-11 Yao Qi <yao@codesourcery.com>
18328
18329 * gdb.base/exprs.exp: "set print symbol off".
18330
e76126e8
PA
183312014-07-11 Pedro Alves <palves@redhat.com>
18332
18333 * gdb.threads/kill.c: New file.
18334 * gdb.threads/kill.exp: New file.
18335
2d6f0de6
YQ
183362014-07-10 Yao Qi <yao@codesourcery.com>
18337
18338 * gdb.trace/tfile.c (write_basic_trace_file)
18339 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18340 address written to trace file.
18341
7180e04a
PA
183422014-07-09 Pedro Alves <palves@redhat.com>
18343
18344 * gdb.base/attach-wait-input.exp: New file.
18345 * gdb.base/attach-wait-input.c: New file.
18346
9a9a7608
AB
183472014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18348
18349 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18350 setting up test structures.
18351 (main): Call new test function.
18352 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18353 test function, continue into test function and walk test
18354 structures.
18355
161ac41e
YQ
183562014-07-02 Yao Qi <yao@codesourcery.com>
18357
18358 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18359 'bar_start' at the beginning of functions 'foo' and 'bar'
18360 respectively.
18361 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18362 instead of 'foo' and 'bar'.
18363
1f267ae3
MM
183642014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18365
18366 * gdb.btrace/segv.exp: New.
18367 * gdb.btrace/segv.c: New.
18368
2b239efb
LM
183692014-07-02 Luis Machado <lgustavo@codesourcery.com>
18370
18371 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18372 instruction.
18373
cf363f18
MW
183742014-06-30 Mark Wielaard <mjw@redhat.com>
18375
18376 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18377 vulture, vilify, villar): New volatile array constants.
18378 (vindictive, vegetation): New const volatile array constants.
18379 * gdb.base/volatile.exp: Test volatile and const volatile array
18380 types.
18381
aebf9d24
AA
183822014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18383
18384 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18385 target lacks support for awatch, rwatch, or hbreak.
18386
b67a2c6f
YQ
183872014-06-27 Yao Qi <yao@codesourcery.com>
18388
18389 * gdb.multi/dummy-frame-restore.exp: New.
18390 * gdb.multi/dummy-frame-restore.c: New.
18391
aef92902
MM
183922014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18393
18394 * gdb.btrace/gcore.exp: New.
18395
8e9db26e
PA
183962014-06-23 Pedro Alves <palves@redhat.com>
18397
18398 * gdb.base/watchpoint-reuse-slot.c: New file.
18399 * gdb.base/watchpoint-reuse-slot.exp: New file.
18400
70afc5b7
SC
184012014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18402
18403 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18404 progspace's filename in 'info', 'enable' and 'disable' command
18405 tests.
18406
b972bd9c
JK
184072014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18408
18409 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18410 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18411 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18412
125f8a3d
GB
184132014-06-20 Gary Benson <gbenson@redhat.com>
18414
18415 * gdb.arch/i386-avx.exp: Fix include file location.
18416 * gdb.arch/i386-sse.exp: Likewise.
18417
3ed9baed
IB
184182014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18419
18420 * gdb.dlang/expression.exp: New file.
18421
034f788c
PA
184222014-06-19 Pedro Alves <palves@redhat.com>
18423
18424 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18425 out from ...
18426 (top level): ... here. Iterate running tests under different
18427 scheduler-locking settings.
18428
45371d0c
LM
184292014-06-18 Luis Machado <lgustavo@codesourcery.com>
18430
18431 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18432 to DW_FORM_addr and use non-zero addresses.
18433
5d376983
SC
184342014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18435
18436 PR gdb/17017
18437 * gdb.python/py-xmethods.cc: Add global function call counters and
18438 increment them in their respective functions. Remove "cout"
18439 statements.
18440 * gdb.python/py-xmethods.exp: Make tests check the global function
18441 call counters instead of depending on inferior IO.
18442
a1aa2221
LM
184432014-06-18 Don Breazeal <donb@codesourcery.com>
18444
18445 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18446 Deleted procedure.
18447 (explicit_fork_parent_follow): Deleted procedure.
18448 (explicit_fork_child_follow): Deleted procedure.
18449 (test_follow_fork): New procedure.
18450 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18451 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18452 procedure calls.
18453
0fc05997
YQ
184542014-06-17 Yao Qi <yao@codesourcery.com>
18455
18456 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18457 CP1252.
18458
70795c52
LM
184592014-06-17 Luis Machado <lgustavo@codesourcery.com>
18460
18461 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18462 Initialize ptr and S explicitly.
18463 (skip_type_update_when_not_use_rtti_test): Likewise.
18464
6be47f0c
KS
184652014-06-16 Keith Seitz <keiths@redhat.com>
18466
18467 PR mi/15863
18468 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18469 the inferior is started.
18470
d03de421
PA
184712014-06-16 Pedro Alves <palves@redhat.com>
18472
18473 * gdb.base/break-main-file-remove-fail.c: New file.
18474 * gdb.base/break-main-file-remove-fail.exp: New file.
18475 * gdb.base/break-unload-file.exp: Use build_executable instead of
18476 prepare_for_testing.
18477 (test_break): New parameter "initial_load". Handle it.
18478 (top level): Add initial_load cmdline/file axis.
18479
f9579b99
TT
184802014-06-12 Tom Tromey <tromey@redhat.com>
18481
18482 * gdb.base/completion.exp: Don't use directory name in test.
18483
3657956b
GB
184842014-06-09 Gary Benson <gbenson@redhat.com>
18485
18486 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18487 separate the always-available ANSI-standard signals from the
18488 signals that require checking.
18489 (main): Likewise.
18490 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18491 Likewise.
18492 (main): Likewise.
18493
4186eb54
KS
184942014-06-07 Keith Seitz <keiths@redhat.com>
18495
18496 Revert:
18497 PR c++/16253
18498 * gdb.cp/var-tag.cc: New file.
18499 * gdb.cp/var-tag.exp: New file.
18500 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18501 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18502 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18503 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18504
25326a28 185052014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
18506
18507 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18508
829155c9
PA
185092014-06-06 Pedro Alves <palves@redhat.com>
18510
18511 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18512 in target debug output instead of looking at RSP packets,
18513 disabling the test on any target that uses hardware stepping.
18514 Update comments.
18515
61c8d22e
PA
185162014-06-06 Pedro Alves <palves@redhat.com>
18517
18518 * gdb.base/break-unload-file.exp: Fix typo.
18519
d9a47287
YQ
185202014-06-06 Yao Qi <yao@codesourcery.com>
18521
18522 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18523 from "jit_function" to "^jit_function".
18524
e5e01dbf
YQ
185252014-06-06 Yao Qi <yao@codesourcery.com>
18526
18527 * gdb.base/async.c (foo): Add one statement.
18528 * gdb.base/async.exp: Get the next instruction address and
18529 match the output of "nexti" by instruction address. Match
18530 the hex address in the output of "finish".
18531
73ba372c
GB
185322014-06-06 Gary Benson <gbenson@redhat.com>
18533
18534 * gdb.base/call-signals.c: Remove preprocessor conditionals
18535 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18536 SIGSEGV and SIGTERM.
18537 * gdb.base/sigall.c: Likewise.
18538 * gdb.base/unwindonsignal.c: Likewise.
18539 * gdb.reverse/sigall-reverse.c: Likewise.
18540
831517df
YQ
185412014-06-06 Yao Qi <yao@codesourcery.com>
18542
18543 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18544 readable, skip the test.
18545
b8b91e98
YQ
185462014-06-06 Yao Qi <yao@codesourcery.com>
18547
18548 * gdb.threads/staticthreads.c (thread_function): Move the line
18549 setting breakpoint on forward.
18550 * gdb.threads/staticthreads.exp: Update comments.
18551
fb934770
LC
185522014-06-05 Ludovic Courtès <ludo@gnu.org>
18553
18554 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18555 "history-append! type error".
18556
6ef284bd
SM
185572014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18558
18559 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18560 erroneous dprintf expected input.
18561
a872e241
DE
185622014-06-04 Doug Evans <xdje42@gmail.com>
18563
18564 * gdb.guile/scm-generics.exp: Delete.
18565
16f691fb
DE
185662014-06-04 Doug Evans <xdje42@gmail.com>
18567
18568 * gdb.guile/scm-breakpoint.exp: Update.
18569 Add tests for breakpoint registration.
18570
012370f6
TT
185712014-06-04 Tom Tromey <tromey@redhat.com>
18572
18573 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18574 VLA-in-union.
18575 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18576 inner_vla_struct, vla_union types. Initialize objects of those
18577 types and compute their sizes.
18578
9f5a4cef
HZ
185792014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18580 Hui Zhu <hui@codesourcery.com>
18581
18582 * gdb.base/fileio.exp: Add test for shell not available as well as
18583 available.
18584 * gdb.base/fileio.c (test_system): Check for shell twice.
18585
90a45c4d
YQ
185862014-06-04 Yao Qi <yao@codesourcery.com>
18587
18588 * gdb.base/auto-connect-native-target.exp: Remove redundant
18589 space from the regexp pattern.
18590
70017e41
YQ
185912014-06-04 Yao Qi <yao@codesourcery.com>
18592
18593 * gdb.base/default.exp: Replace "child" with "native" in
18594 regexp pattern.
18595
883964a7
SC
185962014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18597
18598 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18599 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18600 * gdb.python/py-xmethods.py: Python script supporting the
18601 new testcase and tests.
18602
ef370185
JB
186032014-06-03 Joel Brobecker <brobecker@adacore.com>
18604 Pedro Alves <palves@redhat.com>
18605
18606 PR breakpoints/17000
18607 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18608 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18609
1e2ccb61
BM
186102014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18611
18612 * gdb.base/subst.exp: Add tests to verify partial path matching
18613 output.
18614
c6ec5ab2
PA
186152014-06-03 Pedro Alves <palves@redhat.com>
18616
18617 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18618 target that doesn't use software single-stepping.
18619
835c559f
PA
186202014-06-03 Pedro Alves <palves@redhat.com>
18621
18622 PR breakpoints/17000
18623 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18624 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18625
06eb1586
DE
186262014-06-02 Doug Evans <xdje42@gmail.com>
18627
18628 * gdb.guile/scm-parameter.exp: New file.
18629
e698b8c4
DE
186302014-06-02 Doug Evans <xdje42@gmail.com>
18631
18632 * gdb.guile/scm-cmd.c: New file.
18633 * gdb.guile/scm-cmd.exp: New file.
18634
ded03782
DE
186352014-06-02 Doug Evans <xdje42@gmail.com>
18636
18637 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18638 pretty-printer lookup.
18639 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18640 (make-pp_s-printer): Call it.
18641 (make-pretty-printer-from-dict): New function.
18642 (lookup-pretty-printer-maker-from-dict): New function.
18643 (*pretty-printer*): Simplify.
18644 (make-objfile-pp_s-printer): New function.
18645 (install-objfile-pretty-printers!): New function.
18646 (make-progspace-pp_s-printer): New function.
18647 (install-progspace-pretty-printers!): New function.
18648 * gdb.guile/scm-progspace.c: New file.
18649 * gdb.guile/scm-progspace.exp: New file.
18650
41fac0cf
PA
186512014-06-02 Pedro Alves <palves@redhat.com>
18652
18653 * gdb.base/dprintf-bp-same-addr.c: New file.
18654 * gdb.base/dprintf-bp-same-addr.exp: New file.
18655
96ae5695
EBM
186562014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18657
18658 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18659 * gdb.arch/powerpc-power.s: Likewise.
18660
da02b3a8
JB
186612014-06-02 Joel Brobecker <brobecker@adacore.com>
18662
18663 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18664
c72b2e7b
YQ
186652014-06-01 Yao Qi <yao@codesourcery.com>
18666
18667 * gdb.base/watchpoint.exp (test_watch_location): Check null
18668 pointer can be dereferenced. If not, do the test, otherwise
18669 skip it.
18670
53e8a631
AB
186712014-05-30 Andrew Burgess <aburgess@broadcom.com>
18672
18673 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18674 results.
18675 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18676
938f0e2f
AB
186772014-05-30 Andrew Burgess <aburgess@broadcom.com>
18678
18679 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18680 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18681 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18682 * gdb.arch/amd64-invalid-stack-top.c: New file.
18683 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18684
9ba6657a
PA
186852014-05-30 Pedro Alves <palves@redhat.com>
18686
18687 PR breakpoints/17000
18688 * gdb.base/sss-bp-on-user-bp.c: New file.
18689 * gdb.base/sss-bp-on-user-bp.exp: New file.
18690
522c09bf
DB
186912014-05-30 David Blaikie <dblaikie@gmail.com>
18692
18693 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18694 gnu_inline semantics via attribute.
18695 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18696 source explicitly specifies the required semantics.
18697
bf4ef81e
MR
186982014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18699
18700 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18701
329ea579
PA
187022014-05-29 Pedro Alves <palves@redhat.com>
18703 Tom Tromey <tromey@redhat.com>
18704
18705 * gdb.base/async-shell.exp: Don't enable target-async.
18706 * gdb.base/async.exp
18707 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18708 parameter. Adjust.
18709 (top level): Don't test with "target-async".
18710 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18711 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18712 * gdb.base/inferior-died.exp: Don't enable target-async.
18713 * gdb.base/interrupt-noterm.exp: Likewise.
18714 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18715 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18716 * gdb.mi/mi-nonstop.exp: Likewise.
18717 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18718 * gdb.mi/mi-nsintrall.exp: Likewise.
18719 * gdb.mi/mi-nsmoribund.exp: Likewise.
18720 * gdb.mi/mi-nsthrexec.exp: Likewise.
18721 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18722 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18723 * gdb.python/py-evsignal.exp: Don't enable target-async.
18724 * gdb.python/py-evthreads.exp: Likewise.
18725 * gdb.python/py-prompt.exp: Likewise.
18726 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18727 * gdb.server/solib-list.exp: Don't enable target-async.
18728 * gdb.threads/thread-specific-bp.exp: Likewise.
18729 * lib/mi-support.exp: Adjust to use mi-async.
18730
fd664c91
PA
187312014-05-29 Pedro Alves <palves@redhat.com>
18732
18733 PR gdb/13860
18734 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18735 reason, even in sync mode.
18736
251bde03
PA
187372014-05-29 Pedro Alves <palves@redhat.com>
18738 Hui Zhu <hui@codesourcery.com>
18739
18740 PR PR15693
18741 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18742 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18743 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18744 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18745
7f3c0343
JB
187462014-05-28 Joel Brobecker <brobecker@adacore.com>
18747
18748 * config/monitor.exp (gdb_target_monitor): Replace use of
18749 "set remotebaud" by "set serial baud".
18750
b2715b27
AW
187512014-05-26 Andy Wingo <wingo@igalia.com>
18752
18753 * gdb.guile/scm-breakpoint.exp:
18754 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18755 properties instead of gdb-object-properties.
18756
498a4489
YQ
187572014-05-26 Yao Qi <yao@codesourcery.com>
18758
18759 * gdb.server/no-thread-db.exp: Specify source file name
18760 explicitly when setting a breakpoint.
18761
589fdceb
MM
187622014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18763
18764 * gdb.btrace/vdso.c: New.
18765 * gdb.btrace/vdso.exp: New.
18766
e9089e05
MM
187672014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18768
18769 * gdb.base/gcore.exp (capture_command_output): Move ...
18770 * lib/gdb.exp (capture_command_output): ... here.
18771
67b5c0c1
MM
187722014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18773
18774 * gdb.btrace/data.exp: Test memory access during btrace replay.
18775
a2199296
SM
187762014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18777
18778 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18779
17b2616c
PA
187802014-05-21 Pedro Alves <palves@redhat.com>
18781
18782 PR gdb/13860
18783 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18784 (top level): Test that output related to execution commands is
18785 sent to the console with CLI commands, but not with MI commands.
18786 Test that breakpoint events are always mirrored to the console.
18787 Also expect the new source line to be output after a "next" in
18788 async mode too. Make it a pass/fail test.
18789 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18790 output.
18791 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18792
5166082f
PA
187932014-05-21 Pedro Alves <palves@redhat.com>
18794
18795 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18796 Use them to test variations of "list" after reaching a breakpoint.
18797 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18798 Test "list" with listsize 10 after reaching a breakpoint.
18799 * gdb.python/python.exp (decode_line current location line
18800 number): Adjust expected line number.
18801
2f25d70f
SM
188022014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18803
18804 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18805 behavior for $args, pass it directly to "run".
18806
ff604a67
MR
188072014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18808
18809 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18810 30000 to 65536.
18811
6a3cb8e8
PA
188122014-05-21 Pedro Alves <palves@redhat.com>
18813
18814 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18815 auto-connect-native-target off".
18816 * gdb.base/auto-connect-native-target.c: New file.
18817 * gdb.base/auto-connect-native-target.exp: New file.
18818
4ebfc96e
PA
188192014-05-21 Pedro Alves <palves@redhat.com>
18820
18821 * gdb.base/default.exp: Test "target native" instead of "target
18822 child".
18823
36d46afb
MW
188242014-05-21 Mark Wielaard <mjw@redhat.com>
18825
18826 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18827
5876f503
JK
188282014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18829
18830 Fix TLS access for -static -pthread.
18831 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18832 <HAVE_TLS> (thread_function, main): Initialize it.
18833 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18834 Add clean_restart.
18835 <$have_tls != "">: Check TLSVAR.
18836
0256a6ac
PA
188372014-05-21 Pedro Alves <palves@redhat.com>
18838
18839 * gdb.base/dcache-line-read-error.c: New.
18840 * gdb.base/dcache-line-read-error.exp: New.
18841
936d2992
PA
188422014-05-20 Pedro Alves <palves@redhat.com>
18843
18844 * gdb.base/compare-sections.c: New file.
18845 * gdb.base/compare-sections.exp: New file.
18846
802e8e6d
PA
188472014-05-20 Pedro Alves <palves@redhat.com>
18848
18849 * gdb.base/break-idempotent.c: New file.
18850 * gdb.base/break-idempotent.exp: New file.
18851
e59fa00f
MM
188522014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18853
18854 * gdb.btrace/nohist.exp: New.
18855
8b696e31
YQ
188562014-05-20 Yao Qi <yao@codesourcery.com>
18857
18858 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18859 gdb.reverse directory and gdb_reverse_timeout exists in board
18860 setting.
18861 * README: Document gdb_reverse_timeout.
18862
73c9764f
YQ
188632014-05-20 Yao Qi <yao@codesourcery.com>
18864
18865 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18866 'test_file_name'. Treat args as a string instead of a list.
18867 (gdb_init): Rename argument 'args' by 'test_file_name'.
18868
f1f4348a
JK
188692014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18870
18871 * gdb.arch/powerpc-power.exp: New file.
18872 * gdb.arch/powerpc-power.s: New file.
18873
0dbe70ce
DE
188742014-05-16 Doug Evans <dje@google.com>
18875
18876 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
18877 * gdb.base/completion.exp: Check that all expected files exist
18878 before doing file completion.
0dbe70ce 18879
8d551b02
DE
188802014-05-16 Doug Evans <dje@google.com>
18881
18882 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18883 Update.
18884 (do_syscall_tests_without_xml): Update.
18885
73eb7709
PA
188862014-05-16 Pedro Alves <palves@redhat.com>
18887
18888 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18889 instead of "unknown output after running".
18890
3fae92fc
YQ
188912014-05-16 Yao Qi <yao@codesourcery.com>
18892
18893 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18894 file1.txt from host at the end.
18895 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18896
c2b2ccc5
DE
188972014-05-15 Doug Evans <dje@google.com>
18898
18899 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18900 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18901 loading file. Add test for TU lookup.
18902
8c217a4b
SM
189032014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18904
18905 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18906 calling "-exec-arguments" or "set args" before running the
18907 inferior.
18908
3deb39c6
SM
189092014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18910
18911 * lib/mi-support.exp (mi_expect_stop): Expect message for
18912 inferiors that exit with non-zero exit code.
18913
71a79f8c
YQ
189142014-05-14 Yao Qi <yao@codesourcery.com>
18915
18916 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18917 match absolute path on remote host.
18918 (test_file_list_exec_source_files): Remove "/" from the
18919 pattern.
18920
f23fcd46
YQ
189212014-05-14 Yao Qi <yao@codesourcery.com>
18922
18923 * boards/local-remote-host-notty.exp (${board}_file): New
18924 proc.
18925
9404b58f
KM
189262014-05-07 Kyle McMartin <kyle@redhat.com>
18927
18928 Pushed by Joel Brobecker <brobecker@adacore.com>.
18929 * gdb.arch/aarch64-atomic-inst.c: New file.
18930 * gdb.arch/aarch64-atomic-inst.exp: New file.
18931
5e45f04c
YQ
189322014-05-07 Yao Qi <yao@codesourcery.com>
18933
18934 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18935 in current context" too.
18936
c888a17d
KS
189372014-05-05 Keith Seitz <keiths@redhat.com>
18938
18939 * gdb.linespec/ls-dollar.exp: Add test for linespec
18940 file:convenience_variable.
18941
290a839c
YQ
189422014-05-05 Yao Qi <yao@codesourcery.com>
18943
18944 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18945 traceframes into tfile and ctf trace files. Read data from
18946 trace file and test collected data.
18947 (gdb_collect_locals_test): Likewise.
18948 (gdb_unavailable_registers_test): Likewise.
18949 (gdb_unavailable_floats): Likewise.
18950 (gdb_collect_globals_test): Likewise.
18951 (top-level): Append "ctf" to trace_file_targets if GDB
18952 supports.
18953
b5262cd0
YQ
189542014-05-05 Yao Qi <yao@codesourcery.com>
18955
18956 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18957 code to ...
18958 (gdb_collect_args_test_1): ... it. New proc.
18959 (gdb_collect_locals_test): Move some code to ...
18960 (gdb_collect_locals_test_1): ... it. New proc.
18961 (gdb_unavailable_registers_test): Move some code to ...
18962 (gdb_unavailable_registers_test_1): ... it. New proc.
18963 (gdb_unavailable_floats): Move some code to ...
18964 (gdb_unavailable_floats_1): ... it. New proc.
18965
30a1e6cc
SDJ
189662014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18967
18968 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18969 probes to test for bitness recognition.
18970 * gdb.arch/amd64-stap-optional-prefix.exp
18971 (test_probe_value_without_reg): New procedure.
18972 Add code to test for different kinds of bitness.
18973
f33da99a
SDJ
189742014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18975
18976 PR breakpoints/16889
18977 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18978 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18979
5b80f00d
PA
189802014-05-01 Pedro Alves <palves@redhat.com>
18981
18982 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18983 gdb_file_cmd if no file is specified.
18984 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18985 last_loaded_file to set the remote exec-file.
18986
f8c2a73c
PA
189872014-05-01 Pedro Alves <palves@redhat.com>
18988
18989 * boards/local-remote-host.exp: New file.
18990
be6e8ac7
PA
189912014-05-01 Pedro Alves <palves@redhat.com>
18992
18993 * boards/local-remote-host.exp: Rename to ...
18994 * boards/local-remote-host-notty.exp: ... this.
18995
cac0dc8f
JB
189962014-04-28 Joel Brobecker <brobecker@adacore.com>
18997
18998 * gdb.ada/dyn_arrayidx: New testcase.
18999
9730e6cc
YQ
190002014-04-26 Yao Qi <yao@codesourcery.com>
19001
19002 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19003 and compute the length of function main. Save it in
19004 $main_length.
19005 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19006 (top-level): Use gdb_compile to compile objects into
19007 executable and restart GDB. Remove invocation to
19008 prepare_for_testing.
19009
7ae1a6a6
PA
190102014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19011 Pedro Alves <palves@redhat.com>
19012
19013 PR server/16255
19014 * gdb.multi/multi-attach.c: New file.
19015 * gdb.multi/multi-attach.exp: New file.
19016
4082afcc
PA
190172014-04-25 Pedro Alves <palves@redhat.com>
19018
19019 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19020 user.
19021 (top level): Test that "set remote conditional-breakpoints-packet
19022 off" works as intended.
19023 * gdb.base/dprintf.exp: Test that "set remote
19024 breakpoint-commands-packet off" works as intended.
19025 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19026 New function.
19027 (top level): Call it.
19028 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19029 remote fast-tracepoints-packet off" works as intended.
19030 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19031 * lib/gdb.exp (gdb_is_target_remote): ... here.
19032
2abc3f8d
DB
190332014-04-24 David Blaikie <dblaikie@gmail.com>
19034
19035 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19036 ensure clang would not discard them.
19037 * gdb.base/gdbvars.c: Ditto.
19038 * gdb.base/memattr.c: Ditto.
19039 * gdb.base/whatis.c: Ditto.
19040 * gdb.python/py-prettyprint.c: Ditto.
19041 * gdb.trace/actions.c: Ditto.
19042 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19043 ensure clang would not discard it.
19044
bfd39632
DB
190452014-04-24 David Blaikie <dblaikie@gmail.com>
19046
19047 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19048 clang to emit the full definition of type required by the test
19049 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19050
22842ff6
DB
190512014-04-24 David Blaikie <dblaikie@gmail.com>
19052
19053 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19054 coax Clang into emitting the definition of the type.
19055 * gdb.cp/pr10728-x.h (y): Ditto.
19056 * gdb.cp/pr10728-y.cc (y): Ditto.
19057
c2e827ad
DB
190582014-04-24 David Blaikie <dblaikie@gmail.com>
19059
19060 * gdb.base/label.exp: XFAIL label related tests under Clang.
19061 * gdb.cp/cplabel.exp: Ditto.
19062 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19063 under Clang those using labels.
19064
4c2d33e7
YQ
190652014-04-25 Yao Qi <yao@codesourcery.com>
19066
19067 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19068 double_label.
19069 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19070 partial_label and double_label.
19071
56083b99
DB
190722014-04-24 David Blaikie <dblaikie@gmail.com>
19073
19074 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19075
25d4e99d
DB
190762014-04-24 David Blaikie <dblaikie@gmail.com>
19077
19078 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19079 of the function to work across GCC and Clang.
19080 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19081 pointer types (const void ** const V void **).
19082
01f9f808
MS
190832014-04-24 Michael Sturm <michael.sturm@mintel.com>
19084 Walfred Tedeschi <walfred.tedeschi@intel.com>
19085
19086 * Makefile.in (EXECUTABLES): Added i386-avx512.
19087 * gdb.arch/i386-avx512.c: New file.
19088 * gdb.arch/i386-avx512.exp: Likewise.
19089
4b48d439
KS
190902014-04-23 Keith Seitz <keiths@redhat.com>
19091
19092 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19093 (mi_make_breakpoint_table): New procedure.
19094 (mi_create_breakpoint): Use mi_make_breakpoint
19095 and return the result.
19096 (mi_make_breakpoint): New procedure.
19097 (mi_build_kv_pairs): New procedure.
19098
19099 * gdb.mi/mi-break.exp: Remove unused globals,
19100 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19101 All callers updated.
19102 * gdb.mi/mi-dprintf.exp: Use variable to track command
19103 number.
19104 Update all callers of mi_create_breakpoint and use
19105 mi_make_breakpoint_table.
19106 Remove any unused global variables.
19107 * gdb.mi/mi-nonstop.exp: Likewise.
19108 * gdb.mi/mi-nsintrall.exp: Likewise.
19109 * gdb.mi/mi-nsmoribund.exp: Likewise.
19110 * gdb.mi/mi-nsthrexec.exp: Likewise.
19111 * gdb.mi/mi-reverse.exp: Likewise.
19112 * gdb.mi/mi-simplerun.exp: Likewise.
19113 * gdb.mi/mi-stepn.exp: Likewise.
19114 * gdb.mi/mi-syn-frame.exp: Likewise.
19115 * gdb.mi/mi-until.exp: Likewise.
19116 * gdb.mi/mi-var-cp.exp: Likewise.
19117 * gdb.mi/mi-var-display.exp: Likewise.
19118 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19119 * gdb.mi/mi2-var-child.exp: Likewise.
19120 * gdb.mi/mi-vla-c99.exp: Likewise.
19121 * lib/mi-support.exp: Likewise.
19122
19123 From Ian Lance Taylor <iant@cygnus.com>:
19124 * lib/gdb.exp (parse_args): New procedure.
19125
08351840
PA
191262014-04-23 Pedro Alves <palves@redhat.com>
19127
19128 * gdb.base/break-unload-file.c: New file.
19129 * gdb.base/break-unload-file.exp: New file.
19130 * gdb.base/sym-file-lib.c (baz): New function.
19131 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19132 field.
19133 (load): Store the segment's mapped size.
19134 (unload): New function.
19135 (unload_shlib): New function.
19136 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19137 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19138 set a breakpoint at baz, and call it.
19139 * gdb.base/sym-file.exp: New tests for stale breakpoint
19140 instructions.
19141
076855f9
PA
191422014-04-23 Pedro Alves <palves@redhat.com>
19143
19144 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19145 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19146 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19147 * gdb.base/hbreak-unmapped.c: New file.
19148 * gdb.base/hbreak-unmapped.exp: New file.
19149 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19150 * lib/gdb.exp (gdb_is_target_remote): ... here.
19151
483805cf
PA
191522014-04-22 Pedro Alves <palves@redhat.com>
19153
19154 * gdb.base/consecutive-step-over.c: New file.
19155 * gdb.base/consecutive-step-over.exp: New file.
19156
06d97543
PA
191572014-04-22 Pedro Alves <palves@redhat.com>
19158
19159 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19160 instead of send_gdb/gdb_expect.
19161
b4429ea2
YQ
191622014-04-22 Yao Qi <yao@codesourcery.com>
19163
19164 * lib/trace-support.exp (generate_tracefile): New procedure.
19165 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19166 return 0.
19167 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19168 if generate_tracefile returns 1.
19169
51d48146
PA
191702014-04-18 Tom Tromey <palves@redhat.com>
19171 Pedro alves <tromey@redhat.com>
19172
19173 PR backtrace/15558
19174 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19175 with a backtrace limit.
19176 * gdb.python/py-frame-inline.exp: Test running to an inline
19177 function with a backtrace limit, and printing the newest frame.
19178 * gdb.python/py-frame-inline.c (main): Call f.
19179
bd1dce5f
MS
191802014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19181
19182 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19183
40d1a503
MS
191842014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19185
19186 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19187 Drop prefix from unsupported source file path.
19188
389b98f7
YQ
191892014-04-17 Yao Qi <yao@codesourcery.com>
19190
19191 * lib/gdb.exp (with_target_charset): New proc.
19192 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19193 with_target_charset.
19194 (test_print_strings): Likewise.
19195 (test_repeat_bytes): Likewise.
19196 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19197 for some tests.
19198
22869d73
KS
191992014-04-16 Keith Seitz <keiths@redhat.com>
19200
19201 PR gdb/15827
19202 * gdb.dwarf2/corrupt.c: New file.
19203 * gdb.dwarf2/corrupt.exp: New file.
19204
c4f87ca6
KS
192052014-04-16 Keith Seitz <keiths@redhat.com>
19206
19207 PR c++/16597
19208 * gdb.cp/namelessclass.cc: New file.
19209 * gdb.cp/namelessclass.exp: New file.
19210 * gdb.cp/namelessclass.S: New file.
19211
ab19de87
DE
192122014-04-16 Doug Evans <dje@google.com>
19213
19214 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19215 Add comment.
19216 (gdbserver_default_get_comm_port): New function.
19217 (gdbserver_start): Check if board file provided
19218 "gdbserver,get_comm_port" and use it if so.
19219 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19220 (gdb,socketport): Set to "stdio".
19221 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19222 (stdio_gdbserver_template): Delete.
19223 (${board}_get_remote_address): Update.
19224 (${board}_build_remote_cmd): Delete.
19225 (${board}_get_comm_port): New function.
19226 (${board}_spawn): Update.
19227 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19228 Delete.
19229 (${board}_get_remote_address): Update.
19230 (${board}_get_comm_port): New function.
19231
fc98a809
AB
192322014-04-16 Andrew Burgess <aburgess@broadcom.com>
19233
19234 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19235 appearing in any order.
19236
87fd9e6e
DE
192372014-04-15 Doug Evans <dje@google.com>
19238
19239 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19240 uninitialized value of "description".
19241
099fc3ea
KS
192422014-04-15 Keith Seitz <keiths@redhat.com>
19243
19244 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19245 Remove unused globals.
19246 (test_running_the_program): Likewise.
19247 (test_controlled_execution): Likewise.
19248 (test_controlling_breakpoints): Likewise.
19249 (test_program_termination): Likewise.
19250
5da151d4
KS
192512014-04-15 Keith Seitz <keiths@redhat.com>
19252
19253 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19254 unused globals.
19255 (test_rbreak_creation_and_listing): Likewise.
19256 (test_ignore_count): Likewise.
19257 (test_error): Likewise.
19258
35e5d2f0
PA
192592014-04-15 Pedro Alves <palves@redhat.com>
19260
19261 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19262 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19263 sym-file-loader.c.
19264 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19265 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19266 to sym-file-loader.c.
19267 (struct library): Forward declare.
19268 (load_shlib, lookup_function): Change prototypes.
19269 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19270 (translate_offset): Remove declarations.
19271 (get_text_addr): New declaration.
19272 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19273 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19274 sym-file-loader.h.
19275 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19276 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19277 here from sym-file-loader.h.
19278 (struct library): New structure.
19279 (load_shlib, lookup_function): Change prototypes and adjust to
19280 work with a struct library.
19281 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19282 (translate_offset): Make static.
19283 (get_text_addr): New function.
19284 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19285
eb4c1710
PA
192862014-04-15 Pedro Alves <palves@redhat.com>
19287
19288 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19289
2d1baf52
PA
192902014-04-15 Pedro Alves <palves@redhat.com>
19291
19292 * gdb.base/sym-file-loader.c: Include <limits.h>.
19293 (SELF_LINK): New define.
19294 (get_origin): New function.
19295 (load_shlib): Use it.
19296 * gdb.base/sym-file.exp: Don't early return if the target is
19297 remote. Use runto_main, and issue fail is that fails. Use
19298 gdb_load_shlibs.
19299 (shlib_name): Delete.
19300 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19301
7dd6df01
PA
193022014-04-15 Pedro Alves <palves@redhat.com>
19303
19304 * gdb.base/sym-file.exp: Remove regex characters from test
19305 message. Don't refer to breakpoint numbers in test messages.
19306
b50c8614
KS
193072014-04-14 Keith Seitz <keiths@redhat.com>
19308
19309 PR c++/16253
19310 * gdb.cp/var-tag.cc: New file.
19311 * gdb.cp/var-tag.exp: New file.
19312 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19313 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19314 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19315 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19316
3d567982
TT
193172014-04-14 Tom Tromey <tromey@redhat.com>
19318
19319 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19320 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19321 type.
19322 * gdb.cp/enum-class.exp: New file.
19323 * gdb.cp/enum-class.cc: New file.
19324
0626fc76
TT
193252014-04-14 Tom Tromey <tromey@redhat.com>
19326
19327 * gdb.dwarf2/enum-type.exp: New file.
19328
dca325b3
SA
193292014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19330
19331 * gdb.mi/mi-vla-c99.exp: New file.
19332 * gdb.mi/vla.c: New file.
19333
5854b38a
SA
193342014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19335
19336 * gdb.base/vla-datatypes.c: New file.
19337 * gdb.base/vla-datatypes.exp: New file.
19338
463bb957
SA
193392014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19340
19341 * gdb.base/vla-ptr.c: New file.
19342 * gdb.base/vla-ptr.exp: New file.
19343
3dd170be
SA
193442014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19345
19346 * gdb.dwarf2/count.exp: New file.
19347
5ecaaa66
SA
193482014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19349
19350 * gdb.base/vla-sideeffect.c: New file.
19351 * gdb.base/vla-sideeffect.exp: New file.
19352
41f1ada5
DB
193532014-04-14 David Blaikie <dblaikie@gmail.com>
19354
19355 * gdb.mi/non-stop.c: Add return value for non-void function return
19356 statement.
19357 * gdb.threads/staticthreads.c: Ditto.
19358
0be03e84
DE
193592014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19360 Doug Evans <xdje42@gmail.com>
19361
19362 * gdb.guile/scm-value.c: Improve test case.
19363 * gdb.guile/scm-value.exp: Add new test.
19364
f180a1fb
DB
193652014-04-11 David Blaikie <dblaikie@gmail.com>
19366
19367 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19368 override Clang's default.
19369
6b662e19
JB
193702014-04-11 Joel Brobecker <brobecker@adacore.com>
19371
19372 Revert the following changes (regressions):
19373
19374 * gdb.base/vla-sideeffect.c: New file.
19375 * gdb.base/vla-sideeffect.exp: New file.
19376
19377 * gdb.dwarf2/count.exp: New file.
19378
19379 * gdb.base/vla-multi.c: New file.
19380 * gdb.base/vla-multi.exp: New file.
19381
19382 * gdb.base/vla-ptr.c: New file.
19383 * gdb.base/vla-ptr.exp: New file.
19384
19385 * gdb.base/vla-datatypes.c: New file.
19386 * gdb.base/vla-datatypes.exp: New file.
19387
19388 * gdb.mi/mi-vla-c99.exp: New file.
19389 * gdb.mi/vla.c: New file.
19390
245a5f0b
KS
193912014-04-11 Keith Seitz <keiths@redhat.com>
19392
19393 PR c++/16675
19394 * gdb.cp/cpsizeof.exp: New file.
19395 * gdb.cp/cpsizeof.cc: New file.
19396
58a84dcf
SA
193972014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19398
191a8a90
JB
19399 * gdb.mi/mi-vla-c99.exp: New file.
19400 * gdb.mi/vla.c: New file.
58a84dcf 19401
c8655f75
SA
194022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19403
19404 * gdb.base/vla-datatypes.c: New file.
19405 * gdb.base/vla-datatypes.exp: New file.
19406
024e13b4
SA
194072014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19408
19409 * gdb.base/vla-ptr.c: New file.
19410 * gdb.base/vla-ptr.exp: New file.
19411
1a237e0e
SA
194122014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19413
19414 * gdb.base/vla-multi.c: New file.
19415 * gdb.base/vla-multi.exp: New file.
19416
504f3432
SA
194172014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19418
19419 * gdb.dwarf2/count.exp: New file.
19420
3bce8237
SA
194212014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19422
191a8a90
JB
19423 * gdb.base/vla-sideeffect.c: New file.
19424 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19425
322f9c21
YQ
194262014-04-11 Yao Qi <yao@codesourcery.com>
19427
19428 * gdb.base/completion.exp: Check file exists before running tests
19429 on file completion.
19430
d708bcd1
PA
194312014-04-10 Pedro Alves <palves@redhat.com>
19432
19433 * gdb.base/cond-eval-mode.c: New file.
19434 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19435 prepare_for_testing to build the new file. Check result of
19436 runto_main.
19437 (test_break, test_watch): New procedures.
19438 (top level): Use them.
19439
ae1d2761
PM
194402014-04-08 Pierre Muller <muller@sourceware.org>
19441
19442 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19443 Ctrl-V use for mingw hosts.
19444
7af389b8
SC
194452014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19446
19447 * gdb.python/py-value.c: Improve test case.
19448 * gdb.python/py-value.exp: Add new test.
19449
5e703181
DE
194502014-04-07 David Blaikie <dblaikie@gmail.com>
19451
19452 * lib/compiler.c: Identify the clang compiler.
19453 * lib/compiler.cc: Ditto.
19454
9810b410
YQ
194552014-04-03 Yao Qi <yao@codesourcery.com>
19456
19457 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19458
98d1b8dc
AB
194592014-04-01 Anton Blanchard <anton@samba.org>
19460
19461 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19462 messages unique.
19463
3114cea1
AB
194642014-04-01 Anton Blanchard <anton@samba.org>
19465
19466 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19467 prepare_for_testing.
19468
62f7182c
AB
194692014-04-01 Anton Blanchard <anton@samba.org>
19470
19471 * gdb.arch/ppc64-atomic-inst.c: Remove.
19472 * gdb.arch/ppc64-atomic-inst.S: New file.
19473 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19474
770e7fc7
DE
194752014-03-31 Doug Evans <dje@google.com>
19476
19477 * gdb.base/print-symbol-loading-lib.c: New file.
19478 * gdb.base/print-symbol-loading-main.c: New file.
19479 * gdb.base/print-symbol-loading.exp: New file.
19480
46e2bafa
YQ
194812014-03-31 Yao Qi <yao@codesourcery.com>
19482
19483 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19484
8776cfe9
JB
194852014-03-28 Joel Brobecker <brobecker@adacore.com>
19486
19487 * gdb.ada/mi_dyn_arr: New testcase.
19488
5d1ef361
DE
194892014-03-27 Doug Evans <dje@google.com>
19490
19491 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19492
b5bee914
YQ
194932014-03-27 Yao Qi <yao@codesourcery.com>
19494
19495 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19496 if target is nios2-*-*.
19497
0d4d0e77
YQ
194982014-03-26 Yao Qi <yao@codesourcery.com>
19499
19500 * lib/gdb.exp (readline_is_used): New proc.
19501 * gdb.base/completion.exp: Move tests on command complete up.
19502 Skip the rest of tests if readline is not used.
19503 * gdb.ada/complete.exp: Skp the test if readline is not
19504 used.
19505 * gdb.base/filesym.exp: Likewise.
19506 * gdb.base/macscp.exp: Likewise.
19507 * gdb.base/readline-ask.exp: Likewise.
19508 * gdb.base/readline.exp: Likewise.
19509 * gdb.python/py-cmd.exp: Likewise.
19510 * gdb.trace/tfile.exp: Likewise.
19511
29361eee
YQ
195122014-03-26 Yao Qi <yao@codesourcery.com>
19513
19514 * gdb.base/macscp.exp: Fix code format issues.
19515
bc9a5525
UW
195162014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19517
19518 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19519 * gdb.asm/powerpc64le.inc: New file.
19520
d3839ede
PA
195212014-03-25 Pedro Alves <palves@redhat.com>
19522 Doug Evans <dje@google.com>
19523
19524 * gdb.base/source-execution.c: New file.
19525 * gdb.base/source-execution.exp: New file.
19526 * gdb.base/source-execution.gdb: New file.
19527
01672a57
DE
195282014-03-24 Doug Evans <dje@google.com>
19529
19530 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19531 using fission.
19532
88bbeca9
HZ
195332014-03-24 Hui Zhu <hui@codesourcery.com>
19534 Pedro Alves <palves@redhat.com>
19535
19536 PR breakpoints/16101
19537 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19538 test pass/fail messages. Detect missing support for dprintf when
19539 breakpoints are actually inserted.
19540 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19541 breakpoints are actually inserted.
19542 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19543 fails.
19544
d2348791
JK
195452014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19546
19547 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19548
feef67ab
DE
195492014-03-22 Doug Evans <xdje42@gmail.com>
19550
19551 * gdb.python/python.exp (python not supported): Verify multi-line
19552 python command issues an error.
25d743f9 19553 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 19554 guile command issues an error.
feef67ab 19555
ecebef6a
MR
195562014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19557
19558 * gdb.threads/thread-specific.exp: Handle the lack of usable
19559 $this_breakpoint and $this_thread.
19560
ccdd1909
HZ
195612014-03-21 Hui Zhu <hui@codesourcery.com>
19562
19563 * gdb.base/attach.exp (do_command_attach_tests): New.
19564
beb460e8
PA
195652014-03-20 Tom Tromey <tromey@redhat.com>
19566 Pedro Alves <palves@redhat.com>
19567
19568 PR cli/15718
19569 * gdb.base/condbreak-call-false.c: New file.
19570 * gdb.base/condbreak-call-false.exp: New file.
19571
40acf43a
PA
195722014-03-20 Pedro Alves <palves@redhat.com>
19573
19574 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19575 Delete.
19576 (block_signals, unblock_signals): Delete.
19577 (child_function_2, main): Remove references to deleted variable
19578 and functions.
19579
9f5e1e02
PA
195802014-03-20 Pedro Alves <palves@redhat.com>
19581
19582 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19583 Use pthread_kill to signal thread 2.
19584 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19585 Adjust to make the test send itself a signal rather than using the
19586 host's "kill" command.
19587
99619bea
PA
195882014-03-20 Pedro Alves <palves@redhat.com>
19589
19590 * gdb.threads/multiple-step-overs.c: New file.
19591 * gdb.threads/multiple-step-overs.exp: New file.
19592 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19593 Adjust expected infrun debug output.
19594
2adfaa28
PA
195952014-03-20 Pedro Alves <palves@redhat.com>
19596
19597 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19598 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19599
31e77af2
PA
196002014-03-20 Pedro Alves <palves@redhat.com>
19601
19602 PR breakpoints/7143
19603 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19604 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19605 of gdb_test_multiple.
19606 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19607 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19608
b9f437de
PA
196092014-03-20 Pedro Alves <palves@redhat.com>
19610
19611 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19612 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19613
05adc73e
PA
196142014-03-19 Pedro Alves <palves@redhat.com>
19615
19616 * gdb.base/async.exp: Remove early return.
19617
6048b950
PA
196182014-03-19 Pedro Alves <palves@redhat.com>
19619
19620 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19621
8bcfb00a
PA
196222014-03-19 Pedro Alves <palves@redhat.com>
19623
19624 * gdb.base/async.exp (test_background): Expect \r\n after
19625 "completed." in the fail pattern.
19626
884e37dc
PA
196272014-03-19 Pedro Alves <palves@redhat.com>
19628
19629 * gdb.base/async.exp (test_background): New procedure.
19630 Use it for all background execution command tests.
19631
148e57e2
PA
196322014-03-19 Pedro Alves <palves@redhat.com>
19633
19634 * gdb.base/async.exp: Use prepare_for_testing.
19635
f48088c7
PA
196362014-03-19 Pedro Alves <palves@redhat.com>
19637
19638 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19639 the same line.
19640
e2f6c966
PA
196412014-03-19 Pedro Alves <palves@redhat.com>
19642
19643 * gdb.base/async.c (main): Add "jump here" and "until here" line
19644 marker comments.
19645 * gdb.base/async.exp (jump_here): New global.
19646 (jump& test): Use it.
19647 (until_here): New global.
19648 (until& test): Use it.
19649
c30568d4
PA
196502014-03-19 Pedro Alves <palves@redhat.com>
19651
19652 * gdb.base/async.exp: Don't frob gdb_protocol.
19653
0172b6a7
DE
196542014-03-18 Doug Evans <xdje42@gmail.com>
19655
19656 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19657 Fix spelling of exec-done-display.
19658
06c868a8
JK
196592014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19660
19661 PR gdb/15358
19662 * gdb.base/gdb-sigterm.c: New file.
19663 * gdb.base/gdb-sigterm.exp: New file.
19664
0c7e1a46
PA
196652014-03-18 Pedro Alves <palves@redhat.com>
19666
19667 PR gdb/13860
19668 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19669 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19670 solib-event.
19671
f7c77d93
JB
196722014-03-17 Joel Brobecker <brobecker@adacore.com>
19673
19674 * gdb.ada/pckd_arr_ren: New testcase.
19675
5a1e8c7a
DE
196762014-03-13 Doug Evans <xdje42@gmail.com>
19677
19678 PR guile/16612
19679 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19680 collect after discarding symbols.
19681
350e1a76
DE
196822014-03-13 Ludovic Courtès <ludo@gnu.org>
19683 Doug Evans <xdje42@gmail.com>
19684
19685 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19686 to history survives a gc.
19687
a69900ae
PA
196882014-03-13 Pedro Alves <palves@redhat.com>
19689
19690 * gdb.base/default.exp: Don't test "target procfs".
19691
5db9f0bd
PA
196922014-03-13 Pedro Alves <palves@redhat.com>
19693
19694 * gdb.base/default.exp: Update "target child" and "target procfs"
19695 tests to not expect "Unix".
19696
b3ccfe11
TT
196972014-03-12 Tom Tromey <tromey@redhat.com>
19698
19699 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19700 New procs. Add target-async tests.
19701 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19702 Add target-async tests.
19703
646f4417
AA
197042014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19705
19706 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19707 'func_start' and 'func_end' for the beginning and end of the
19708 function code, respectively.
19709 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19710 'func_end' instead of 'func' and 'main'.
19711
288c211f
AA
197122014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19713
19714 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19715 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19716 generate the debug info assembler source.
19717
e0c0f156
AA
197182014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19719
19720 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19721 * gdb.dwarf2/arr-subrange.exp: Likewise.
19722 * gdb.dwarf2/dwz.exp: Likewise.
19723 * gdb.dwarf2/method-ptr.exp: Likewise.
19724 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19725 * gdb.dwarf2/subrange.exp: Likewise.
19726 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19727 * gdb.dwarf2/implptrpiece.exp: Likewise.
19728 * gdb.dwarf2/nostaticblock.exp: Likewise.
19729
0e5c4555
AA
197302014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19731
19732 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19733 directory to absolute path name arguments.
19734
5ec18f2b
JG
197352014-03-10 Joel Brobecker <brobecker@adacore.com>
19736
19737 * gdb.ada/tagged_access: New testcase.
19738
847fc4f2
MM
197392014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19740
19741 * gdb.btrace/data.exp: Update expected output.
19742
cc3da688
YQ
197432014-03-06 Yao Qi <yao@codesourcery.com>
19744
19745 * gdb.trace/pr16508.exp: New file.
19746
0f26cec1
PA
197472014-03-05 Pedro Alves <palves@redhat.com>
19748
19749 PR gdb/16575
19750 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19751 procedure.
19752 (top level): Adjust to use it. Add tests that exercise breakpoint
19753 interaction with the code-cache.
19754
7a5a839f
LC
197552014-02-26 Ludovic Courtès <ludo@gnu.org>
19756
19757 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19758 test for 'history-append!'.
19759
31aa7e4e
JB
197602014-02-26 Joel Brobecker <brobecker@adacore.com>
19761
19762 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19763 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19764 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19765 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19766 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19767 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19768
1b588015
JB
197692014-02-26 Joel Brobecker <brobecker@adacore.com>
19770
19771 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19772 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19773 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19774
55426c9d
JB
197752014-02-26 Joel Brobecker <brobecker@adacore.com>
19776
19777 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19778
dc53a7ad
JB
197792014-02-26 Joel Brobecker <brobecker@adacore.com>
19780
19781 * gdb.dwarf2/arr-stride.c: New file.
19782 * gdb.dwarf2/arr-stride.exp: New file.
19783
12ab52e9
PA
197842014-02-26 Pedro Alves <palves@redhat.com>
19785
19786 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19787 that won't ever trigger. Make sure that GDB reports the correct
19788 breakpoint that caused the stop.
19789
849c862e
JK
197902014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19791
19792 PR gdb/16626
19793 * gdb.base/auto-load-script: New file.
19794 * gdb.base/auto-load.c: New file.
19795 * gdb.base/auto-load.exp: New file.
19796
71b7d793
JK
19797 PR gdb/16626
19798 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19799
e2f0d509
JK
198002014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19801
19802 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19803 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19804
50cc37c8
DE
198052014-02-24 Doug Evans <dje@google.com>
19806
19807 * lib/gdb.exp (run_on_host): Log error output if program fails.
19808
ea4758f2
PA
198092014-02-21 Pedro Alves <palves@redhat.com>
19810
19811 * gdb.threads/step-after-sr-lock.c: Rename to ...
19812 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19813 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19814 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19815 ... this.
19816
d7b30f67
SDJ
198172014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19818
19819 PR tdep/16397
19820 * gdb.arch/amd64-stap-special-operands.exp: New file.
19821 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19822 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19823 * gdb.arch/amd64-stap-triplet.S: Likewise.
19824 * gdb.arch/amd64-stap-triplet.c: Likewise.
19825
83deb43f
JB
198262014-02-20 Joel Brobecker <brobecker@adacore.com>
19827
19828 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19829 in .section pseudo-op.
19830
adde2bff
DE
198312014-02-20 lin zuojian <manjian2006@gmail.com>
19832 Joel Brobecker <brobecker@adacore.com>
19833 Doug Evans <xdje42@gmail.com>
19834
19835 PR symtab/16581
19836 * gdb.dwarf2/dw2-icycle.S: New file.
19837 * gdb.dwarf2/dw2-icycle.c: New file.
19838 * gdb.dwarf2/dw2-icycle.exp: New file.
19839
f7bd0f78
SC
198402014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19841
19842 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19843 operations on gdb.Value objects.
19844 * gdb.python/py-value-cc.exp: Add new test to test operations on
19845 gdb.Value objects.
19846
c17ef0d5
DE
198472014-02-18 Doug Evans <dje@google.com>
19848
19849 * Makefile.in (TESTS): New variable.
19850 (expanded_tests, expanded_tests_or_none): New variables
19851 (check-single): Pass $(expanded_tests_or_none) to runtest.
19852 (check-parallel): Only run tests in $(TESTS) if non-empty.
19853 (check/no-matching-tests-found): New rule.
19854 * README: Document TESTS makefile variable.
19855
5dd3176f
DE
198562014-02-18 Doug Evans <dje@google.com>
19857
19858 * Makefile.in (check-parallel): rm -rf outputs temp.
19859
0b10be4f
JK
198602014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19861
19862 Fix "ERROR: no fileid for" in the testsuite.
19863 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19864
85f224e7
DE
198652014-02-12 Doug Evans <dje@google.com>
19866
19867 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19868 (MISCELLANEOUS): New variable.
19869 (clean): rm -rf $(MISCELLANEOUS).
19870 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19871 dwp live in the same directory as symlinks, with each symlink pointed
19872 to a differently named file in a different directory.
19873
149b30ff
DE
198742014-02-11 Doug Evans <dje@google.com>
19875
19876 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19877 of Tcl file commands.
19878
1dfdac32
MK
198792014-02-10 Mark Kettenis <kettenis@gnu.org>
19880
19881 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19882 "kill -SIGUSR1 -1".
19883
aa4fb036
JB
198842014-02-10 Joel Brobecker <brobecker@adacore.com>
19885
19886 * gdb.ada/tick_length_array_enum_idx: New testcase.
19887
ed3ef339
DE
198882014-02-10 Doug Evans <xdje42@gmail.com>
19889
19890 * configure.ac (AC_OUTPUT): Add gdb.guile.
19891 * configure: Regenerate.
19892 * lib/gdb-guile.exp: New file.
19893 * lib/gdb.exp (get_target_charset): New function.
19894 * gdb.base/help.exp: Update expected output from "apropos apropos".
19895 * gdb.guile/Makefile.in: New file.
19896 * gdb.guile/guile.exp: New file.
19897 * gdb.guile/scm-arch.c: New file.
19898 * gdb.guile/scm-arch.exp: New file.
19899 * gdb.guile/scm-block.c: New file.
19900 * gdb.guile/scm-block.exp: New file.
19901 * gdb.guile/scm-breakpoint.c: New file.
19902 * gdb.guile/scm-breakpoint.exp: New file.
19903 * gdb.guile/scm-disasm.c: New file.
19904 * gdb.guile/scm-disasm.exp: New file.
19905 * gdb.guile/scm-equal.c: New file.
19906 * gdb.guile/scm-equal.exp: New file.
19907 * gdb.guile/scm-error.exp: New file.
19908 * gdb.guile/scm-error.scm: New file.
19909 * gdb.guile/scm-frame-args.c: New file.
19910 * gdb.guile/scm-frame-args.exp: New file.
19911 * gdb.guile/scm-frame-args.scm: New file.
19912 * gdb.guile/scm-frame-inline.c: New file.
19913 * gdb.guile/scm-frame-inline.exp: New file.
19914 * gdb.guile/scm-frame.c: New file.
19915 * gdb.guile/scm-frame.exp: New file.
19916 * gdb.guile/scm-generics.exp: New file.
19917 * gdb.guile/scm-gsmob.exp: New file.
19918 * gdb.guile/scm-iterator.c: New file.
19919 * gdb.guile/scm-iterator.exp: New file.
19920 * gdb.guile/scm-math.c: New file.
19921 * gdb.guile/scm-math.exp: New file.
19922 * gdb.guile/scm-objfile-script-gdb.in: New file.
19923 * gdb.guile/scm-objfile-script.c: New file.
19924 * gdb.guile/scm-objfile-script.exp: New file.
19925 * gdb.guile/scm-objfile.c: New file.
19926 * gdb.guile/scm-objfile.exp: New file.
19927 * gdb.guile/scm-ports.exp: New file.
19928 * gdb.guile/scm-pretty-print.c: New file.
19929 * gdb.guile/scm-pretty-print.exp: New file.
19930 * gdb.guile/scm-pretty-print.scm: New file.
19931 * gdb.guile/scm-section-script.c: New file.
19932 * gdb.guile/scm-section-script.exp: New file.
19933 * gdb.guile/scm-section-script.scm: New file.
19934 * gdb.guile/scm-symbol.c: New file.
19935 * gdb.guile/scm-symbol.exp: New file.
19936 * gdb.guile/scm-symtab-2.c: New file.
19937 * gdb.guile/scm-symtab.c: New file.
19938 * gdb.guile/scm-symtab.exp: New file.
19939 * gdb.guile/scm-type.c: New file.
19940 * gdb.guile/scm-type.exp: New file.
19941 * gdb.guile/scm-value-cc.cc: New file.
19942 * gdb.guile/scm-value-cc.exp: New file.
19943 * gdb.guile/scm-value.c: New file.
19944 * gdb.guile/scm-value.exp: New file.
19945 * gdb.guile/source2.scm: New file.
19946 * gdb.guile/types-module.cc: New file.
19947 * gdb.guile/types-module.exp: New file.
19948
7026a7c1
YQ
199492014-02-10 Yao Qi <yao@codesourcery.com>
19950
19951 PR testsuite/16543
19952 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19953 * configure: Regenerated.
19954 * Makefile.in: New file.
19955
6c466447
AS
199562014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19957
19958 * gdb.python/py-framefilter.exp: Fix typo.
19959
6e854735
YQ
199602014-02-08 Yao Qi <yao@codesourcery.com>
19961
19962 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19963 that no =breakpoint-modified is emitted when breakpoints are
19964 modified through MI commands.
19965
d137e6dc
PA
199662014-02-07 Pedro Alves <pedro@codesourcery.com>
19967 Pedro Alves <palves@redhat.com>
19968
19969 * gdb.threads/step-after-sr-lock.c: New file.
19970 * gdb.threads/step-after-sr-lock.exp: New file.
19971
b5ee5a50
PA
199722014-02-07 Pedro Alves <palves@redhat.com>
19973
19974 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19975
3c77faf3
JK
199762014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19977
19978 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19979 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19980
6dddc817
DE
199812014-02-06 Doug Evans <xdje42@gmail.com>
19982
19983 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19984 output.
19985
19986 * gdb.gdb/python-interrupts.exp: New file.
19987
de7b2893
YQ
199882014-02-05 Yao Qi <yao@codesourcery.com>
19989
19990 * gdb.trace/report.exp (use_collected_data): Test the output
19991 of "info threads" and "info inferiors".
19992
66d032ac
YQ
199932014-02-05 Yao Qi <yao@codesourcery.com>
19994
19995 Revert this patch:
19996
19997 2013-05-24 Yao Qi <yao@codesourcery.com>
19998
19999 * gdb.trace/tfile.exp: Test inferior and thread.
20000
591a12a1
UW
200012014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20002
20003 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20004 on a function.
20005 * gdb.base/step-bt.c: Call hello via function pointer to make
20006 sure its first instruction is executed on powerpc64le-linux.
20007
0ff3e01f
UW
200082014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20009
20010 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20011
084ee545
UW
200122014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20013
20014 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20015 of the test patterns for use on little-endian systems.
20016
6ed14ff3
UW
200172014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20018
20019 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20020 (decimal_vector): Fix for little-endian.
20021
401e27fd
JM
200222014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20023
20024 * gdb.arch/sparc-sysstep.exp: New file.
20025 * gdb.arch/sparc-sysstep.c: Likewise.
20026
20027 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20028
8b924729
EBM
200292014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20030
20031 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20032
fb151210
JB
200332014-01-23 Tom Tromey <tromey@redhat.com>
20034
20035 * gdb.ada/array_char_idx: New testcase.
20036
0740f8d8
TT
200372014-01-23 Tom Tromey <tromey@redhat.com>
20038
20039 PR python/16487:
20040 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20041 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20042 classes.
20043
21909fa1
TT
200442014-01-23 Tom Tromey <tromey@redhat.com>
20045
20046 PR python/16491:
20047 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20048 string from an inferior frame.
20049 * gdb.python/py-framefilter-mi.exp: Update.
20050
87ce2a04
DE
200512014-01-22 Doug Evans <dje@google.com>
20052
20053 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20054
237b092b
AA
200552014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20056
20057 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20058
d674a709
AA
200592014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20060
20061 * gdb.trace/entry-values.exp: Remove excess space character from
20062 regex patterns. Handle s390 call instruction.
20063
20fa3390
AA
200642014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20065
20066 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20067 define "*_start" label. Make "name" static.
20068 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20069 ${name} by references to ${name}_start.
20070
78466714
AA
200712014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20072
20073 * gdb.base/info-macros.exp: Remove "debug" from the compile
20074 options.
20075
ec9f644a
IB
200762014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20077
20078 * gdb.dlang/demangle.exp: New file.
20079
94b1b47e
IB
200802014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20081
20082 * gdb.dlang/primitive-types.exp: New file.
20083
7f420862
IB
200842014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20085
20086 * configure.ac: Create gdb.dlang/Makefile.
20087 * configure: Regenerate.
20088 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20089 * gdb.dlang/Makefile.in: New file.
20090 * lib/d-support.exp: New file.
20091 * lib/gdb.exp (skip_d_tests): New proc.
20092
52834460
MM
200932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20094
20095 * gdb.btrace/delta.exp: Check reverse stepi.
20096 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20097 * gdb.btrace/finish.exp: New.
20098 * gdb.btrace/next.exp: New.
20099 * gdb.btrace/nexti.exp: New.
20100 * gdb.btrace/record_goto.c: Add comments.
20101 * gdb.btrace/step.exp: New.
20102 * gdb.btrace/stepi.exp: New.
20103 * gdb.btrace/multi-thread-step.c: New.
20104 * gdb.btrace/multi-thread-step.exp: New.
20105 * gdb.btrace/rn-dl-bind.c: New.
20106 * gdb.btrace/rn-dl-bind.exp: New.
20107 * gdb.btrace/data.c: New.
20108 * gdb.btrace/data.exp: New.
20109 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20110
6e07b1d2
MM
201112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20112
20113 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20114 * gdb.btrace/exception.exp: Update.
20115 * gdb.btrace/instruction_history.exp: Update.
20116 * gdb.btrace/record_goto.exp: Update.
20117 * gdb.btrace/tailcall.exp: Update.
20118 * gdb.btrace/unknown_functions.exp: Update.
20119 * gdb.btrace/delta.exp: New.
20120
0b722aec
MM
201212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20122
20123 * gdb.btrace/record_goto.exp: Add backtrace test.
20124 * gdb.btrace/tailcall.exp: Add backtrace test.
20125
066ce621
MM
201262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20127
20128 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20129 * gdb.btrace/record_goto.c: New.
20130 * gdb.btrace/record_goto.exp: New.
20131 * gdb.btrace/x86-record_goto.S: New.
20132
0688d04e
MM
201332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20134
20135 * gdb.btrace/function_call_history.exp: Update tests.
20136 * gdb.btrace/instruction_history.exp: Update tests.
20137
8710b709
MM
201382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20139
20140 * gdb.btrace/function_call_history.exp: Fix expected field
20141 order for "record function-call-history".
20142 Add new tests for "record function-call-history /c".
20143 * gdb.btrace/exception.cc: New.
20144 * gdb.btrace/exception.exp: New.
20145 * gdb.btrace/tailcall.exp: New.
20146 * gdb.btrace/x86-tailcall.S: New.
20147 * gdb.btrace/x86-tailcall.c: New.
20148 * gdb.btrace/unknown_functions.c: New.
20149 * gdb.btrace/unknown_functions.exp: New.
20150 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20151
5de9129b
MM
201522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20153
20154 * gdb.btrace/instruction_history.exp: Update.
20155 * gdb.btrace/function_call_history.exp: Update.
20156
23a7fe75
MM
201572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20158
20159 * gdb.btrace/function_call_history.exp: Fix expected function
20160 trace.
20161 * gdb.btrace/instruction_history.exp: Initialize traced.
20162 Remove traced_functions.
20163
724c7dd8
MM
201642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20165
20166 * gdb.btrace/function_call_history.exp: Update
20167 * gdb.btrace/instruction_history.exp: Update.
20168
6d78d93b
MM
201692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20170
20171 * gdb.btrace/enable.exp: Update expected text.
20172
93a360cc
OJ
201732014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20174
20175 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20176 bytes.
20177
3772b53f
MR
201782014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20179
20180 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20181
596662fa
OJ
201822014-01-15 Omair Javaid <omair.javaid@linaro.org>
20183
20184 * lib/gdb.exp (supports_process_record): Return true for
20185 arm*-linux*. (supports_reverse): Likewise.
20186
b5b08fb4
SC
201872014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20188
20189 PR python/15464
20190 PR python/16113
20191 * gdb.python/py-type.c: Enhance test case.
20192 * gdb.python/py-value-cc.cc: Likewise
20193 * gdb.python/py-type.exp: Add new tests.
20194 * gdb.python/py-value-cc.exp: Likewise
20195
52d7fb13
AA
201962014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20197 Pedro Alves <palves@redhat.com>
20198
20199 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20200 Make "name" extern.
20201 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20202 references to ${name}_start by references to ${name}.
20203
a2cd8cfe
JB
202042014-01-10 Joel Brobecker <brobecker@adacore.com>
20205
20206 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20207
4e23fced
JB
202082014-01-10 Joel Brobecker <brobecker@adacore.com>
20209
20210 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20211
c6a9e42c
PA
202122014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20213 Pedro Alves <palves@redhat.com>
20214
20215 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 20216 mi_gdb_target_load.
c6a9e42c 20217
b7ea362b
PA
202182014-01-08 Pedro Alves <palves@redhat.com>
20219
20220 * gdb.threads/reconnect-signal.c: New file.
20221 * gdb.threads/reconnect-signal.exp: New file.
20222
5e3f4fab
EBM
202232014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20224
20225 * gdb.base/source-dir.exp: New file.
20226
79301218
JB
202272014-01-07 Joel Brobecker <brobecker@adacore.com>
20228
20229 * gdb.ada/mi_interface: New testcase.
20230
8e355c5d
JB
202312014-01-07 Joel Brobecker <brobecker@adacore.com>
20232
20233 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20234 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20235 gdb.ada/pp-rec-component/pck.ads: New files.
20236
c0d48811
JB
202372014-01-07 Joel Brobecker <brobecker@adacore.com>
20238
20239 * gdb.python/py-pp-integral.c: New file.
20240 * gdb.python/py-pp-integral.py: New file.
20241 * gdb.python/py-pp-integral.exp: New file.
20242
17b609c3 20243For older changes see ChangeLog-1993-2013.
c906108c 20244\f
8d8cb839
EZ
20245;; Local Variables:
20246;; mode: change-log
20247;; left-margin: 8
20248;; fill-column: 74
20249;; version-control: never
20250;; End:
902f2ccb 20251
b811d2c2 20252 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20253 Copying and distribution of this file, with or without modification,
20254 are permitted provided the copyright notice and this notice are preserved.
This page took 3.871035 seconds and 4 git commands to generate.