[gdb/symtab] Don't create duplicate psymtab for forward-imported CU
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
3d5afab3
TV
12020-04-22 Tom de Vries <tdevries@suse.de>
2
3 PR symtab/25700
4 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
5 symtab for imported_unit.c.
6
b32102f6
GB
72020-04-21 Gary Benson <gbenson@redhat.com>
8
9 * gdb.base/advance.c (func): New argument, to match call site.
10 (func2, func3): Add return statements.
11
d43b7a2d
TBA
122020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
13
14 * gdb.multi/run-only-second-inf.c: New file.
15 * gdb.multi/run-only-second-inf.exp: New file.
16
d89edf9b
MM
172020-04-21 Markus Metzger <markus.t.metzger@intel.com>
18
19 * gdb.btrace/multi-inferior.c: New test.
20 * gdb.btrace/multi-inferior.exp: New file.
21
1a476b6d
MM
222020-04-21 Markus Metzger <markus.t.metzger@intel.com>
23
24 * gdb.btrace/enable-new-thread.c: New test.
25 * gdb.btrace/enable-new-thread.exp: New file.
26
4778a5f8
TV
272020-04-21 Tom de Vries <tdevries@suse.de>
28
29 PR gdb/25471
30 * gdb.threads/killed-outside.c: New test.
31 * gdb.threads/killed-outside.exp: New file.
32
9b2c992c
GB
332020-04-20 Gary Benson <gbenson@redhat.com>
34
35 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
36 * gdb.base/nested-subp2.exp: Likewise.
37 * gdb.base/nested-subp3.exp: Likewise.
38
b5d1d6f7
GB
392020-04-20 Gary Benson <gbenson@redhat.com>
40
41 * gdb.base/nested-subp1.exp: Disable test when using clang.
42 * gdb.base/nested-subp2.exp: Likewise.
43 * gdb.base/nested-subp3.exp: Likewise.
44
25230285
GB
452020-04-20 Gary Benson <gbenson@redhat.com>
46
47 * gdb.cp/exception.cc: Fix compilation error with clang.
48
fa93cc8f
GB
492020-04-20 Gary Benson <gbenson@redhat.com>
50
809730f3 51 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 52
e0c45f30
GB
532020-04-20 Gary Benson <gbenson@redhat.com>
54
55 * gdb.base/jit-main.c: Fix compilation error with clang.
56
4ddfec93
KR
572020-04-17 Kamil Rytarowski <n54@gmx.com>
58
59 * gdb.base/attach-twice.c: Include "sys/types.h".
60 (PTRACE_ATTACH): Add fallback definition.
61 (main): Pass `0' to the 4th argument of `ptrace'.
62
2bed205e
KR
632020-04-17 Kamil Rytarowski <n54@gmx.com>
64
65 * gdb.base/fork-running-state.c: Include "signal.h".
66
0743fc83
TT
672020-04-17 Tom Tromey <tromey@adacore.com>
68
69 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
70 Update tests.
71 * gdb.btrace/cpu.exp: Update tests.
72 * gdb.base/maint.exp: Update tests.
73 * gdb.base/default.exp: Update tests.
74 * gdb.base/completion.exp: Update tests.
75
efba5c23
TV
762020-04-16 Tom de Vries <tdevries@suse.de>
77
78 PR symtab/25791
79 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
80 (ensure_gdb_index): and factor out and move ...
81 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
82 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
83
d191d716
TV
842020-04-16 Tom de Vries <tdevries@suse.de>
85
86 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
87 loading exec.
88
99f1bc6a
AB
892020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
90
91 * gdb.base/many-completions.exp: New file.
92
194d088f
TV
932020-04-14 Tom de Vries <tdevries@suse.de>
94
95 PR symtab/25718
96 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
97
c1a66c06
TV
982020-04-14 Tom de Vries <tdevries@suse.de>
99
100 PR symtab/25720
101 * gdb.base/maint-expand-symbols-header-file.c: New test.
102 * gdb.base/maint-expand-symbols-header-file.exp: New file.
103 * gdb.base/maint-expand-symbols-header-file.h: New test.
104
21b0982c
AB
1052020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
106
107 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
108 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
109 get_func_info.
110 (get_func_info): Delete.
111 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
112 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
113 * lib/dwarf.exp (get_func_info): New function.
114
dd1cab06
TV
1152020-04-13 Tom de Vries <tdevries@suse.de>
116
117 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
118 to what find_gnatmake does.
119
71ea2b6b
TV
1202020-04-10 Tom de Vries <tdevries@suse.de>
121
122 * gdb.base/style.exp: Expect "Expanding full symbols" message for
123 -readnow.
124
bdfc1e8a
TV
1252020-04-10 Tom de Vries <tdevries@suse.de>
126
127 PR cli/25808
128 * gdb.base/style.c: Add leading newlines.
129 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
130 Check listing of main's one-line body.
131
14ca8ecf
TV
1322020-04-08 Tom de Vries <tdevries@suse.de>
133
134 * lib/gdb.exp (psymtabs_p): New proc.
135 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
136 importing unit" unsupported if there are no partial symbols.
137
e21d048f
TV
1382020-04-08 Tom de Vries <tdevries@suse.de>
139
140 PR testsuite/25760
141 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
142
25c11aca
TV
1432020-04-07 Tom de Vries <tdevries@suse.de>
144
145 PR symtab/25796
146 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
147
5707e24b
TV
1482020-04-07 Tom de Vries <tdevries@suse.de>
149
150 * gdb.base/check-psymtab.c: New test.
151 * gdb.base/check-psymtab.exp: New file.
152
6ee448cc
TT
1532020-04-06 Tom Tromey <tromey@adacore.com>
154
155 * gdb.ada/variant-record/proc.adb: New file.
156 * gdb.ada/variant-record/value.adb: New file.
157 * gdb.ada/variant-record/value.s: New file.
158 * gdb.ada/variant-record.exp: New file.
159
9e7c9a03
HD
1602020-04-03 Hannes Domani <ssbssa@yahoo.de>
161
162 PR gdb/25325
163 * gdb.cp/typed-enum.cc: New test.
164 * gdb.cp/typed-enum.exp: New file.
165
c90d28ac
AB
1662020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
167
168 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
169 * gdb.dwarf2/dw2-inline-small-func.c: New file.
170 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
171 * gdb.dwarf2/dw2-inline-small-func.h: New file.
172 * gdb.opt/inline-small-func.c: New file.
173 * gdb.opt/inline-small-func.exp: New file.
174 * gdb.opt/inline-small-func.h: New file.
175
34e9a9fa
AB
1762020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
177
178 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
179 function.
180
6a354911
AB
1812020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
182
183 * lib/dwarf.exp (function_range): Allow compiler options to be
184 specified.
185
880d9777
TV
1862020-04-02 Tom de Vries <tdevries@suse.de>
187
188 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
189 __attribute__((always_inline)).
190 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
191
f32682ea
TV
1922020-04-02 Tom de Vries <tdevries@suse.de>
193
194 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
195 (gdbserver_gdb_exit): ... here. Add timeout warning.
196 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
197 (connect_target_extended_remote): Append new server_spawn_id to
198 server_spawn_ids.
199 (cleanup): New proc.
200 (setup, <toplevel>): Call cleanup.
201
d3214198
TV
2022020-04-02 Tom de Vries <tdevries@suse.de>
203
204 * gdb.base/main-psymtab.exp: New file.
205
cc77ed24
TV
2062020-04-02 Tom de Vries <tdevries@suse.de>
207
208 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
209
3638a098
TT
2102020-04-01 Tom Tromey <tom@tromey.com>
211
212 * gdb.base/complex-parts.exp: Add type tests.
213
c34e8714
TT
2142020-04-01 Tom Tromey <tom@tromey.com>
215
216 * gdb.base/complex-parts.exp: Add arithmetic tests.
217
981c08ce
TT
2182020-04-01 Tom Tromey <tom@tromey.com>
219
220 * gdb.compile/compile.exp: Update.
221 * gdb.compile/compile-cplus.exp: Update.
222 * gdb.base/varargs.exp: Update.
223 * gdb.base/floatn.exp: Update.
224 * gdb.base/endianity.exp: Update.
225 * gdb.base/callfuncs.exp (do_function_calls): Update.
226 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
227 (complex_float_integral_args): Update.
228 * gdb.base/complex.exp: Update.
229 * gdb.base/complex-parts.exp: Update.
230
3d1cfd43
TT
2312020-04-01 Tom Tromey <tromey@adacore.com>
232
233 * gdb.rust/union.rs: New file.
234 * gdb.rust/union.exp: New file.
235 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
236 (main): Update.
237 * gdb.rust/simple.exp: Move union tests to union.exp.
238
e033dfa9
TT
2392020-04-01 Tom Tromey <tromey@adacore.com>
240
241 * gdb.rust/simple.rs (main): Remove "y0".
242
53cccef1
TBA
2432020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
244
245 * gdb.multi/stop-all-on-exit.c: New test.
246 * gdb.multi/stop-all-on-exit.exp: New file.
247
60e22c1e
HD
2482020-04-01 Hannes Domani <ssbssa@yahoo.de>
249
250 PR gdb/24789
251 * gdb.cp/misc.cc: Add integer reference variable.
252 * gdb.cp/misc.exp: Add test.
253
e139a727
TBA
2542020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
255
256 * gdb.server/stop-reply-no-thread.exp: Enhance the test
257 scenario to cover execution until the end and also the case
258
16b0db75
TV
2592020-03-31 Tom de Vries <tdevries@suse.de>
260
261 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
262 c. Use "maint info symtabs" to check symtab expansion.
263
c0502da6
TV
2642020-03-30 Tom de Vries <tdevries@suse.de>
265
266 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
267 unsupported.
268 (verify_psymtab_expanded): Move ...
269 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
270 test.
271 (readnow): New proc.
272
5935fd15
AB
2732020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
274
275 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
276 with $hex.
277
1773be9e
TT
2782020-03-20 Tom Tromey <tromey@adacore.com>
279
280 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
281
70304be9
TT
2822020-03-20 Tom Tromey <tromey@adacore.com>
283
284 * gdb.ada/sub_variant/subv.adb: New file.
285 * gdb.ada/sub_variant.exp: New file.
286
0dd7b8f7
TV
2872020-03-20 Tom de Vries <tdevries@suse.de>
288
289 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
290 first break fails.
291 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
292
cada5fc9
AB
2932020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
294
295 * gdb.server/exit-multiple-threads.c: New file.
296 * gdb.server/exit-multiple-threads.exp: New file.
297
6b8c53f2
AB
2982020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
299
300 * gdb.fortran/mixed-lang-stack.c: New file.
301 * gdb.fortran/mixed-lang-stack.cpp: New file.
302 * gdb.fortran/mixed-lang-stack.exp: New file.
303 * gdb.fortran/mixed-lang-stack.f90: New file.
304
19a2740f
AB
3052020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
306
307 * gdb.linespec/cp-completion-aliases.cc: New file.
308 * gdb.linespec/cp-completion-aliases.exp: New file.
309
d8c8b848
TV
3102020-03-19 Tom de Vries <tdevries@suse.de>
311
312 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
313 more precise.
314
a9933ccf
TV
3152020-03-18 Tom de Vries <tdevries@suse.de>
316
317 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
318 * gdb.dwarf2/break-inline-psymtab.c: New test.
319 * gdb.dwarf2/break-inline-psymtab.exp: New file.
320
2f89101f
TV
3212020-03-16 Tom de Vries <tdevries@suse.de>
322
323 * lib/cache.exp (gdb_do_cache): Add and handle local variables
324 cache_verify and cache_verify_proc.
325
6b9374f1
TV
3262020-03-15 Tom de Vries <tdevries@suse.de>
327
328 * gdb.server/solib-list.exp: Handle
329 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
330
eaeaf44c
TV
3312020-03-15 Tom de Vries <tdevries@suse.de>
332
333 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
334 objfiles".
335
3293bbaf
TT
3362020-03-14 Tom Tromey <tom@tromey.com>
337
338 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
339
ab44624c
TV
3402020-03-14 Tom de Vries <tdevries@suse.de>
341
342 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
343
54c43825
TV
3442020-03-14 Tom de Vries <tdevries@suse.de>
345
346 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
347 result in line-by-line fashion.
348
2ac70237
TV
3492020-03-14 Tom de Vries <tdevries@suse.de>
350
351 * lib/gdb.exp (supports_statement_frontiers): New proc.
352 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
353
09546b56
TV
3542020-03-14 Tom de Vries <tdevries@suse.de>
355
356 * gdb.base/printcmds.exp: Add missing quoting for "print
357 teststring2".
358
a1f6a07c
TT
3592020-03-13 Tom Tromey <tom@tromey.com>
360
361 * gdb.base/printcmds.exp (test_print_strings): Add regression
362 test.
363 * gdb.base/printcmds.c (charptr): New typedef.
364 (teststring2): New global.
365
1b83d09c
AB
3662020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
367
368 * gdb.base/break-interp.exp: Use the tail of the filename, not the
369 full path in the test name.
370 (test_ld): Add some with_test_prefix blocks to make test names
371 unique.
372
2d61316c
TV
3732020-03-13 Tom de Vries <tdevries@suse.de>
374
375 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
376
2e9145ac
TV
3772020-03-13 Tom de Vries <tdevries@suse.de>
378
379 * gdb.mi/mi-sym-info.exp: Make matching more precise.
380
96c7f873
TV
3812020-03-13 Tom de Vries <tdevries@suse.de>
382
383 PR symtab/25646
384 * gdb.dwarf2/imported-unit.exp: Add test.
385
49ba92c0
TV
3862020-03-13 Tom de Vries <tdevries@suse.de>
387
388 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
389 (var1, var2): New variable.
390 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
391 matching symbols.
392
301b21e0
TV
3932020-03-13 Tom de Vries <tdevries@suse.de>
394
395 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
396 (Term::command): Use prompt prefix.
397 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
398 * gdb.tui/tui-layout-asm-short-prog.exp: Use
399 command_no_prompt_prefix instead of prefix.
400 * gdb.tui/tui-layout-asm.exp: Same.
401
3f512721
SM
4022020-03-12 Simon Marchi <simon.marchi@efficios.com>
403
404 * gdb.base/break-interp.exp: Use foreach_with_prefix.
405
40310f30
SM
4062020-03-12 Simon Marchi <simon.marchi@efficios.com>
407
408 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
409 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
410 on" while stepping over the test instruction, match printed
411 message.
412
09252140
TV
4132020-03-12 Tom de Vries <tdevries@suse.de>
414
415 * gdb.base/info-types.exp: Use exp_continue during matching of output
416 of "info types".
417
14e9c72c
TV
4182020-03-12 Tom de Vries <tdevries@suse.de>
419
420 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
421
e515d67e
TV
4222020-03-12 Tom de Vries <tdevries@suse.de>
423
424 * gdb.fortran/module.exp: Use exp_continue during matching of output
425 of "info variable -n".
426
307eafd8
TV
4272020-03-12 Tom de Vries <tdevries@suse.de>
428
429 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
430 gdb.dwarf2/dw2-ranges-base.c.
431
9a2de3fc
TV
4322020-03-12 Tom de Vries <tdevries@suse.de>
433
434 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
435 in presence of GLIBC debuginfo.
436
3217502e
TV
4372020-03-12 Tom de Vries <tdevries@suse.de>
438
439 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
440 $core.
441
1281424c
TV
4422020-03-12 Tom de Vries <tdevries@suse.de>
443
444 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
445 more precise.
446
038b97fc
SM
4472020-03-11 Simon Marchi <simon.marchi@efficios.com>
448
449 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
450 from Unix to Windows path.
451
5308d1e7
TV
4522020-03-11 Tom de Vries <tdevries@suse.de>
453
454 * gdb.ada/minsyms.exp: Set language to ada.
455
f870f78f
TV
4562020-03-11 Tom de Vries <tdevries@suse.de>
457
458 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
459
5a13315d
TV
4602020-03-11 Tom de Vries <tdevries@suse.de>
461
462 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
463
976862ed
TT
4642020-03-11 Tom Tromey <tromey@adacore.com>
465
466 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
467
7462c383
TV
4682020-03-11 Tom de Vries <tdevries@suse.de>
469
470 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
471
1c6c46a0
TV
4722020-03-11 Tom de Vries <tdevries@suse.de>
473
474 * gdb.base/break-interp.exp: Limit verbose scope.
475
44f41bb7
TV
4762020-03-11 Tom de Vries <tdevries@suse.de>
477
478 * gdb.fortran/logical.f90: Define variable with character type.
479 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
480
b76f3a42
TV
4812020-03-11 Tom de Vries <tdevries@suse.de>
482
483 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
484
1c33af77
TV
4852020-03-11 Tom de Vries <tdevries@suse.de>
486
487 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
488 symtabs.
489
8c95582d
AB
4902020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
491 Bernd Edlinger <bernd.edlinger@hotmail.de>
492
493 * gdb.cp/step-and-next-inline.cc: New file.
494 * gdb.cp/step-and-next-inline.exp: New file.
495 * gdb.cp/step-and-next-inline.h: New file.
496 * gdb.dwarf2/dw2-is-stmt.c: New file.
497 * gdb.dwarf2/dw2-is-stmt.exp: New file.
498 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
499 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
500 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
501
cecf8547
AB
5022020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
503
504 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
505 is-stmt flag in the line table.
506
0ba678c9
TV
5072020-03-09 Tom de Vries <tdevries@suse.de>
508
509 * lib/gdb.exp (cached_file): Create cache dir.
510
72fbdf83
TV
5112020-03-07 Tom de Vries <tdevries@suse.de>
512
513 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
514 * gdb.cp/rvalue-ref-params.exp: Same.
515
436b5e99
TV
5162020-03-06 Tom de Vries <tdevries@suse.de>
517
518 * lib/gdb.exp (tentative_rename, cached_file): New proc.
519 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
520
09f2921c
TV
5212020-03-06 Tom de Vries <tdevries@suse.de>
522
523 * README: Fix "the the".
524 * gdb.base/dprintf.exp: Same.
525
50a3cc5d
TV
5262020-03-05 Tom de Vries <tdevries@suse.de>
527
528 * gdb.base/maint.exp: Update "main print statistics" expected output.
529
0a709cba
AKS
5302020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
531
532 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
533 (fortran_int8): Likewise.
534 (fortran_real4): Likewise.
535 (fortran_real8): Likewise.
536 (fortran_complex4): Likewise.
537 (fortran_logical4): Likewise.
538 (fortran_character1): Likewise.
539
5e5d66b6
AB
5402020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
541
542 * gdb.fortran/logical.exp: Add tests that any non-zero value is
543 printed as true.
544
7b973adc
SDJ
5452020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
546
547 * gdb.base/printcmds.exp: Add test to verify printf of a
548 variable holding an address.
549
478e490a
TV
5502020-03-03 Tom de Vries <tdevries@suse.de>
551
552 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
553
1ef44e86
TV
5542020-03-03 Tom de Vries <tdevries@suse.de>
555
556 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
557 gdb_test_multiple call.
558
b98cc2cf
TV
5592020-03-03 Tom de Vries <tdevries@suse.de>
560
561 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
562 gdb_test_multiple calls.
563
63e163f2
AB
5642020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
565
566 * gdb.base/default.exp: Remove test of 'set history filename'.
567 * gdb.base/gdbinit-history.exp: Add tests for setting the history
568 filename to the empty string.
569 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
570 and GDBHISTSIZE.
571
24ed6739
AB
5722020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
573
574 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
575 disabled.
576
590003dc
TV
5772020-03-02 Pedro Alves <palves@redhat.com>
578 Tom de Vries <tdevries@suse.de>
579
580 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
581 -prompt prefix, before user_code argument. Add -lbl option likewise.
582 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
583 (gdb_is_target_1): Add -prompt prefix and move to before user_code
584 argument.
585 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
586 have "\r\n" at start-of-line, instead of at end-of-line.
587
f5e46084
SM
5882020-02-28 Simon Marchi <simon.marchi@efficios.com>
589
590 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
591 libinproctrace.so.
592
f7a7000d
LM
5932020-02-28 Luis Machado <luis.machado@linaro.org>
594
595 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
596 to "p/x".
597
718e0816
LM
5982020-02-28 Luis Machado <luis.machado@linaro.org>
599
600 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
601 asm/ptrace.h and error.h.
602
13c3a74a
TV
6032020-02-28 Tom de Vries <tdevries@suse.de>
604
605 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
606 (struct wrapper, do_something, mundane/symada__cS): Move ...
607 * gdb.base/c-linkage-name-2.c: ... here. New source file.
608 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
609 Update "print symada__cS before partial symtab expansion" regexp.
610 Update breakpoint location. Flush symbol cache after expansion.
611
85d2d5bb
LM
6122020-02-28 Luis Machado <luis.machado@linaro.org>
613
614 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
615
3608f86c
TV
6162020-02-27 Tom de Vries <tdevries@suse.de>
617
618 * config/sid.exp: Remove unused globals.
619 * gdb.base/attach.exp: Same.
620 * gdb.base/catch-load.exp: Same.
621 * gdb.base/dbx.exp: Same.
622 * lib/gdb.exp: Same.
623 * lib/mi-support.exp: Same.
624 * lib/prompt.exp: Same.
625
c8d4f6df
TV
6262020-02-27 Tom de Vries <tdevries@suse.de>
627
628 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
629 not set.
630
0d79cdc4
AM
6312020-02-26 Aaron Merey <amerey@redhat.com>
632
633 * gdb.debuginfod: New directory for debuginfod tests.
634 * gdb.debuginfod/main.c: New test file.
635 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
636
0dce4280
TV
6372020-02-26 Tom de Vries <tdevries@suse.de>
638
639 PR gdb/25603
640 * gdb.base/persistent-lang.cc: New test.
641 * gdb.base/persistent-lang.exp: New file.
642
9e80cfa1
AB
6432020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
644
645 * gdb.fortran/derived-type-striding.exp: Add a new test.
646 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
647 new test.
648
2078dbb2
AB
6492020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
650
651 * gdb.base/cached-source-file.exp: Avoid source file paths in test
652 names.
653
70d49700
TV
6542020-02-25 Tom de Vries <tdevries@suse.de>
655
656 PR go/18926
657 * gdb.go/methods.exp: Remove gcc/93866 xfail.
658
a88ef40d
TV
6592020-02-24 Tom de Vries <tdevries@suse.de>
660
661 PR gdb/25592
662 * gdb.base/info-locals-unused-static-var.c: New test.
663 * gdb.base/info-locals-unused-static-var.exp: New file.
664
01b1af32
TT
6652020-02-22 Tom Tromey <tom@tromey.com>
666
667 * gdb.python/tui-window.exp: New file.
668 * gdb.python/tui-window.py: New file.
669
7c043ba6
TT
6702020-02-22 Tom Tromey <tom@tromey.com>
671
672 PR tui/17850:
673 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
674 tests.
675
c22fef7e
TT
6762020-02-22 Tom Tromey <tom@tromey.com>
677
678 * gdb.tui/new-layout.exp: Add sub-layout tests.
679
ee325b61
TT
6802020-02-22 Tom Tromey <tom@tromey.com>
681
682 * gdb.tui/new-layout.exp: New file.
683
3f0cbb04
TT
6842020-02-22 Tom Tromey <tom@tromey.com>
685
686 * gdb.rust/rust-style.rs: New file.
687 * gdb.rust/rust-style.exp: New file.
688 * gdb.base/style.exp: Test structure printing.
689 * gdb.base/style.c (struct some_struct): New type.
690 (enum etype): New type.
691 (struct_value): New global.
692
75525152
TV
6932020-02-21 Tom de Vries <tdevries@suse.de>
694
695 PR go/18926
696 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
697 Remove blanket xfails. Use message argument for gdb_breakpoint.
698 Make continuing to breakpoint test conditional on setting breakpoint.
699 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
700 DW_AT_name attribute. Add xfail for GCC PR93866.
701
bd360d30
AB
7022020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
703
704 * gdb.dwarf2/cpp-linkage-name.c: New file.
705 * gdb.dwarf2/cpp-linkage-name.exp: New file.
706
c7adb09f 7072020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
708
709 * lib/gdb.exp (gdb_wrapper_init): Reset
710 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
711 not exist.
712
a9c79803
TV
7132020-02-20 Tom de Vries <tdevries@suse.de>
714
715 PR go/17018
716 * gdb.go/hello.exp: Copy ...
717 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
718 print of st to print value of global definition. Add xfail for GCC
719 PR93844.
720 * gdb.go/hello.exp: Remove printing of st before definition.
721 * gdb.go/hello.go: Copy ...
722 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
723 to st.
724 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
725
d7445728
TV
7262020-02-20 Tom de Vries <tdevries@suse.de>
727
728 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
729 (gdb_simple_compile): Handle compile_flags go by using .go extension
730 for source file.
731 * gdb.go/chan.exp: Use support_go_compile.
732 * gdb.go/handcall.exp: Same.
733 * gdb.go/hello.exp: Same.
734 * gdb.go/integers.exp: Same.
735 * gdb.go/max-depth.exp: Same.
736 * gdb.go/methods.exp: Same.
737 * gdb.go/package.exp: Same.
738 * gdb.go/strings.exp: Same.
739 * gdb.go/types.exp: Same.
740 * gdb.go/unsafe.exp: Same.
741
c9c41e6d
TV
7422020-02-19 Tom de Vries <tdevries@suse.de>
743
744 * gdb.python/lib-types.exp: Make xfail more strict.
745
f20ff837
TV
7462020-02-19 Tom de Vries <tdevries@suse.de>
747
748 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
749
08410482
DE
7502020-02-19 Doug Evans <dje@google.com>
751
752 PR rust/25535
753 * gdb.rust/simple.exp: Add test.
754 * gdb.rust/simple.rs: Add test.
755
623563f7
TV
7562020-02-19 Tom de Vries <tdevries@suse.de>
757
758 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
759 output line-by-line.
760
d3308cfd
TV
7612020-02-19 Tom de Vries <tdevries@suse.de>
762
763 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
764
86cbc5dc
TV
7652020-02-19 Tom de Vries <tdevries@suse.de>
766
767 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
768 prelink.
769
9db2b96b
TV
7702020-02-19 Tom de Vries <tdevries@suse.de>
771
772 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
773 (gdb_do_cache): Use gdb_do_cache_wrap.
774 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
775
89e2fdc5
TV
7762020-02-19 Tom de Vries <tdevries@suse.de>
777
778 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
779 gdb_compile option.
780
373d7ac0
SM
7812020-02-18 Simon Marchi <simon.marchi@efficios.com>
782
783 * gdb.base/printcmds.exp (test_print_enums): Update expected
784 output.
785
b29a2df0
SM
7862020-02-18 Simon Marchi <simon.marchi@efficios.com>
787
788 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
789 for "unknown".
790
6740f0cc
SM
7912020-02-18 Simon Marchi <simon.marchi@efficios.com>
792
793 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
794 enumerator.
795
edd45eb0
SM
7962020-02-18 Simon Marchi <simon.marchi@efficios.com>
797
798 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
799 FE_, add FE_NONE.
800 (three): Update.
801 (enum flag_enum_without_zero): New enum.
802 (flag_enum_without_zero): New variable.
803 (enum not_flag_enum): New enum.
804 (three_not_flag): New variable.
805 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
806 (test_print_enums): Add more tests for printing flag enums.
807
d4295de4
TV
8082020-02-18 Tom de Vries <tdevries@suse.de>
809
810 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
811 (gdb_compile_ada): ... here.
812 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
813 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
814
f251f505
TT
8152020-02-14 Tom Tromey <tom@tromey.com>
816
817 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
818 build directory.
819 * boards/gdbserver-base.exp: Update path to gdbserver.
820
8f432634
TV
8212020-02-13 Tom de Vries <tdevries@suse.de>
822
823 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
824
92b6eaf7
TV
8252020-02-13 Tom de Vries <tdevries@suse.de>
826
827 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
828 are missing.
829
f3b0f7fe
TV
8302020-02-13 Tom de Vries <tdevries@suse.de>
831
832 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
833 call.
834
f6be8713
SDJ
8352020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
836
837 PR tui/25126
838 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
839 * gdb.base/cached-source-file.c: New file.
840 * gdb.base/cached-source-file.exp: New file.
841
b2770d5e
TV
8422020-02-11 Tom de Vries <tdevries@suse.de>
843
844 PR testsuite/25488
845 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
846
44f6938e
TV
8472020-02-10 Tom de Vries <tdevries@suse.de>
848
849 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
850
5f0e2eb7
MR
8512020-02-10 Maciej W. Rozycki <macro@wdc.com>
852
853 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
854 and $after_addr are both integers before making a comparison.
855
46ce2b6f
TV
8562020-02-09 Tom de Vries <tdevries@suse.de>
857
858 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
859 command output and paste it into gdb.log. If any, paste catch message
860 to gdb.log.
861
5abbbe1d
TT
8622020-02-07 Tom Tromey <tromey@adacore.com>
863
864 PR breakpoints/24915:
865 * gdb.base/annotate-symlink.exp: Use setup_xfail.
866
1d5d29e7
SV
8672020-02-06 Shahab Vahedi <shahab@synopsys.com>
868
869 * gdb.tui/tui-missing-src.exp: Add the "missing source
870 file" test for the TUI.
871
b0999b9b
AB
8722020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
873
874 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
875 including a port number in the output.
876
c3b149eb
AKS
8772020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
878
879 * lib/fortran.exp (fortran_int4): Handle clang.
880 (fortran_int8): Likewise.
881 (fortran_real4): Likewise.
882 (fortran_real8): Likewise.
883 (fortran_complex4): Likewise.
884 (fortran_logical4): Likewise.
885 (fortran_character1): Likewise.
886
f8dcc90b
TV
8872020-02-04 Tom de Vries <tdevries@suse.de>
888
889 * README (Race detection): Add note.
890
f90ac7c2
TV
8912020-02-04 Tom de Vries <tdevries@suse.de>
892
893 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
894
780636ae
TV
8952020-02-04 Tom de Vries <tdevries@suse.de>
896
897 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
898
5d2e1193
RA
8992020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
900
901 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
902 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
903 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
904 blttar, bnetarl.
905 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
906 binary for blttar, bnetarl.
907 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
908 wait instruction. Delete ldmx test.
909 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
910
e409c542
AKS
9112020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
912
913 * gdb.fortran/array-bounds-high.exp: New file.
914 * gdb.fortran/array-bounds-high.f90: New file.
915
b0029748
LD
9162020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
917
918 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
919 Replace #include of <sys/fcntl.h> by <fcntl.h>.
920
195a8287
TV
9212020-02-01 Tom de Vries <tdevries@suse.de>
922
923 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
924
42330a68
AB
9252020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
926
927 PR tui/9765
928 * gdb.tui/tui-layout-asm-short-prog.S: New file.
929 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
930
b62a8028
LM
9312020-01-29 Luis Machado <luis.machado@linaro.org>
932
933 * gdb.arch/aarch64-brk-patterns.c: New source file.
934 * gdb.arch/aarch64-brk-patterns.exp: New test.
935
5f440116
TBA
9362020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
937
938 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
939 GCC/Clang version.
940 * gdb.cp/pass-by-ref.exp: Ditto.
941
ee2a6fc6
TV
9422020-01-29 Tom de Vries <tdevries@suse.de>
943
944 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
945 * gdb.threads/watchpoint-fork-mt.c: Same.
946 * gdb.threads/watchpoint-fork-parent.c: Same.
947 * gdb.threads/watchpoint-fork-st.c: Same.
948 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
949
16b10d6e
LM
9502020-01-27 Luis Machado <luis.machado@linaro.org>
951
952 * gdb.base/step-over-syscall.exp (setup): Check if we're already
953 sitting at a syscall instruction when we hit the syscall function's
954 breakpoint.
955 Check PC against one obtained with the x command.
956 Validate syscall number.
957 (step_over_syscall): Don't continue to the syscall instruction if
958 we're already there.
959
b1468492
PW
9602020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
961
962 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
963
7ffa82e1
AB
9642020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
965
966 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
967 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
968
3d92a3e3
AB
9692020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
970
971 * gdb.dwarf2/dw2-inline-stepping.c: New file.
972 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
973
94a72be7
AB
9742020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
975
976 * gdb.base/maint.exp: Update line table parsing test.
977 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
978
53af73bf
PA
9792020-01-24 Pedro Alves <palves@redhat.com>
980
981 PR gdb/25410
982 * gdb.multi/multi-re-run-1.c: New.
983 * gdb.multi/multi-re-run-2.c: New.
984 * gdb.multi/multi-re-run.exp: New.
985
1ba1ac88
AB
9862020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
987
988 PR gdb/23718
989 * gdb.server/server-kill-python.exp: New file.
990
f3364a6d
AB
9912020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
992
993 * gdb.server/multi-ui-errors.c: New file.
994 * gdb.server/multi-ui-errors.exp: New file.
995
733d0a67
AB
9962020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
997
998 PR tui/9765
999 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1000
4f13c1c0
TT
10012020-01-19 Tom Tromey <tom@tromey.com>
1002
1003 * gdb.tui/main.exp: Add check for plain "file".
1004
40c94099
CB
10052020-01-16 Christian Biesinger <cbiesinger@google.com>
1006
1007 * lib/gdb.exp: Fix spelling error (seperatelly).
1008
ff47f4f0
TT
10092020-01-14 Tom Tromey <tom@tromey.com>
1010
1011 PR symtab/12535:
1012 * gdb.python/python.exp: Test decode_line with empty string
1013 argument.
1014
717c684d
BE
10152020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1016
1017 * gdb.base/skip-inline.exp: Extend test.
1018
44e4c775
AB
10192020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1020
1021 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1022 * gdb.dwarf2/dw2-bad-elf.c: New file.
1023 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1024
d93c6db7
AB
10252020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1026
1027 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1028 _line_saw_file.
1029
9a6d629c
AB
10302020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1031
1032 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1033 border.
1034
d9ebdab7
TBA
10352020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1036
1037 * gdb.multi/multi-target.exp (setup): Factor out "info
1038 connections" and "info inferiors" tests to ...
1039 (test_info_inferiors): ... this new procedure.
1040 (top level): Run new "info-inferiors" tests.
1041
f3c469b9
PA
10422020-01-10 Pedro Alves <palves@redhat.com>
1043
1044 * gdb.server/bkpt-other-inferior.exp: New file.
1045
121b3efd
PA
10462020-01-10 Pedro Alves <palves@redhat.com>
1047
1048 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1049 of "add-inferior".
1050 * gdb.base/quit-live.exp: Likewise.
1051 * gdb.base/remote-exec-file.exp: Likewise.
1052 * gdb.guile/scm-progspace.exp: Likewise.
1053 * gdb.linespec/linespec.exp: Likewise.
1054 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1055 * gdb.mi/user-selected-context-sync.exp: Likewise.
1056 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1057 "info inferiors" tests.
1058 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1059 "add-inferior".
1060 * gdb.multi/watchpoint-multi.exp: Likewise.
1061 * gdb.python/py-inferior.exp: Likewise.
1062 * gdb.server/extended-remote-restart.exp: Likewise.
1063 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1064 "info inferiors".
1065 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1066 * gdb.trace/report.exp: Likewise.
1067
1dadb1dd
PA
10682020-01-10 Pedro Alves <palves@redhat.com>
1069
1070 * gdb.multi/multi-target.c: New file.
1071 * gdb.multi/multi-target.exp: New file.
1072 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1073 mode requested, but remote does not support non-stop".
1074
78f2c40a
PA
10752020-01-10 Pedro Alves <palves@redhat.com>
1076
1077 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1078 disconnect before reconnecting.
1079
e7af6c70
TBA
10802020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1081 Pedro Alves <palves@redhat.com>
1082
1083 * gdb.server/connect-without-multi-process.exp: Also test
1084 continuing to end.
1085
acdf84a6
PA
10862020-01-10 Pedro Alves <palves@redhat.com>
1087
1088 * gdb.base/remote-exec-file.exp: New file.
1089
873657b9
PA
10902020-01-10 Pedro Alves <palves@redhat.com>
1091
1092 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1093 output.
1094 * gdb.threads/async.c: New.
1095 * gdb.threads/async.exp: New.
1096 * gdb.multi/tids-gid-reset.c: New.
1097 * gdb.multi/tids-gid-reset.exp: New.
1098
7f0ae84c
GB
10992020-01-10 George Barrett <bob@bob131.so>
1100
1101 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1102 to help in finding the image relocation offset.
1103 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1104 options in arguments.
1105 (stap_test_no_debuginfo): Likewise.
1106 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1107 test variants.
1108 (stap_test): Add null semaphore relocation test.
1109
47e9d49d
GB
11102020-01-10 George Barrett <bob@bob131.so>
1111
1112 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1113 * gdb.base/stap-probe.exp: Likewise.
1114 (stap_test): Pass argument as an additional flag.
1115 (stap_test_no_debuginfo): Likewise.
1116 (stap_test): Check `info probes stap' output for semaphore
1117 addresses if the test binary is supposed to have them.
1118
f5a7c406
AB
11192020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1120
1121 * gdb.tui/basic.exp: Add more scrolling tests.
1122
9ae6bf64
TT
11232020-01-09 Tom Tromey <tom@tromey.com>
1124
1125 PR tui/18932:
1126 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1127 meangingful value.
1128 (Term::command, Term::resize): Update.
1129 * gdb.tui/basic.exp: Add scrolling test.
1130
b2efe70c
AB
11312020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1132
1133 * gdb.tui/tui-layout-asm.exp: New file.
1134
3804da7e
AB
11352020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1136
1137 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1138
b40aa28f
AB
11392020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1140
1141 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1142 (Term::enter_tui): Use Term::prepare_for_tui.
1143
63ffd7c9
AB
11442020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1145
1146 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1147 called.
1148
3be966f6
AB
11492020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1150
1151 * gdb.base/skip.exp: Fix race condition in test.
1152
153d79c4
AB
11532020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1154
1155 * gdb.base/backtrace.c: New file.
1156 * gdb.base/backtrace.exp: New file.
1157
f2302a34
AB
11582020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1159
1160 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1161
6ec1d75e
PW
11622020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1163
1164 * gdb.base/style.exp: Test that warnings are styled.
1165
c296cbe6
BE
11662019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1167
1168 * gdb.base/line65535.exp: New file.
1169 * gdb.base/line65535.c: New file.
1170
b28a729d
SM
11712019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1172
1173 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1174 * lib/gnat_debug_info_test.adb: New file.
1175 * gdb.ada/ptype_tagged_param.exp: Use
1176 gnat_runtime_has_debug_info, expect a different output if
1177 runtime does not have debug info.
1178
7f2d7a0d
SM
11792019-12-20 Simon Marchi <simon.marchi@efficios.com>
1180
1181 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1182 (another) quote in test name.
1183
f3bce483
SM
11842019-12-20 Simon Marchi <simon.marchi@efficios.com>
1185
1186 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1187 Add quote in test name.
1188
c855a912
TBA
11892019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1190
1191 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1192 directory instead.
1193 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1194 * gdb.cp/pass-by-ref-2.cc: New file.
1195 * gdb.cp/pass-by-ref-2.exp: New file.
1196
fc9d2d72
TT
11972019-12-20 Tom Tromey <tom@tromey.com>
1198
1199 * gdb.tui/list-before.exp: New file.
1200
77b97e00
TT
12012019-12-20 Tom Tromey <tom@tromey.com>
1202
1203 * gdb.tui/list.exp: Check for source on initial listing.
1204
f69656d0
TT
12052019-12-11 Tom Tromey <tromey@adacore.com>
1206
1207 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1208 Add crlf test.
1209
99a55965
SM
12102019-12-18 Simon Marchi <simon.marchi@efficios.com>
1211
1212 * gdb.base/default.exp: Update value of $_gdb_major.
1213
5024637f
BE
12142019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1215
1216 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1217
b63634be
BE
12182019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1219
1220 * gdb.base/skip.exp: Whitespace fix.
1221
45d73523
BE
12222019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1223
1224 * gdb.base/skip-inline.c: New file.
1225 * gdb.base/skip-inline.exp: New file.
1226
d043f8c8
SM
12272019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1228
1229 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1230 jit_function_00 to jit_function_stack_mangle.
1231 * gdb.base/jithost.c (jit_function_t): Rename to...
1232 (jit_function_stack_mangle_t): ... this.
1233 (jit_function_add_t): New typedef.
1234 (jit_function_00_code): Rename to...
1235 (jit_function_stack_mangle_code): ... this, make static.
1236 (jit_function_add_code): New.
1237 (main): Generate "add" function and call it. Adjust to changes
1238 in jithost_abi.
1239 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1240 (struct jithost_abi) <begin, end>: Remove fields.
1241 <object, function_stack_mangle, function_add>: New fields.
1242 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1243 code_end>: Remove fields.
1244 <func_stack_mangle>: New field.
1245 (read_debug_info): Adjust to renaming, create block for "add"
1246 function.
1247 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1248
873de05c
TT
12492019-12-11 Tom Tromey <tom@tromey.com>
1250
1251 * gdb.tui/resize.exp: Fix regexp.
1252 * gdb.tui/regs.exp: Fix regexps.
1253 * gdb.tui/main.exp: Fix regexp.
1254
3d979945
TT
12552019-12-11 Tom Tromey <tom@tromey.com>
1256
1257 * gdb.tui/resize.exp: Update.
1258 * gdb.tui/empty.exp (layouts): Update.
1259
2192a9d3
TT
12602019-12-11 Tom Tromey <tom@tromey.com>
1261
1262 * gdb.tui/regs.exp: Update.
1263 * gdb.tui/empty.exp (layouts): Update.
1264 * gdb.tui/basic.exp: Update.
1265 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1266
d8edc8b7
PW
12672019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1268
1269 * gdb.base/options.exp: Add -raw-values in the print completion list.
1270 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1271
4c12d936
KB
12722019-12-10 Kevin Buettner <kevinb@redhat.com>
1273
1274 * gdb.threads/omp-par-scope.c: New file.
1275 * gdb/threads/omp-par-scope.exp: New file.
1276
26b911fb
KB
12772019-12-10 Kevin Buettner <kevinb@redhat.com>
1278
bb47f919
KB
1279 * lib/gdb.exp (support_nested_function_tests): New proc.
1280
12812019-12-10 Kevin Buettner <kevinb@redhat.com>
1282
1283 * lib/gdb.exp (gdb_compile_openmp): New proc.
1284 (build_executable_from_specs): Add an "openmp" option.
1285 (gdb_compile_pthreads): Add non-executable case.
26b911fb 1286
6c71eb7d
TT
12872019-12-10 Tom Tromey <tromey@adacore.com>
1288
1289 * gdb.ada/unchecked_union.exp: New file.
1290 * gdb.ada/unchecked_union/pck.adb: New file.
1291 * gdb.ada/unchecked_union/pck.ads: New file.
1292 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1293 * gdb-utils.exp (string_to_regexp): Also quote "?".
1294
bac7c5cf
GB
12952019-12-10 George Barrett <bob@bob131.so>
1296
1297 Test scripted probe breakpoints.
1298 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1299 * gdb.python/py-breakpoint.c (main): Likewise.
1300 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1301 specifier test.
1302 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1303
330f1d38
TBA
13042019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1305
1306 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1307 an rvalue parameter.
1308 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1309 parameter.
1310
b43315e2
AB
13112019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1312
1313 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1314 modules.
1315
54f73dad
AB
13162019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1317
1318 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1319 broken version of GCC.
1320
d57cbee9
AB
13212019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1322
1323 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1324 sym-info-cmds library.
1325 * gdb.fortran/info-types.exp: Likewise.
1326 * lib/sym-info-cmds.exp: New file.
1327
c14aab8c
TV
13282019-12-08 Tom de Vries <tdevries@suse.de>
1329
1330 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1331
aa2d5a42
KS
13322019-12-07 Keith Seitz <keiths@redhat.com>
1333
1334 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1335 * gdb.base/corefile-buildid-shlib.c: New file.
1336 * gdb.base/corefile-buildid.c: New file.
1337 * gdb.base/corefile-buildid.exp: New file.
1338
93e55f0a
TV
13392019-12-06 Tom de Vries <tdevries@suse.de>
1340
1341 * gdb.dwarf2/varval.exp: Add decl before def test.
1342
c7d12402
TBA
13432019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1344
1345 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1346
06acc08f
TBA
13472019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1348
1349 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1350 CV and reference conversion for overload resolution.
1351 * gdb.cp/rvalue-ref-overload.exp: Test it.
1352
e0fad1ea
PW
13532019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1354
1355 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1356 * gdb.base/frameapply.exp: Test faas without command.
1357
8d70a9f0
AB
13582019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1359
1360 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1361 Fortran tests.
1362 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1363 order.
1364
36c8fb93
AB
13652019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1366
1367 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1368 casting to type with no kind specified.
1369 (test_basic_parsing_of_type_kinds): Additional tests for types
1370 with no kind specified, and add tests for single/double
1371 precision/complex types.
1372
4139ff00
TT
13732019-12-04 Tom Tromey <tromey@adacore.com>
1374
1375 * gdb.base/endianity.c (struct other) <x>: New field.
1376 (main): Initialize it.
1377 * gdb.base/endianity.exp: Update.
1378
a05cf17a
TT
13792019-12-04 Tom Tromey <tromey@adacore.com>
1380
1381 * gdb.ada/scalar_storage/storage.adb: New file.
1382 * gdb.ada/scalar_storage/pck.adb: New file.
1383 * gdb.ada/scalar_storage/pck.ads: New file.
1384 * gdb.ada/scalar_storage.exp: New file.
1385
103a685e
TT
13862019-12-04 Tom Tromey <tromey@adacore.com>
1387
1388 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1389 (main): Initialize it.
1390 * gdb.base/endianity.exp: Update.
1391
c2512106
AB
13922019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1393
1394 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1395
293b38d6
AB
13962019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1397
1398 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1399 -symbol-info-module-functions and -symbol-info-module-variables.
1400
216a7e6b
AB
14012019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1402
1403 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1404
5bbd8269
AB
14052019-12-01 Richard Bunt <richard.bunt@arm.com>
1406 Andrew Burgess <andrew.burgess@embecosm.com>
1407
1408 * gdb.fortran/derived-type-striding.exp: New file.
1409 * gdb.fortran/derived-type-striding.f90: New file.
1410 * gdb.fortran/array-slices.exp: New file.
1411 * gdb.fortran/array-slices.f90: New file.
1412
be09caf1
PW
14132019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1414
1415 * gdb.base/define.exp: Test . in command names.
1416 * gdb.base/setshow.exp: Update test, as . is now part of
1417 command name.
1418
643c0cbe
PW
14192019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1420
1421 * gdb.base/define-prefix.exp: New file.
1422
dcdec678
AB
14232019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1424
1425 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1426 compile.
1427 (skip_btrace_pt_tests): Likewise.
1428
640ab947
AB
14292019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1430
1431 * gdb.fortran/info-modules.exp: Compile source files in correct
1432 order.
1433
d22670f0
KB
14342019-11-27 Kevin Buettner <kevinb@redhat.com>
1435
1436 * gdb.dwarf2/imported-unit.exp: New file.
1437 * gdb.dwarf2/imported-unit.c: New file.
1438
db5960b4
AB
14392019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1440
1441 * gdb.mi/mi-fortran-modules-2.f90: New file.
1442 * gdb.mi/mi-fortran-modules.exp: New file.
1443 * gdb.mi/mi-fortran-modules.f90: New file.
1444
7dc42066
AB
14452019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1446
1447 * gdb.mi/mi-sym-info-1.c: New file.
1448 * gdb.mi/mi-sym-info-2.c: New file.
1449 * gdb.mi/mi-sym-info.exp: New file.
1450
0dfeecca
TT
14512019-11-22 Tom Tromey <tromey@adacore.com>
1452
1453 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1454 * gdb.ada/tasks/foo.adb: Add another stopping location.
1455
34877895
PJ
14562019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1457
1458 * gdb.base/endianity.c: New test.
1459 * gdb.base/endianity.exp: New file.
1460
2e84f897
LD
14612019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1462
1463 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1464
65d1cd5f
TV
14652019-11-21 Tom de Vries <tdevries@suse.de>
1466
1467 PR gdb/24956
1468 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1469
4f22c3f4
SDJ
14702019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1471
1472 * gdb.python/py-progspace.exp: Add missing parentheses on some
1473 'print' commands.
1474
9f6ad286
TT
14752019-11-19 Tom Tromey <tom@tromey.com>
1476
1477 * gdb.tui/winheight.exp: New file.
1478
0b8dbf3f
AB
14792019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1480
1481 * gdb.base/ctf-whatis.c: Delete.
1482 * gdb.base/ctf-whatis.exp: Delete.
1483 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1484
f833b7a7
AB
14852019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1486
1487 * gdb.base/ctf-cvexpr.exp: Delete.
1488 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1489
30d0a636
AB
14902019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1491
1492 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1493 the compiler. Clean up header comment a little.
1494 * gdb.base/ctf-ptype.exp: Likewise.
1495 * gdb.base/ctf-whatis.exp: Likewise.
1496 * lib/gdb.exp (skip_ctf_tests): New proc.
1497
494409bb
SDJ
14982019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1499
1500 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1501 * gdb.tui/corefile-run.exp: New file.
1502
55708e99
TT
15032019-11-14 Tom Tromey <tromey@adacore.com>
1504
1505 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1506 regression tests.
1507
45e42163
TT
15082019-11-12 Tom Tromey <tom@tromey.com>
1509
1510 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1511 after any command. Expect prompt after WAIT_FOR is seen.
1512 (enter_tui): Enable resize messages.
1513 (command): Expect command in output.
1514 (get_line): Avoid error when cursor appears to be off-screen.
1515 (dump_screen): Include screen size in title.
1516 (_do_resize): New proc, from "resize".
1517 (resize): Rewrite. Do resize in two steps.
1518 * gdb.tui/empty.exp (layouts): Fix entries.
1519 (check_boxes): Remove xfail.
1520 (check_text): Dump screen on failure.
1521
086baaf1
AB
15222019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1523
1524 * gdb.python/py-symbol.exp: Add test for
1525 gdb.lookup_static_symbols.
1526
09ff83af
AB
15272019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1528
1529 * gdb.python/py-symbol.c: Declare and call function from new
1530 py-symbol-2.c file.
1531 * gdb.python/py-symbol.exp: Compile both source files, and add new
1532 tests for gdb.lookup_static_symbol.
1533 * gdb.python/py-symbol-2.c: New file.
1534
11af934b
TV
15352019-11-02 Tom de Vries <tdevries@suse.de>
1536
1537 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1538 * gdb.base/anon.exp: Same.
1539 * gdb.base/auto-connect-native-target.exp: Same.
1540 * gdb.base/call-ar-st.exp: Same.
1541 * gdb.base/catch-syscall.exp: Same.
1542 * gdb.base/commands.exp: Same.
1543 * gdb.base/default.exp: Same.
1544 * gdb.base/display.exp: Same.
1545 * gdb.base/float.exp: Same.
1546 * gdb.base/foll-fork.exp: Same.
1547 * gdb.base/help.exp: Same.
1548 * gdb.base/info-macros.exp: Same.
1549 * gdb.base/info-proc.exp: Same.
1550 * gdb.base/info-target.exp: Same.
1551 * gdb.base/long_long.exp: Same.
1552 * gdb.base/macscp.exp: Same.
1553 * gdb.base/memattr.exp: Same.
1554 * gdb.base/nofield.exp: Same.
1555 * gdb.base/pointers.exp: Same.
1556 * gdb.base/printcmds.exp: Same.
1557 * gdb.base/ptype.exp: Same.
1558 * gdb.base/restore.exp: Same.
1559 * gdb.base/return.exp: Same.
1560 * gdb.base/scope.exp: Same.
1561 * gdb.base/set-noassign.exp: Same.
1562 * gdb.base/setshow.exp: Same.
1563 * gdb.base/shlib-call.exp: Same.
1564 * gdb.base/signals.exp: Same.
1565 * gdb.base/sigstep.exp: Same.
1566 * gdb.base/skip.exp: Same.
1567 * gdb.base/solib-symbol.exp: Same.
1568 * gdb.base/stap-probe.exp: Same.
1569 * gdb.base/step-line.exp: Same.
1570 * gdb.base/step-test.exp: Same.
1571 * gdb.base/style.exp: Same.
1572 * gdb.base/varargs.exp: Same.
1573 * gdb.base/vla-datatypes.exp: Same.
1574 * gdb.base/vla-ptr.exp: Same.
1575 * gdb.base/vla-sideeffect.exp: Same.
1576 * gdb.base/volatile.exp: Same.
1577 * gdb.base/watch-cond-infcall.exp: Same.
1578 * gdb.base/watchpoint.exp: Same.
1579
e96ec2ba
TV
15802019-11-02 Tom de Vries <tdevries@suse.de>
1581
1582 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1583 * gdb.cp/cpexprs.exp: Same.
1584 * gdb.cp/except-multi-location.exp: Same.
1585 * gdb.cp/exceptprint.exp: Same.
1586 * gdb.cp/gdb2384.exp: Same.
1587 * gdb.cp/inherit.exp: Same.
1588 * gdb.cp/m-static.exp: Same.
1589 * gdb.cp/meth-typedefs.exp: Same.
1590 * gdb.cp/misc.exp: Same.
1591 * gdb.cp/namespace.exp: Same.
1592 * gdb.cp/non-trivial-retval.exp: Same.
1593 * gdb.cp/overload.exp: Same.
1594 * gdb.cp/pr17132.exp: Same.
1595 * gdb.cp/re-set-overloaded.exp: Same.
1596 * gdb.cp/rvalue-ref-types.exp: Same.
1597 * gdb.cp/templates.exp: Same.
1598
bd5766ec
LM
15992019-11-01 Luis Machado <luis.machado@linaro.org>
1600
1601 PR gdb/25124
1602
1603 * gdb.arch/pr25124.S: New file.
1604 * gdb.arch/pr25124.exp: New file.
1605
165f8965
AB
16062019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1607
1608 * gdb.fortran/info-modules.exp: Update expected results, and add
1609 additional tests for 'info module functinos', and 'info module
1610 variables'.
1611 * gdb.fortran/info-types.exp: Update expected results.
1612 * gdb.fortran/info-types.f90: Extend testcase with additional
1613 module variables and functions.
1614
59c35742
AB
16152019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1616
1617 * gdb.fortran/info-modules.exp: New file.
1618 * gdb.fortran/info-types.exp: Build with new file.
1619 * gdb.fortran/info-types.f90: Include and use new module.
1620 * gdb.fortran/info-types-2.f90: New file.
1621
f3fb2519
PW
16222019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1623
1624 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1625 * gdb.base/settings.exp: Test all settings types using
1626 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1627 that now verifies that the value of "maint show" is the same as
1628 returned by the settings functions. Test the type of the
1629 maintenance settings.
1630 * gdb.base/default.exp: Update show_conv_list.
1631
d1e36019
TV
16322019-10-31 Tom de Vries <tdevries@suse.de>
1633
1634 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1635 gdb_test.
1636 * gdb.arch/amd64-disp-step.exp: Same.
1637 * gdb.asm/asm-source.exp: Same.
1638 * gdb.btrace/buffer-size.exp: Same.
1639 * gdb.btrace/cpu.exp: Same.
1640 * gdb.btrace/enable.exp: Same.
1641 * gdb.dwarf2/count.exp: Same.
1642 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1643 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1644 * gdb.fortran/vla-datatypes.exp: Same.
1645 * gdb.fortran/vla-history.exp: Same.
1646 * gdb.fortran/vla-ptype.exp: Same.
1647 * gdb.fortran/vla-value.exp: Same.
1648 * gdb.fortran/whatis_type.exp: Same.
1649 * gdb.guile/guile.exp: Same.
1650 * gdb.multi/tids.exp: Same.
1651 * gdb.python/py-finish-breakpoint.exp: Same.
1652 * gdb.python/py-framefilter.exp: Same.
1653 * gdb.python/py-pp-registration.exp: Same.
1654 * gdb.python/py-xmethods.exp: Same.
1655 * gdb.python/python.exp: Same.
1656 * gdb.server/connect-with-no-symbol-file.exp: Same.
1657 * gdb.server/no-thread-db.exp: Same.
1658 * gdb.server/run-without-local-binary.exp: Same.
1659 * gdb.stabs/weird.exp: Same.
1660 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1661 * gdb.threads/thread-find.exp: Same.
1662 * gdb.threads/tls-shared.exp: Same.
1663 * gdb.threads/tls.exp: Same.
1664 * gdb.threads/wp-replication.exp: Same.
1665 * gdb.trace/ax.exp: Same.
1666 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1667
3d11e68e
TV
16682019-10-31 Tom de Vries <tdevries@suse.de>
1669
1670 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1671 * gdb.ada/array_subscript_addr.exp: Same.
1672 * gdb.ada/arrayidx.exp: Same.
1673 * gdb.ada/arrayparam.exp: Same.
1674 * gdb.ada/arrayptr.exp: Same.
1675 * gdb.ada/boolean_expr.exp: Same.
1676 * gdb.ada/call_pn.exp: Same.
1677 * gdb.ada/complete.exp: Same.
1678 * gdb.ada/fixed_cmp.exp: Same.
1679 * gdb.ada/fun_addr.exp: Same.
1680 * gdb.ada/funcall_param.exp: Same.
1681 * gdb.ada/interface.exp: Same.
1682 * gdb.ada/mod_from_name.exp: Same.
1683 * gdb.ada/null_array.exp: Same.
1684 * gdb.ada/packed_array.exp: Same.
1685 * gdb.ada/packed_tagged.exp: Same.
1686 * gdb.ada/print_chars.exp: Same.
1687 * gdb.ada/print_pc.exp: Same.
1688 * gdb.ada/ptype_arith_binop.exp: Same.
1689 * gdb.ada/ptype_field.exp: Same.
1690 * gdb.ada/ptype_tagged_param.exp: Same.
1691 * gdb.ada/rec_return.exp: Same.
1692 * gdb.ada/ref_tick_size.exp: Same.
1693 * gdb.ada/str_ref_cmp.exp: Same.
1694 * gdb.ada/taft_type.exp: Same.
1695 * gdb.ada/tagged.exp: Same.
1696 * gdb.ada/type_coercion.exp: Same.
1697 * gdb.ada/uninitialized_vars.exp: Same.
1698
60b6ede8
TV
16992019-10-30 Tom de Vries <tdevries@suse.de>
1700
1701 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1702
30baf67b
TV
17032019-10-26 Tom de Vries <tdevries@suse.de>
1704
1705 * gdb.base/bigcore.c: Fix typos in comments.
1706 * gdb.base/ctf-ptype.c: Same.
1707 * gdb.base/long_long.c: Same.
1708 * gdb.dwarf2/dw2-op-out-param.S: Same.
1709 * gdb.python/py-evthreads.c: Same.
1710 * gdb.reverse/i387-stack-reverse.c: Same.
1711 * gdb.trace/tfile.c: Same.
1712 * lib/compiler.c: Same.
1713 * lib/compiler.cc: Same.
1714
158da0d1
TV
17152019-10-25 Tom de Vries <tdevries@suse.de>
1716
1717 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1718 gdb_test_multiple calls.
1719 * gdb.reverse/sigall-reverse.exp: Same.
1720 * gdb.reverse/solib-precsave.exp: Same.
1721 * gdb.reverse/solib-reverse.exp: Same.
1722 * gdb.reverse/until-precsave.exp: Same.
1723 * gdb.reverse/until-reverse.exp: Same.
1724
4ccdfbec
TV
17252019-10-24 Tom de Vries <tdevries@suse.de>
1726
1727 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1728 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1729 kfail using -wrap pattern flag and convenience variable
1730 gdb_test_name.
1731
33d569b7
AB
17322019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1733
1734 * gdb.python/py-progspace.exp: Add tests for the
1735 Progspace.block_for_pc method.
1736
4d0b984b
TT
17372019-10-23 Tom Tromey <tom@tromey.com>
1738
1739 * configure: Rebuild.
1740 * aclocal.m4: Use m4_include, not sinclude.
1741
94cb3754
TV
17422019-10-21 Tom de Vries <tdevries@suse.de>
1743
1744 * gdb.base/infcall-nested-structs.c: Add
1745 __attribute__((noinline,noclone)) to all functions.
1746 (call_all): Add missing variable initialization. Simplify return value.
1747 (breakpt): Increment volatile variable, to prevent call from being
1748 optimized out.
1749 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1750
062f1fc1
TV
17512019-10-17 Tom de Vries <tdevries@suse.de>
1752
1753 * gdb.fortran/module.exp: Allow info variables to print info for files
1754 other than module.f90.
1755
0b54364d
AB
17562019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1757
1758 * gdb.fortran/module.exp: Extend with 'info variables' test.
1759
7ff5fae7
AB
17602019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1761
1762 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1763 F77_FOR_TARGET.
1764
d10eccaa
TV
17652019-10-16 Tom de Vries <tdevries@suse.de>
1766
1767 PR tdep/25096
1768 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1769
745ff14e
TV
17702019-10-16 Tom de Vries <tdevries@suse.de>
1771
1772 PR tdep/24104
1773 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1774 Add KFAIL for PR tdep/25096.
1775
03e1ab94
TV
17762019-10-16 Tom de Vries <tdevries@suse.de>
1777
1778 PR testsuite/25059
1779 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1780
b17fcc10
TV
17812019-10-16 Tom de Vries <tdevries@suse.de>
1782
1783 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1784 as signed.
1785
9223170f
SM
17862019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1787
1788 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1789 one instead of increasing timeout.
1790
d6e76313
TV
17912019-10-13 Tom de Vries <tdevries@suse.de>
1792
1793 PR record/25038
1794 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1795 * gdb.reverse/sigall-reverse.exp: Same.
1796 * gdb.reverse/solib-precsave.exp: Same.
1797 * gdb.reverse/solib-reverse.exp: Same.
1798 * gdb.reverse/step-precsave.exp: Same.
1799 * gdb.reverse/until-precsave.exp: Same.
1800 * gdb.reverse/until-reverse.exp: Same.
1801 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1802
6dfc0041
AA
18032019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1804
1805 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1806 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1807 (cmp_struct_05_01, cmp_struct_static_02_01)
1808 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1809 comparisons.
1810
abcf2cc8
TV
18112019-10-10 Tom de Vries <tdevries@suse.de>
1812
1813 PR testsuite/24888
1814 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1815 gnatlink.
1816
a50faaf6
TV
18172019-10-09 Tom de Vries <tdevries@suse.de>
1818
1819 PR testsuite/25048
1820 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1821
60ff3cd7
AB
18222019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1823
1824 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1825 exceptions due to missing debug information.
1826
dfee8566
TV
18272019-10-07 Tom de Vries <tdevries@suse.de>
1828
1829 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1830
3d63690a
AB
18312019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1832
1833 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1834 * gdb.base/annota1.exp: Update to use gdb_test_name.
1835
30d1f018
WP
18362019-10-07 Weimin Pan <weimin.pan@oracle.com>
1837
1838 * gdb.base/ctf-whatis.exp: New file.
1839 * gdb.base/ctf-whatis.c: New file.
1840 * gdb.base/ctf-ptype.exp: New file.
1841 * gdb.base/ctf-ptype.c: New file.
1842 * gdb.base/ctf-constvars.exp: New file.
1843 * gdb.base/ctf-constvars.c: New file.
1844 * gdb.base/ctf-cvexpr.exp: New file.
1845
4dbbb47c
TV
18462019-10-04 Tom de Vries <tdevries@suse.de>
1847
1848 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1849 for loop.
1850
77c2dba3
TT
18512019-10-03 Tom Tromey <tom@tromey.com>
1852
1853 PR rust/24976:
1854 * gdb.rust/simple.rs (Union2): New type.
1855 (main): Use Union2.
1856 * gdb.rust/simple.exp: Add test.
1857
179aed7f
AB
18582019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1859
1860 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1861 nested function prefix.
1862
0a4b0913
AB
18632019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1864 Richard Bunt <richard.bunt@arm.com>
1865 Andrew Burgess <andrew.burgess@embecosm.com>
1866
1867 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1868 nested functions.
1869 * gdb.fortran/nested-funcs.f90: Update expected results.
1870 * gdb.fortran/nested-funcs-2.exp: New file.
1871 * gdb.fortran/nested-funcs-2.f90: New file.
1872
082cce05
AB
18732019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1874
1875 * gdb.python/py-parameter.exp: Make test names unique.
1876 * gdb.python/py-template.exp: Likewise.
1877 * gdb.python/py-value.exp: Likewise.
1878
2b74ba5a
AB
18792019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1880
1881 * gdb.base/break-interp.exp: Reduce test name duplication.
1882 * gdb.base/call-sc.exp: Likewise.
1883 * gdb.base/callfuncs.exp: Likewise.
1884 * gdb.base/charset.exp: Likewise.
1885 * gdb.base/dump.exp: Likewise.
1886 * gdb.base/ena-dis-br.exp: Likewise.
1887 * gdb.base/relational.exp: Likewise.
1888 * gdb.base/step-over-syscall.exp: Likewise.
1889 * gdb.base/structs.exp: Likewise.
1890
58eb20d5
AB
18912019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1892
1893 * gdb.linespec/explicit.exp: Make test names unique.
1894 * gdb.linespec/ls-errs.exp: Likewise.
1895
4d421147
AB
18962019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1897
1898 * gdb.reverse/break-precsave.exp: Make test names unique.
1899 * gdb.reverse/break-reverse.exp: Likewise.
1900 * gdb.reverse/finish-precsave.exp: Likewise.
1901 * gdb.reverse/finish-reverse.exp: Likewise.
1902 * gdb.reverse/machinestate-precsave.exp: Likewise.
1903 * gdb.reverse/machinestate.exp: Likewise.
1904 * gdb.reverse/readv-reverse.exp: Likewise.
1905 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1906 * gdb.reverse/sigall-precsave.exp: Likewise.
1907 * gdb.reverse/sigall-reverse.exp: Likewise.
1908 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1909 * gdb.reverse/watch-precsave.exp: Likewise.
1910 * gdb.reverse/watch-reverse.exp: Likewise.
1911
d8c06f22
AB
19122019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1913
1914 * gdb.threads/stop-with-handle.c: New file.
1915 * gdb.threads/stop-with-handle.exp: New file.
1916
3a56ed86
TV
19172019-10-03 Tom de Vries <tdevries@suse.de>
1918
1919 PR testsuite/25059
1920 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1921 directory" line to be missing.
1922
42275044
TV
19232019-10-03 Tom de Vries <tdevries@suse.de>
1924
1925 PR testsuite/25059
1926 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1927 type optional.
1928
9ef62df0
AA
19292019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1930
1931 * gdb.python/py-format-string.c (string.h): New include.
1932 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1933 the same value, for endianness-independence.
1934 * gdb.python/py-format-string.exp (default_regexp_dict)
1935 (test_pretty_structs, test_format): Adjust expected output to the
1936 changed initialization.
1937
37f6a7f4
TT
19382019-10-02 Tom Tromey <tromey@adacore.com>
1939
1940 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1941
1d58d6a2
PA
19422019-10-02 Pedro Alves <palves@redhat.com>
1943 Andrew Burgess <andrew.burgess@embecosm.com>
1944
1945 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1946 "print-file-var.h".
1947 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1948 (get_version_1): Print this_version_id and its address.
1949 Add extern "C" wrappers around interface functions.
1950 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1951 "print-file-var.h".
1952 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1953 (get_version_2): Print this_version_id and its address.
1954 Add extern "C" wrappers around interface functions.
1955 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1956 <stddef.h> and "print-file-var.h".
1957 Add extern "C" wrappers around interface functions.
1958 [VERSION_ID_MAIN] (this_version_id): Define.
1959 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1960 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1961 up extern "C" blocks.
1962 * gdb.base/print-file-var.exp (test): New, factored out from top
1963 level.
1964 (top level): Test all combinations of attribute hidden or not,
1965 dlopen or not, and this_version_id symbol in main file or not.
1966 Compile tests as both C++ and C, make test names unique.
1967
d770d56f
TT
19682019-10-01 Tom Tromey <tom@tromey.com>
1969
1970 * gdb.base/style.exp: Test "show logging filename".
1971
7f6aba03
TT
19722019-10-01 Tom Tromey <tom@tromey.com>
1973
1974 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1975 * gdb.base/style.exp: Add metadata style test.
1976
14309bb6
TT
19772019-10-01 Tom Tromey <tom@tromey.com>
1978
1979 * gdb.base/style.exp: Test "pwd".
1980
2a3c1174
PA
19812019-10-01 Tom Tromey <tom@tromey.com>
1982
1983 * gdb.base/style.exp: Update tests.
1984
53d666ec
AA
19852019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1986
1987 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1988 'six' to unsigned.
1989 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1990 'five'. Use an all-ones bit pattern for each.
1991 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1992 to its changed values.
1993
4a56a520
TT
19942019-09-30 Tom Tromey <tromey@adacore.com>
1995
1996 * gdb.rust/traits.rs: Disable all warnings.
1997
0df0352a
TV
19982019-09-29 Tom de Vries <tdevries@suse.de>
1999
aac66a4c 2000 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 2001
73d9a918
TV
20022019-09-29 Tom de Vries <tdevries@suse.de>
2003
2004 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2005
060b3ab4
TV
20062019-09-27 Tom de Vries <tdevries@suse.de>
2007
2008 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2009
68f7d34d
TV
20102019-09-27 Tom de Vries <tdevries@suse.de>
2011
2012 PR record/23188
2013 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2014
5d63b30a
TT
20152019-09-26 Tom Tromey <tromey@adacore.com>
2016
2017 * gdb.ada/py_taft.exp: New file.
2018 * gdb.ada/py_taft/main.adb: New file.
2019 * gdb.ada/py_taft/pkg.adb: New file.
2020 * gdb.ada/py_taft/pkg.ads: New file.
2021
3d435220
TV
20222019-09-24 Tom de Vries <tdevries@suse.de>
2023
2024 PR gdb/24598
2025 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2026
77d03678
TV
20272019-09-22 Tom de Vries <tdevries@suse.de>
2028
2029 * gdb.base/restore.exp: Allow register variables to be optimized out at
2030 -O0.
2031
abf516c6
UW
20322019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2033
2034 * gdb.arch/spu-info.exp: Remove file.
2035 * gdb.arch/spu-info.c: Remove file.
2036 * gdb.arch/spu-ls.exp: Remove file.
2037 * gdb.arch/spu-ls.c: Remove file.
2038
2039 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2040 * gdb.asm/spu.inc: Remove file.
2041
2042 * gdb.base/dump.exp: Remove support for spu*-*-*.
2043 * gdb.base/stack-checking.exp: Likewise.
2044 * gdb.base/overlays.exp: Likewise.
2045 * gdb.base/ovlymgr.c: Likewise.
2046 * gdb.base/spu.ld: Remove file.
2047
2048 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2049 * gdb.cp/cpexprs.exp: Likewise.
2050 * gdb.cp/exception.exp: Likewise.
2051 * gdb.cp/gdb2495.exp: Likewise.
2052 * gdb.cp/mb-templates.exp: Likewise.
2053 * gdb.cp/pr9167.exp: Likewise.
2054 * gdb.cp/userdef.exp: Likewise.
2055
2056 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2057
2058 * gdb.cell: Remove directory.
2059 * lib/cell.exp: Remove file.
2060
e452e88f
TV
20612019-09-19 Tom de Vries <tdevries@suse.de>
2062
2063 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2064
8a625130
TV
20652019-09-19 Tom de Vries <tdevries@suse.de>
2066
2067 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2068
81dc3ab5
TV
20692019-09-19 Tom de Vries <tdevries@suse.de>
2070
2071 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2072 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2073 (gdb_target_cmd): ... here.
2074 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2075 value 2.
2076
b078f3ac
AB
20772019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2078
2079 * gdb.base/source-dir.exp: Avoid having directory names in test
2080 names.
2081
f1b620e9
MG
20822019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2083
2084 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2085 directory.
2086
67f3ed6a
AB
20872019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2088
2089 * gdb.base/list-missing-source.exp: New file.
2090
d1b70248
TV
20912019-09-14 Tom de Vries <tdevries@suse.de>
2092
2093 PR teststuite/24599
2094 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2095 * lib/ada.exp (gnatmake_version_at_least): New proc.
2096
5fabdcd6
AB
20972019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2098
2099 * gdb.base/maint.exp: Use exec_has_index_section.
2100
aa17805f
AB
21012019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2102
2103 * gdb.base/maint.exp: Add test for 'maint info sections'.
2104
25e5c209
TV
21052019-09-12 Tom de Vries <tdevries@suse.de>
2106
2107 * gdb.base/store.exp: Allow register variables to be optimized out at
2108 -O0.
2109
4993045d
PW
21102019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2111
2112 * gdb.ada/rdv_wait.exp: Update to new task names.
2113 * gdb.base/task_switch_in_core.exp: Likewise.
2114 * gdb.base/info_sources_base.c: Likewise.
2115
8a516164
TT
21162019-09-10 Tom Tromey <tromey@adacore.com>
2117
2118 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2119
aa391654
TT
21202019-09-10 Tom Tromey <tromey@adacore.com>
2121
2122 * gdb.ada/dgopt.exp: New file.
2123 * gdb.ada/dgopt/x.adb: New file.
2124
8634b462
TT
21252019-09-08 Tom Tromey <tom@tromey.com>
2126
2127 * gdb.tui/resize.exp: Remove setup_xfail.
2128 * gdb.tui/regs.exp: Remove setup_xfail.
2129 * gdb.tui/basic.exp: Remove setup_xfail.
2130
736b0f76
DB
21312019-09-06 David Blaikie <dblaikie@gmail.com>
2132
2133 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2134 * gdb.cp/cplabel.exp: Ditto.
2135 * gdb.linespec/ls-errs.exp: Ditto.
2136
30331a6c
TV
21372019-09-05 Tom de Vries <tdevries@suse.de>
2138
2139 * lib/gdb.exp (cmp_file_string): New proc.
2140 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2141 runto_main. Verify save breakpoints output.
2142
98b0ebab
PW
21432019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2144
2145 * gdb.base/info-var.exp: Test info variables without running
2146 to main, to avoid expect's buffer overflow.
2147
4e962e74
TT
21482019-09-03 Tom Tromey <tromey@adacore.com>
2149
2150 * gdb.ada/bias.exp: New file.
2151 * gdb.ada/bias/bias.adb: New file.
2152 * gdb.ada/print_chars.exp: Add regression test.
2153 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2154 (MC): New variable.
2155
2ea1a07a
SL
21562019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2157
2158 * gdb.base/argv0-symlink.exp: Run only on native target
2159 and local host.
2160
8077c50d
TV
21612019-08-29 Tom de Vries <tdevries@suse.de>
2162
2163 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2164 diverse debug info.
2165 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2166
48352473
TV
21672019-08-28 Tom de Vries <tdevries@suse.de>
2168
2169 * gdb.base/info-var.exp: Allow info variables to print info for files
2170 other than info-var-f1.c and info-var-f2.c.
2171
d8f27c60
AB
21722019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2173
2174 * gdb.fortran/info-types.exp: Add module.
2175 * gdb.fortran/info-types.f90: Update expected results.
2176
1f20c35e
AB
21772019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2178
2179 * gdb.fortran/info-types.exp: New file.
2180 * gdb.fortran/info-types.f90: New file.
2181 * lib/fortran.exp (fortran_character1): New proc.
2182
4acfdd20
AB
21832019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2184
2185 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2186 functions'. Reindent as needed.
2187 * gdb.base/info-var-f1.c: New file.
2188 * gdb.base/info-var-f2.c: New file.
2189 * gdb.base/info-var.exp: New file.
2190 * gdb.base/info-var.h: New file.
2191
5c31b358
TV
21922019-08-26 Tom de Vries <tdevries@suse.de>
2193
2194 PR c++/24852
2195 * gdb.cp/no-libstdcxx-probe.exp: New test.
2196
b694989f
TV
21972019-08-26 Tom de Vries <tdevries@suse.de>
2198
2199 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2200 * tests need to be skipped.
2201 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2202 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2203 mi_skip_libstdcxx_probe_tests.
2204
d9c4ba53
SDJ
22052019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2206
2207 * gdb.python/py-xmethods.exp: Use raw strings when passing
2208 arguments to SimpleXMethodMatcher.
2209
395fad09
TV
22102019-08-22 Tom de Vries <tdevries@suse.de>
2211
2212 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2213 more informative.
2214
26c957f1
PA
22152019-08-21 Pedro Alves <palves@redhat.com>
2216
2217 * gdb.base/with.exp: Test "with" with no arguments.
2218
61f80d5d
TV
22192019-08-21 Tom de Vries <tdevries@suse.de>
2220
2221 * gdb.base/gdb-caching-proc.exp: Sort files.
2222
d7a11d13
TV
22232019-08-20 Tom de Vries <tdevries@suse.de>
2224
2225 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2226 compilation.
2227
34dafe9f
TV
22282019-08-16 Tom de Vries <tdevries@suse.de>
2229
2230 * gdb.base/compare-sections.exp ("after run to main"): Allow
2231 mismatched read-only sections for PIE executables.
2232
398fdd60
TT
22332019-08-16 Tom Tromey <tom@tromey.com>
2234
2235 * lib/tuiterm.exp (_csi_Z): New proc.
2236 * gdb.tui/basic.exp: Update window positions.
2237 * gdb.tui/empty.exp: Update window positions.
2238
d8f9e51c
SL
22392019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2240
2241 * gdb.base/examine-backward.exp: Correct regexp for
2242 "examine 3 bytes backward from ${address_zero}".
2243
3df505f6
TT
22442019-08-15 Tom Tromey <tom@tromey.com>
2245
2246 * gdb.tui/empty.exp: Enable resizing tests.
2247
272560b5
TT
22482019-08-15 Tom Tromey <tromey@adacore.com>
2249
2250 * gdb.ada/char_enum.exp: Add regression tests.
2251 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2252 and '0'.
2253 (Char, Gchar): Update.
2254 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2255
08235187
CB
22562019-08-15 Christian Biesinger <cbiesinger@google.com>
2257
2258 * gdb.python/python.exp: Expect a leading underscore on
2259 GdbOutput{,Error}File.
2260
22a2ab04
SL
22612019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2262
2263 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2264 Windows host.
2265
835b995b
SL
22662019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2267
2268 * gdb.base/batch-preserve-term-settings.exp
2269 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2270
97dd8e07
CB
22712019-08-15 Christian Biesinger <cbiesinger@google.com>
2272
2273 * lib/gdb.exp: When running on a mingw target, replace
2274 /x/ with x:/.
2275
75faf5c4
AH
22762019-08-14 Alan Hayward <alan.hayward@arm.com>
2277
2278 * gdb.arch/aarch64-prologue.c: New test.
2279 * gdb.arch/aarch64-prologue.exp: New file.
2280
abc6c00f
TV
22812019-08-13 Tom de Vries <tdevries@suse.de>
2282
2283 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2284 Thread.
2285
74c2c1f4
SL
22862019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2287
2288 * gdb.python/py-completion.exp: Download the .py file to the host
2289 and use its host pathname. Conditionalize tests that use
2290 tab completion and manipulate files on the build machine.
2291 * gdb.python/py-events.exp: Download the .py file to the host
2292 and use its host pathname.
2293 * gdb.python/py-evsignal.exp: Likewise.
2294 * gdb.python/py-evthreads.exp: Likewise.
2295 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2296 pathname syntax.
2297 * gdb.python/py-framefilter.exp: Download the .py file to the right
2298 place on the host. Match Windows pathname syntax.
2299 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2300 .py file to the host and use its host pathname.
2301 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2302 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2303 build pathname. Skip symlink test on Windows host. Add missing
2304 newline at end of file.
2305 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2306 and use its host pathname.
2307 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2308 * gdb.python/py-section-script.exp: Use host location of binfile
2309 on safe-path. Use correct path separator on Windows host.
2310 Reorder alternatives in gdb_test_multiple to prevent matching
2311 the wrong alternative on success.
2312 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2313
ca2589f3
PP
23142019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2315
2316 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2317 expect the GDB inferior to no longer immediately stop after
2318 being resumed with "signal SIGINT".
2319
020a839d
SL
23202019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2321
2322 * gdb.linespec/break-ask.exp: Generalize regexps to match
2323 Windows pathnames too.
2324
128d6509
TV
23252019-08-08 Tom de Vries <tdevries@suse.de>
2326
2327 PR testsuite/24862
2328 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2329
590042fc
PW
23302019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2331
2332 * gdb.base/style.exp: Update tests for help doc new invariants.
2333 * gdb.base/help.exp: Likewise.
2334
046bebe1
TT
23352019-08-06 Tom Tromey <tom@tromey.com>
2336
2337 * gdb.base/style.exp: Add disassemble test.
2338 * gdb.base/style.c (some_called_function): New function.
2339 (main): Use it.
2340
0b27c27d
CB
23412019-08-05 Christian Biesinger <cbiesinger@google.com>
2342
2343 * gdb.python/py-block.exp: Test dictionary access on blocks.
2344
580f1034
SM
23452019-08-05 Simon Marchi <simon.marchi@efficios.com>
2346
2347 PR gdb/24863
2348 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2349 -list-thread-groups --available test when running under
2350 check-read1.
2351
d86bd7cb
TV
23522019-08-05 Tom de Vries <tdevries@suse.de>
2353
2354 PR testsuite/24863
2355 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2356 * gdb.base/help.exp: Use with_read1_timeout_factor.
2357 * gdb.base/info-macros.exp: Same.
2358 * gdb.cp/nested-types.exp: Same.
2359
a80cf5d8
TV
23602019-08-05 Tom de Vries <tdevries@suse.de>
2361
2362 * lib/gdb.exp (version_at_least): Factor out of ...
2363 (tcl_version_at_least): ... here.
2364 (gdb_compile): Fail if pie results in non-PIE executable.
2365 (readelf_version, readelf_prints_pie): New proc.
2366 (exec_is_pie): Return -1 if unknown.
2367
d0962838
TV
23682019-08-05 Tom de Vries <tdevries@suse.de>
2369
2370 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2371
2252ff3d
SL
23722019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2373
2374 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2375
26655f53
SL
23762019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2377
2378 * lib/completion-support.exp (test_gdb_complete_none): Skip
2379 tab completion tests if no readline support.
2380 (test_gdb_complete_unique_re): Likewise.
2381 (test_gdb_complete_multiple): Likewise.
2382
db4dc13e
PW
23832019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2384
2385 * gdb.base/info_sources.exp: New file.
2386 * gdb.base/info_sources.c: New file.
2387 * gdb.base/info_sources_base.c: New file.
2388
0eba165a
PFC
23892019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2390
2391 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2392 prefix argument.
2393 (test_exit_status): Add prefix argument.
2394
59bd512b
TV
23952019-08-01 Tom de Vries <tdevries@suse.de>
2396
2397 PR testsuite/24863
2398 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2399 calling exp_continue for new thread and thread exited messages.
2400
2a3ad588
TV
24012019-08-01 Tom de Vries <tdevries@suse.de>
2402
2403 PR testsuite/24863
2404 * gdb.base/structs.exp: Fix check-read1 timeout using
2405 gdb_test_sequence.
2406 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2407
117eb594
TV
24082019-08-01 Tom de Vries <tdevries@suse.de>
2409
2410 PR testsuite/24863
2411 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2412 line.
2413
ed591340
TV
24142019-08-01 Tom de Vries <tdevries@suse.de>
2415
2416 PR testsuite/24863
2417 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2418
aa3b6533
TT
24192019-07-30 Tom Tromey <tromey@adacore.com>
2420
2421 * gdb.ada/display_nested.exp: New file.
2422 * gdb.ada/display_nested/foo.adb: New file.
2423 * gdb.ada/display_nested/pack.adb: New file.
2424 * gdb.ada/display_nested/pack.ads: New file.
2425
2906593f
CB
24262019-07-30 Christian Biesinger <cbiesinger@google.com>
2427
2428 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2429 namespace.
2430 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2431
0f575925
TV
24322019-07-30 Tom de Vries <tdevries@suse.de>
2433
2434 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2435 instead.
2436
b13057d9
TV
24372019-07-30 Tom de Vries <tdevries@suse.de>
2438
2439 PR testsuite/24834
2440 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2441 (exec_is_pie): New proc.
2442
5c4dde85
CB
24432019-07-29 Christian Biesinger <cbiesinger@google.com>
2444
2445 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2446
c620ed88
CB
24472019-07-29 Christian Biesinger <cbiesinger@google.com>
2448
2449 * gdb.python/py-objfile.c: Add global and static vars.
2450 * gdb.python/py-objfile.exp: Test new functions Objfile.
2451 lookup_global_symbol and lookup_static_symbol.
2452
3d235706
TT
24532019-07-29 Tom Tromey <tom@tromey.com>
2454
2455 * lib/tuiterm.exp (Term::_csi_@): New proc.
2456 (Term::_csi_X): Don't move cursor.
2457
c7e4c0a6
PW
24582019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2459
2460 * gdb.base/options.exp: Update backtrace - completion to
2461 new option -frame-info.
2462 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2463 Test new 'set print frame-info'. Test backtrace -frame-info
2464 overriding 'set print frame-info'.
2465 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2466 Test new 'set print frame-info'.
2467 Verify consistency of backtrace with and without filters, with and
2468 without -no-filters.
2469 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2470 default.
2471
de28a3b7
TV
24722019-07-29 Tom de Vries <tdevries@suse.de>
2473
2474 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2475 no arguments".
2476
507dd60e
TV
24772019-07-29 Tom de Vries <tdevries@suse.de>
2478
2479 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2480 is a substring of the first for "complete non-unique file name".
2481
5beafce9
TV
24822019-07-29 Tom de Vries <tdevries@suse.de>
2483
2484 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2485 with ".*".
2486
2d274232
TV
24872019-07-29 Tom de Vries <tdevries@suse.de>
2488
2489 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2490 Pass prompt_regexp parameter to gdb_test_multiple calls.
2491
9197cd8b
TV
24922019-07-29 Tom de Vries <tdevries@suse.de>
2493
2494 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 2495 print registers" regexps.
9197cd8b 2496
b528dae0
TV
24972019-07-29 Tom de Vries <tdevries@suse.de>
2498
2499 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2500
d17725d7
TV
25012019-07-29 Tom de Vries <tdevries@suse.de>
2502
2503 PR gdb/24855
2504 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2505 (skip_python_tests_prompt): Add prompt_regexp argument to
2506 gdb_test_multiple calls.
2507
52b75bf1
TT
25082019-07-27 Tom Tromey <tom@tromey.com>
2509
2510 * gdb.tui/main.exp: New file.
2511
2b1d00c2
TT
25122019-07-27 Tom Tromey <tom@tromey.com>
2513
2514 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2515 optional.
2516 * gdb.tui/empty.exp: New file.
2517
ded631d5
TT
25182019-07-27 Tom Tromey <tom@tromey.com>
2519
2520 * lib/tuiterm.exp (spawn): New proc.
2521 (Term::resize): New proc.
2522 * gdb.tui/resize.exp: New file.
2523
58ac439d
TT
25242019-07-27 Tom Tromey <tom@tromey.com>
2525
2526 * gdb.tui/list.exp: New file.
2527
fe1f56ee
TT
25282019-07-27 Tom Tromey <tom@tromey.com>
2529
2530 * gdb.tui/regs.exp: New file.
2531
f790b310
TT
25322019-07-27 Tom Tromey <tom@tromey.com>
2533
2534 * gdb.tui/basic.exp: Add "layout split" test.
2535
d95fc6ee
TT
25362019-07-27 Tom Tromey <tom@tromey.com>
2537
2538 * gdb.tui/basic.exp: Add "layout asm" test.
2539
c3786b3a
TT
25402019-07-27 Tom Tromey <tom@tromey.com>
2541
2542 * lib/tuiterm.exp: New file.
2543 * gdb.tui/basic.exp: New file.
2544
98a617f8
KB
25452019-07-27 Kevin Buettner <kevinb@redhat.com>
2546
2547 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2548 Enable tests associated with this flag. Adjust regex
2549 referencing "foo_low" to now refer to "foo_cold" instead.
2550
5c076da4
KB
25512019-07-27 Kevin Buettner <kevinb@redhat.com>
2552
2553 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2554 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2555 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2556 foo_cold. Revise comments to match.
2557 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2558 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2559 were wrapped into this proc; Call do_test in loop from outermost
2560 level.
2561 (foo_low): Rename all occurrences to "foo_cold".
2562 (backtrace from baz): New test.
2563 (x2/i foo_cold): New test.
2564 (info line *foo_cold): New test.
2565
1512d3b7
TV
25662019-07-26 Tom de Vries <tdevries@suse.de>
2567
2568 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2569
297989a1
TV
25702019-07-25 Tom de Vries <tdevries@suse.de>
2571
2572 PR testsuite/24830
2573 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2574 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2575 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2576 (skip_libstdcxx_probe_tests): ... here.
2577 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2578
b3b965fb
TV
25792019-07-24 Tom de Vries <tdevries@suse.de>
2580
2581 PR testsuite/24807
2582 * gdb.objc/basicclass.m: Include stdio.h.
2583 * gdb.objc/nondebug.m: Same.
2584 * gdb.objc/objcdecode.m: Same.
2585
4625b4d0
TV
25862019-07-24 Tom de Vries <tdevries@suse.de>
2587
2588 PR testsuite/24612
2589 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2590 additional_flags.
2591
024a5840
TV
25922019-07-24 Tom de Vries <tdevries@suse.de>
2593
2594 PR testsuite/24831
2595 * gdb.multi/tids.exp: Update error messages for info threads.
2596
c76ddaa3
TV
25972019-07-24 Tom de Vries <tdevries@suse.de>
2598
2599 * gdb.base/info-types.exp: Allow info types to print info for more than
2600 one file.
2601
9a618ef6
TV
26022019-07-23 Tom de Vries <tdevries@suse.de>
2603
2604 PR testsuite/24842
2605 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2606 gdb_spawn_with_cmdline_opts.
2607
40eadf04
SP
26082019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2609
2610 * gdb.arch/arm-cmse-sgstubs.c: New test.
2611 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2612
5ba29434
TV
26132019-07-23 Tom de Vries <tdevries@suse.de>
2614
2615 PR testsuite/24711
2616 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2617 issuing next command.
2618
a8e9d247
AB
26192019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2620
2621 * gdb.ada/info_auto_lang.exp: Update expected results.
2622 * gdb.base/info-types.c: Add additional types to check.
2623 * gdb.base/info-types.exp: Update expected results.
2624
eb86c5e2
AB
26252019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2626
2627 * gdb.base/info-types.c: New file.
2628 * gdb.base/info-types.exp: New file.
2629
01e175fe
AB
26302019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2631
2632 * gdb.arch/riscv-bp-infcall.c: New file.
2633 * gdb.arch/riscv-bp-infcall.exp: New file.
2634
6b78c3f8
AB
26352019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2636
2637 PR breakpoints/24541
2638 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2639
da738167
TV
26402019-07-14 Tom de Vries <tdevries@suse.de>
2641
2642 PR testsuite/24760
2643 * gdb.objc/basicclass.exp: Fix unterminated string.
2644
0d4e84ed
AB
26452019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2646 Andrew Burgess <andrew.burgess@embecosm.com>
2647
2648 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2649 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2650 negative bounds.
2651 * gdb.fortran/vla-value.exp: Print elements of an array with
2652 negative bounds.
2653 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2654 testing.
2655
021d8588
AB
26562019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2657
2658 * gdb.base/options.exp (expect_string): Dequote strings in
2659 results.
2660 (test-string): Test strings with different quoting and reindent.
2661
f06f1252
TT
26622019-07-10 Tom Tromey <tromey@adacore.com>
2663
2664 * gdb.ada/mi_ex_cond.exp: Update expected results.
2665 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2666 * gdb.ada/mi_catch_ex.exp: Update expected results.
2667 * gdb.ada/mi_catch_assert.exp: Update expected results.
2668 * gdb.ada/catch_ex.exp (catch_exception_info)
2669 (catch_exception_entry, catch_assert_entry)
2670 (catch_unhandled_entry): Update.
2671 * gdb.ada/catch_assert_if.exp: Update expected results.
2672
b863685d
RB
26732019-07-10 Richard Bunt <richard.bunt@arm.com>
2674 Stephen Roberts <stephen.roberts@arm.com>
2675
2676 * gdb.base/define.exp: Restore original prompt.
2677
cb1e4e32
PA
26782019-07-09 Pedro Alves <palves@redhat.com>
2679
2680 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2681 breakpoints" output.
2682 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2683 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2684 throw" creates breakpoint.
2685 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2686 'type="catchpoint"'.
2687
b58a68fe
PA
26882019-07-09 Pedro Alves <palves@redhat.com>
2689
2690 PR c++/15468
2691 * gdb.cp/except-multi-location-lib.cc: New.
2692 * gdb.cp/except-multi-location-main.cc: New.
2693 * gdb.cp/except-multi-location.exp: New.
2694
0826779b
PW
26952019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2696
2697 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2698 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2699 argument and update callers.
2700
5b0e2db4
AB
27012019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2702
2703 * gdb.arch/amd64-break-on-asm-line.S: New file.
2704 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2705
1f6f6e21
PW
27062019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2707
2708 * gdb.base/printcmds.exp: Test printing C string and
2709 C wide string convenience vars without transiting via the inferior.
2710 Also make test names unique.
2711
ea142fbf
AH
27122019-07-08 Alan Hayward <alan.hayward@arm.com>
2713
5862c886 2714 PR breakpoints/25011
ea142fbf
AH
2715 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2716
213fd9fa
PA
27172019-07-04 Pedro Alves <palves@redhat.com>
2718
2719 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2720 body returned ok(0), break(3) or continue(4).
2721 * gdb.testsuite/foreach_with_prefix.exp: New file.
2722
2b40fda7
AH
27232019-07-04 Alan Hayward <alan.hayward@arm.com>
2724
2725 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2726
a26c8de0
PA
27272019-07-03 Pedro Alves <palves@redhat.com>
2728
2729 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2730 "return -code".
2731
5f4ba3e7
PA
27322019-07-03 Pedro Alves <palves@redhat.com>
2733
2734 PR cli/24732
2735 * gdb.base/shell.exp: Load completion-support.exp.
2736 Adjust expected error output. Add completion tests.
2737
a994424f
PA
27382019-07-03 Pedro Alves <palves@redhat.com>
2739
2740 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2741 string_to_regexp.
2742
3d9be6f5
PA
27432019-07-03 Pedro Alves <palves@redhat.com>
2744
2745 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2746 (expect_integer): Adjust to expect "-string".
2747 (expect_string): New.
2748 (all_options): Expect "-string".
2749 (test-flag, test-boolean): Adjust to expect "-string".
2750 (test-string): New proc.
2751 (top level): Call it.
2752
41fc454c
PA
27532019-07-03 Pedro Alves <palves@redhat.com>
2754
2755 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2756 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2757 the expected output in the success.
2758
b2b2a215
PA
27592019-07-03 Pedro Alves <palves@redhat.com>
2760
2761 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2762 Split one gdb_test_multiple call in two to avoid a race.
2763
fdbc9870
PA
27642019-07-03 Pedro Alves <palves@redhat.com>
2765
2766 * gdb.base/with.c: New file.
2767 * gdb.base/with.exp: New file.
2768
c6ac8931
PA
27692019-07-03 Pedro Alves <palves@redhat.com>
2770
2771 * gdb.base/settings.exp: Replace all references to "maint
2772 test-settings set" with references to "maint set test-settings",
2773 and all references to "maint test-settings show" with references
2774 to "maint show test-settings".
2775
970f9d09
PA
27762019-07-03 Pedro Alves <palves@redhat.com>
2777
2778 * gdb.base/settings.exp (test-string): Adjust expected out when
2779 testing "maint test-settings show filename"
2780
54d66006
PA
27812019-07-02 Pedro Alves <palves@redhat.com>
2782
2783 * gdb.base/options.exp (test-info-threads): New procedure.
2784 (top level): Call it.
2785
10d06d82
TT
27862019-06-28 Tom Tromey <tromey@adacore.com>
2787
2788 * gdb.dwarf2/ada-linkage-name.c: New file.
2789 * gdb.dwarf2/ada-linkage-name.exp: New file.
2790
3d507ff2
TT
27912019-06-27 Tom Tromey <tromey@adacore.com>
2792
d039f014 2793 PR c++/20020:
3d507ff2
TT
2794 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2795
8af58ffe
TV
27962019-06-26 Tom de Vries <tdevries@suse.de>
2797
2798 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2799
22e21752
TV
28002019-06-26 Tom de Vries <tdevries@suse.de>
2801
2802 * gdb.base/index-cache.exp: Add back missing debug option.
2803
b65b566c
PW
28042019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2805
2806 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2807
5c2c8c69
TV
28082019-06-25 Tom de Vries <tdevries@suse.de>
2809
2810 PR testsuite/24727
2811 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2812
164e3873
TV
28132019-06-24 Tom de Vries <tdevries@suse.de>
2814
2815 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2816
824eacee
TV
28172019-06-24 Tom de Vries <tdevries@suse.de>
2818
2819 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2820 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2821 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2822
385b97d3
TV
28232019-06-24 Tom de Vries <tdevries@suse.de>
2824
2825 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2826
c596f180
TV
28272019-06-21 Tom de Vries <tdevries@suse.de>
2828
2829 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2830
b13a7d03
TV
28312019-06-21 Tom de Vries <tdevries@suse.de>
2832
2833 PR testsuite/24518
2834 PR ada/24713
2835 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2836 index.
2837
899277ae
TT
28382019-06-19 Tom Tromey <tromey@adacore.com>
2839
2840 * gdb.ada/length_cond.exp: Add intro comment.
2841
680e1bee
TT
28422019-06-19 Tom Tromey <tromey@adacore.com>
2843
2844 * gdb.ada/length_cond.exp: New file.
2845 * gdb.ada/length_cond/length_cond.adb: New file.
2846 * gdb.ada/length_cond/pck.adb: New file.
2847 * gdb.ada/length_cond/pck.ads: New file.
2848
0ed4690a
TV
28492019-06-18 Tom de Vries <tdevries@suse.de>
2850
2851 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2852
d20ed5fd
TT
28532019-06-18 Tom Tromey <tromey@adacore.com>
2854
2855 * gdb.base/list0.h: Add comment explaining control character.
2856
86e04673
TV
28572019-06-18 Tom de Vries <tdevries@suse.de>
2858
2859 * boards/fission.exp: Break up long debug_flags line.
2860
c4973306
SM
28612019-06-16 Tom de Vries <tdevries@suse.de>
2862
2863 PR gdb/24445
2864 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2865 generated index.
2866
93cb9841
AB
28672019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2868
2869 PR gdb/24686
2870 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2871 improve detection of bug gdb/24541.
2872
399aaebd
SM
28732019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2874
2875 PR gdb/24669
2876 * gdb.base/index-cache.exp (uses_readnow,
2877 expecting_index_cache_use): Define global variable.
2878 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2879 expecting_index_cache_use.
2880
584a927c
AB
28812019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2882 Andrew Burgess <andrew.burgess@embecosm.com>
2883
2884 * gdb.fortran/pointers.f90: New file.
2885 * gdb.fortran/print_type.exp: New file.
2886 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2887 * gdb.fortran/vla-type.exp: Likewise.
2888 * gdb.fortran/vla-value.exp: Likewise.
2889 * gdb.mi/mi-vla-fortran.exp: Likewise.
2890
30056ea0
AB
28912019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2892
2893 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2894 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2895 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2896 as a stop reason.
2897
ec8e2b6d
AB
28982019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2899
2900 * gdb.base/annota1.exp: Update expected results.
2901 * gdb.cp/annota2.exp: Likewise.
2902 * gdb.cp/annota3.exp: Likewise.
2903
09e4c4e1
AB
29042019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2905
2906 * gdb.base/style-logging.exp: Remove path from test name.
2907
0735b091
TT
29082019-06-14 Tom Tromey <tromey@adacore.com>
2909
2910 PR gdb/24502:
2911 * gdb.base/style-logging.exp: New file.
2912
f5686554
TT
29132019-06-14 Tom Tromey <tromey@adacore.com>
2914
2915 * gdb.base/symfile-warn.exp: New file.
2916 * gdb.base/symfile-warn.c: New file.
2917
a0c1ffed
TT
29182019-06-14 Tom Tromey <tromey@adacore.com>
2919
2920 * gdb.base/annotate-symlink.exp: New file.
2921
f411722c
TT
29222019-06-14 Tom Tromey <tromey@adacore.com>
2923
2924 * gdb.ada/set_wstr.exp: Add reassignment test.
2925
4268ec18
TT
29262019-06-14 Tom Tromey <tromey@adacore.com>
2927
2928 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2929 'unchecked_access and 'unrestricted_access as well.
2930
9a9e394b
TT
29312019-06-14 Tom Tromey <tromey@adacore.com>
2932
2933 PR ada/24539:
2934 * gdb.ada/vla.exp: Update tests.
2935 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2936 pragma.
2937
4c048731
PA
29382019-06-13 Pedro Alves <palves@redhat.com>
2939
2940 * gdb.base/settings.exp (test-integer): Test junk after
2941 "unlimited".
2942
6665660a
PA
29432019-06-13 Pedro Alves <palves@redhat.com>
2944
2945 * gdb.base/options.exp (test-thread-apply): New.
2946 (top level): Call it.
2947
5d707134
PA
29482019-06-13 Pedro Alves <palves@redhat.com>
2949
2950 * gdb.base/options.exp (test-frame-apply): New.
2951 (top level): Test print commands with different "frame apply"
2952 prefixes.
2953
e2a689da
PA
29542019-06-13 Pedro Alves <palves@redhat.com>
2955
e79be6e5 2956 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
2957 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2958 'max_completions' parameter and handle it.
2959 (test_gdb_completion_offers_commands): New.
2960
90a1ef87
PA
29612019-06-13 Pedro Alves <palves@redhat.com>
2962
2963 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2964
d4c16835
PA
29652019-06-13 Pedro Alves <palves@redhat.com>
2966
2967 * gdb.base/options.exp (test-backtrace): New.
2968 (top level): Call it.
2969
2daf894e
PA
29702019-06-13 Pedro Alves <palves@redhat.com>
2971
2972 * gdb.guile/scm-frame-args.exp: Use "set print
2973 raw-frame-arguments" instead of "set print raw frame-arguments".
2974 * gdb.python/py-frame-args.exp: Likewise.
2975
e6ed716c
PA
29762019-06-13 Pedro Alves <palves@redhat.com>
2977
2978 * gdb.compile/compile.exp: Adjust expected output to option
2979 processing changes.
2980
7d8062de
PA
29812019-06-13 Pedro Alves <palves@redhat.com>
2982
2983 * gdb.base/options.exp: Build executable.
2984 (test-print): New procedure.
2985 (top level): Call it, once for "print" and another for "compile
2986 print".
2987
9d0faba9
PA
29882019-06-13 Pedro Alves <palves@redhat.com>
2989
2990 * gdb.base/options.c: New file.
2991 * gdb.base/options.exp: New file.
2992
dee7b4c8
PA
29932019-06-13 Pedro Alves <palves@redhat.com>
2994
2995 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2996 that "o" is ambiguous.
2997
dca0f6c0
PA
29982019-06-13 Pedro Alves <palves@redhat.com>
2999
3000 * gdb.base/settings.c: New file.
3001 * gdb.base/settings.exp: New file.
3002
ccf46844
PA
30032019-06-13 Pedro Alves <palves@redhat.com>
3004
3005 * gdb.base/completion.exp: Fix comment typo.
3006
b9a3f842
PA
30072019-06-13 Pedro Alves <palves@redhat.com>
3008
3009 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3010 foo --1" test.
3011
d106773e
PA
30122019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3013
3014 * gdb.fortran/block-data.f: New.
3015 * gdb.fortran/block-data.exp: New.
3016
fea82da0
TV
30172019-06-11 Tom de Vries <tdevries@suse.de>
3018
3019 PR testsuite/24521
3020 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3021 message.
3022
8c2e74f1
TV
30232019-06-11 Tom de Vries <tdevries@suse.de>
3024
3025 PR testsuite/24521
3026 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3027
b49851c8
TV
30282019-06-11 Tom de Vries <tdevries@suse.de>
3029
3030 * boards/readnow.exp: New file.
3031
a7067863
AB
30322019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3033
3034 * gdb.fortran/vla-sizeof.exp: Update expected results.
3035
1a3da2cd
AB
30362019-06-06 Amos Bird <amosbird@gmail.com>
3037
3038 * gdb.base/annota1.exp (thread_switch): Add test for
3039 thread-exited annotation.
3040
3847a7bf
TT
30412019-06-06 Tom Tromey <tromey@adacore.com>
3042
3043 * gdb.base/maint.exp: Expect command started/finished output.
3044
0088ba59
AB
30452019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3046
3047 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3048 comment.
3049 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3050
312617a3
AB
30512019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3052
3053 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3054 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3055 * gdb.arch/riscv-unwind-long-insn.c: New file.
3056 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3057
e1f2e1a2
CB
30582019-06-04 Christian Biesinger <cbiesinger@google.com>
3059
d3238f7d 3060 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 3061
206584bd
PW
30622019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3063
3064 * lib/gdb.exp (help_list_trailer): New regexp variable
3065 factorizing the help trailer message.
3066 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3067 arg to allow to better factorize various tests.
3068 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3069 (test_prefix_command_help): Use help_list_trailer.
3070 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3071 * gdb.guile/scm-cmd.exp: Likewise.
3072 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3073 * gdb.base/help.exp: Use test_user_defined_class_help.
3074 * gdb.base/style.exp: Add tests for styling of help and apropos.
3075 * lib/gdb-utils.exp (style): Add title and highlight styles.
3076
708dc93e
PW
30772019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3078
3079 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3080 $_shell_exitsignal.
3081 * gdb.base/default.exp: Update for new convenience variables.
3082
f49055a5
TT
30832019-05-29 Tom Tromey <tromey@adacore.com>
3084
3085 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3086 to "break complete ada" test case's regexp.
3087
4330d61d
TT
30882019-05-29 Tom Tromey <tromey@adacore.com>
3089
3090 PR c++/20020:
3091 * gdb.cp/constexpr-field.exp: New file.
3092 * gdb.cp/constexpr-field.cc: New file.
3093
000439d5
TT
30942019-05-29 Tom Tromey <tromey@adacore.com>
3095
3096 * gdb.base/finish.exp (finish_no_print): New proc.
3097 (finish_tests): Call it.
3098
5a01c34c
TV
30992019-05-24 Tom de Vries <tdevries@suse.de>
3100
3101 * gdb.dwarf2/gdb-add-index.exp: New file.
3102
18125b16
TT
31032019-05-22 Tom Tromey <tromey@adacore.com>
3104
3105 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3106 * gdb.base/style.exp: Use "style".
3107 * lib/gdb-utils.exp (style): New proc.
3108
af1a8d03
TV
31092019-05-22 Tom de Vries <tdevries@suse.de>
3110
3111 * gdb.base/align.exp: Require c++11.
3112
e7fe496b
TV
31132019-05-22 Tom de Vries <tdevries@suse.de>
3114
3115 PR testsuite/24586
3116 * gdb.python/py-mi-var-info-path-expression.exp: Call
3117 mi_skip_python_tests to check if python is supported.
3118
8fca4da0
AH
31192019-05-22 Alan Hayward <alan.hayward@arm.com>
3120
3121 * gdb.arch/aarch64-pauth.c: New test.
3122 * gdb.arch/aarch64-pauth.exp: New file.
3123
b7060614
AH
31242019-05-22 Alan Hayward <alan.hayward@arm.com>
3125
3126 * README (Re-running Tests Outside The Testsuite): New section.
3127
669d0468
TV
31282019-05-21 Tom de Vries <tdevries@suse.de>
3129
3130 * gdb.arch/amd64-eval.exp: Require c++11.
3131 * gdb.base/max-depth.exp: Same.
3132 * gdb.compile/compile-cplus-array-decay.exp: Same.
3133 * gdb.cp/meth-typedefs.exp: Same.
3134 * gdb.cp/subtypes.exp: Same.
3135 * gdb.cp/temargs.exp: Same.
3136
ce3ebcaa
AH
31372019-05-21 Alan Hayward <alan.hayward@arm.com>
3138
3139 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3140
34d11c68
AB
31412019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3142
3143 PR gdb/18644
3144 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3145 * gdb.fortran/printing-types.exp: Add new test.
3146 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3147 testing.
3148 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3149 setup_kfail call.
3150
87781e84
AH
31512019-05-17 Alan Hayward <alan.hayward@arm.com>
3152
3153 * README (Running the Testsuite): Change example.
3154 (Testsuite Parameters): Remove TRANSCRIPT.
3155 * lib/gdb.exp: Remove TRANSCRIPT check.
3156
b420b89e
AH
31572019-05-17 Alan Hayward <alan.hayward@arm.com>
3158
3159 * README (Testsuite Parameters): Add replay logging to
3160 GDBSERVER_DEBUG.
3161 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3162 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3163 as a comma separated list.
3164 (gdb_debug_init): Override procedure.
3165
408e9b8b
AH
31662019-05-17 Alan Hayward <alan.hayward@arm.com>
3167
3168 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3169 (gdb_write_cmd_file): New procedure.
3170 * lib/gdbserver-support.exp (gdbserver_start): Call
3171 gdbserver_write_cmd_file.
3172 (gdbserver_write_cmd_file): New procedure.
3173
f9e2e39d
AH
31742019-05-17 Alan Hayward <alan.hayward@arm.com>
3175
3176 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3177 (delete_breakpoints): Likewise.
3178 (gdb_run_cmd): Likewise.
3179 (gdb_start_cmd): Likewise.
3180 (gdb_starti_cmd): Likewise.
3181 (gdb_internal_error_resync): Likewise.
3182 (gdb_test_multiple): Likewise.
3183 (gdb_reinitialize_dir): Likewise.
3184 (default_gdb_exit): Likewise.
3185 (gdb_file_cmd): Mark kill as optional.
3186 (default_gdb_start): Call gdb_stdin_log_init.
3187 (send_gdb): Call gdb_stdin_log_write.
3188 (rerun_to_main): Mark Y as an answer.
3189 (gdb_stdin_log_init): New function.
3190 (gdb_stdin_log_write): Likewise.
3191
81f47ac2
AH
31922019-05-17 Alan Hayward <alan.hayward@arm.com>
3193
3194 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3195 * gdb.base/debug-expr.exp: Likewise.
3196 * gdb.base/foll-fork.exp: Likewise.
3197 * gdb.base/foll-vfork.exp: Likewise.
3198 * gdb.base/fork-print-inferior-events.exp: Likewise.
3199 * gdb.base/gdb-sigterm.exp: Likewise.
3200 * gdb.base/gdbinit-history.exp: Likewise.
3201 * gdb.base/osabi.exp: Likewise.
3202 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3203 * gdb.base/ui-redirect.exp: Likewise.
3204 * gdb.gdb/unittest.exp: Likewise.
3205 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3206 * gdb.mi/mi-watch.exp: Likewise.
3207 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3208 * gdb.mi/user-selected-context-sync.exp: Likewise.
3209 * gdb.python/python.exp: Disable debug test when debugging.
3210 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3211 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3212 Likewise.
3213 * gdb.threads/stepi-random-signal.exp: Likewise.
3214
29b52314
AH
32152019-05-17 Alan Hayward <alan.hayward@arm.com>
3216
3217 * Makefile.in: Pass through GDB_DEBUG.
3218 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
3219 (gdb,debug): Add board setting.
3220 * lib/gdb.exp (default_gdb_start): Start debugging.
3221 (gdb_debug_enabled): New procedure.
3222 (gdb_debug_init): Likewise.
29b52314
AH
3223
32242019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 3225
29b52314
AH
3226 * Makefile.in: Pass through GDB_DEBUG.
3227 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
3228 (gdb,debug): Add board setting.
3229 * lib/gdb.exp (default_gdb_start): Start debugging.
3230 (gdb_debug_enabled): New procedure.
3231 (gdb_debug_init): Likewise.
29b52314 3232
ca1285d1
AH
32332019-05-17 Alan Hayward <alan.hayward@arm.com>
3234
3235 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3236
f3a09c80
AH
32372019-05-17 Alan Hayward <alan.hayward@arm.com>
3238
3239 * gdb.base/ui-redirect.exp: Test redirection.
3240
26648588
JV
32412019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3242
3243 * gdb.mi/mi-complete.exp: New file.
3244 * gdb.mi/mi-complete.cc: Likewise.
3245
14237686
AB
32462019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3247
3248 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3249 indexed and sliced arrays, and pointers to arrays.
3250
e7bd7fba
TT
32512019-05-14 Tom Tromey <tromey@adacore.com>
3252
3253 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3254 styling test.
3255
2764128d
TV
32562019-05-14 Tom de Vries <tdevries@suse.de>
3257
3258 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3259 selection entry encoding.
3260
71bed2db
TT
32612019-05-10 Tom Tromey <tromey@adacore.com>
3262
3263 * gdb.ada/info_exc.exp: Add "complete" test.
3264
63b667ad
TV
32652019-05-09 Tom de Vries <tdevries@suse.de>
3266
3267 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3268 CU-relative.
3269
9cfd2b89
TV
32702019-05-09 Tom de Vries <tdevries@suse.de>
3271
3272 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3273 CU-relative.
3274
2228ef77
XR
32752019-05-08 Joel Brobecker <brobecker@adacore.com>
3276
3277 * gdb.ada/frame_arg_lang.exp: New testcase.
3278 * gdb.ada/frame_arg_lang/bla.adb: New file.
3279 * gdb.ada/frame_arg_lang/pck.ads: New file.
3280 * gdb.ada/frame_arg_lang/pck.adb: New file.
3281 * gdb.ada/frame_arg_lang/foo.c: New file.
3282
80e55b13
TT
32832019-05-08 Tom Tromey <tromey@adacore.com>
3284
3285 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3286
9d3421af
TT
32872019-05-08 Tom Tromey <tromey@adacore.com>
3288
3289 * gdb.base/ptype-offsets.exp: Update tests.
3290
844333e2
TT
32912019-05-08 Tom Tromey <tromey@adacore.com>
3292
3293 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3294 cases.
3295 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3296 "short".
3297
988915ee
TT
32982019-05-08 Tom Tromey <tromey@adacore.com>
3299
3300 * gdb.ada/vla.exp: New file.
3301 * gdb.ada/vla/vla.adb: New file.
3302
7bd55dac
TV
33032019-05-07 Tom de Vries <tdevries@suse.de>
3304
3305 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3306
75f06e9d
TV
33072019-05-07 Tom de Vries <tdevries@suse.de>
3308
3309 PR testsuite/24522
3310 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3311 section.
3312
77e7aaa4
TV
33132019-05-07 Tom de Vries <tdevries@suse.de>
3314
3315 PR testsuite/24522
3316 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3317 .debug_aranges section.
3318
456ba0fa
TV
33192019-05-07 Tom de Vries <tdevries@suse.de>
3320
3321 PR testsuite/24159
3322 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3323
5a56d6a6
TV
33242019-05-06 Tom de Vries <tdevries@suse.de>
3325
3326 * lib/gdb.exp (exec_has_index_section): New proc.
3327 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3328 section.
3329
9d6d4be8
TV
33302019-05-04 Tom de Vries <tdevries@suse.de>
3331
3332 * boards/cc-with-debug-names.exp: New file.
3333
222a8d25
TT
33342019-05-03 Tom Tromey <tromey@adacore.com>
3335
3336 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3337 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3338 * gdb.ada/char_enum.exp: Add test.
3339
0fdfd794
TV
33402019-05-03 Tom de Vries <tdevries@suse.de>
3341
3342 * boards/cc-with-gdb-index.exp: New file.
3343
80062eb9
AB
33442019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3345
3346 * gdb.rust/simple.exp: Add new test case.
3347 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3348 (main): Initialise an instance of the new struct.
3349
4504bbde
TT
33502019-05-01 Tom Tromey <tromey@adacore.com>
3351
3352 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3353 record.
3354 (NPR): New variable.
3355 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3356 test.
3357
d48e62f4
TT
33582019-05-01 Tom Tromey <tromey@adacore.com>
3359
3360 * gdb.ada/packed_array_assign.exp: Add packed assignment
3361 regression test.
3362
f59f30f5
TV
33632019-05-01 Tom de Vries <tdevries@suse.de>
3364
3365 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3366
b70bfc54
TV
33672019-05-01 Tom de Vries <tdevries@suse.de>
3368
3369 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3370
15f18d14
AT
33712019-04-30 Ali Tamur <tamur@google.com>
3372
3373 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3374
2ff0a947
TT
33752019-04-30 Tom Tromey <tromey@adacore.com>
3376
3377 * lib/ada.exp (find_ada_tool): New proc.
3378 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3379 * gdb.ada/catch_ex_std.exp: New file.
3380 * gdb.ada/catch_ex_std/foo.adb: New file.
3381 * gdb.ada/catch_ex_std/some_package.adb: New file.
3382 * gdb.ada/catch_ex_std/some_package.ads: New file.
3383
a776957c
TT
33842019-04-30 Tom Tromey <tromey@adacore.com>
3385
3386 PR c++/24470:
3387 * gdb.cp/temargs.cc: Add test code from PR.
3388
bc68014d
AB
33892019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3390
3391 * gdb.fortran/vla-datatypes.exp: Update expected results.
3392 * gdb.fortran/vla-ptype.exp: Likewise.
3393 * gdb.fortran/vla-type.exp: Likewise.
3394 * gdb.fortran/vla-value.exp: Likewise.
3395
f1fdc960
AB
33962019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3397
3398 * gdb.fortran/ptr-indentation.exp: Update expected results.
3399 * gdb.fortran/ptype-on-functions.exp: Likewise.
3400 * gdb.fortran/vla-ptr-info.exp: Likewise.
3401 * gdb.fortran/vla-value.exp: Likewise.
3402
bf7a4de1
AB
34032019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3404
3405 * gdb.fortran/ptype-on-functions.exp: New file.
3406 * gdb.fortran/ptype-on-functions.f90: New file.
3407
bbe75b9d
AB
34082019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3409
3410 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3411 case void string.
3412
1db455a7
AB
34132019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3414
3415 * gdb.fortran/complex.exp: Expand.
3416 * gdb.fortran/complex.f: Renamed to...
3417 * gdb.fortran/complex.f90: ...this, and extended to add more
3418 complex values.
3419
b6d03bb2
AB
34202019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3421
3422 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3423 MODULO, CMPLX.
3424
2e62ab40
AB
34252019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3426 Richard Bunt <richard.bunt@arm.com>
3427
3428 * gdb.base/max-depth.c: New file.
3429 * gdb.base/max-depth.exp: New file.
3430 * gdb.python/py-nested-maps.c: New file.
3431 * gdb.python/py-nested-maps.exp: New file.
3432 * gdb.python/py-nested-maps.py: New file.
3433 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3434 (test_all_common): Call test_max_depth.
3435 * gdb.fortran/max-depth.exp: New file.
3436 * gdb.fortran/max-depth.f90: New file.
3437 * gdb.go/max-depth.exp: New file.
3438 * gdb.go/max-depth.go: New file.
3439 * gdb.modula2/max-depth.exp: New file.
3440 * gdb.modula2/max-depth.c: New file.
3441 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3442
d2b584a5
TV
34432019-04-29 Tom de Vries <tdevries@suse.de>
3444
3445 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3446
136afab8
PW
34472019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3448
3449 * gdb.base/callexit.exp: Test may-call-functions off.
3450
725cbb63
KS
34512019-04-25 Keith Seitz <keiths@redhat.com>
3452
3453 PR c++/24367
3454 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3455 (another_incomplete_struct, test_incomplete): New definitions.
3456 (main): Use new definitions.
3457 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3458 functions.
3459
701adfb0
PA
34602019-04-25 Ali Tamur <tamur@google.com>
3461
3462 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3463
82433e3e
SDJ
34642019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3465
3466 PR corefiles/11608
3467 PR corefiles/18187
3468 * gdb.base/coredump-filter-build-id.exp: New file.
3469
dd06d4d6
AH
34702019-04-25 Alan Hayward <alan.hayward@arm.com>
3471
e79be6e5
SM
3472 * Makefile.in: Pass through GDBSERVER_DEBUG.
3473 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3474 (gdbserver,debug): Add board setting.
3475 * gdb.trace/tspeed.exp: Skip when debugging.
3476 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3477 * lib/gdbserver-support.exp: Likewise
dd06d4d6 3478
1670072e
TT
34792019-04-24 Tom Tromey <tromey@adacore.com>
3480
3481 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3482 Rust.
3483
a59240a4
TT
34842019-04-24 Tom Tromey <tromey@adacore.com>
3485
3486 * gdb.arch/amd64-eval.exp: Test bitfield return.
3487 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3488 (class Foo) <return_bitfields>: New method.
3489 (main): Call it.
3490
b907456c
AB
34912019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3492
3493 * gdb.cp/many-args.cc: New file.
3494 * gdb.cp/many-args.exp: New file.
3495
5c565afd
TV
34962019-04-23 Tom de Vries <tdevries@suse.de>
3497
3498 PR gdb/24433
3499 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3500
ba22ff86
AH
35012019-04-23 Alan Hayward <alan.hayward@arm.com>
3502
3503 * gdb.trace/backtrace.exp: Use nopie flag.
3504 * gdb.trace/circ.exp: Likewise.
3505 * gdb.trace/collection.exp: Likewise.
3506 * gdb.trace/ftrace.exp: Likewise.
3507 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3508 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3509 * gdb.trace/qtro.exp: Likewise.
3510 * gdb.trace/read-memory.exp: Likewise.
3511 * gdb.trace/report.exp: Likewise.
3512 * gdb.trace/tfile.exp: Likewise.
3513 * gdb.trace/tfind.exp: Likewise.
3514 * gdb.trace/unavailable.exp: Likewise.
3515
7905fc35
PA
35162019-04-22 Pedro Alves <palves@redhat.com>
3517
3518 * gdb.base/solib-probes-nosharedlibrary.c,
3519 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3520
8ecb59f8
TT
35212019-04-19 Tom Tromey <tromey@adacore.com>
3522
3523 * gdb.ada/ptype_union.c: New file.
3524 * gdb.ada/ptype_union.exp: New file.
3525
62160ec9
TT
35262019-04-19 Tom Tromey <tromey@adacore.com>
3527
3528 PR symtab/24423:
3529 * gdb.base/list0.h (foo): Add a control-l character.
3530
36cd4ba5
TV
35312019-04-18 Tom de Vries <tdevries@suse.de>
3532
3533 PR gdb/24433
3534 * boards/local-board.exp: Set sysroot to "".
3535
b73715df
TV
35362019-04-18 Tom de Vries <tdevries@suse.de>
3537 Pedro Alves <palves@redhat.com>
3538
3539 PR gdb/24454
3540 * gdb.threads/vfork-follow-child-exec.c: New file.
3541 * gdb.threads/vfork-follow-child-exec.exp: New file.
3542 * gdb.threads/vfork-follow-child-exit.c: New file.
3543 * gdb.threads/vfork-follow-child-exit.exp: New file.
3544
4aa866af
LS
35452019-04-15 Leszek Swirski <leszeks@google.com>
3546
3547 * gdb.arch/amd64-eval.cc: New file.
3548 * gdb.arch/amd64-eval.exp: New file.
3549
e5a1a79a
AH
35502019-04-11 Alan Hayward <alan.hayward@arm.com>
3551
3552 * gdb.server/sysroot.c: New test.
3553 * gdb.server/sysroot.exp: New file.
3554 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3555 matching param.
3556
41077b66
AB
35572019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3558
3559 * gdb.base/align.exp: Extend test to cover structures containing
3560 only static fields.
3561
c30391f8
TV
35622019-04-11 Tom de Vries <tdevries@suse.de>
3563
3564 * boards/cc-with-dwz-m.exp: New file.
3565 * boards/cc-with-dwz.exp: New file.
3566 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3567
e242fd12
SM
35682019-04-09 Simon Marchi <simon.marchi@efficios.com>
3569
3570 * gdb.base/start-cpp.exp: New file.
3571 * gdb.base/start-cpp.cc: New file.
3572
2b0c8b01
KB
35732019-04-08 Kevin Buettner <kevinb@redhat.com>
3574
3575 * gdb.python/py-thrhandle.exp: Adjust tests to call
3576 thread_from_handle instead of thread_from_thread_handle.
3577
947210e5
KB
35782019-04-08 Kevin Buettner <kevinb@redhat.com>
3579
3580 * gdb.python/py-thrhandle.exp: Add tests for
3581 gdb.InferiorThread.handle.
3582
d7df6549
AB
35832019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3584
3585 * gdb.python/py-function.exp: Check calling helper function from
3586 all languages.
3587 * lib/gdb.exp (gdb_supported_languages): New proc.
3588
8bdc1658
AB
35892019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3590
3591 * gdb.base/complex-parts.c: New file.
3592 * gdb.base/complex-parts.exp: New file.
3593
05caa1d2
TT
35942019-04-01 Tom Tromey <tromey@adacore.com>
3595
3596 PR symtab/23331:
3597 * gdb.dwarf2/dw2-ranges-main.c: New file.
3598 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3599 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3600
7734102d
EZ
36012019-03-30 Simon Marchi <simark@simark.ca>
3602
3603 * gdb.base/default.exp: Add values for $_gdb_major and
3604 $_gdb_minor.
3605
188e1fa9
TT
36062019-03-29 Tom Tromey <tromey@adacore.com>
3607
3608 * gdb.base/help.exp: Tighten apropos regexp.
3609
2880242d
KS
36102019-03-29 Keith Seitz <keiths@redhat.com>
3611
3612 * gdb.fortran/array-bounds.exp: New file.
3613 * gdb.fortran/array-bounds.f90: New file.
3614
077cad8e
PW
36152019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3616
3617 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3618
80047cfc
PW
36192019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3620
3621 * gdb.multi/hello.c (main): Increase alarm timer.
3622
f489207e
SL
36232019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3624
3625 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3626 factor when no hardware watchpoint support.
3627
c92df149
AH
36282019-03-28 Alan Hayward <alan.hayward@arm.com>
3629 Pedro Alves <palves@redhat.com>
3630
3631 * boards/local-board.exp: set sysroot to /.
3632
933aebfa
AH
36332019-03-27 Alan Hayward <alan.hayward@arm.com>
3634
3635 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3636 in child.
3637
9f9aa852
AB
36382019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3639
3640 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3641 field.
3642 (make_container): Initialise new field.
3643 * gdb.python/py-prettyprint.exp: Add new tests.
3644 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3645 <display_hint>: New method.
3646
3714a195
AB
36472019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3648
3649 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3650 gdb_continue_to_breakpoint more throughout this test.
3651 (run_lang_tests) Supply unique test names, and use
3652 gdb_test_no_output.
3653
18c77628
AB
36542019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3655
3656 * gdb.base/finish-pretty.exp: Update expected results.
3657 * gdb.base/pretty-print.c: New file.
3658 * gdb.base/pretty-print.exp: New file.
3659
9a93502f
PA
36602019-03-25 Pedro Alves <palves@redhat.com>
3661
3662 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3663 move comments outside list. Append '-i "" eof' section.
3664
968aa7ae
AH
36652019-03-22 Alan Hayward <alan.hayward@arm.com>
3666
34a7f2a4 3667 PR testsuite/25016
968aa7ae
AH
3668 * README: Add pie options.
3669 * gdb.base/break-interp.exp: Ensure pie is disabled.
3670 * gdb.base/dump.exp: Likewise.
3671 * lib/gdb.exp (gdb_compile): Add pie option.
3672
4c7d57e7
TT
36732019-03-19 Tom Tromey <tromey@adacore.com>
3674
3675 * gdb.mi/mi2-cli-display.c: New file.
3676 * gdb.mi/mi2-cli-display.exp: New file.
3677
bff8c71f
TT
36782019-03-18 Joel Brobecker <brobecker@adacore.com>
3679 Tom Tromey <tromey@adacore.com>
3680
3681 * gdb.ada/ptype_array/pck.adb: New file.
3682 * gdb.ada/ptype_array/pck.ads: New file.
3683 * gdb.ada/ptype_array/foo.adb: New file.
3684 * gdb.ada/ptype_array.exp: New file.
3685
d085f989
TT
36862019-03-14 Tom Tromey <tromey@adacore.com>
3687
3688 * gdb.base/style.exp: Add "set style sources" test.
3689
b4be1b06
SM
36902019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3691
3692 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3693 * mi-breakpoint-multiple-locations.exp: ... this.
3694 (make_breakpoints_pattern): New proc.
3695 (do_test): Add mi_version parameter, test -break-insert,
3696 -break-info and =breakpoint-created.
3697
7cde5fc2
AB
36982019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3699
3700 * config/default.exp: Remove 'load_lib gdb.exp'.
3701 * config/monitor.exp: Likewise.
3702 * config/sid.exp: Likewise.
3703 * config/sim.exp: Likewise.
3704 * config/slite.exp: Likewise.
3705 * config/unix.exp: Likewise.
3706 * gdb.base/default.exp: Remove unhelpful comment.
3707
efbecbc1
AB
37082019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3709
3710 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3711
0841c79a
AB
37122019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3713
3714 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3715
4a270568
AB
37162019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3717
3718 * gdb.fortran/type-kinds.exp: Update expected results.
3719
067630bd
AB
37202019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3721
3722 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3723
3be47f7a
AB
37242019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3725
3726 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3727 function.
3728 (test_basic_parsing_of_type_kinds): Expand types tested.
3729 (test_parsing_invalid_type_kinds): New function.
3730
4d00f5d8
AB
37312019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3732
3733 * gdb.fortran/intrinsics.exp: New file.
3734 * gdb.fortran/intrinsics.f90: New file.
3735 * gdb.fortran/type-kinds.exp: New file.
3736
c8f91604
AB
37372019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3738
3739 * gdb.fortran/dot-ops.exp: New file.
3740
dd9f2c76
AB
37412019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3742
3743 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3744 Check upper and lower case logical literals.
3745
84ec9724
AB
37462019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3747
3748 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3749 Remove duplicate tests.
3750
c3734e09
AH
37512019-03-06 Alan Hayward <alan.hayward@arm.com>
3752
3753 * lib/gdb.exp (builtin_cd): rename of cd.
3754 (cd): Override builtin.
3755
aa3cfbda
RB
37562019-03-06 Richard Bunt <richard.bunt@arm.com>
3757
3758 * gdb.fortran/function-calls.exp: New file.
3759 * gdb.fortran/function-calls.f90: New test.
3760
7b63ad86
RB
37612019-03-04 Richard Bunt <richard.bunt@arm.com>
3762
3763 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3764 on user program standard output.
3765 * gdb.fortran/short-circuit-argument-list.f90: Record function
3766 calls.
3767
01abb042
AH
37682019-02-28 Alan Hayward <alan.hayward@arm.com>
3769
c3734e09
AH
3770 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3771 failure.
01abb042 3772
92137da0
RO
37732019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3774
3775 PR gdb/8527
3776 * gdb.base/interrupt-daemon-attach.c,
3777 gdb.base/interrupt-daemon-attach.exp: New test.
3778
5862844d
PA
37792019-02-27 Pedro Alves <palves@redhat.com>
3780
3781 * gdb.base/page.exp: Add tests for "set width/height -1".
3782
8ed25214
PA
37832019-02-27 Pedro Alves <palves@redhat.com>
3784
3785 * gdb.base/page.exp: Add tests for "set/show width/height" with
3786 "infinite" values.
3787
6c28e44a
TT
37882019-02-27 Tom Tromey <tromey@adacore.com>
3789
3790 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3791 2.4.
3792 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3793 workaround.
3794
bf9a735e
AB
37952019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3796
3797 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3798 tests for structs with static members.
3799
8791793c
TT
38002019-02-26 Tom Tromey <tromey@adacore.com>
3801
3802 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3803 ValueError, not TypeError.
3804
bc2a507e
KB
38052019-02-26 Kevin Buettner <kevinb@redhat.com>
3806
3807 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3808 call from main program.
3809
e0e7d3bd
JB
38102019-02-23 Joel Brobecker <brobecker@adacore.com>
3811
3812 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3813 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3814 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3815 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3816 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3817
9600246d
KS
38182019-02-22 Keith Seitz <keiths@redhat.com>
3819
3820 PR symtab/23853
3821 * gdb.base/symlink-sourcefile.c: New file.
3822 * gdb.base/symlink-sourcefile.exp: New file.
3823
0c95f9ed
TT
38242019-02-20 Tom Tromey <tom@tromey.com>
3825
3826 * gdb.base/info_qt.exp: Update.
3827
6caa91b6
SM
38282019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3829
3830 * gdb.base/source.exp: Move "error in sourced script" code to
3831 the end.
3832 * gdb.base/source-error.gdb: Move contents to
3833 source-error-1.gdb. Add new code to source source-error-1.gdb.
3834 * gdb.base/source-error-1.gdb: New file, from previous
3835 source-error.gdb.
3836
6506371f
TT
38372019-02-17 Tom Tromey <tom@tromey.com>
3838
3839 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3840 for macro styling.
3841 * gdb.base/style.c (SOME_MACRO): New macro.
3842
a0087920
TT
38432019-02-17 Tom Tromey <tom@tromey.com>
3844
3845 * gdb.base/style.exp: Add line-wrapping tests.
3846 * gdb.base/page.exp: Add test for quitting during pagination.
3847
a2cd4f14
JB
38482019-02-17 Joel Brobecker <brobecker@adacore.com>
3849
3850 * gdb.ada/big_packed_array: New testcase.
3851 * gdb.ada/homonym.exp: Fix incorrect expected output for
3852 "break <homonym__get_value>" test.
3853
9d70ffbc
WP
38542019-02-13 Weimin Pan <weimin.pan@oracle.com>
3855
3856 PR breakpoints/21870
3857 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3858 and prepare_for_testing. Add comment.
3859 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3860 redundant cleanup call. Clean up comment.
3861
01c7ae81
WP
38622019-02-12 Weimin Pan <weimin.pan@oracle.com>
3863
3864 PR breakpoints/21870
3865 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3866 * gdb.arch/aarch64-dbreg-contents.c: New file.
3867
aff29d1c
JB
38682019-02-10 Joel Brobecker <brobecker@adacore.com>
3869
3870 * gdb.ada/mi_ref_changeable: New testcase.
3871
df0da8a2
AH
38722019-02-07 Alan Hayward <alan.hayward@arm.com>
3873
3874 * gdb.base/attach.exp: Add double attach test.
3875
bd447abb
SM
38762019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3877
3878 * lib/gdb.exp (default_gdb_start): Don't match pagination
3879 prompt.
3880 (gdb_init): Set stty_init.
3881
1dbc40b9
TT
38822019-01-27 Tom Tromey <tom@tromey.com>
3883
3884 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3885 skip_python_tests.
3886
353229bf
AH
38872019-01-24 Alan Hayward <alan.hayward@arm.com>
3888
3889 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3890 New structure.
3891 (struct struct_static_02_02): Likewise.
3892 (struct struct_static_02_03): Likewise.
3893 (struct struct_static_02_04): Likewise.
3894 (struct struct_static_04_01): Likewise.
3895 (struct struct_static_04_02): Likewise.
3896 (struct struct_static_04_03): Likewise.
3897 (struct struct_static_04_04): Likewise.
3898 (struct struct_static_06_01): Likewise.
3899 (struct struct_static_06_02): Likewise.
3900 (struct struct_static_06_03): Likewise.
3901 (struct struct_static_06_04): Likewise.
3902 (cmp_struct_static_02_01): Likewise.
3903 (cmp_struct_static_02_02): Likewise.
3904 (cmp_struct_static_02_03): Likewise.
3905 (cmp_struct_static_02_04): Likewise.
3906 (cmp_struct_static_04_01): Likewise.
3907 (cmp_struct_static_04_02): Likewise.
3908 (cmp_struct_static_04_03): Likewise.
3909 (cmp_struct_static_04_04): Likewise.
3910 (cmp_struct_static_06_01): Likewise.
3911 (cmp_struct_static_06_02): Likewise.
3912 (cmp_struct_static_06_03): Likewise.
3913 (cmp_struct_static_06_04): Likewise.
3914 (call_all): Test new structs.
3915 * gdb.base/infcall-nested-structs.exp: Likewise.
3916
73021deb
AH
39172019-01-21 Alan Hayward <alan.hayward@arm.com>
3918 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3919
fc65c7db
AH
39202019-01-21 Alan Hayward <alan.hayward@arm.com>
3921 * gdb.base/stack-protector.c: New test.
3922 * gdb.base/stack-protector.exp: New file.
3923 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3924 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3925 option.
3926 (gdb_compile): Remove stack protector for GCC and prevent
3927 recursion.
3928
c24bdb02
KS
39292019-01-16 Keith Seitz <keiths@redhat.com>
3930
3931 PR gdb/23773
3932 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3933
6f072a10
PFC
39342019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3935
3936 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3937 aliases.
3938 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3939 tests.
3940 * gdb.arch/powerpc-vector-regs.c: New file.
3941 * gdb.arch/powerpc-vector-regs.exp: New file.
3942
a7b8d682
PFC
39432019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3944
3945 * gdb.arch/altivec-regs.exp: Fix the list passed to
3946 gdb_expect_list when testing "info vector".
3947
6eb6fb67
AB
39482019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3949
3950 * gdb.base/style.exp: Don't include path in testname.
3951
b56f80d8
KS
39522019-01-10 Keith Seitz <keiths@redhat.com>
3953
3954 PR gdb/23712
3955 PR symtab/23010
3956 * gdb.dwarf2/multidictionary.exp: New file.
3957
041be526
SM
39582019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3959
3960 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3961 (test_gnuv3_style_demangling): ... this.
3962 (test_lucid_style_demangling): Remove.
3963 (test_arm_style_demangling): Remove.
3964 (test_hp_style_demangling): Remove.
3965 (do_tests): Remove calls to the above.
3966
d820d0c3
AB
39672019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3968
3969 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3970 case.
3971
f097f5ad
TT
39722019-01-06 Tom Tromey <tom@tromey.com>
3973
3974 PR gdb/28155:
3975 * gdb.dwarf2/typedef-void-finish.exp: New file.
3976
2cd8cc0b
TT
39772018-12-28 Tom Tromey <tom@tromey.com>
3978 Simon Marchi <simark@simark.ca>
3979
3980 * gdb.base/jit-exec.exp: New file.
3981 * gdb.base/jit-exec.c: New file.
3982 * gdb.base/jit-execd.c: New file.
3983
35fb8261
TT
39842018-12-28 Tom Tromey <tom@tromey.com>
3985
3986 * gdb.base/style.exp: Update test to check for address styling.
3987
47fd17cd
TT
39882018-12-28 Tom Tromey <tom@tromey.com>
3989
3990 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3991 message.
3992
d47032b7
TT
39932018-12-28 Tom Tromey <tom@tromey.com>
3994
3995 * gdb.base/style.exp: Add test for version number styling.
3996
af79b68d
TT
39972018-12-28 Tom Tromey <tom@tromey.com>
3998
3999 * gdb.base/style.exp: Add test for print_address_symbolic.
4000
0bb296cb
TT
40012018-12-28 Tom Tromey <tom@tromey.com>
4002
4003 * gdb.base/style.exp: Add test for breakpoint setting.
4004
80ae2043
TT
40052018-12-28 Tom Tromey <tom@tromey.com>
4006
4007 * gdb.base/style.exp: Add test for variable names.
4008
cbe56571
TT
40092018-12-28 Tom Tromey <tom@tromey.com>
4010
4011 * gdb.base/style.exp: New file.
4012 * gdb.base/style.c: New file.
4013
9162a27c
TT
40142018-12-28 Tom Tromey <tom@tromey.com>
4015
4016 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4017 "dumb".
4018 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4019 the TERM environment variable.
4020
bc543c90
TT
40212018-12-27 Tom Tromey <tom@tromey.com>
4022
4023 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4024 pagination test.
4025
6f0ffe50
AB
40262018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4027
4028 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4029 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4030
b5a1e557
PW
40312018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4032
4033 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4034 Filename a.adb changed to bp_fun_addr.adb.
4035 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4036
6e8b1ab2
JV
40372018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4038
4039 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4040 non-PIE executables.
4041 * README: Mention the gdb,nopie_flag board setting.
4042 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4043 non-PIE executable.
4044 * gdb.arch/amd64-entry-value.exp: Likewise.
4045 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4046 * gdb.arch/i386-float.exp: Likewise.
4047 * gdb.arch/i386-signal.exp: Likewise.
4048 * gdb.mi/mi-reg-undefined.exp: Likewise.
4049
d00a27c5
PM
40502018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4051
4052 PR gdb/23974
4053 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4054
161d081c
PW
40552018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4056
4057 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4058 Update order of results accordingly.
4059
b001de23
AB
40602018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4061
4062 * gdb.base/annota1.exp: Update a test regexp.
4063
99e1a184
AB
40642018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4065
4066 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4067
7a81c1e2
PW
40682018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4069
4070 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4071 (reuse_time): Initialize to REUSE_TIME_CAP.
4072 (check_rc): New function.
4073 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4074 Check pthread_create rc.
4075 (spawner_thread_func): Check pthread_create and pthread_join rc.
4076
73e8dc90
PA
40772018-12-08 Pedro Alves <palves@redhat.com>
4078
4079 * gdb.base/list.exp (test_forward_search): Rename to ...
4080 (test_forward_reverse_search): ... this. Also test reverse-search
4081 and the forward-search alias.
4082
13f2ed32
AB
40832018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4084
4085 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4086 local timeout variable before return, and remove all local timeout
4087 variable entirely.
4088 (gdb_load): Likewise.
4089
64d27cfc
TV
40902018-12-01 Tom de Vries <tdevries@suse.de>
4091
4092 * gdb.base/gdb-caching-proc.exp: New file.
4093
f63c03b4
SDJ
40942018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4095
4096 * Makefile.in (TIMESTAMP): New variable.
4097 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4098 command.
4099 (check-single-racy): Likewise.
4100 (check/%.exp): Likewise.
4101 (check-racy/%.exp): Likewise.
4102 (workers/%.worker): Likewise.
4103 (build-perf): Likewise.
4104 (check-perf): Likewise.
4105 * README: Describe new "TS" and "TS_FORMAT" variables.
4106 * print-ts.py: New file.
4107
1c97054b
BF
41082018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4109
4110 PR python/23714
4111 * gdb.python/python.exp: Test command repetition after
4112 gdb.execute.
4113
1871a62d
AB
41142018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4115
4116 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4117 is correctly aligned.
4118
fb5e1ed9
PW
41192018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4120
4121 * gdb.ada/info_auto_lang.exp: New testcase.
4122 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4123 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4124 * gdb.ada/info_auto_lang/some_c.c: New file.
4125
43d397ca
PW
41262018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4127
4128 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4129 FUNC_lang language syntax.
4130
beddd671
PW
41312018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4132
4133 * gdb.base/info_minsym.c: New file.
4134 * gdb.base/info_minsym.exp: New file.
4135
73fc52c4
TT
41362018-11-19 Tom Tromey <tom@tromey.com>
4137
4138 PR rust/23625:
4139 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4140 * gdb.rust/expr.exp: Update expected output. Change one test.
4141
994b876a
TT
41422018-11-19 Tom Tromey <tom@tromey.com>
4143
4144 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4145
6769f276
PA
41462018-11-19 Pedro Alves <palves@redhat.com>
4147
4148 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4149 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4150 see the expected warning.
4151
38a72da0
AH
41522018-11-16 Alan Hayward <alan.hayward@arm.com>
4153
4154 PR gdb/22736:
4155 * gdb.cp/infcall-nodebug-lib.c: New test.
4156 * gdb.cp/infcall-nodebug-main.c: New test.
4157 * gdb.cp/infcall-nodebug.exp: New file.
4158
53a89d6e
SM
41592018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4160
4161 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4162 completer tests.
4163
9325300d
TV
41642018-11-09 Tom de Vries <tdevries@suse.de>
4165
4166 * gdb.base/msym-lang.c: New test.
4167 * gdb.base/msym-lang.exp: New file.
4168 * gdb.base/msym-lang-main.c: New test.
4169
20f0d60d
TT
41702018-11-08 Tom Tromey <tom@tromey.com>
4171
4172 PR gdb/23555:
4173 PR gdb/23838:
4174 * gdb.base/warning.exp: New file.
4175
b5420128
JB
41762018-11-08 Jan Beulich <jbeulich@suse.com>
4177
4178 * testsuite/gdb.arch/i386-avx512.c,
4179 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4180
cd115d61
AB
41812018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4182
4183 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4184 point hardware.
4185
35ee2dc2
AB
41862018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4187
4188 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4189 * gdb.dwarf2/missing-type-name.exp: New file.
4190
31aceee8
TV
41912018-11-06 Tom de Vries <tdevries@suse.de>
4192
4193 * gdb.base/many-headers.c: New test.
4194 * gdb.base/many-headers.exp: New file.
4195
109be305
JW
41962018-11-06 Jim Wilson <jimw@sifive.com>
4197
4198 * gdb.base/code_elim.exp: For riscv, set additional_flags
4199 to include -msmall-data-limit=0.
4200
e2b7af72
JB
42012018-11-01 Joel Brobecker <brobecker@adacore.com>
4202
4203 * gdb.ada/watch_minus_l: New testcase.
4204
cdcda965
SM
42052018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4206
4207 * gdb.arch/aix-sighandle.c: New file.
4208 * gdb.arch/aix-sighandle.exp: New file.
4209
92dcebf3
AB
42102018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4211
4212 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4213 registers being unions.
4214
68b9ac18
TV
42152018-10-31 Tom de Vries <tdevries@suse.de>
4216
4217 * lib/valgrind.exp: New file.
4218 (vgdb_start, vgdb_stop): New procs, factored out of ...
4219 * gdb.base/valgrind-bt.exp: ... here, ...
4220 * gdb.base/valgrind-disp-step.exp: ... here and ...
4221 * gdb.base/valgrind-infcall.exp: ... here.
4222
1443936e
TV
42232018-10-31 Tom de Vries <tdevries@suse.de>
4224
4225 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4226
eb77c9df
AB
42272018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4228
4229 * gdb.dwarf2/void-type.c: New file.
4230 * gdb.dwarf2/void-type.exp: New file.
4231
82b5e646
PW
42322018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4233
4234 * gdb.base/info_qt.c: New file.
4235 * gdb.base/info_qt.exp: New file.
4236
8d619c01
EBM
42372018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4238
4239 * gdb.arch/powerpc-htm-regs.c: New file.
4240 * gdb.arch/powerpc-htm-regs.exp: New file.
4241
f2cf6173
EBM
42422018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4243
4244 * gdb.arch/powerpc-tar.c: New file.
4245 * gdb.arch/powerpc-tar.exp: New file.
4246
7ca18ed6
EBM
42472018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4248
4249 * gdb.arch/powerpc-ppr-dscr.c: New file.
4250 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4251
bfcc0eba
TV
42522018-10-25 Tom de Vries <tdevries@suse.de>
4253
4254 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4255
fe1a5cad
TV
42562018-10-24 Tom de Vries <tdevries@suse.de>
4257
4258 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4259 longer exists error.
4260
a76dc3b7
TV
42612018-10-24 Tom de Vries <tdevries@suse.de>
4262
4263 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4264
4df46df7
TV
42652018-10-24 Tom de Vries <tdevries@suse.de>
4266
4267 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4268 --db-attach in valgrind.
4269
0dbfcfff
AB
42702018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4271
4272 * gdb.arch/riscv-reg-aliases.c: New file.
4273 * gdb.arch/riscv-reg-aliases.exp: New file.
4274
b04480b1
AH
42752018-10-19 Alan Hayward <alan.hayward@arm.com>
4276
4277 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4278
2c6ac8d7
AH
42792018-10-19 Alan Hayward <alan.hayward@arm.com>
4280
4281 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4282
2bc69f25
AH
42832018-10-19 Alan Hayward <alan.hayward@arm.com>
4284
4285 * gdb.cp/ovldbreak.exp: Fix regexps.
4286
1f1ae3a3
AH
42872018-10-19 Alan Hayward <alan.hayward@arm.com>
4288
4289 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4290
94c18618
SDJ
42912018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4292
4293 PR cli/23785
4294 * gdb.base/restore.exp: New test to check if "restore" with an
4295 invalid file doesn't segfault.
4296
812cd6eb
TV
42972018-10-18 Tom de Vries <tdevries@suse.de>
4298
4299 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4300 * gdb.ada/excep_handle.exp: Same.
4301 * gdb.ada/mi_string_access.exp: Same.
4302 * gdb.ada/mi_var_union.exp: Same.
4303 * gdb.arch/arc-analyze-prologue.exp: Same.
4304 * gdb.arch/arc-decode-insn.exp: Same.
4305 * gdb.base/readnever.exp: Same.
4306 * gdb.fortran/printing-types.exp: Same.
4307 * gdb.guile/scm-lazy-string.exp: Same.
4308
c4b90788
TV
43092018-10-16 Tom de Vries <tdevries@suse.de>
4310
4311 PR gdb/23730
4312 * gdb.base/catch-follow-exec.c: Add copyright notice.
4313 * gdb.base/catch-follow-exec.exp: Rewrite to use
4314 gdb_spawn_with_cmdline_opts. Require gdb-native.
4315
8bca2978
SL
43162018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4317
4318 * gdb.trace/actions-changed.exp: Check for arch support.
4319 * gdb.trace/actions.exp: Likewise.
4320 * gdb.trace/ax.exp: Likewise.
4321 * gdb.trace/backtrace.exp: Likewise.
4322 * gdb.trace/change-loc.exp: Likewise.
4323 * gdb.trace/deltrace.exp: Likewise.
4324 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4325 * gdb.trace/ftrace.exp: Likewise.
4326 * gdb.trace/infotrace.exp: Check for arch support.
4327 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4328 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4329 * gdb.trace/mi-tsv-changed.exp: Likewise.
4330 * gdb.trace/packetlen.exp: Likewise.
4331 * gdb.trace/passc-dyn.exp: Likewise.
4332 * gdb.trace/passcount.exp: Likewise.
4333 * gdb.trace/pending.exp: Likewise.
4334 * gdb.trace/range-stepping.exp: Check for shlib support.
4335 * gdb.trace/report.exp: Check for arch support.
4336 * gdb.trace/save-trace.exp: Likewise.
4337 * gdb.trace/signal.exp: Check for signal support.
4338 * gdb.trace/tfind.exp: Check for arch support.
4339 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4340 * gdb.trace/trace-common.h: Add comment.
4341 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4342 * gdb.trace/trace-enable-disable.exp: Likewise.
4343 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4344 * gdb.trace/tracecmd.exp: Check for arch support.
4345 * gdb.trace/tspeed.exp: Check for shlib and target support.
4346 * gdb.trace/tstatus.exp: Check for arch support.
4347 * gdb.trace/tsv.exp: Likewise.
4348 * gdb.trace/while-dyn.exp: Likewise.
4349 * gdb.trace/while-stepping.exp: Likewise.
4350 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4351
f9c49bff
SM
43522018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4353
4354 * gdb.trace/tspeed.exp: Remove nowarnings.
4355 (prepare_for_trace_test): Declare "global ipalib".
4356 * gdb.trace/tspeed.c: Include unistd.h.
4357 (main): Remove superfluous printf argument.
4358
d4330bde
SL
43592018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4360
4361 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4362 directory prefix on the filename.
4363
8ecfd7bd
SDJ
43642018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4365
4366 * gdb.gdb/unittest.exp: Update expected message informing that
4367 selftests have been disabled.
4368 * gdb.server/unittest.exp: Likewise.
4369
58bbcd02
TV
43702018-10-09 Tom de Vries <tdevries@suse.de>
4371
4372 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4373 with runto_main.
4374
9f6b697b
WP
43752018-10-08 Weimin Pan <weimin.pan@oracle.com>
4376
4377 PR c++/16841
4378 * gdb.cp/virtbase2.cc: New file.
4379 * gdb.cp/virtbase2.exp: New file.
4380
add5ded5
TT
43812018-10-06 Tom Tromey <tom@tromey.com>
4382
4383 PR python/19399:
4384 * gdb.python/py-inferior.exp: Add architecture test.
4385
f9e48344
TT
43862018-10-06 Tom Tromey <tom@tromey.com>
4387
4388 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4389 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4390
2a8be203
TT
43912018-10-06 Tom Tromey <tom@tromey.com>
4392
4393 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4394 of a "throw" catchpoint.
4395
e04caa70
SDJ
43962018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4397
4398 * gdb.base/info-proc.exp: Update string expected from "help info
4399 proc".
4400
5ca8c39f
TT
44012018-10-04 Tom Tromey <tom@tromey.com>
4402
4403 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4404 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4405 (test_initial_complaints, test_empty_complaints): Update.
4406 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4407
3453e7e4
TT
44082018-10-04 Tom Tromey <tom@tromey.com>
4409
4410 PR cli/19551:
4411 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4412 * lib/gdb.exp (gdb_file_cmd): Update.
4413 * gdb.stabs/weird.exp (print_weird_var): Update.
4414 * gdb.server/solib-list.exp: Update.
4415 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4416 * gdb.mi/mi-cli.exp: Update.
4417 * gdb.linespec/linespec.exp: Update.
4418 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4419 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4420 * gdb.cp/cp-relocate.exp: Update.
4421 * gdb.base/sym-file.exp: Update.
4422 * gdb.base/relocate.exp: Update.
4423 * gdb.base/readnever.exp: Update.
4424 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4425 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4426 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4427 * gdb.base/code_elim.exp: Update.
4428 * gdb.base/break-unload-file.exp (test_break): Update.
4429 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4430 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4431 Update.
4432 * gdb.base/attach.exp (do_attach_tests): Update.
4433 * gdb.base/sepdebug.exp: Update.
4434 * gdb.python/py-section-script.exp: Update.
4435
6afcf761
TT
44362018-10-04 Tom Tromey <tom@tromey.com>
4437
4438 PR cli/22234:
4439 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4440 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4441 output.
4442
fef1b293
TT
44432018-10-04 Tom Tromey <tom@tromey.com>
4444
4445 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4446 set width and height to 0.
4447 (test_command_line_attach_run): Use -quiet.
4448
ca98345e
SL
44492018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4450
4451 * lib/gdb.exp (skip_ifunc_tests): New.
4452 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4453 other compile failures.
4454 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4455
ff34e6ae
SM
44562018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4457
4458 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4459 is_amd64_regs_target.
4460
6bb8890e
AH
44612018-10-01 Alan Hayward <alan.hayward@arm.com>
4462
4463 * gdb.arch/aarch64-sighandler-regs.c: New test.
4464 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4465 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4466
224d30d3
MM
44672018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4468
4469 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4470 assembly.
4471
f67ffa6a
AB
44722018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4473
4474 * gdb.base/frame-selection.exp: New file.
4475 * gdb.base/frame-selection.c: New file.
4476
9fc3183f
AH
44772018-09-27 Alan Hayward <alan.hayward@arm.com>
4478
4479 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4480 pthread barrier.
4481 (main): Likewise.
4482
d354055e
AB
44832018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4484
4485 * gdb.base/large-frame-1.c: New file.
4486 * gdb.base/large-frame-2.c: New file.
4487 * gdb.base/large-frame.exp: New file.
4488 * gdb.base/large-frame.h: New file.
4489
db727370
JL
44902018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4491
4492 PR gdb/20948
4493 * gdb.base/write_mem.exp: New test.
4494 * gdb.base/write_mem.c: Likewise.
4495
ae778caf
TT
44962018-09-23 Tom Tromey <tom@tromey.com>
4497
4498 PR python/18852:
4499 * gdb.python/py-parameter.exp: Add test for parameter that throws
4500 on "set".
4501
fd3ba736
TT
45022018-09-23 Tom Tromey <tom@tromey.com>
4503
4504 PR python/17284:
4505 * gdb.python/py-template.exp (test_template_arg): Add test for
4506 negative template argument number.
4507
39a24317
TT
45082018-09-23 Tom Tromey <tom@tromey.com>
4509
4510 PR python/14062:
4511 * gdb.python/python.exp: Add test for post_event error.
4512
f5769a2c
TT
45132018-09-23 Tom Tromey <tom@tromey.com>
4514
4515 PR python/18170:
4516 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4517 convert pointers to int and long.
4518
1c1e54f6
TT
45192018-09-23 Tom Tromey <tom@tromey.com>
4520
4521 PR python/20126:
4522 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4523 signed-ness conversion tests.
4524
fb4fa946
TT
45252018-09-23 Tom Tromey <tom@tromey.com>
4526
4527 PR python/18352;
4528 * gdb.python/py-value.exp (test_float_conversion): New proc.
4529 Use it.
4530
a466edac
HAQ
45312018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4532
4533 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4534
4ee9b0c5
SL
45352018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4536
4537 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4538 no readline.
4539 * gdb.base/utf8-identifiers.exp: Likewise.
4540 * gdb.cp/cpcompletion.exp: Likewise.
4541 * gdb.linespec/cpcompletion.exp: Likewise.
4542 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4543 * gdb.linespec/cpls-ops.exp: Likewise.
4544
23be8da7
RB
45452018-09-19 Richard Bunt <richard.bunt@arm.com>
4546 Chris January <chris.january@arm.com>
4547
4548 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4549 * gdb.fortran/short-circuit-argument-list.exp: New file.
4550 * gdb.fortran/short-circuit-argument-list.f90: New test.
4551
5031d0ae
SDJ
45522018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4553
4554 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4555 "arch=" keyword when executing "-stack-list-frames".
4556
b4c0d1a4
SDJ
45572018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4558
4559 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4560 "arch=" keyword when executing "-stack-list-frames".
4561
7a6d2b45
SDJ
45622018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4563
4564 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4565 break ada".
4566
8588b356
SM
45672018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4568
4569 PR python/23669
4570 * gdb.python/python.exp: Test gdb.execute("show commands").
4571
65e65158
TT
45722018-09-16 Tom Tromey <tom@tromey.com>
4573
4574 * gdb.base/new-ui.exp (do_execution_tests): Update.
4575 * gdb.base/dbx.exp (test_breakpoints): Update.
4576
bf326452
AH
45772018-09-14 Alan Hayward <alan.hayward@arm.com>
4578
4579 * lib/gdb.exp (gdb_simple_compile): Add proc.
4580 (is_elf_target): Use gdb_simple_compile.
4581 (skip_altivec_tests): Likewise.
4582 (skip_vsx_tests): Likewise.
4583 (skip_tsx_tests): Likewise.
4584 (skip_btrace_tests): Likewise.
4585 (skip_btrace_pt_tests): Likewise.
4586 (gdb_can_simple_compile): Likewise.
4587 (gdb_has_argv0): Likewise.
4588 (gdb_target_symbol_prefix): Likewise.
4589 (target_supports_scheduler_locking): Likewise.
4590
2361b0fb
TT
45912018-09-13 Tom Tromey <tom@tromey.com>
4592
4593 * Makefile.in (TAGS): Recognize proc_with_prefix and
4594 gdb_caching_proc.
4595
0ae1a321
SM
45962018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4597
4598 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4599 method.
4600
a40bf0c2
SM
46012018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4602
4603 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4604 and a few other Inferior properties when the Inferior is no
4605 longer valid.
4606
4a3fe98f
TT
46072018-09-13 Tom Tromey <tom@tromey.com>
4608
4609 PR rust/23650:
4610 * gdb.rust/simple.exp: Add test for enum field access error.
4611
098b2108
TT
46122018-09-13 Tom Tromey <tom@tromey.com>
4613
4614 PR rust/23626:
4615 * gdb.rust/simple.rs (EmptyEnum): New type.
4616 (main): Use it.
4617 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4618
1256af7d
SM
46192018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4620
4621 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4622 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4623 * gdb.python/py-symtab.exp: Update test printing an objfile.
4624
4aa8e6c2
SM
46252018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4626
4627 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4628 object.
4629
c221b2f7
AH
46302018-09-12 Alan Hayward <alan.hayward@arm.com>
4631
4632 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4633 (support_complex_tests): Use gdb_can_simple_compile.
4634 (is_ilp32_target): Likewise.
4635 (is_lp64_target): Likewise.
4636 (is_64_target): Likewise.
4637 (is_amd64_regs_target): Likewise.
4638 (is_aarch32_target): Likewise.
4639 (gdb_int128_helper): Likewise.
4640
6f1107b5
JK
46412018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4642
4643 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4644
1f5d1570
JG
46452018-09-10 Jerome Guitton <guitton@adacore.com>
4646
4647 * gdb.ada/same_component_name: Add test for case of tagged record
4648 with variable-length fields.
4649
cc330e39
XR
46502018-09-10 Xavier Roirand <roirand@adacore.com>
4651
4652 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4653 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4654 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4655 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4656
b9c50e9a
XR
46572018-09-10 Xavier Roirand <roirand@adacore.com>
4658
4659 * gdb.ada/mi_string_access.exp: New testcase.
4660 * gdb.ada/mi_string_access/bar.adb: New file.
4661 * gdb.ada/mi_string_access/pck.adb: New file.
4662 * gdb.ada/mi_string_access/pck.asd: New file.
4663
2963898f
XR
46642018-09-10 Xavier Roirand <roirand@adacore.com>
4665
4666 * gdb.ada/mi_var_union.exp: New testcase.
4667 * gdb.ada/mi_var_union/bar.adb: New file.
4668 * gdb.ada/mi_var_union/pck.adb: New file.
4669 * gdb.ada/mi_var_union/pck.asd: New file.
4670
1aac008f
TT
46712018-09-08 Tom Tromey <tom@tromey.com>
4672
4673 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4674
332cf4c9
TT
46752018-09-08 Tom Tromey <tom@tromey.com>
4676
4677 PR python/16047:
4678 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4679 (register_pretty_printers): Register new printer.
4680 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4681 test.
4682 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4683 (an_int_type3): New global.
4684
424da6cf
JB
46852018-09-08 Joel Brobecker <brobecker@adacore.com>
4686
4687 * gdb.ada/expr_with_funcall: New testcase.
4688
2a62dfa9
JB
46892018-09-08 Joel Brobecker <brobecker@adacore.com>
4690
4691 * gdb.ada/packed_array_assign: New testcase.
4692
96b6697f
AB
46932018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4694
4695 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4696 names, and add test prefixes to make test names unique.
4697
e4a62c65
TV
46982018-09-05 Tom de Vries <tdevries@suse.de>
4699
4700 * gdb.dwarf2/varval.exp: Add test.
4701
dd083ee2
GB
47022018-09-04 Gary Benson <gbenson@redhat.com>
4703
4704 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4705 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4706
aef9346c
TT
47072018-08-31 Tom Tromey <tom@tromey.com>
4708
4709 * gdb.rust/simple.rs: Rename second variable "v".
4710
c67f2e15
AB
47112018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4712
4713 * gdb.base/funcargs.c (use_a): New function.
4714 (recurse): Call use_a.
4715
078a0207
KS
47162018-08-29 Keith Seitz <keiths@redhat.com>
4717
4718 * gdb.compile/compile-cplus-anonymous.cc: New file.
4719 * gdb.compile/compile-cplus-anonymous.exp: New file.
4720 * gdb.compile/compile-cplus-array-decay.cc: New file.
4721 * gdb.compile/compile-cplus-array-decay.exp: New file.
4722 * gdb.compile/compile-cplus-inherit.cc: New file.
4723 * gdb.compile/compile-cplus-inherit.exp: New file.
4724 * gdb.compile/compile-cplus-member.cc: New file.
4725 * gdb.compile/compile-cplus-member.exp: New file.
4726 * gdb.compile/compile-cplus-method.cc: New file.
4727 * gdb.compile/compile-cplus-method.exp: New file.
4728 * gdb.compile/compile-cplus-mod.c: "New" file.
4729 * gdb.compile/compile-cplus-namespace.cc: New file.
4730 * gdb.compile/compile-cplus-namespace.exp: New file.
4731 * gdb.compile/compile-cplus-nested.cc: New file.
4732 * gdb.compile/compile-cplus-nested.exp: New file.
4733 * gdb.compile/compile-cplus-print.c: "New" file.
4734 * gdb.compile/compile-cplus-print.exp: "New" file.
4735 * gdb.compile/compile-cplus-virtual.cc: New file.
4736 * gdb.compile/compile-cplus-virtual.exp: New file.
4737 * gdb.compile/compile-cplus.c: "New" file.
4738 * gdb.compile/compile-cplus.exp: "New" file.
4739 * lib/compile-support.exp: New file.
4740
b0f492b9
GB
47412018-08-16 Gary Benson <gbenson@redhat.com>
4742
4743 PR gdb/13000:
4744 * gdb.base/batch-exit-status.exp: New file.
4745 * gdb.base/batch-exit-status.good-commands: Likewise.
4746 * gdb.base/batch-exit-status.bad-commands: Likewise.
4747
36eb4c5f
AH
47482018-08-29 Alan Hayward <alan.hayward@arm.com>
4749
4750 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4751 (struct struct02): Likewise.
4752 (struct struct03): Likewise.
4753 (struct struct04): Likewise.
4754 (struct struct_01_01): New struct.
4755 (struct struct_01_02): Likewise.
4756 (struct struct_01_03): Likewise.
4757 (struct struct_01_04): Likewise.
4758 (struct struct_02_01): Likewise.
4759 (struct struct_02_02): Likewise.
4760 (struct struct_02_03): Likewise.
4761 (struct struct_02_04): Likewise.
4762 (struct struct_04_01): Likewise.
4763 (struct struct_04_02): Likewise.
4764 (struct struct_04_03): Likewise.
4765 (struct struct_04_04): Likewise.
4766 (struct struct_05_01): Likewise.
4767 (struct struct_05_02): Likewise.
4768 (struct struct_05_03): Likewise.
4769 (struct struct_05_04): Likewise.
4770 (cmp_struct01): Remove function.
4771 (cmp_struct02): Likewise.
4772 (cmp_struct03): Likewise.
4773 (cmp_struct04): Likewise.
4774 (cmp_struct_01_01): Add Function.
4775 (cmp_struct_01_02): Likewise.
4776 (cmp_struct_01_03): Likewise.
4777 (cmp_struct_01_04): Likewise.
4778 (cmp_struct_02_01): Likewise.
4779 (cmp_struct_02_02): Likewise.
4780 (cmp_struct_02_03): Likewise.
4781 (cmp_struct_02_04): Likewise.
4782 (cmp_struct_04_01): Likewise.
4783 (cmp_struct_04_02): Likewise.
4784 (cmp_struct_04_03): Likewise.
4785 (cmp_struct_04_04): Likewise.
4786 (cmp_struct_05_01): Likewise.
4787 (cmp_struct_05_02): Likewise.
4788 (cmp_struct_05_03): Likewise.
4789 (cmp_struct_05_04): Likewise.
4790 (call_all): Add new structs.
4791 * gdb.base/infcall-nested-structs.exp: Likewise.
4792
3bf9c013
JV
47932018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4794
4795 * gdb.python/py-framefilter-mi.exp: Update regexp to
4796 check for "arch" field in frame output.
4797
450d1e88
KB
47982018-08-23 Kevin Buettner <kevinb@redhat.com>
4799
4800 * gdb.dwarf2/dw2-ranges-func.c: New file.
4801 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4802
ae739fe7
SM
48032018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4804
4805 * gdb.base/term.exp: Compare terminal settings with values from
4806 the inferior.
4807 * gdb.base/term.c: Get and set terminal settings.
4808
6d52907e
JV
48092018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4810
4811 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4812 accommodate new "arch" field in frame output.
4813 * gdb.mi/mi-return.exp: Likewise.
4814 * gdb.mi/mi-stack.exp: Likewise.
4815 * gdb.mi/mi-syn-frame.exp: Likewise.
4816 * gdb.mi/user-selected-context-sync.exp: Likewise.
4817
be2d111a
MS
48182018-08-19 Michael Spang <spang@google.com>
4819
4820 PR gdb/11786
4821 * gdb.base/gcore-tls-pie.c: New file.
4822 * gdb.base/gcore-tls-pie.exp: New file.
4823
ae3a7c47
KB
48242018-08-18 Kevin Buettner <kevinb@redhat.com>
4825
4826 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
4827 * gdb.dwarf2/varval.c: New file.
4828 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 4829
2ecae92e
AH
48302018-08-17 Alan Hayward <alan.hayward@arm.com>
4831
4832 PR gdb/18931
4833 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4834
c1854f1d
KS
48352018-08-16 Keith Seitz <keiths@redhat.com>
4836
4837 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4838 tests expected to pass.
4839
26fb3983
JV
48402018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4841
4842 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4843 -data-disassemble -a.
4844 (test_disassembly_bogus_args): Likewise.
4845
67943c00
AB
48462018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4847
4848 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4849
5ff2bbae
AB
48502018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4851
4852 * gdb.base/vla-optimized-out.exp: Add new test.
4853
e5bbcd0f
AB
48542018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4855
4856 * gdb.base/vla-optimized-out-o3.exp: Delete.
4857 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4858 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4859 deleted tests.
4860
9d4a934c
AB
48612018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4862
4863 PR gdb/18050:
4864 * gdb.server/extended-remote-restart.c: New file.
4865 * gdb.server/extended-remote-restart.exp: New file.
4866
045cf012
SM
48672018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4868
4869 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4870 "set variable index = 42".
4871
87d6a7aa
SM
48722018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4873
4874 * boards/index-cache-gdb.exp: New file.
4875 * gdb.dwarf2/index-cache.exp: New file.
4876 * gdb.dwarf2/index-cache.c: New file.
4877 * gdb.base/maint.exp: Check if we are using the index cache.
4878
96d68bd4
RO
48792018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4880
4881 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4882 MAKEFLAGS.
4883
5a699617
RO
48842018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4885
4886 * dg-extract-results.sh: Move to toplevel contrib.
4887 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4888 * Makefile.in (check-parallel-racy): Likewise.
4889
5bd18990
AB
48902018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4891
4892 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4893 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4894 tests if the target supports scheduler locking.
4895
3fbbcf47
TV
48962018-08-04 Tom de Vries <tdevries@suse.de>
4897
4898 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4899
3e1d3d8c
TT
49002018-08-02 Tom Tromey <tom@tromey.com>
4901
4902 PR symtab/16842.
4903 * gdb.cp/temargs.exp: Test "info address" of a template
4904 parameter.
4905
5abe0f0c
JV
49062018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4907
4908 * gdb.python/py-mi-var-info-path-expression.c: New file.
4909 * gdb.python/py-mi-var-info-path-expression.py: New file.
4910 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4911
fb66cde8
SDJ
49122018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4913
4914 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4915 error after "cannot resolve name" string.
4916
c708f4d2
AB
49172018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4918
4919 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4920 started.
4921 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4922
37cc0cae
TV
49232018-07-28 Tom de Vries <tdevries@suse.de>
4924
4925 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4926
63b4ecf7
TV
49272018-07-26 Tom de Vries <tdevries@suse.de>
4928
4929 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4930
3c3bb058
AB
49312018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4932
4933 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4934 is visible.
4935
9e7f3bbb
TV
49362018-07-26 Tom de Vries <tdevries@suse.de>
4937
4938 PR breakpoints/23366
4939 * gdb.base/catch-follow-exec.c: New test.
4940 * gdb.base/catch-follow-exec.exp: New file.
4941
16f808ec
TV
49422018-07-25 Tom de Vries <tdevries@suse.de>
4943
4944 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4945 vla-optimized-out.c.
4946
d7154a8d
JV
49472018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4948
4949 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4950 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4951
232a0032
TV
49522018-07-20 Tom de Vries <tdevries@suse.de>
4953
4954 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4955 NOCLONE macro.
4956 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4957
fbb1d502
TV
49582018-07-19 Tom de Vries <tdevries@suse.de>
4959
4960 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4961 regular expression.
4962
42dc7699
TV
49632018-07-18 Tom de Vries <tdevries@suse.de>
4964
4965 * gdb.base/vla-optimized-out.c: New test.
4966 * gdb.base/vla-optimized-out.exp: New file.
4967
7f1f7e23
SDJ
49682018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4969
4970 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4971 message "No address associated with hostname" when gdbserver
4972 cannot resolve the hostname.
4973
5759ebb3
PW
49742018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4975
4976 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4977 Add some test prefixes to make tests unique.
4978
3606ccab
PW
49792018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4980
4981 * gdb.base/frameapply.c: New file.
4982 * gdb.base/frameapply.exp: New file.
4983
529c08b2
PW
49842018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4985
4986 * gdb.base/skip.exp: Update expected error message.
4987
c7ab0aef
SDJ
49882018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4989 Jan Kratochvil <jan.kratochvil@redhat.com>
4990 Paul Fertser <fercerpav@gmail.com>
4991 Tsutomu Seki <sekiriki@gmail.com>
4992
4993 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4994 parameter.
4995 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4996 by default.
4997 * boards/native-gdbserver.exp: Likewise.
4998 * gdb.server/run-without-local-binary.exp: Improve regexp used
4999 for detecting when a remote debugging connection succeeds.
5000 * gdb.server/server-connect.exp: New file.
5001 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5002 Do not prefix the port number with ":".
5003 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5004 support for detecting and using it. Add '$debughost_gdbserver'
5005 to the list of arguments used to start gdbserver. Handle case
5006 when gdbserver cannot resolve a network name.
5007
16ff70dd
SDJ
50082018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5009
5010 PR c++/23373
5011 * gdb.base/ptype-offsets.cc (struct static_member): New
5012 struct.
5013 (main) <stmember>: New variable.
5014 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5015 with a static member in it.
5016
3541979f
AB
50172018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5018
5019 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5020 watchpoints enabled and disabled.
5021
c8ad9b9a
AB
50222018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5023
5024 * gdb.base/examine-backward.exp: Still run tests around address
5025 0x0, even if address 0x0 is not readable. Update the pattern for
5026 matching address 0x0 in expected output.
5027
e0e5e971
AB
50282018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5029
5030 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5031 malloc/free.
5032
1ea5da02
TV
50332018-07-04 Tom de Vries <tdevries@suse.de>
5034
5035 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5036
471b9d15
MR
50372018-07-02 Maciej W. Rozycki <macro@mips.com>
5038
5039 PR tdep/8282
5040 * gdb.arch/mips-disassembler-options.exp: New test.
5041 * gdb.arch/mips-disassembler-options.s: New test source.
5042
75acb486
PA
50432018-06-29 Pedro Alves <palves@redhat.com>
5044
5045 * gdb.threads/names.exp: Adjust expected "info threads" output.
5046
cd2bb709
PA
50472018-06-29 Pedro Alves <palves@redhat.com>
5048
5049 * gdb.opt/inline-break.exp (line number, address): Add "info
5050 break" tests.
5051
991ff292
PA
50522018-06-29 Pedro Alves <palves@redhat.com>
5053
5054 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5055 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5056 number and address and running to them.
5057
356819b6 50582018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
5059
5060 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5061
2512d7ef
JK
50622018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5063
5064 * lib/compiler.c: Remove executable permission flag.
5065
be1b6474
RB
50662018-06-28 Richard Bunt <richard.bunt@arm.com>
5067
5068 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5069 code.
5070 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5071
291f9a96
PT
50722018-06-28 Petr Tesarik <ptesarik@suse.cz>
5073
5074 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5075
ed6dfe51
PT
50762018-06-28 Petr Tesarik <ptesarik@suse.cz>
5077
5078 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5079 address argument is omitted.
5080
d4d429d5
PT
50812018-06-28 Petr Tesarik <ptesarik@suse.cz>
5082
5083 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5084
7ab6656f
OJ
50852018-06-27 Omair Javaid <omair.javaid@linaro.org>
5086
5087 PR gdb/21695
5088 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5089 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5090
a33ccfc7
TT
50912018-06-26 Tom Tromey <tom@tromey.com>
5092
5093 PR rust/22574:
5094 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5095 * gdb.rust/simple.rs (struct SimpleLayout): New.
5096
6d72d289
SM
50972018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5098
5099 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5100 "info registers" output.
5101
8363f9d5
RB
51022018-06-21 Richard Bunt <richard.bunt@arm.com>
5103
5104 * gdb.base/watchpoint-hw-attach.c: New test.
5105 * gdb.base/watchpoint-hw-attach.exp: New file.
5106
f00674fe
SM
51072018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5108
5109 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5110 through /bin/sh.
5111 * boards/dwarf4-gdb-index.exp: Likewise.
5112 * boards/fission-dwp.exp: Likewise.
5113
1d554008
UW
51142018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5115
5116 * gdb.base/float128.exp: Add comment and improved fail message
5117 to the failure case of "print large128" test.
5118
d0ac1c44
SM
51192018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5120
5121 * configure.ac: Remove AC_PREREQ.
5122 * configure: Re-generate.
5123
61b04dd0
PA
51242018-06-19 Pedro Alves <palves@redhat.com>
5125
5126 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5127 (func_extern_caller): New.
5128 (main): Call func_extern_caller.
5129 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5130 logic change.
5131
f63b508a
SM
51322018-06-18 Weimin Pan <weimin.pan@oracle.com>
5133
5134 PR gdb/16841
5135 * gdb.cp/typedef-base.cc: New file.
5136 * gdb.cp/typedef-base.exp: New file.
5137
0fe3a558
TV
51382018-06-18 Tom de Vries <tdevries@suse.de>
5139
5140 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5141
7010835a
AB
51422018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5143 Richard Bunt <Richard.Bunt@arm.com>
5144
5145 * gdb.threads/attach-slow-waitpid.c: New file.
5146 * gdb.threads/attach-slow-waitpid.exp: New file.
5147 * gdb.threads/slow-waitpid.c: New file.
5148
14897d65
PA
51492018-06-14 Pedro Alves <palves@redhat.com>
5150
5151 * gdb.base/fork-running-state.c: Include <errno.h>.
5152 (exit_if_relative_exits): New.
5153 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5154 exits.
5155 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5156 child exits.
5157
5d9a0608
TV
51582018-06-14 Tom de Vries <tdevries@suse.de>
5159
5160 PR cli/22573
5161 * gdb.base/finish-pretty.c: New test.
5162 * gdb.base/finish-pretty.exp: New file.
5163
11ae5818
PA
51642018-06-14 Pedro Alves <palves@redhat.com>
5165
5166 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5167 gdb's expected startup output.
5168
1d39de44
PA
51692018-06-14 Pedro Alves <palves@redhat.com>
5170
5171 * lib/selftest-support.exp (selftest_setup): Remove inlined
5172 function handling.
5173
70ee0000
TV
51742018-06-14 Tom de Vries <tdevries@suse.de>
5175
5176 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5177 matching of breakpoint printing.
5178
11f4b608
TV
51792018-06-13 Tom de Vries <tdevries@suse.de>
5180
5181 PR testsuite/23269
5182 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5183 (fork_child): ... here, and ...
5184 (fork_parent): ... here.
5185
51862018-06-12 Tom de Vries <tdevries@suse.de>
5187
5188 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5189
9516f85a
AB
51902018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5191 Stephen Roberts <stephen.roberts@arm.com>
5192
5193 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5194 rewrite test to describe action performed, rather than possible
5195 failure.
5196
5045b3d7
GB
51972018-06-08 Gary Benson <gbenson@redhat.com>
5198
5199 * gdb.threads/check-libthread-db.exp: New file.
5200 * gdb.threads/check-libthread-db.c: Likewise.
5201
c61b06a1
TT
52022018-06-05 Tom Tromey <tom@tromey.com>
5203
5204 * gdb.base/default.exp: Update expected "show version" output.
5205
eb6af809
TT
52062018-06-05 Tom Tromey <tom@tromey.com>
5207
5208 PR cli/12326:
5209 * gdb.cp/static-print-quit.exp: Update.
5210 * lib/gdb.exp (pagination_prompt): Update.
5211 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5212 * gdb.python/python.exp: Update.
5213
178d6a63
JB
52142018-06-04 Joel Brobecker <brobecker@adacore.com>
5215
5216 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5217
8e817061
JB
52182018-06-01 Joel Brobecker <brobecker@adacore.com>
5219
5220 * gdb.ada/bp_fun_addr: New testcase.
5221
e86ca25f
TT
52222018-06-01 Tom Tromey <tom@tromey.com>
5223
5224 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5225 results.
5226 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5227 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5228 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5229 * gdb.base/maint.exp (maint_pass_if): Update.
5230
4b2dfa9d
MR
52312018-05-31 Maciej W. Rozycki <macro@mips.com>
5232
5233 * gdb.base/endian.exp: New test.
5234 * gdb.base/endian.c: New test source.
5235
45f25d6c
AB
52362018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5237
5238 PR gdb/23203
5239 * gdb.base/bt-selected-frame.c: New file.
5240 * gdb.base/bt-selected-frame.exp: New file.
5241 * lib/gdb.exp (get_current_frame_number): New function.
5242
d9f6d7f8
MR
52432018-05-24 Maciej W. Rozycki <macro@mips.com>
5244 Pedro Alves <palves@redhat.com>
5245
5246 * gdb.threads/tls-core.c: Include <stdlib.h>
5247 (thread_proc): Call `abort'.
5248 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5249 (tls_core_test): New procedure, bits factored out from ...
5250 (top level): ... here. Test both native cores and gcore cores.
5251
ff1cf532
TT
52522018-05-23 Tom Tromey <tom@tromey.com>
5253
5254 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5255
b98664d3
TT
52562018-05-23 Tom Tromey <tom@tromey.com>
5257
5258 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5259 symfile_complaints.
5260 (test_short_complaints): Likewise.
5261 (test_empty_complaints): Likewise.
5262 (test_initial_complaints): Update.
5263
4e9668d0
TT
52642018-05-23 Tom Tromey <tom@tromey.com>
5265
5266 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5267
43ba33c7
TT
52682018-05-23 Tom Tromey <tom@tromey.com>
5269
5270 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5271 (test_short_complaints): Update.
5272
035522c0
PA
52732018-05-22 Pedro Alves <palves@redhat.com>
5274
5275 * gdb.base/remote.exp: Only gdb_start after compiling the
5276 testcase. Issue "disconnect" before testing "set remote" command
5277 defaults. Issue clean_restart before running to main.
5278
cc0be08f
PA
52792018-05-22 Pedro Alves <palves@redhat.com>
5280
5281 * gdb.base/remote.exp: Adjust expected output of "show remote
5282 memory-write-packet-size". Add tests for "set remote
5283 memory-write-packet-size 0" and "set remote
5284 memory-write-packet-size fixed/limit".
5285
b1b60145
PA
52862018-05-22 Pedro Alves <palves@redhat.com>
5287
5288 PR gdb/22973
5289 * gdb.base/utf8-identifiers.c: New file.
5290 * gdb.base/utf8-identifiers.exp: New file.
5291
0ec848ad
PFC
52922018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5293
5294 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5295
2c3305f6
PFC
52962018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5297
5298 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5299
ce1e8424
TT
53002018-05-18 Tom Tromey <tom@tromey.com>
5301
5302 * gdb.base/ptype-offsets.exp: Update.
5303
ddfe970e
KS
53042018-05-17 Keith Seitz <keiths@redhat.com>
5305
5306 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5307 in expected breakpoint stop locations.
5308 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5309 move to proper scope to test variable values.
5310 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5311 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5312 New functions.
5313 (main): Call not_inline_func3.
5314 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5315 inline_func1, inline_func2, and inline_func3. Test that when each
5316 breakpoint is hit, GDB properly reports both the stop location
5317 and the backtrace. Repeat tests for temporary breakpoints.
5318
0726fcc6
MR
53192018-05-15 Maciej W. Rozycki <macro@mips.com>
5320
5321 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5322 rather then trying to access it in determining whether the PID
5323 of `gdbserver' could have been retrieved.
5324
8ee22052
AB
53252018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5326
5327 * gdb.arch/amd64-init-x87-values.S: New file.
5328 * gdb.arch/amd64-init-x87-values.exp: New file.
5329
7785df48
JK
53302018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5331
5332 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5333
56bcdbea
TT
53342018-05-04 Tom Tromey <tom@tromey.com>
5335
5336 PR python/22730:
5337 * gdb.python/python.exp: Test multi-line execute.
5338
a913fffb
TT
53392018-05-04 Tom Tromey <tom@tromey.com>
5340
5341 PR python/22731:
5342 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5343
7a2c85f2
TT
53442018-05-04 Tom Tromey <tom@tromey.com>
5345
5346 PR gdb/11750:
5347 * gdb.base/define.exp: Test defining a user command inside a user
5348 command.
5349 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5350
a3b60e45
JK
53512018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5352 Pedro Alves <palves@redhat.com>
5353
5354 PR breakpoints/19806 and support for PR external/20207.
5355 * gdb.base/watchpoint-unaligned.c: New file.
5356 * gdb.base/watchpoint-unaligned.exp: New file.
5357
45fe4a03
AB
53582018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5359
5360 * gdb.base/maint.exp: Make test names unique, use
5361 test_prefix_command_help to test 'help maint info', and remove
5362 repeated test of 'help maint'.
5363
9be2ae8f
TT
53642018-05-04 Tom Tromey <tom@tromey.com>
5365
5366 PR gdb/22619:
5367 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5368 behavior.
5369
11859c31
AB
53702018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5371
5372 * gdb.base/maint.exp: Process output from 'maint print registers'
5373 line at a time.
5374
089a9490
AB
53752018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5376
5377 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5378 timeout.
5379
9b0797e2
AB
53802018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5381
5382 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5383 filter pattern.
5384
f6ac5f3d
PA
53852018-05-02 Pedro Alves <palves@redhat.com>
5386
5387 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5388 to_log_command renames.
5389 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5390
77d3c63b
TT
53912018-05-02 Tom Tromey <tom@tromey.com>
5392
5393 * gdb.python/py-parameter.exp: Set test message.
5394
0489430a
TT
53952018-05-02 Tom Tromey <tom@tromey.com>
5396
5397 PR python/20084:
5398 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5399 PARAM_ZUINTEGER_UNLIMITED tests.
5400
1632f8ba
DR
54012018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5402
5403 PR rust/23124
5404 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5405 when casting.
5406
6d7bb824
TT
54072018-04-30 Tom Tromey <tom@tromey.com>
5408
5409 * gdb.python/py-type.exp: Check align attribute.
5410 * gdb.python/py-type.c: New "aligncheck" global.
5411
007e1530
TT
54122018-04-30 Tom Tromey <tom@tromey.com>
5413
5414 PR exp/17095:
5415 * gdb.dwarf2/dw2-align.exp: New file.
5416 * gdb.cp/align.exp: New file.
5417 * gdb.base/align.exp: New file.
5418 * lib/gdb.exp (gdb_int128_helper): New proc.
5419 (has_int128_c, has_int128_cxx): New caching procs.
5420
6873858b
TT
54212018-04-27 Tom Tromey <tom@tromey.com>
5422
5423 PR rust/22545:
5424 * gdb.rust/simple.exp: Add inclusive range tests.
5425
79188d8d
PA
54262018-04-26 Pedro Alves <palves@redhat.com>
5427
5428 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5429 ifunc breakpoint locations correctly of ifunc breakpoints set
5430 while the program resolves the ifunc.
5431
c7075ad5
PA
54322018-04-26 Pedro Alves <palves@redhat.com>
5433
5434 * gdb.base/gnu-ifunc-final.c: New file.
5435 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5436 * gdb.base/gnu-ifunc.exp (executable): Delete.
5437 (staticexecutable): Adjust.
5438 (lib_opts, exec_opts): Delete.
5439 (make_binsuffix, build, set-break): New procedures.
5440 (misc_tests): New, with tests factored out from the top level.
5441 (top level): Test different combinations of ifunc resolver name,
5442 resolver with and with debug info, and ifunc target with and
5443 without debug info. Wrap static tests with with_target_prefix.
5444
8388016d
PA
54452018-04-26 Pedro Alves <palves@redhat.com>
5446
5447 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5448 return type" warnings.
5449
249b5733
PA
54502018-04-25 Pedro Alves <palves@redhat.com>
5451
5452 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5453 killed".
5454 * gdb.base/kill-after-signal.exp: Likewise.
5455 * gdb.threads/kill.exp: Likewise.
5456
f67c0c91
SDJ
54572018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5458 Sergio Durigan Junior <sergiodj@redhat.com>
5459 Pedro Alves <palves@redhat.com>
5460
5461 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5462 regexps to expect for '[Inferior ... detached]' as well.
5463 * gdb.base/attach.exp: Likewise.
5464 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5465 "gdb_continue_to_end".
5466 (test_catch_syscall_with_wrong_args): Likewise.
5467 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5468 ']'. Don't set 'verbose' on.
5469 * gdb.base/foll-vfork.exp: Likewise.
5470 * gdb.base/fork-print-inferior-events.c: New file.
5471 * gdb.base/fork-print-inferior-events.exp: New file.
5472 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5473 '[Inferior ... has been killed]' message.
5474 * gdb.base/kill-after-signal.exp: Likewise.
5475 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5476 detach message.
5477 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5478 message.
5479 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5480 regexps to expect for '[Inferior ... detached]' as well.
5481 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5482
0a8ddac4
SM
54832018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5484
5485 PR gdb/23104
5486 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5487
701adfb0
PA
54882018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5489
5490 PR gdb/23095
5491 * gdb.base/break-probes.exp: Pass shlib_load to
5492 prepare_for_testing. Set normal_bp to r_debug_state if target is
5493 bsd.
5494
d27d16bf
RB
54952018-04-19 Richard Bunt <richard.bunt@arm.com>
5496
5497 * gdb.threads/multiple-successive-infcall.c: New test.
5498 * gdb.threads/multiple-successive-infcall.exp: New file.
5499
a037790e
TT
55002018-04-17 Tom Tromey <tom@tromey.com>
5501
5502 * gdb.rust/simple.rs (Union): New type.
5503 (main): New local "u".
5504 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5505
e3a91079
AA
55062018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5507
5508 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5509 number information in output of "whereis" command.
5510 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5511
b744723f
AA
55122018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5513
5514 * gdb.ada/info_types.exp: Adjust expected output to the line
5515 numbers now printed by "info var/func/type".
5516 * gdb.base/completion.exp: Likewise.
5517 * gdb.base/included.exp: Likewise.
5518 * gdb.cp/cp-relocate.exp: Likewise.
5519 * gdb.cp/cplusfuncs.exp: Likewise.
5520 * gdb.cp/namespace.exp: Likewise.
5521 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5522
4a4495d6
MM
55232018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5524
5525 * gdb.btrace/cpu.exp: New.
5526
1d509aa6
MM
55272018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5528
5529 * gdb.base/step-indirect-call-thunk.exp: New.
5530 * gdb.base/step-indirect-call-thunk.c: New.
5531 * gdb.reverse/step-indirect-call-thunk.exp: New.
5532 * gdb.reverse/step-indirect-call-thunk.c: New.
5533
6295b6da
SM
55342018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5535
5536 * gdb.base/pie-fork.c: New file.
5537 * gdb.base/pie-fork.exp: New file.
5538
50146e70
TT
55392018-04-11 Tom Tromey <tom@tromey.com>
5540
5541 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5542
f50d8a2e
PA
55432018-04-10 Pedro Alves <palves@redhat.com>
5544
5545 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5546 exits. Instead loop running forever.
5547 (fork_parent): Run forever too.
5548
a0be7a36
SM
55492018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5550
5551 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5552 mi_continue_to_line.
5553 * gdb.mi/mi-stack.c (callee4): Add comment.
5554
9b73db36
SM
55552018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5556
5557 * gdb.mi/mi-stack.exp: Fix indentation.
5558
c912f608
SM
55592018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5560
5561 PR gdb/22979
5562 * gdb.arch/amd64-osabi.exp: New file.
5563
26540402
SM
55642018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5565
5566 PR gdb/22980
5567 * gdb.base/osabi.exp: New file.
5568
121ad66c 55692018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
5570
5571 * gdb.cp/static-typedef-print.exp: New file.
5572 * gdb.cp/static-typedef-print.cc: New file.
5573
3fcded8f
JB
55742018-03-27 Joel Brobecker <brobecker@adacore.com>
5575
5576 * gdb.ada/varsize_limit: New testcase.
5577
59cc4834
JB
55782018-03-27 Joel Brobecker <brobecker@adacore.com>
5579
5580 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5581
5582 * gdb.ada/notcplusplus: New testcase.
5583
5584 * gdb.base/c-linkage-name.c: New file.
5585 * gdb.base/c-linkage-name.exp: New testcase.
5586
4ca59a9f
TT
55872018-03-26 Tom Tromey <tom@tromey.com>
5588
5589 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5590 * gdb.python/py-framefilter.py (name_error): New global.
5591 (ErrorInName.function): Use name_error.
5592
978d6c75
TT
55932018-03-26 Tom Tromey <tom@tromey.com>
5594
5595 PR backtrace/15582:
5596 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5597
b7fee5a3
KS
55982018-03-23 Keith Seitz <keiths@redhat.com>
5599
5600 PR c++/22968
5601 * gdb.cp/subtypes.exp: New file.
5602 * gdb.cp/subtypes.h: New file.
5603 * gdb.cp/subtypes.cc: New file.
5604 * gdb.cp/subtypes-2.cc: New file.
5605
376be529
AB
56062018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5607
5608 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5609 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5610 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5611 -nostartfiles when compiling the test. Confirm that all registers
5612 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5613
066cfa98
AB
56142018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5615
5616 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5617 option, syntax was wrong anyway.
5618 * gdb.arch/arm-disp-step.exp: Likewise.
5619 * gdb.arch/sparc64-regs.exp: Likewise.
5620 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5621 option, syntax was wrong anyway, switch to use
5622 prepare_for_testing.
5623 * gdb.arch/i386-disp-step.exp: Likewise.
5624
079670b9
AA
56252018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5626
5627 * gdb.ada/exec_changed.exp: Replace "target_info exists
5628 use_gdb_stub" by "use_gdb_stub".
5629 * gdb.ada/start.exp: Likewise.
5630 * gdb.base/async-shell.exp: Likewise.
5631 * gdb.base/attach-pie-misread.exp: Likewise.
5632 * gdb.base/attach-wait-input.exp: Likewise.
5633 * gdb.base/break-entry.exp: Likewise.
5634 * gdb.base/break-interp.exp: Likewise.
5635 * gdb.base/dprintf-detach.exp: Likewise.
5636 * gdb.base/nostdlib.exp: Likewise.
5637 * gdb.base/solib-nodir.exp: Likewise.
5638 * gdb.base/statistics.exp: Likewise.
5639 * gdb.base/testenv.exp: Likewise.
5640 * gdb.mi/mi-exec-run.exp: Likewise.
5641 * gdb.mi/mi-start.exp: Likewise.
5642 * gdb.multi/dummy-frame-restore.exp: Likewise.
5643 * gdb.multi/multi-arch-exec.exp: Likewise.
5644 * gdb.multi/multi-arch.exp: Likewise.
5645 * gdb.multi/tids.exp: Likewise.
5646 * gdb.multi/watchpoint-multi.exp: Likewise.
5647 * gdb.python/py-events.exp: Likewise.
5648 * gdb.threads/attach-into-signal.exp: Likewise.
5649 * gdb.threads/attach-stopped.exp: Likewise.
5650 * gdb.threads/threadapply.exp: Likewise.
5651 * lib/selftest-support.exp: Likewise.
5652
26d6cec4
AA
56532018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5654
5655 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5656
4ee89e90
SR
56572018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5658
5659 * gdb.perf/template-breakpoints.cc: New file.
5660 * gdb.perf/template-breakpoints.exp: New file.
5661 * gdb.perf/template-breakpoints.py: New file.
5662
92630041
TT
56632018-03-19 Tom Tromey <tom@tromey.com>
5664
5665 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5666 y0.
5667 * gdb.rust/simple.exp: Test bare identifier form of struct
5668 initializer.
5669
76727919
TT
56702018-03-19 Tom Tromey <tom@tromey.com>
5671
5672 * gdb.gdb/observer.exp: Remove.
5673
194ed413
AA
56742018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5675
5676 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5677 "qualified" option when setting breakpoints.
5678 * gdb.trace/backtrace.exp: Likewise.
5679 * gdb.trace/circ.exp: Likewise.
5680 * gdb.trace/collection.exp: Likewise.
5681 * gdb.trace/disconnected-tracing.exp: Likewise.
5682 * gdb.trace/ftrace-lock.exp: Likewise.
5683 * gdb.trace/ftrace.exp: Likewise.
5684 * gdb.trace/infotrace.exp: Likewise.
5685 * gdb.trace/packetlen.exp: Likewise.
5686 * gdb.trace/passc-dyn.exp: Likewise.
5687 * gdb.trace/qtro.exp: Likewise.
5688 * gdb.trace/read-memory.exp: Likewise.
5689 * gdb.trace/report.exp: Likewise.
5690 * gdb.trace/signal.exp: Likewise.
5691 * gdb.trace/status-stop.exp: Likewise.
5692 * gdb.trace/strace.exp: Likewise.
5693 * gdb.trace/tfind.exp: Likewise.
5694 * gdb.trace/trace-break.exp: Likewise.
5695 * gdb.trace/trace-condition.exp: Likewise.
5696 * gdb.trace/trace-mt.exp: Likewise.
5697 * gdb.trace/tstatus.exp: Likewise.
5698 * gdb.trace/tsv.exp: Likewise.
5699 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5700 * gdb.trace/unavailable.exp: Likewise.
5701 * gdb.trace/while-dyn.exp: Likewise.
5702
8b067d2c
AA
57032018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5704
5705 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5706 that libinproctrace is copied to the target.
5707
3ae9ce5d
TT
57082018-03-14 Tom Tromey <tom@tromey.com>
5709
5710 PR cli/14977:
5711 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5712 a null pointer.
5713 * gdb.base/wchar.exp: Likewise.
5714
b8c2339b
TT
57152018-03-14 Tom Tromey <tom@tromey.com>
5716
5717 PR cli/19918:
5718 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5719 flag.
5720
4872dc46
SM
57212018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5722
5723 PR gdb/22841
5724 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5725 "target" to remote_exec.
5726
e4fe3756
SM
57272018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5728
5729 PR gdb/22841
5730 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5731 ${board}_upload): Remove.
5732
e95a97d4
AA
57332018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5734
5735 * gdb.cp/watch-cp.cc: New test.
5736 * gdb.cp/watch-cp.exp: New file.
5737
dbbb1059
AB
57382018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5739
5740 * gdb.base/infcall-nested-structs.exp: New file.
5741 * gdb.base/infcall-nested-structs.c: New file.
5742 * gdb.base/float.exp: Add riscv support.
5743
ecc054c0
TP
57442018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5745
5746 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5747 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5748
25e3c82c
SDJ
57492018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5750
5751 * gdb.server/abspath.exp: New file.
5752 * lib/gdb.exp (with_cwd): New procedure.
5753
3083294d
SM
57542018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5755
5756 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5757 use it.
5758 (gdb_is_target_remote_prompt): New proc.
5759 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5760 (gdb_is_target_native): Pass prompt parameter to
5761 gdb_is_target_1.
5762
3275ef47
SM
57632018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5764
5765 * gdb.base/load-command.c: New file.
5766 * gdb.base/load-command.exp: New file.
5767 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5768 (gdb_is_target_1): ...this, and generalize for other targets
5769 than just remote.
5770 (gdb_is_target_remote): Use gdb_is_target_1.
5771 (gdb_is_target_native): use gdb_is_target_1.
5772
6893c19a
TT
57732018-02-26 Tom Tromey <tom@tromey.com>
5774
5775 PR python/16497:
5776 * gdb.python/py-framefilter.exp: Update test.
5777
2ddeaf8a
TT
57782018-02-26 Tom Tromey <tom@tromey.com>
5779
5780 * gdb.dwarf2/variant.c: New file.
5781 * gdb.dwarf2/variant.exp: New file.
5782
c9317f21
TT
57832018-02-26 Tom Tromey <tom@tromey.com>
5784
5785 * gdb.rust/simple.exp: Accept more possible results in enum test.
5786
6f6d0c26
SM
57872018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5788
5789 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5790 parentheses.
5791
11b03145
MR
57922018-02-23 Maciej W. Rozycki <macro@mips.com>
5793
5794 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5795 name of a variable: $actual_linejj -> $actual_line.
5796
54a27fe5
JB
57972018-02-21 John Baldwin <jhb@FreeBSD.org>
5798
5799 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5800
de65820c
MM
58012018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5802
5803 * gdb.btrace/buffer-size.exp: Do not force BTS.
5804
980548fd
PA
58052018-02-14 Pedro Alves <palves@redhat.com>
5806
5807 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5808 getting a "Quit".
5809
c4e12631
MM
58102018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5811
5812 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5813 Fix test name.
5814
c2e0e465
SM
58152018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5816
5817 * gdb.cp/m-static.exp: Check type of optimized out static
5818 member.
5819
f7216783
AB
58202018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5821
5822 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5823 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5824
0625771b
LS
58252018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5826 Leszek Swirski <leszeks@google.com>
5827
5828 * gdb.python/py-prettyprint.c
5829 (struct to_string_returns_value_inner,
5830 struct to_string_returns_value_wrapper): New.
5831 (main): Add tsrvw variable.
5832 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5833 ToStringReturnsValueWrapper): New classes.
5834 (register_pretty_printers): Register new pretty-printers.
5835 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5836 recursive pretty printer.
5837 * gdb.python/py-mi.exp: Likewise.
5838
59498c30
LS
58392018-02-01 Leszek Swirski <leszeks@google.com>
5840
5841 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5842 functions with the same name as an include file are parsed
5843 correctly.
5844
d4d38844
YQ
58452018-02-01 Yao Qi <yao.qi@linaro.org>
5846
5847 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5848 "\[^\r\n\]*".
5849
07e5f5cf
NP
58502018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5851
5852 * gdb.arch/powerpc-prologue-frame.s: New file.
5853 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5854 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5855
929b5ad4
JB
58562018-01-31 Joel Brobecker <brobecker@adacore.com>
5857
5858 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5859
e671cd59
PA
58602018-01-30 Pedro Alves <palves@redhat.com>
5861
5862 PR gdb/13211
5863 * gdb.base/interrupt-daemon.c: New.
5864 * gdb.base/interrupt-daemon.exp: New.
5865 * gdb.multi/multi-term-settings.c: New.
5866 * gdb.multi/multi-term-settings.exp: New.
5867
fc413dc4
JB
58682018-01-30 Joel Brobecker <brobecker@adacore.com>
5869
5870 * gdb.base/break.exp: Save the location where the breakpoint
5871 on break.c:47 was actually inserted when debugging the version
5872 compiled at -O2 and use it in the expected output of the "info
5873 break" test performed soon after.
5874
5c319bb2
PA
58752018-01-22 Pedro Alves <palves@redhat.com>
5876 Sergio Durigan Junior <sergiodj@redhat.com>
5877
5878 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5879 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5880
a9e40818
JB
58812018-01-22 Joel Brobecker <brobecker@adacore.com>
5882
5883 * gdb.base/break-include.c, gdb.base/break-include.inc,
5884 gdb.base/break-include.exp: New files.
5885 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5886 line number now being the actual line number where the breakpoint
5887 was inserted.
5888 * gdb.mi/mi-break.exp: Likewise.
5889 * gdb.mi/mi-reverse.exp: Likewise.
5890 * gdb.mi/mi-simplerun.exp: Ditto.
5891
e707fc44
AB
58922018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5893
5894 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5895 varobj.
5896 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5897
ae451627
AB
58982018-01-21 Don Breazeal <donb@codesourcery.com>
5899 Andrew Burgess <andrew.burgess@embecosm.com>
5900
5901 * gdb.mi/basics.c: Add new global.
5902 * gdb.mi/mi-frame-regs.exp: New file.
5903 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5904 case.
5905
b1b189e0
AB
59062018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5907
5908 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5909 non-parameter, and on an unknown symbol.
5910
fcfcc376
TT
59112018-01-19 Tom Tromey <tom@tromey.com>
5912
5913 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5914 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5915
634c1c31
AA
59162018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5917
5918 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5919 setrlimit and chdir to int.
5920
d6ad07fd
AA
59212018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5922
5923 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5924 function.
5925 (my_tend): Likewise.
5926 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5927 rationale of avoiding FP- and vector instructions.
5928
adf8243b
RK
59292018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5930
5931 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5932 "info reg" with "\[ \t\]*".
5933 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5934 "\[ \t\]+".
5935 * gdb.arch/s390-multiarch.exp: Ditto.
5936 * gdb.base/pc-fp.exp: Ditto.
5937 * gdb.reverse/i386-precsave.exp: Ditto.
5938 * gdb.reverse/i386-reverse.exp: Ditto.
5939 * gdb.reverse/i387-env-reverse.exp: Ditto.
5940 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5941
dcc06925
AA
59422018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5943
5944 * lib/gdb.exp (gdb_compile): Re-enable use of
5945 universal_compile_options for languages other than Rust.
5946
25d4fd80
AA
59472018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5948
5949 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5950
ee7f689e 59512018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
5952
5953 PR gdb/16577
5954 * gdb.base/solib-vanish.exp: New.
5955 * gdb.base/solib-vanish-main.c: New.
5956 * gdb.base/solib-vanish-lib1.c: New.
5957 * gdb.base/solib-vanish-lib2.c: New.
5958
d8447b6b
YQ
59592018-01-17 Yao Qi <yao.qi@linaro.org>
5960
5961 * gdb.compile/compile.exp: Match the address printed for
5962 frame in the output of command "bt".
5963
86d6a90c
TT
59642018-01-15 Tom Tromey <tom@tromey.com>
5965
5966 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5967 compute sp_reg.
5968
cbcdb1aa
AB
59692018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5970
5971 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5972 to prepare.
5973 (prepare): Return 0 on error, 1 on success.
5974
eea61984
PA
59752018-01-12 Pedro Alves <palves@redhat.com>
5976
5977 * gdb.base/continue-after-aborted-step-over.c: New.
5978 * gdb.base/continue-after-aborted-step-over.exp: New.
5979
6181e9c2
SM
59802018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5981
5982 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5983 options when not creating an executable.
5984
3cada740
PA
59852018-01-11 Pedro Alves <palves@redhat.com>
5986
5987 PR remote/22597
5988 * gdb.server/stop-reply-no-thread.c: New file.
5989 * gdb.server/stop-reply-no-thread.exp: New file.
5990
c63d3e8d
PA
59912018-01-10 Pedro Alves <palves@redhat.com>
5992
5993 PR gdb/22670
5994 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5995 functions too. Test setting breakpoints and printing C functions
5996 with no debug info too.
5997 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5998
d4c2a405
PA
59992018-01-10 Pedro Alves <palves@redhat.com>
6000
6001 PR gdb/22670
6002 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6003 a fail.
6004
8825213e
PA
60052018-01-10 Pedro Alves <palves@redhat.com>
6006
6007 PR gdb/22670
6008 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6009
605fd3c6
YQ
60102018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6011
6012 * gdb.server/unittest.exp: Match the output in non-development
6013 mode.
6014
1e5ded6c
YQ
60152018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6016
6017 * gdb.gdb/unittest.exp: Match output in non-development mode.
6018
30066b0b
JB
60192018-01-08 Joel Brobecker <brobecker@adacore.com>
6020
6021 * gdb.ada/access_tagged_param.exp: Relax expected output
6022 for value of "ObjL" in "continue" to pck.inspect breakpoint
6023 test.
6024
04bafb1e
XR
60252018-01-08 Joel Brobecker <brobecker@adacore.com>
6026
9f86398b
JB
6027 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6028 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 6029
e379cee6
PA
60302018-01-05 Pedro Alves <palves@redhat.com>
6031
6032 PR gdb/18653
6033 * gdb.base/libsegfault.exp: New.
6034
de63c46b
PA
60352018-01-05 Joel Brobecker <brobecker@adacore.com>
6036
6037 PR gdb/22670
6038 * gdb.ada/access_tagged_param.exp: New file.
6039 * gdb.ada/access_tagged_param/foo.adb: New file.
6040
f98fc17b
PA
60412018-01-05 Pedro Alves <palves@redhat.com>
6042
6043 PR gdb/22670
6044 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6045 exercise lower case too, and to exercise both full matching and
6046 wild matching.
6047
342f8240
JB
60482018-01-05 Joel Brobecker <brobecker@adacore.com>
6049
6050 * gdb.ada/rename_subscript_param: New testcase.
6051
7150d33c
JG
60522018-01-05 Jerome Guitton <guitton@adacore.com>
6053
6054 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6055
cc0e770c
JB
60562018-01-05 Joel Brobecker <brobecker@adacore.com>
6057
6058 * gdb.ada/convvar_comp: New testcase.
6059
672a41aa 60602018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
6061
6062 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6063 (My_Table): New global variable.
6064 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6065
7365ec2f
JB
60662018-01-04 Joel Brobecker <brobecker@adacore.com>
6067
6068 PR gdb/22670
6069 * gdb.ada/maint_with_ada: New testcase.
6070
289483b6
JB
60712018-01-04 Joel Brobecker <brobecker@adacore.com>
6072
6073 PR gdb/22670
6074 * gdb.ada/bp_c_mixed_case: New testcase.
6075
344420da
JB
60762018-01-04 Joel Brobecker <brobecker@adacore.com>
6077
6078 PR gdb/22670
6079 * gdb.ada/complete.exp: Add "complete break ada" test.
6080
66fc87a0
JB
60812018-01-04 Joel Brobecker <brobecker@adacore.com>
6082
6083 PR gdb/22670
6084 * gdb.ada/info_addr_mixed_case: New testcase.
6085
9f757bf7
XR
60862018-01-03 Xavier Roirand <roirand@adacore.com>
6087
6088 * gdb.ada/excep_handle.exp: New testcase.
6089 * gdb.ada/excep_handle/foo.adb: New file.
6090 * gdb.ada/excep_handle/pck.ads: New file.
6091
bd570f80
JB
60922018-01-03 Joel Brobecker <brobecker@adacore.com>
6093
6094 * gdb.base/step-line.c: Add extra empty line in copyright header.
6095 * gdb.base/step-line.inp: Likewise.
6096
9fe561ab
JB
60972018-01-02 Joel Brobecker <brobecker@adacore.com>
6098
6099 * gdb.ada/dyn_stride.exp: Add slice test.
6100
a405673c
JB
61012018-01-02 Joel Brobecker <brobecker@adacore.com>
6102
6103 * gdb.ada/dyn_stride: New testcase.
6104
cef0f868
SH
61052017-12-27 Stafford Horne <shorne@gmail.com>
6106
6107 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6108 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6109
b67d92b0
SH
61102017-12-27 Stafford Horne <shorne@gmail.com>
6111
6112 * gdb.base/reggroups.c: New file.
6113 * gdb.base/reggroups.exp: New file.
6114
eccab96d
JB
61152017-12-18 Joel Brobecker <brobecker@adacore.com>
6116
6117 * gdb.dwarf2/ada-valprint-error.c: New file.
6118 * gdb.dwarf2/ada-valprint-error.exp: New file.
6119
0e2da9f0
JB
61202017-12-18 Joel Brobecker <brobecker@adacore.com>
6121
6122 * gdb.ada/assign_arr: New testcase.
6123
cb923fcc
XR
61242017-12-18 Xavier Roirand <roirand@adacore.com>
6125
6126 * gdb.ada/funcall_ptr: New testcase.
6127
7c161838
SDJ
61282017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6129
6130 PR cli/16224
6131 * gdb.base/ptype-offsets.cc: New file.
6132 * gdb.base/ptype-offsets.exp: New file.
6133
1af17fd9
YQ
61342017-12-15 Yao Qi <yao.qi@linaro.org>
6135
6136 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6137 if XML is disabled.
6138
828d5846
XR
61392017-12-15 Xavier Roirand <roirand@adacore.com>
6140
6141 * gdb.ada/same_component_name: New testcase.
6142
79e8fcaa
JB
61432017-12-14 Joel Brobecker <brobecker@adacore.com>
6144
6145 * gdb.ada/str_binop_equal: New testcase.
6146
e05fa6f9
JB
61472017-12-14 Joel Brobecker <brobecker@adacore.com>
6148
6149 * gdb.ada/task_switch_in_core: New testcase.
6150
b89641ba
SM
61512017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6152
6153 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6154 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6155 call test_bkpt_qualified.
6156 (test_bkpt_qualified): New proc.
6157
6892d2e4
PA
61582017-12-13 Pedro Alves <palves@redhat.com>
6159
6160 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6161 Tighten regexp by matching with an anchor.
6162
a22ecf70
PA
61632017-12-13 Pedro Alves <palves@redhat.com>
6164
6165 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6166 ("expression with namespace"): New set of tests.
6167 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6168 (Nested::Test_NS::qux): New.
6169 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6170 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6171
9937536c
JB
61722017-12-13 Joel Brobecker <brobecker@adacore.com>
6173
6174 * gdb.base/server-del-break.c: New file.
6175 * gdb.base/server-del-break.exp: New file.
6176
fe49c6f5
SH
61772017-12-12 Stafford Horne <shorne@gmail.com>
6178
6179 * gdb.xml/tdesc-regs.exp: Add or1k support.
6180
c3d18620
SH
61812017-12-12 Stafford Horne <shorne@gmail.com>
6182
6183 * gdb.base/bp-permanent.c: Define nop of or1k.
6184
c5f9cfc8
JB
61852017-12-11 Joel Brobecker <brobecker@adacore.com>
6186
6187 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6188 output with components being reordered.
6189
a9c135fc
JB
61902017-12-11 Joel Brobecker <brobecker@adacore.com>
6191
6192 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6193 output with components being reordered.
6194
927aa2e7
JK
61952017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6196 Pedro Alves <palves@redhat.com>
6197
6198 * gdb.base/maint.exp (check for .gdb_index): Check also for
6199 .debug_names.
6200 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6201 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6202 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6203 (.gdb_index used after symbol reloading): Support also .debug_names.
6204 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6205
f17d9474
YQ
62062017-12-08 Yao Qi <yao.qi@linaro.org>
6207
6208 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6209 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6210
a0de8c21
YQ
62112017-12-08 Yao Qi <yao.qi@linaro.org>
6212
6213 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6214 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6215
a738ea1d
YQ
62162017-12-08 Yao Qi <yao.qi@linaro.org>
6217
6218 * gdb.arch/aarch64-tagged-pointer.c: New file.
6219 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6220
1cd9a73b
SDJ
62212017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6222
6223 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6224 "int".
6225
fa6eb693
KS
62262017-12-07 Keith Seitz <keiths@redhat.com>
6227
6228 PR breakpoints/22569
6229 * gdb.linespec/ls-errs.exp: Change expected result of "break
6230 -source this file has spaces.c -line 3".
6231 Check that an explicit source file followed by whitespace is
6232 identified as an invalid explicit location.
6233
883fd55a
KS
62342017-12-07 Keith Seitz <keiths@redhat.com>
6235
6236 * gdb.cp/nested-types.cc: New file.
6237 * gdb.cp/nested-types.exp: New file.
6238 * lib/cp-support.exp: Load data-structures.exp library.
6239 (debug_cp_test_ptype_class): New global.
6240 (cp_ptype_class_verbose, next_line): New procedures.
6241 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6242 Add and document new return value.
6243 Switch the list of lines to a queue.
6244 Add support for new `type' key for nested type definitions.
6245 Add debugging/troubleshooting messages.
6246 * lib/data-structures.exp: New file.
6247
ec72db3e
SM
62482017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6249
6250 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6251 with proc_with_prefix, don't use with_test_prefix.
6252
99598d71
TT
62532017-12-07 Tom Tromey <tom@tromey.com>
6254
6255 * gdb.base/break.exp: Add test for empty "commands".
6256
a8806230
YQ
62572017-12-07 Yao Qi <yao.qi@linaro.org>
6258
6259 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6260 malloc and catch syscall.
6261
824cc835
PM
62622017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6263
e79be6e5 6264 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
6265 tests for explicit locations.
6266
7cc244de
PA
62672017-12-06 Pedro Alves <palves@redhat.com>
6268
6269 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6270 force-disabling XML descriptions.
6271
50a1fdd5
PA
62722017-12-04 Pedro Alves <palves@redhat.com>
6273
6274 PR gdb/22499
6275 * gdb.arch/amd64-disp-step-avx.S: New file.
6276 * gdb.arch/amd64-disp-step-avx.exp: New file.
6277
f0fb2488
PA
62782017-12-03 Pedro Alves <palves@redhat.com>
6279
6280 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6281 and <string.h>.
6282 (parent_function): Print distinct messages when waitpid fails, or
6283 the child exits with a signal, or the child exits for an unhandled
6284 reason.
6285 * gdb.threads/process-dies-while-detaching.exp
6286 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6287 it. Wait for both inferior output and GDB's prompt. Use an
6288 indirect spawn id list.
6289 (do_detach): New parameter 'child_exit'. Use it to compute
6290 expected inferior output.
6291 (test_detach, test_detach_watch, test_detach_killed_outside):
6292 Adjust to pass down the expected child exit kind.
6293
97cbe998
SDJ
62942017-12-01 Joel Brobecker <brobecker@adacore.com>
6295 Sergio Durigan Junior <sergiodj@redhat.com>
6296 Pedro Alves <palves@redhat.com>
6297
6298 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6299
40fc416f
SDJ
63002017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6301
6302 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6303 to 'symbol-file' and 'add-symbol-file' can be
6304 position-independent.
6305
1cc75e92
YQ
63062017-12-01 Yao Qi <yao.qi@linaro.org>
6307
6308 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6309 the URL in copyright header.
6310 * gdb.arch/aarch64-fp.exp: Likewise.
6311 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6312 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6313 * gdb.base/expand-psymtabs.exp: Likewise.
6314 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6315 * gdb.fortran/common-block.exp: Likewise.
6316 * gdb.fortran/common-block.f90: Likewise.
6317 * gdb.fortran/logical.exp: Likewise.
6318 * gdb.fortran/vla-datatypes.f90: Likewise.
6319 * gdb.fortran/vla-sub.f90: Likewise.
6320
875fb7a7
JB
63212017-11-30 Joel Brobecker <brobecker@adacore.com>
6322
6323 * gdb.ada/repeat_dyn: New testcase.
6324
6f14765f
UW
63252017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6326
6327 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6328 Update for changed thread numbering.
6329 * gdb.cell/bt.exp: Update for changed GDB output.
6330
f1af7b94
SM
63312017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6332
6333 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6334 setting isremote by hand.
6335 * boards/dwarf4-gdb-index.exp: Likewise.
6336 * boards/fission.exp: Likewise.
6337 * boards/stabs.exp: Likewise.
6338
e3919f3e
PA
63392017-11-30 Pedro Alves <palves@redhat.com>
6340
6341 * gdb.linespec/cpls-ops.exp
6342 (check_explicit_skips_function_argument): Extract the underlying
6343 type of size_t instead of hardcoding it.
6344
bd69330d
PA
63452017-11-29 Pedro Alves <palves@redhat.com>
6346
6347 PR c++/19436
6348 * gdb.linespec/cpls-abi-tag.cc: New file.
6349 * gdb.linespec/cpls-abi-tag.exp: New file.
6350
a20714ff
PA
63512017-11-29 Pedro Alves <palves@redhat.com>
6352
6353 * gdb.base/langs.exp: Use -qualified.
6354 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6355 it.
6356 * gdb.cp/namespace.exp: Use -qualified.
6357 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6358 (overload-3, template-overload, template-ret-type, const-overload)
6359 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6360 procedures.
6361 (test_driver): Call them.
6362 * gdb.cp/save-bp-qualified.cc: New.
6363 * gdb.cp/save-bp-qualified.exp: New.
6364 * gdb.linespec/explicit.exp: Test -qualified.
6365 * lib/completion-support.exp (completion::explicit_opts_list): Add
6366 "-qualified".
6367 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6368
f6f1d339
PM
63692017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6370
6371 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6372
02ca603a
TT
63732017-11-29 Tom Tromey <tom@tromey.com>
6374
6375 * gdb.base/relocate.exp: Update invalid argument test.
6376 Add new tests for invalid arguments.
6377
ed6c0bfb
TP
63782017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6379
6380 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6381 Return 0 as a long.
6382 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6383
f106e10e
TP
63842017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6385
6386 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6387 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6388 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6389 func ().
6390 * gdb.cp/shadow.cc (B.func): Return 0.
6391
10329bb2
JB
63922017-11-27 Joel Brobecker <brobecker@adacore.com>
6393
6394 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6395 expected output in gdb_expect call to allow the exception
6396 message to be present as well. Fix syntax confusion to avoid
6397 TCL thinking that exception_name is an array.
6398
617cd4bc
UW
63992017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6400
6401 * gdb.arch/spu-info.c: Include <unistd.h>.
6402 (do_signal_test): Fix broken calls to write.
6403 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6404 Fix checks for empty mailboxes. Update signal tests for corrected
6405 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
6406 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6407 * gdb.cell/arch.exp: Use standard_output_file.
6408 * gdb.cell/break.exp: Likewise.
6409 * gdb.cell/bt.exp: Likewise.
6410 * gdb.cell/core.exp: Likewise.
6411 * gdb.cell/dwarfaddr.exp: Likewise.
6412 * gdb.cell/ea-cache.exp: Likewise.
6413 * gdb.cell/ea-standalone.exp: Likewise.
6414 * gdb.cell/f-regs.exp: Likewise.
6415 * gdb.cell/fork.exp: Likewise.
6416 * gdb.cell/gcore.exp: Likewise.
6417 * gdb.cell/mem-access.exp: Likewise.
6418 * gdb.cell/ptype.exp: Likewise.
6419 * gdb.cell/registers.exp: Likewise.
6420 * gdb.cell/sizeof.exp: Likewise.
6421 * gdb.cell/solib-symbol.exp: Likewise.
6422 * gdb.cell/solib.exp: Likewise.
617cd4bc 6423
a81aaca0
PA
64242017-11-25 Pedro Alves <palves@redhat.com>
6425
6426 * gdb.base/complete-empty.exp: New file.
6427 * gdb.base/completion.exp: Adjust.
6428
6a3c6ee4
PA
64292017-11-25 Pedro Alves <palves@redhat.com>
6430
6431 * gdb.linespec/cpls-ops.cc: New file.
6432 * gdb.linespec/cpls-ops.exp: New file.
6433 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6434 factored out from ...
6435 (test_complete_prefix_range): ... this.
6436
8955eb2d
PA
64372017-11-24 Pedro Alves <palves@redhat.com>
6438
6439 * gdb.linespec/cpcompletion.exp: New file.
6440 * gdb.linespec/cpls-hyphen.cc: New file.
6441 * gdb.linespec/cpls.cc: New file.
6442 * gdb.linespec/cpls2.cc: New file.
6443 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6444 test to use test_gdb_complete_unique. Add label completion,
6445 keyword completion and explicit location completion tests.
6446 * lib/completion-support.exp: New file.
6447
e547c119
JB
64482017-11-24 Joel Brobecker <brobecker@adacore.com>
6449
6450 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6451 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6452 when hitting an exception catchpoint.
6453
7c3c1aa8
YQ
64542017-11-22 Yao Qi <yao.qi@linaro.org>
6455
6456 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6457
41bd68f5
SM
64582017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6459
6460 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6461 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6462 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6463
1daad298
YQ
64642017-11-22 Yao Qi <yao.qi@linaro.org>
6465
6466 * gdb.base/info-os.exp: Pass pthreads.
6467 * gdb.multi/multi-attach.exp: Likewise.
6468
88465e87
YQ
64692017-11-22 Yao Qi <yao.qi@linaro.org>
6470
6471 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6472 compiler.
6473
dc196b23
YQ
64742017-11-22 Yao Qi <yao.qi@linaro.org>
6475
6476 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6477 * gdb.base/break-interp.exp: Likewise.
6478 * gdb.base/jit-attach-pie.exp: Likewise.
6479
2400729e
UW
64802017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6481
6482 * gdb.base/float128.c (large128): New variable.
6483 * gdb.base/float128.exp: Add test to print largest __float128 value.
6484
7a26362d
UW
64852017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6486
6487 * gdb.arch/vsx-regs.exp: Update register content checks.
6488
ed0f4273
UW
64892017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6490
6491 * gdb.arch/ppc-longdouble.exp: New file.
6492 * gdb.arch/ppc-longdouble.c: Likewise.
6493
a25d69c6
PA
64942017-11-21 Pedro Alves <palves@redhat.com>
6495
6496 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6497
73fcf641
PA
64982017-11-20 Pedro Alves <palves@redhat.com>
6499
6500 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6501 (long_double_typedef): New typedefs.
6502 Use DEF on double and long double.
6503 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6504 cases.
6505 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6506 and 'long_double_ptr_same_size' locals. Use them to decide
6507 whether cast from array/function to float is valid/invalid.
6508
71a3c369
TT
65092017-11-17 Tom Tromey <tom@tromey.com>
6510
6511 * gdb.rust/traits.rs: New file.
6512 * gdb.rust/traits.exp: New file.
6513
ced9779b
JB
65142017-11-17 Joel Brobecker <brobecker@adacore.com>
6515
6516 * gdb.ada/minsyms: New testcase.
6517
a0922d80
PA
65182017-11-16 Pedro Alves <palves@redhat.com>
6519
6520 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6521 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6522
ea04e54c
PA
65232017-11-16 Pedro Alves <palves@redhat.com>
6524
6525 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6526 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6527
e849ea89
PA
65282017-11-16 Pedro Alves <palves@redhat.com>
6529
6530 * gdb.server/reconnect-ctrl-c.c: New file.
6531 * gdb.server/reconnect-ctrl-c.exp: New file.
6532
d8ae99a7
PM
65332017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6534
6535 * gdb.python/py-rbreak.exp: New file.
6536 * gdb.python/py-rbreak.c: New file.
6537 * gdb.python/py-rbreak-func2.c: New file.
6538
968a13f8
PA
65392017-11-16 Pedro Alves <palves@redhat.com>
6540
6541 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6542 pattern.
6543 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6544 GDB.
6545
71774bc9
SM
65462017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6547
6548 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6549 regex.
6550
ddbb44cf
SM
65512017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6552
6553 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6554 test names.
6555
584a564f
PA
65562017-11-09 Pedro Alves <palves@redhat.com>
6557
6558 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6559 factored out from ...
6560 (top level): ... here, and adjusted to avoid expecting beyond the
6561 prompt in a single gdb_test_multiple.
6562
5ed7a928
PA
65632017-11-09 Pedro Alves <palves@redhat.com>
6564
6565 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6566 output.
6567 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6568 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6569 * gdb.server/ext-run.exp ("kill" test): Likewise.
6570 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6571
a60e0738
PA
65722017-11-09 Pedro Alves <palves@redhat.com>
6573
6574 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6575 match till end of line.
6576
2c88253f
PA
65772017-11-09 Pedro Alves <palves@redhat.com>
6578
6579 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6580
c7a38517
PA
65812017-11-09 Pedro Alves <palves@redhat.com>
6582
6583 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6584 New procedures, factored out from ...
6585 (top level): ... here, and adjusted to avoid expecting beyond the
6586 prompt in one go.
6587
f29f4b6b
PA
65882017-11-09 Pedro Alves <palves@redhat.com>
6589
6590 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6591 output. Fix '?' match.
6592
286acbb5
JB
65932017-11-08 Joel Brobecker <brobecker@adacore.com>
6594
6595 * gdb.ada/scoped_watch: New testcase.
6596 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6597 which is actually correct.
6598 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6599 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6600
62d7ae92
PA
66012017-11-08 Pedro Alves <palves@redhat.com>
6602
6603 * gdb.gdb/complaints.exp (test_initial_complaints)
6604 (test_serial_complaints, test_short_complaints): Call
6605 complaint_internal instead of complaint.
6606
280ca31f
DT
66072017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6608
6609 * gdb.threads/tls-core.c: New file.
6610 * gdb.threads/tls-core.exp: Likewise.
6611
b5ec771e
PA
66122017-11-08 Pedro Alves <palves@redhat.com>
6613
6614 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6615 (p Exported_Capitalized): New test.
6616 (p exported_capitalized): New test.
6617
a02b41a7
PA
66182017-11-07 Pedro Alves <palves@redhat.com>
6619
6620 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6621
95e95a6d
PA
66222017-11-07 Pedro Alves <palves@redhat.com>
6623
6624 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6625 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6626 (disable_invalid, disable_inverted, disable_negative): New
6627 procedures.
6628 ("bad numbers"): New set of tests.
6629
cee62dbd
PA
66302017-11-07 Pedro Alves <palves@redhat.com>
6631
6632 * gdb.cp/ena-dis-br-range.exp: Add tests.
6633
cc638e86
PA
66342017-11-07 Pedro Alves <palves@redhat.com>
6635
6636 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6637
d0fe4701
XR
66382017-11-07 Xavier Roirand <roirand@adacore.com>
6639 Pedro Alves <palves@redhat.com>
6640
6641 * gdb.base/ena-dis-br.exp: Add reference to
6642 gdb.cp/ena-dis-br-range.exp.
6643 * gdb.cp/ena-dis-br-range.exp: New file.
6644 * gdb.cp/ena-dis-br-range.cc: New file.
6645
46f67f80
PA
66462017-11-06 Pedro Alves <palves@redhat.com>
6647
6648 * gdb.base/attach-non-pgrp-leader.c: New.
6649 * gdb.base/attach-non-pgrp-leader.exp: New.
6650
726e1356
PA
66512017-11-06 Pedro Alves <palves@redhat.com>
6652
6653 * configure.ac: No longer check for termio.h and sgtty.h.
6654 * configure: Regenerate.
6655 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6656 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6657 Remove termio and sgtty code.
6658
50ab6ace
YQ
66592017-11-03 Yao Qi <yao.qi@linaro.org>
6660
6661 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6662 in GDB is disabled.
6663
8e68731c
YQ
66642017-11-03 Yao Qi <yao.qi@linaro.org>
6665
6666 * gdb.python/py-thrhandle.exp: Skip it if python is not
6667 enabled.
6668
3a87ae65
SM
66692017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6670
6671 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6672 as a breakpoint command.
6673
484d8d36
MD
66742017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6675
6676 PR python/21213
6677 * gdb.python/py-infthread.exp: Test calling
6678 InferiorThread.inferior () multiple times in a row.
6679
4a27f119
KS
66802017-10-27 Keith Seitz <keiths@redhat.com>
6681
6682 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6683 Test "info break" for every inlined function breakpoint.
6684
bb11dd58
YQ
66852017-10-27 Yao Qi <yao.qi@linaro.org>
6686
6687 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6688
a43f3893
PF
66892017-10-26 Patrick Frants <osscontribute@gmail.com>
6690
6691 * gdb.cp/classes.exp (test_static_members): Test printing
6692 Outer::instance.
6693 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6694 (Inner::instance, Outer::instance): New.
6695
792ccf00
PA
66962017-10-24 Pedro Alves <palves@redhat.com>
6697
6698 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6699 extra console" test in two stages.
6700
eb2bfbad
PA
67012017-10-24 Pedro Alves <palves@redhat.com>
6702
6703 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6704
1f75a651
PA
67052017-10-24 Pedro Alves <palves@redhat.com>
6706
6707 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6708 loop.
6709
779990d9
PA
67102017-10-24 Pedro Alves <palves@redhat.com>
6711
6712 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6713 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6714
ad9b8f5d
PA
67152017-10-24 Pedro Alves <palves@redhat.com>
6716
6717 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6718 parameter and handle it. Don't output read value in test name.
6719
fee6da6e
PA
67202017-10-24 Pedro Alves <palves@redhat.com>
6721
6722 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6723 custom test name.
6724
10389c2c
PA
67252017-10-24 Pedro Alves <palves@redhat.com>
6726
6727 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6728 include the unstable output directory name in the test's name.
6729 (initial_setup_simple) <'set args'>: Use custom test name.
6730
a80e65a9
PA
67312017-10-24 Pedro Alves <palves@redhat.com>
6732
6733 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6734 with explicit test name.
6735
15763a09
PA
67362017-10-20 Pedro Alves <palves@redhat.com>
6737
6738 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6739 'wait -i'. Use gdb_assert and remote_close.
6740
49a4ce2e
AB
67412017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6742
6743 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6744 number from variable rather than hard-coded.
6745
a75868f5
PA
67462017-10-19 Pedro Alves <palves@redhat.com>
6747
6748 * gdb.base/long-inferior-output.c: New file.
6749 * gdb.base/long-inferior-output.exp: New file.
6750
c8ba13ad
KS
67512017-11-18 Keith Seitz <keiths@redhat.com>
6752
6753 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6754 method.
6755 (main): Call it.
6756 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6757 Add additional user-defined conversion operator tests.
6758
b27de576
PA
67592017-10-17 Pedro Alves <palves@redhat.com>
6760
6761 * boards/native-stdio-gdbserver.exp: Load "local-board".
6762
8484c955
PA
67632017-10-17 Pedro Alves <palves@redhat.com>
6764
6765 * gdb.base/quit-live.c: New file.
6766 * gdb.base/quit-live.exp: New file.
6767
83d5a34d
KS
67682017-10-16 Keith Seitz <keiths@redhat.com>
6769
6770 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6771 (class_with_protected_typedef, class_with_private_typedef)
6772 (struct_with_public_typedef, struct_with_protected_typedef)
6773 (struct_with_private_typedef): New classes/structs.
6774 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6775 typedefs and access specifiers.
6776
739b3f1d
PA
67772017-10-16 Pedro Alves <palves@redhat.com>
6778 Simon Marchi <simon.marchi@polymtl.ca>
6779
6780 * README (Local vs Remote vs Native): New section.
6781 * boards/local-board.exp: New file, with bits factored out from
6782 ...
6783 * boards/native-extended-gdbserver.exp: ... here. Load
6784 "local-board".
6785 * boards/native-gdbserver.exp: Load "local-board".
6786 (${board}_spawn, ${board}_exec): Delete.
6787 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6788 ...
6789 * boards/stdio-gdbserver-base.exp: ... this new file.
6790 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6791 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6792 procedure.
6793 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6794 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6795 stdio_gdbserver_command.
6796 (${board}_get_remote_address, ${board}_get_comm_port)
6797 (${board}_download, ${board}_upload): Delete.
6798 (get_target_remote_pipe_cmd): New.
6799
fe68b953
SM
68002017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6801
6802 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6803 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6804 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6805 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6806 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6807 remove with_test_prefix.
6808
300b6685
PA
68092017-10-13 Pedro Alves <palves@redhat.com>
6810
6811 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6812 * gdb.base/annota1.exp: Use it instead of is_remote.
6813 * gdb.base/annota3.exp: Use it instead of is_remote.
6814 * gdb.cp/annota2.exp: Use it instead of is_remote.
6815 * gdb.cp/annota3.exp: Use it instead of is_remote.
6816 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6817
50500caf
PA
68182017-10-13 Pedro Alves <palves@redhat.com>
6819
6820 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6821 (test_num_test_vars, run_and_count_vars, find_env)
6822 (test_set_unset_env, test_inherit_env_var): New procedures.
6823 (top level): Use them.
6824
dad0c6d2
PA
68252017-10-13 Pedro Alves <palves@redhat.com>
6826
6827 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6828 also skip on stub-like targets.
6829
8b0553c1
PA
68302017-10-13 Pedro Alves <palves@redhat.com>
6831
6832 PR gdb/22293
6833 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6834 (top level): Move some tests to ...
6835 (test_not_found): ... this new procedure.
6836 (top level): Call it.
6837
7594f623
PA
68382017-10-13 Pedro Alves <palves@redhat.com>
6839
6840 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6841 expect different "info terminal" output if testing with a
6842 non-native target.
6843
ebe3b402
PA
68442017-10-13 Pedro Alves <palves@redhat.com>
6845 Simon Marchi <simon.marchi@polymtl.ca>
6846
6847 PR python/12966
6848 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6849
42f1b161
PA
68502017-10-13 Pedro Alves <palves@redhat.com>
6851
6852 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6853 already.
6854
8d6ef72b
PA
68552017-10-13 Pedro Alves <palves@redhat.com>
6856
6857 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6858 is_remote.
6859
d7bcd5b8
PA
68602017-10-13 Pedro Alves <palves@redhat.com>
6861
6862 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6863 is_remote.
6864
df479dc6
PA
68652017-10-13 Pedro Alves <palves@redhat.com>
6866
6867 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6868 is set.
6869 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6870 instead of is_remote.
6871
23fb630a
PA
68722017-10-13 Pedro Alves <palves@redhat.com>
6873
6874 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6875 (top level): Add comment.
6876
cc77b1dc
PA
68772017-10-13 Pedro Alves <palves@redhat.com>
6878
6879 * gdb.base/remote.exp (top level): Fix comment typo and add
6880 missing return.
6881
27c9e813
PA
68822017-10-13 Pedro Alves <palves@redhat.com>
6883 Simon Marchi <simon.marchi@polymtl.ca>
6884
6885 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6886 calls and add comments. Skip test if use_gdb_stub is set.
6887 (top level): Use "set cwd" command instead of "cd" command.
6888
5e830d98
PA
68892017-10-13 Pedro Alves <palves@redhat.com>
6890
6891 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6892 is_remote target check.
6893
f5ca0032
PA
68942017-10-13 Pedro Alves <palves@redhat.com>
6895
6896 * gdb.base/scope.exp: Use build_executable + clean_restart +
6897 gdb_file_cmd instead of prepare_for_testing and no longer skip
6898 "before run" tests on is_remote target boards. Update comments.
6899 * boards/native-extended-gdbserver.exp
6900 (extended_gdbserver_load_last_file): New, factored out from ...
6901 (gdb_load): ... this. Move further below and add comment.
6902 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6903
8aed1c0d
PA
69042017-10-12 Pedro Alves <palves@redhat.com>
6905
6906 * gdb.base/attach.exp: Remove references to gdb64.
6907 * gdb.base/dbx.exp: Remove references to gdb64.
6908
cfa34c87
SM
69092017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6910 Pedro Alves <palves@redhat.com>
6911
6912 * gdb.base/label.exp: Remove is_remote target check.
6913
9192b7de
PA
69142017-10-12 Pedro Alves <palves@redhat.com>
6915
6916 * gdb.base/auvx.exp (coredir): Update comment.
6917 (top level) <core_works>: Use "set cwd" command instead of "cd"
6918 command.
6919
6bf0052d
PA
69202017-10-12 Pedro Alves <palves@redhat.com>
6921 Simon Marchi <simon.marchi@polymtl.ca>
6922
6923 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6924 target boards.
6925
e48ef82d
PA
69262017-10-12 Pedro Alves <palves@redhat.com>
6927 Simon Marchi <simon.marchi@polymtl.ca>
6928
6929 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6930 Instead skip if there's any gdb_protocol set.
6931
8d7aea57
SM
69322017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6933 Pedro Alves <palves@redhat.com>
6934
6935 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6936
30440677
PA
69372017-10-12 Pedro Alves <palves@redhat.com>
6938 Simon Marchi <simon.marchi@polymtl.ca>
6939
6940 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6941 instead of on dejagnu remote boards.
6942
4e04f045 69432017-10-12 Pedro Alves <palves@redhat.com>
175654b9 6944 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
6945
6946 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6947 checks. Use build_executable + clean_restart instead of
6948 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6949 of enabling non-stop after starting gdb.
6950
871a186e
PA
69512017-10-12 Pedro Alves <palves@redhat.com>
6952
6953 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6954 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6955 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6956 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6957
56d704da
AK
69582017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6959
6960 * gdb.arch/arc-tdesc-cpu.exp: New file.
6961 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6962
2f20e312
SM
69632017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6964
6965 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6966
65630365
PA
69672017-10-10 Pedro Alves <palves@redhat.com>
6968
6969 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6970 expect CLI output.
6971
bf469271
PA
69722017-10-10 Pedro Alves <palves@redhat.com>
6973
6974 * lib/selftest-support.exp (selftest_setup): Update for
6975 captured_command_loop's prototype change.
6976
777a42f1
PA
69772017-10-09 Pedro Alves <palves@redhat.com>
6978
6979 Test both arch1=>arch2 and arch2=>arch1.
6980
6981 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6982 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6983 factored out to...
6984 (append_arch1_options, append_arch2_options, append_arch_options)
6985 (build_executables): New procedures.
6986 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6987 local.
6988 (top level): Add new 'first_arch' testing axis.
6989
cbd2b4e3
PA
69902017-10-09 Pedro Alves <palves@redhat.com>
6991
6992 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6993 (barrier): New.
6994 (thread_start, all_started): New functions.
6995 (main): Spawn new thread and wait until it is scheduled.
6996 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6997 option.
6998 (do_test): Add 'selected_thread' parameter. Run to all_started
6999 instead of main. Explicitly set the breakpoint at main. Switch
7000 to the SELECTED_THREAD thread.
7001 (top level): Test handling the exec event with either the main
7002 thread or the second thread selected.
7003
5c9e4427
PA
70042017-10-09 Pedro Alves <palves@redhat.com>
7005
7006 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7007 logic. Move STOP marker after the value checks.
7008 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7009 regexp.
7010
b3b7c423
SL
70112017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7012
7013 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7014
3b4b2f16
UW
70152017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7016
7017 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7018 integer-to-dfp conversion.
7019 * gdb.base/dfp-test.exp: Likewise.
7020
5cd63fda
PA
70212017-10-04 Pedro Alves <palves@redhat.com>
7022
7023 * gdb.multi/hangout.c: Include <unistd.h>.
7024 (hangout_loop): New function.
7025 (main): Call alarm. Call hangout_loop in a loop.
7026 * gdb.multi/hello.c: Include <unistd.h>.
7027 (hello_loop): New function.
7028 (main): Call alarm. Call hangout_loop in a loop.
7029 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7030 inferior with the other selected.
7031
4c71c105
SM
70322017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7033
7034 * gdb.mi/list-thread-groups-available.exp: New file.
7035 * gdb.mi/list-thread-groups-available.c: New file.
7036
bc3b087d
SDJ
70372017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7038
7039 * gdb.base/set-cwd.exp: Make it available on
7040 native-extended-gdbserver.
7041
d092c5a2
SDJ
70422017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7043
7044 * gdb.base/set-cwd.c: New file.
7045 * gdb.base/set-cwd.exp: Likewise.
7046
45320ffa
TT
70472017-10-02 Tom Tromey <tom@tromey.com>
7048
7049 PR rust/22236:
7050 * gdb.rust/simple.rs (main): New variable "fslice".
7051 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7052
b3e3859b
TT
70532017-10-02 Tom Tromey <tom@tromey.com>
7054
7055 * gdb.rust/simple.exp: Test ptype of a slice.
7056
01af5e0d
TT
70572017-10-02 Tom Tromey <tom@tromey.com>
7058
7059 * gdb.rust/simple.exp: Test index of slice.
7060
a9bbfbd8
TT
70612017-09-27 Tom Tromey <tom@tromey.com>
7062
7063 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7064
df8899e5
TP
70652017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7066 Pedro Alves <palves@redhat.com>
7067
7068 * gdb.base/compare-sections.exp (get value of read-only section): Read
7069 as unsigned value.
7070 (corrupt read-only section): Likewise and don't set written if patching
7071 failed.
7072
757bf54b
KB
70732017-09-21 Kevin Buettner <kevinb@redhat.com>
7074
7075 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7076 files.
7077
06871ae8
PA
70782017-09-20 Pedro Alves <palves@redhat.com>
7079
7080 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7081 symbol names in gdb's output.
7082 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7083
e5f25bc5
PA
70842017-09-20 Pedro Alves <palves@redhat.com>
7085
7086 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7087 Rename to ...
7088 (test_list_ambiguous_symbol): ... this and add a symbol name
7089 parameter. Adjust.
7090 (test_list_ambiguous_function): Reimplement on top of
7091 test_list_ambiguous_symbol and also test listing ambiguous
7092 variables.
7093 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7094 (ambiguous_fun): ... this.
7095 (ambiguous_var): New.
7096 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7097 (ambiguous_fun): ... this.
7098 (ambiguous_var): New.
7099
4e5a4f58
JB
71002017-09-19 John Baldwin <jhb@FreeBSD.org>
7101
7102 * gdb.base/starti.c: New file.
7103 * gdb.base/starti.exp: New file.
7104 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7105
26e53f3e
PA
71062017-09-14 Pedro Alves <palves@redhat.com>
7107
7108 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7109 (top level): Use it instead of runto.
7110
cb791d59
TT
71112017-09-11 Tom Tromey <tom@tromey.com>
7112
7113 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7114
7c96f8c1
TT
71152017-09-11 Tom Tromey <tom@tromey.com>
7116
7117 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7118 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7119
469412dd
CW
71202017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7121
7122 * gdb.fortran/printing-types.exp: New file.
7123 * gdb.fortran/printing-types.exp: New file.
7124
e0f86435
BH
71252017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7126
7127 * gdb.fortran/vla-ptype.exp: Fix typos.
7128 * gdb.fortran/vla-value.exp: Same.
7129
9e9af4be
BH
71302017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7131
7132 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7133 * gdb.mi/mi-var-child-f.exp: Likewise.
7134 * gdb.mi/mi-vla-fortran.exp: Likewise.
7135
a5ad232b 71362017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
7137 Christoph Weinmann <christoph.t.weinmann@intel.com>
7138 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
7139
7140 * gdb.fortran/ptr-indentation.f90: New file.
7141 * gdb.fortran/ptr-indentation.exp: New file.
7142
5aec60eb
TT
71432017-09-05 Tom Tromey <tom@tromey.com>
7144
7145 PR gdb/22010:
7146 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7147
8f8f8152
TP
71482017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7149
7150 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7151
fbd1b771
JK
71522017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7153
7154 * gdb.threads/tls-nodebug-pie.c: New file.
7155 * gdb.threads/tls-nodebug-pie.exp: New file.
7156
5eb5f850
TT
71572017-09-05 Tom Tromey <tom@tromey.com>
7158
7159 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7160 for rust.
7161
ae780a21
SM
71622017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7163
7164 * gdb.multi/multi-arch-exec.exp: Test with different
7165 "follow-exec-mode" settings.
7166 (do_test): New procedure.
7167
3693fdb3
PA
71682017-09-04 Pedro Alves <palves@redhat.com>
7169
7170 * gdb.base/func-static.c (S::method const, S::method volatile)
7171 (S::method volatile const): New methods.
7172 (c_s, v_s, cv_s): New instances.
7173 (main): Call method() on them.
7174 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7175 (cannot_resolve): New procedure.
7176 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7177 print-quote-unquoted columns.
7178 (do_test): Test printing each scope too.
7179
e68cb8e0
PA
71802017-09-04 Pedro Alves <palves@redhat.com>
7181
7182 * gdb.base/local-static.exp: Also test with
7183 class::method::variable wholly quoted.
7184 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7185
858be34c
PA
71862017-09-04 Pedro Alves <palves@redhat.com>
7187
7188 * gdb.base/local-static.c: New.
7189 * gdb.base/local-static.cc: New.
7190 * gdb.base/local-static.exp: New.
7191
46a4882b
PA
71922017-09-04 Pedro Alves <palves@redhat.com>
7193
7194 * gdb.asm/asm-source.exp: Add casts to int.
7195 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7196 (dataglobal64_1, dataglobal64_2): New globals.
7197 * gdb.base/nodebug.exp: Test different expressions involving the
7198 new globals, with print, whatis and ptype. Add casts to int.
7199 * gdb.base/solib-display.exp: Add casts to int.
7200 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7201 * gdb.cp/m-static.exp: Add cast to int.
7202 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7203 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7204 tls variable with no debug info without a cast. Test with a cast
7205 to int too.
7206 * gdb.trace/entry-values.exp: Add casts.
7207
2c5a2be1
PA
72082017-09-04 Pedro Alves <palves@redhat.com>
7209
7210 * gdb.base/nodebug.exp: Test that ptype's error about functions
7211 with unknown return type includes the function name too.
7212
7022349d
PA
72132017-09-04 Pedro Alves <palves@redhat.com>
7214
7215 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7216 return type of munmap in infcall.
7217 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7218 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7219 type of ftell in infcall.
7220 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7221 type of getpid in infcall.
7222 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7223 infcall.
7224 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7225 Bail on failure to extract the pid.
7226 * gdb.base/nodebug.c: #include <stdint.h>.
7227 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7228 New functions.
7229 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7230 Change expected output of print/whatis/ptype with functions with
7231 no debug info. Test all supported languages. Call
7232 test_call_promotion.
7233 * gdb.compile/compile.exp: Adjust expected output to expect
7234 warning.
7235 * gdb.threads/siginfo-threads.exp: Likewise.
7236
54990598
PA
72372017-09-04 Pedro Alves <palves@redhat.com>
7238
7239 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7240 "prototypes". Test calling float functions via prototyped and
7241 unprototyped function pointers.
7242 (perform_all_tests): New parameter "prototypes". Pass it down.
7243 (top level): Pass down "prototypes" parameter to
7244 perform_all_tests.
7245
34d16ea2
SM
72462017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7247
7248 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7249 Test with nested loops.
7250
9521ecda
SM
72512017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7252
7253 * gdb.base/commands.exp: Call the new procedures.
7254 (loop_break_test, loop_continue_test): New procedures.
7255
80a65e9b
SM
72562017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7257
7258 * gdb.base/commands.exp: Call new procedure.
7259 (define_if_without_arg_test): New procedure.
7260
e439fa14
PA
72612017-09-04 Pedro Alves <palves@redhat.com>
7262
7263 * gdb.base/list-ambiguous.exp: New file.
7264 * gdb.base/list-ambiguous0.c: New file.
7265 * gdb.base/list-ambiguous1.c: New file.
7266 * gdb.base/list.exp (test_list_range): Adjust expected output.
7267
0a2dde4a
SDJ
72682017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7269
7270 * gdb.base/share-env-with-gdbserver.c: New file.
7271 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7272
5e89eb3a
SM
72732017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7274
7275 * gdb.base/commands.exp (gdbvar_simple_if_test,
7276 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7277 progvar_simple_if_test, progvar_simple_while_test,
7278 progvar_complex_if_while_test, user_defined_command_test,
7279 user_defined_command_args_eval,
7280 user_defined_command_args_stack_test,
7281 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7282 temporary_breakpoint_commands,
7283 gdb_test_no_prompt, redefine_hook_test,
7284 redefine_backtrace_test): Remove "global gdb_prompt".
7285
fd437cbc
SM
72862017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7287
7288 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7289 New proc, call it from toplevel.
7290
87215ad1
SDJ
72912017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7292
7293 PR remote/21852
7294 * gdb.server/normal.c: New file, copied from gdb.base.
7295 * gdb.server/run-without-local-binary.exp: New file.
7296
58afddc6
WP
72972017-08-07 Weimin Pan <weimin.pan@oracle.com>
7298
7299 * gdb.arch/sparc64-adi.exp: New file.
7300 * gdb.arch/sparc64-adi.c: New file.
7301
5277199a
PA
73022017-08-22 Pedro Alves <palves@redhat.com>
7303
7304 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7305 (top level): Add "list all overloads" tests.
7306
14278e1f
TT
73072017-08-22 Tom Tromey <tom@tromey.com>
7308
7309 * gdb.gdb/xfullpath.exp: Remove.
7310
bf223d3e
PA
73112017-08-21 Pedro Alves <palves@redhat.com>
7312
7313 PR gdb/19487
7314 * gdb.base/symbol-alias.c: New.
7315 * gdb.base/symbol-alias2.c: New.
7316 * gdb.base/symbol-alias.exp: New.
7317
c973d0aa
PA
73182017-08-21 Pedro Alves <palves@redhat.com>
7319
7320 * gdb.base/dfp-test.c
7321 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7322 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7323 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7324 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7325 * gdb.base/whatis-ptype-typedefs.c: New.
7326 * gdb.base/whatis-ptype-typedefs.exp: New.
7327 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7328 (an_int, an_int_type, an_int_type2): New globals.
7329 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7330 involving typedefs and cast expressions.
7331 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7332 (lookup_typedefs_function): New.
7333 (typedefs_pretty_printers_dict): New.
7334 (top level): Register lookup_typedefs_function in
7335 gdb.pretty_printers.
7336
6d580b63
YQ
73372017-08-18 Yao Qi <yao.qi@linaro.org>
7338
7339 * gdb.server/unittest.exp: New.
7340
206726fb
SDJ
73412017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7342
7343 PR gdb/21954
7344 * gdb.base/environ.exp: Add test to check if 'unset environment'
7345 works.
7346
bf0ec4c2
AA
73472017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7348
7349 * lib/gdb.exp (universal_compile_options): New caching proc.
7350 (gdb_compile): Suppress GCC's coloring of messages.
7351
d6382fff
TT
73522017-08-14 Tom Tromey <tom@tromey.com>
7353
7354 PR gdb/21675:
7355 * gdb.base/printcmds.exp (test_radices): New function.
7356 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7357 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7358 * lib/gdb.exp (get_integer_valueof): Use p/d.
7359
c2c2dd9f
SM
73602017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7361
7362 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7363 characters.
7364
fdffd6f4
TT
73652017-08-05 Tom Tromey <tom@tromey.com>
7366
7367 * gdb.rust/simple.exp: Allow String to appear in a different
7368 namespace.
7369
27d41eac
YQ
73702017-07-26 Yao Qi <yao.qi@linaro.org>
7371
7372 * gdb.gdb/unittest.exp: Invoke command
7373 "maintenance check xml-descriptions".
7374
031ed05d
AA
73752017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7376
7377 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7378 calling context.
7379 (hex128): Drop erroneous calculation of parameters.
7380
dcd27ddf
SM
73812017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7382
7383 * gdb.python/py-unwind.exp: Disable stack protection when
7384 building test file.
7385
47e77640
PA
73862017-07-20 Pedro Alves <palves@redhat.com>
7387
7388 * gdb.base/default.exp (set language): Adjust expected output.
7389
62d2a18a
PA
73902017-07-20 Pedro Alves <palves@redhat.com>
7391
7392 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7393 (test_minsym): ... this, and make static.
7394 (get_pck__foo__bar__minsym): Rename to ...
7395 (get_test_minsym): ... this.
7396 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7397 symbol names and comments.
7398 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7399 (get_test_minsym): ... this.
7400 (pck__foo__bar__minsym__2): Rename to ...
7401 (test_minsym): ... this.
7402 (main): Adjust.
7403
c45ec17c
PA
74042017-07-17 Pedro Alves <palves@redhat.com>
7405
7406 * gdb.base/completion.exp: Adjust expected output.
7407 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7408 the completer works.
7409
c6756f62
PA
74102017-07-17 Pedro Alves <palves@redhat.com>
7411
7412 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7413
5bd68487
AB
74142017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7415
7416 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7417
8880f2a9
TT
74182017-07-14 Tom Tromey <tom@tromey.com>
7419
7420 PR rust/21764:
7421 * gdb.rust/simple.exp: Add tests.
7422
65547233
TT
74232017-07-14 Tom Tromey <tom@tromey.com>
7424
7425 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7426
8f14146e
PA
74272017-07-14 Pedro Alves <palves@redhat.com>
7428
7429 * gdb.linespec/base/one/thefile.cc (z1): New function.
7430 * gdb.linespec/base/two/thefile.cc (z2): New function.
7431 * gdb.linespec/linespec.exp: Add tests.
7432
b4365d02
AB
74332017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7434
7435 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7436 to mi_create_breakpoint.
7437
5d2cbaa5
AB
74382017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7439
7440 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7441 mi_create_breakpoint.
7442
11cb5716
IB
74432017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7444
7445 * gdb.dlang/demangle.exp: Update for demangling changes.
7446
03278692
TT
74472017-07-09 Tom Tromey <tom@tromey.com>
7448
7449 * gdb.dwarf2/shortpiece.exp: New file.
7450
33c5cd75
DB
74512017-07-06 David Blaikie <dblaikie@gmail.com>
7452
7453 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7454 built from fissiont-multi-cu{1,2}.c.
7455 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7456 except putting 'main' and 'func' in separate CUs in the same DWO file.
7457 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7458 test.
7459 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7460 test.
7461
8455d262
PA
74622017-07-06 Pedro Alves <palves@redhat.com>
7463
7464 * gdb.python/py-unwind.exp: Test flushregs.
7465
dc4bde35
SDJ
74662017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7467
7468 PR cli/21688
7469 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7470 tests for alias commands and trailing whitespace.
7471
51ed89aa
SDJ
74722017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7473
7474 PR cli/21688
7475 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7476 procedure. Call it.
7477
eb17d413
PA
74782017-06-29 Pedro Alves <palves@redhat.com>
7479
7480 * gdb.base/printcmds.exp: Add tests.
7481
41664b45
DG
74822017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7483
7484 PR gdb/21337
7485 * gdb.base/reread-readsym.exp: New file.
7486 * gdb.base/reread-readsym.c: New file.
7487
75312ae3
KB
74882017-06-21 Kevin Buettner <kevinb@redhat.com>
7489
7490 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7491 subpattern.
7492
66953522
PB
74932017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7494
7495 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7496 extended mnemonic.
7497 * gdb.arch/powerpc-power9.s: Likewise.
7498
5524b525
AA
74992017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7500
7501 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7502 on 32-bit x86 targets. Exploit is_*_target macros where
7503 appropriate.
7504
03c8af18
AA
75052017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7506
7507 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7508 register pieces.
7509
3bf31011
AA
75102017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7511
7512 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7513 located in one or more DWARF pieces.
7514
805acca0
AA
75152017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7516
7517 * lib/gdb.exp (get_endianness): New proc.
7518 * gdb.arch/aarch64-fp.exp: Use it.
7519 * gdb.arch/altivec-regs.exp: Likewise.
7520 * gdb.arch/e500-regs.exp: Likewise.
7521 * gdb.arch/vsx-regs.exp: Likewise.
7522 * gdb.base/dump.exp: Likewise.
7523 * gdb.base/funcargs.exp: Likewise.
7524 * gdb.base/gnu_vector.exp: Likewise.
7525 * gdb.dwarf2/formdata16.exp: Likewise.
7526 * gdb.dwarf2/implptrpiece.exp: Likewise.
7527 * gdb.dwarf2/nonvar-access.exp: Likewise.
7528 * gdb.python/py-inferior.exp: Likewise.
7529 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7530
e9352324
AA
75312017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7532
7533 PR gdb/21226
7534 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7535 stack value pieces are taken from the LSB end.
7536
d5d1163e
AA
75372017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7538
7539 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7540 variable at nonzero offset.
7541
0567c986
AA
75422017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7543
7544 * gdb.dwarf2/var-access.c: New file.
7545 * gdb.dwarf2/var-access.exp: New test.
7546 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7547
973e9aab
TT
75482017-06-12 Tom Tromey <tom@tromey.com>
7549
7550 * gdb.dwarf2/formdata16.exp: Add tests.
7551
d9109c80
TT
75522017-06-12 Tom Tromey <tom@tromey.com>
7553
7554 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7555
30a25466
TT
75562017-06-12 Tom Tromey <tom@tromey.com>
7557
7558 PR exp/16225:
7559 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7560 * gdb.arch/vsx-regs.exp: Update tests.
7561 * gdb.arch/s390-vregs.exp (hex128): New proc.
7562 Update test.
7563 * gdb.arch/altivec-regs.exp: Update tests.
7564
aefd8b33
SDJ
75652017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7566
7567 * gdb.base/startup-with-shell.c: New file.
7568 * gdb.base/startup-with-shell.exp: Likewise.
7569
2090129c
SDJ
75702017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7571
7572 * gdb.server/non-existing-program.exp: Update regex in order to
7573 reflect the fact that gdbserver is now using fork_inferior (with a
7574 shell) to startup the inferior.
7575
8e86a419
SM
75762017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7577
7578 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7579 support function calls from GDB.
7580
e6cf65f2
TT
75812017-05-21 Tom Tromey <tom@tromey.com>
7582
7583 PR rust/21466:
7584 * gdb.rust/unsized.exp: New file.
7585 * gdb.rust/unsized.rs: New file.
7586
43cc5389
TT
75872017-05-19 Tom Tromey <tom@tromey.com>
7588
7589 PR rust/21484:
7590 * gdb.rust/watch.exp: New file.
7591 * gdb.rust/watch.rs: New file.
7592
ec8df234
TT
75932017-05-18 Tom Tromey <tom@tromey.com>
7594
7595 * gdb.rust/simple.exp: Allow Box to be qualified.
7596
3e3e7fae
TP
75972017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7598
7599 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7600
59cc050d
PA
76012017-05-18 Pedro Alves <palves@redhat.com>
7602
7603 * gdb.base/fileio.c (test_write, test_read, test_close)
7604 (test_fstat): Don't print 'ret' in the fail path.
7605
c8f6abd1
PA
76062017-05-18 Pedro Alves <palves@redhat.com>
7607
7608 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7609 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7610 (test_system, test_rename, test_unlink, test_time): Change
7611 prototypes.
7612 * gdb.base/fileio.exp (stop_msg): Adjust.
7613
d2a03b77
PA
76142017-05-18 Pedro Alves <palves@redhat.com>
7615
7616 * gdb.base/fileio.c (null_str): New global.
7617 (test_stat): Use it.
7618 * gdb.base/fileio.exp: Remove nowarnings.
7619
0d5c6999
YQ
76202017-05-17 Yao Qi <yao.qi@linaro.org>
7621
7622 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7623
21873064
YQ
76242017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7625
7626 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7627 argument command.
7628 (top-level): Invoke test_set_inferior_tty.
7629
d512d31c
PA
76302017-05-04 Pedro Alves <palves@redhat.com>
7631
7632 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7633 Add parens to print call for Python 3.
7634
90cef2ed
KS
76352017-05-03 Keith Seitz <keiths@redhat.com>
7636
7637 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7638 (main): Call it.
7639
14f819c8
TW
76402017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7641
7642 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7643 to prev and next.
7644
913aeadd
TW
76452017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7646
7647 * gdb.python/py-record-btrace.exp: Remove test for
7648 gdb.BtraceInstruction.error.
7649
a3be24ad
TW
76502017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7651
7652 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7653
ae20e79a
TW
76542017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7655
7656 * gdb.python/py-record-btrace-threads.c: New file.
7657 * gdb.python/py-record-btrace-threads.exp: New file.
7658
45ce1b47
SDJ
76592017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7660
7661 PR testsuite/8595
7662 * gdb.base/environ.exp: Make test available in all architectures.
7663 Move bits related to "info program" testing to
7664 gdb.base/info-program.exp. Rewrite tests to use the two new
7665 procedures mentione below.
7666 (test_set_show_env_var) New procedure.
7667 (test_set_show_env_var_equal): Likewise.
7668 * gdb.base/info-program.exp: New file.
7669
e15c3eb4
KS
76702017-04-27 Keith Seitz <keiths@redhat.com>
7671
7672 * gdb.cp/oranking.cc (test15): New function.
7673 (main): Call test15 and declare additional variables for testing.
7674 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7675 "p foo101('abc')" tests.
7676 Add tests for cv qualifier overloads.
7677 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7678 "lvalue reference overload" test.
7679 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7680 "print value of f1 on Child&& in f2" test.
7681
3a3fd0fd
PA
76822017-04-19 Pedro Alves <palves@redhat.com>
7683
7684 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7685 procedure.
7686 (top level): Call it.
7687 * lib/gdb.exp (gdb_define_cmd): New procedure.
7688
53375380
PA
76892017-04-12 Pedro Alves <palves@redhat.com>
7690
7691 PR gdb/21323
7692 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7693 (wchar): New global.
7694 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7695 (do_test_wide_char, wide_char_types_no_program, top level): Add
7696 wchar_t testing.
7697
53e710ac
PA
76982017-04-12 Pedro Alves <palves@redhat.com>
7699
7700 PR c++/21323
7701 * gdb.cp/wide_char_types.c: New file.
7702 * gdb.cp/wide_char_types.exp: New file.
7703
0ad9d8c7
SDJ
77042017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7705
7706 PR gdb/21352
7707 * gdb.trace/tsv.exp: Add test for "tsave -r".
7708
b1b45502
IB
77092017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7710
7711 * gdb.dlang/watch-loc.c: New file.
7712 * gdb.dlang/watch-loc.exp: New file.
7713
ec13808e
JK
77142017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7715
7716 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7717
fe5f7374
AK
77182017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7719
7720 * gdb.arch/arc-analyze-prologue.S: New file.
7721 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7722
eea78757
AK
77232017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7724
7725 * gdb.arch/arc-decode-insn.S: New file.
7726 * gdb.arch/arc-decode-insn.exp: Likewise.
7727
5badf10a
IR
77282017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7729
7730 PR tdep/20928
7731 * gdb.arch/sparc64-regs.exp: New file.
7732 * gdb.arch/sparc64-regs.S: Likewise.
7733
cee59b3f
TW
77342017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7735
7736 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7737 and memory view on Python 3.
7738
c0f55cc6
AV
77392017-03-20 Artemiy Volkov <artemiyv@acm.org>
7740 Keith Seitz <keiths@redhat.com>
7741
7742 PR gdb/14441
7743 * gdb.cp/demangle.exp: Add rvalue reference tests.
7744 * gdb.cp/rvalue-ref-casts.cc: New file.
7745 * gdb.cp/rvalue-ref-casts.exp: New file.
7746 * gdb.cp/rvalue-ref-overload.cc: New file.
7747 * gdb.cp/rvalue-ref-overload.exp: New file.
7748 * gdb.cp/rvalue-ref-params.cc: New file.
7749 * gdb.cp/rvalue-ref-params.exp: New file.
7750 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7751 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7752 * gdb.cp/rvalue-ref-types.cc: New file.
7753 * gdb.cp/rvalue-ref-types.exp: New file.
7754 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7755 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7756
51457a05
MAL
77572017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7758
7759 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7760 New procedure.
7761
5b291c04
MAL
77622017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7763
7764 * lib/mi-support.exp (mi_gdb_test): Add additional message
7765 for unexpected output.
7766
59a56148
AA
77672017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7768
7769 * gdb.base/examine-backward.c (Barrier): New character array
7770 constant, to ensure that TestStrings is preceded by a string
7771 terminator.
7772
7942e96e
AA
77732017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7774
7775 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7776 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7777 and implicit pointer into such a location.
7778
6ebac3fb
DE
77792017-03-16 Doug Evans <dje@google.com>
7780
7781 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7782
ec3b243d
TP
77832017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7784
7785 * gdb.cp/m-static.exp: Fix expectation for prototype of
7786 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
7787
77882017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
7789
7790 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7791 * gdb.guile/scm-lazy-string.c: New file.
7792 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7793 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7794 for pointer, array, typedef lazy strings.
7795
2cc36e25 77962017-03-16 Doug Evans <dje@google.com>
34b43320
DE
7797
7798 PR python/17728, python/18439, python/18779
7799 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7800 * gdb.python/py-lazy-string.c (pointer): New typedef.
7801 (main): New locals ptr, array, typedef_ptr.
7802 * gdb.python/py-value.exp: Move lazy string tests to ...
7803 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7804 array, typedef lazy strings.
ec3b243d 7805
0efcde63
AK
78062017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7807
7808 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7809 Add optional 'test' parameter.
7810
7978d7c3
SM
78112017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7812
7813 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7814 Skip for versions of DejaGnu < 1.5.
7815
896c0c1e
SM
78162017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7817
7818 * lib/gdb.exp (dejagnu_version): New proc.
7819 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7820 Use dejagnu_version.
7821
5f4d1085
KS
78222017-03-10 Keith Seitz <keiths@redhat.com>
7823
7824 PR c++/8128
7825 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7826 type from destructor regexps.
7827 Add a branch which actually passes the test.
7828 Adjust "ptype t5i" test names.
7829
1de05205
PA
78302017-03-08 Pedro Alves <palves@redhat.com>
7831
7832 * gdb.base/step-over-exit.exp: Add explicit test message.
7833
c65d6b55
PA
78342017-03-08 Pedro Alves <palves@redhat.com>
7835
7836 PR gdb/18360
7837 * gdb.threads/interrupt-while-step-over.c: New file.
7838 * gdb.threads/interrupt-while-step-over.exp: New file.
7839
2e86a283
PA
78402017-03-08 Pedro Alves <palves@redhat.com>
7841
7842 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7843 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7844
25dcbff6
PA
78452017-03-08 Pedro Alves <palves@redhat.com>
7846
7847 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7848 PKRU as not supported as a PASS.
7849
dc9366eb
PA
78502017-03-08 Pedro Alves <palves@redhat.com>
7851
7852 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7853 prefix instead of $binfile1/$binfile2.
7854 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7855 in test message.
7856 * gdb.python/py-completion.exp: Use "load python file" as test
7857 messages instead of unstable path names.
7858
6e5d74e7
PA
78592017-03-08 Pedro Alves <palves@redhat.com>
7860 Jan Kratochvil <jan.kratochvil@redhat.com>
7861
7862 PR cli/21218
7863 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7864 New proc.
7865 (top level): Call it.
7866
9753a2f6
PA
78672017-03-08 Pedro Alves <palves@redhat.com>
7868
7869 PR tui/21216
7870 * gdb.tui/tui-nl-filtered-output.exp: New file.
7871
1a4dd9dd
PA
78722017-03-08 Pedro Alves <palves@redhat.com>
7873
7874 * gdb.base/completion.exp: Move TUI completion tests to ...
7875 * gdb.tui/completion.exp: ... this new file.
7876
7cbbff33
PA
78772017-03-08 Pedro Alves <palves@redhat.com>
7878
7879 * gdb.base/tui-disasm-long-lines.c,
7880 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7881 gdb.base/tui-layout.exp: Move to ...
7882 * gdb.tui/: ... this new directory.
7883
5f6fd321
PA
78842017-03-07 Pedro Alves <palves@redhat.com>
7885
7886 * gdb.base/tui-layout.c: New file.
7887 * gdb.base/tui-layout.exp: New file.
7888
44959fa8
PA
78892017-03-07 Pedro Alves <palves@redhat.com>
7890
7891 * gdb.base/tui-layout.c: Rename to ...
7892 * gdb.base/tui-disasm-long-lines.c: ... this.
7893 * gdb.base/tui-layout.exp: Rename to ...
7894 * gdb.base/tui-disasm-long-lines.exp: ... this.
7895
f8c4e718
PA
78962017-03-07 Pedro Alves <palves@redhat.com>
7897
7898 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7899
6dbb839a 79002017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
7901
7902 * i386-mpx-call.c: New file.
7903 * i386-mpx-call.exp: New file.
7904
65b48a81
PB
79052017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7906
7907 * gdb.arch/powerpc-power.exp: Delete test.
7908 * gdb.arch/powerpc-power.s: Likewise.
7909 * gdb.disasm/disassembler-options.exp: New test.
7910 * gdb.arch/powerpc-altivec.exp: Likewise.
7911 * gdb.arch/powerpc-altivec.s: Likewise.
7912 * gdb.arch/powerpc-altivec2.exp: Likewise.
7913 * gdb.arch/powerpc-altivec2.s: Likewise.
7914 * gdb.arch/powerpc-altivec3.exp: Likewise.
7915 * gdb.arch/powerpc-altivec3.s: Likewise.
7916 * gdb.arch/powerpc-power7.exp: Likewise.
7917 * gdb.arch/powerpc-power7.s: Likewise.
7918 * gdb.arch/powerpc-power8.exp: Likewise.
7919 * gdb.arch/powerpc-power8.s: Likewise.
7920 * gdb.arch/powerpc-power9.exp: Likewise.
7921 * gdb.arch/powerpc-power9.s: Likewise.
7922 * gdb.arch/powerpc-vsx.exp: Likewise.
7923 * gdb.arch/powerpc-vsx.s: Likewise.
7924 * gdb.arch/powerpc-vsx2.exp: Likewise.
7925 * gdb.arch/powerpc-vsx2.s: Likewise.
7926 * gdb.arch/powerpc-vsx3.exp: Likewise.
7927 * gdb.arch/powerpc-vsx3.s: Likewise.
7928 * gdb.arch/arm-disassembler-options.exp: Likewise.
7929 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7930 * gdb.arch/s390-disassembler-options.exp: Likewise.
7931
17cd4947
LM
79322017-02-23 Luis Machado <lgustavo@codesourcery.com>
7933
7934 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7935 (check_supported_features): ... this. Changed return type to void.
7936 (supports_rdseed): New static global.
7937 (rdseed): Check supports_rdseed.
7938 (initialize): Call check_supported_features.
7939
2039d74e
EBM
79402017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7941
7942 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7943 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7944 and lqarx/stqcx.
7945 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7946 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7947
a51d7ecf
EBM
79482017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7949
7950 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7951 uppercase.
7952
0224619f
JK
79532017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7954
7955 * gdb.dwarf2/formdata16.c: New file.
7956 * gdb.dwarf2/formdata16.exp: New file.
7957 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7958
216f72a1
JK
79592017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7960
7961 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7962 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7963 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7964 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7965 DW_AT_GNU_*.
7966
43988095
JK
79672017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7968
7969 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7970
99e8a4f9
SDJ
79712017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7972
7973 PR gdb/21164
7974 * gdb.base/maint.exp: Add testcases for when the commands do
7975 not have arguments.
7976
b58a8c0c
TP
79772017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7978
7979 * gdb.cp/chained-calls.exp: Use p instead of P.
7980
4e746bb6
TW
79812017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7982
7983 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7984 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7985
3f77c769
TT
79862017-02-14 Tom Tromey <tom@tromey.com>
7987
7988 PR python/13598:
7989 * gdb.python/py-events.exp: Add before_prompt event tests.
7990
075beec0
AA
79912017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7992
7993 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7994
bf5f525c
LM
79952017-02-13 Luis Machado <lgustavo@codesourcery.com>
7996
7997 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7998 (main): Call my_unique_function_name.
7999 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8000 completion of patterns with a single match.
8001 Add missing -re switches to gdb_test_multiple calls.
8002
13a66184
LM
80032017-02-13 Luis Machado <lgustavo@codesourcery.com>
8004
8005 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8006 return if core file is not recognized.
8007
26a06916
SM
80082017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8009
8010 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8011 and extra UIs.
8012
b761ca9e
SM
80132017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8014
8015 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8016 proc_with_prefix.
8017
b964bee0
TT
80182017-02-10 Tom Tromey <tom@tromey.com>
8019
8020 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8021
18da0c51
MG
80222017-02-10 Martin Galvan <martingalvan@sourceware.org>
8023
8024 PR gdb/21122
8025 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8026
604c4576
JG
80272017-02-08 Jerome Guitton <guitton@adacore.com>
8028
8029 * gdb.base/define.exp: Add test for command abbreviations
8030 in define.
8031
20b477a7
LM
80322017-02-06 Luis Machado <lgustavo@codesourcery.com>
8033
8034 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8035 * gdb.reverse/insn-reverse-x86.c: New file.
8036
3f7b46f2
IR
80372017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8038
8039 PR tdep/20936
8040 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8041
f0fd41c1
TT
80422017-02-03 Tom Tromey <tom@tromey.com>
8043
8044 PR rust/21097:
8045 * gdb.rust/simple.exp: Add new tests.
8046
5be5dbf0
PA
80472017-02-02 Pedro Alves <palves@redhat.com>
8048
8049 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8050 tests.
8051
7346ef59
AA
80522017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8053
8054 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8055 taking a 2-byte value out of a 4-byte DWARF implicit value on
8056 big-endian targets.
8057 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8058 logic. Add test cases for DW_OP_implicit.
8059
787f0025
MM
80602017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8061
8062 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8063
68777c29
MM
80642017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8065
8066 * gdb.btrace/enable.exp: Call gdb_exit before
8067 skip_gdbserver_tests.
8068
0a1c7e28
MM
80692017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8070
8071 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8072 GDBFLAGS.
8073
b5ac99b0
MM
80742017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8075
8076 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8077 the test is skipped.
8078 * gdb.btrace/data.exp: Likewise.
8079 * gdb.btrace/delta.exp: Likewise.
8080 * gdb.btrace/dlopen.exp: Likewise.
8081 * gdb.btrace/enable-running.exp: Likewise.
8082 * gdb.btrace/enable.exp: Likewise.
8083 * gdb.btrace/exception.exp: Likewise.
8084 * gdb.btrace/function_call_history.exp: Likewise.
8085 * gdb.btrace/gcore.exp: Likewise.
8086 * gdb.btrace/instruction_history.exp: Likewise.
8087 * gdb.btrace/multi-thread-step.exp: Likewise.
8088 * gdb.btrace/nohist.exp: Likewise.
8089 * gdb.btrace/non-stop.exp: Likewise.
8090 * gdb.btrace/reconnect.exp: Likewise.
8091 * gdb.btrace/record_goto-step.exp: Likewise.
8092 * gdb.btrace/record_goto.exp: Likewise.
8093 * gdb.btrace/rn-dl-bind.exp: Likewise.
8094 * gdb.btrace/segv.exp: Likewise.
8095 * gdb.btrace/step.exp: Likewise.
8096 * gdb.btrace/stepi.exp: Likewise.
8097 * gdb.btrace/tailcall-only.exp: Likewise.
8098 * gdb.btrace/tailcall.exp: Likewise.
8099 * gdb.btrace/tsx.exp: Likewise.
8100 * gdb.btrace/unknown_functions.exp: Likewise.
8101 * gdb.btrace/vdso.exp: Likewise.
8102
cd4007e4
MM
81032017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8104
8105 * gdb.btrace/enable-running.c: New.
8106 * gdb.btrace/enable-running.exp: New.
8107
2735833d
WT
81082017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8109
8110 * gdb.arch/amd64-gs_base.c: New file.
8111 * gdb.arch/amd64-gs_base.exp: New file.
8112
b51e1e94
LM
81132017-01-26 Luis Machado <lgustavo@codesourcery.com>
8114
8115 * lib/memory.exp: Remove spurious empty newlines.
8116
72ca0410
SM
81172017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8118
8119 * gdb.python/py-bad-printers.exp: Load python file using "source".
8120 * gdb.python/py-events.exp: Likewise.
8121 * gdb.python/py-evsignal.exp: Likewise.
8122 * gdb.python/py-evthreads.exp: Likewise.
8123 * gdb.python/py-frame-args.exp: Likewise.
8124 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8125 * gdb.python/py-framefilter-mi.exp: Likewise.
8126 * gdb.python/py-framefilter.exp: Likewise.
8127 * gdb.python/py-mi.exp: Likewise.
8128 * gdb.python/py-pp-maint.exp: Likewise.
8129 * gdb.python/py-pp-registration.exp: Likewise.
8130 * gdb.python/py-prettyprint.exp: Likewise.
8131 (run_lang_tests): Likewise.
8132 * gdb.python/py-typeprint.exp: Likewise.
8133
e309aa65
LM
81342017-01-26 Luis Machado <lgustavo@codesourcery.com>
8135
8136 * lib/memory.exp: New file.
8137 * lib/gdb.exp: Load memory.exp.
8138 * gdb.base/memattr.exp (delete_memory): Move proc to
8139 lib/memory.exp and rename to delete_memory_regions.
8140 Replace delete_memory with delete_memory_regions.
8141 Cleanup memory regions before tests.
8142 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8143 before tests.
8144
515aff23
LM
81452017-01-26 Luis Machado <lgustavo@codesourcery.com>
8146
8147 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8148 files.
8149 (initialize): New function conditionally defined.
8150 (testcases): Move within conditional block.
8151 (main): Call initialize.
8152 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8153 of gdb.reverse/insn-reverse.c.
8154 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8155 gdb.reverse/insn-reverse.c.
8156
d8b49cf0
YQ
81572017-01-26 Yao Qi <yao.qi@linaro.org>
8158
8159 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8160 disassemble on address 0.
8161
f13a9a0c
YQ
81622017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8163 Yao Qi <yao.qi@linaro.org>
8164
8165 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8166 * gdb.dwarf2/implptr-64bit.S: Remove.
8167 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8168 variables in caller's context. Add DW_OP_implicit_value.
8169
5ac95241
YQ
81702017-01-25 Yao Qi <yao.qi@linaro.org>
8171
8172 * lib/dwarf.exp (Dwarf::_location): Handle
8173 DW_OP_GNU_implicit_pointer with proper size.
8174
23e82930
LM
81752017-01-20 Luis Machado <lgustavo@codesourcery.com>
8176
8177 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8178 and add untested calls.
8179
d334ae25
LM
81802017-01-20 Luis Machado <lgustavo@codesourcery.com>
8181
8182 * gdb.python/python.exp: Check line number against what GDB thinks
8183 the line number is for func1.
8184
f5e6296e
IB
81852017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8186
8187 * gdb.dlang/debug-expr.exp: New file.
8188
5b362f04
LM
81892016-12-23 Luis Machado <lgustavo@codesourcery.com>
8190
8191 Fix test names for the following files:
8192
8193 * gdb.ada/exec_changed.exp
8194 * gdb.ada/info_types.exp
8195 * gdb.arch/aarch64-atomic-inst.exp
8196 * gdb.arch/aarch64-fp.exp
8197 * gdb.arch/altivec-abi.exp
8198 * gdb.arch/altivec-regs.exp
8199 * gdb.arch/amd64-byte.exp
8200 * gdb.arch/amd64-disp-step.exp
8201 * gdb.arch/amd64-dword.exp
8202 * gdb.arch/amd64-entry-value-inline.exp
8203 * gdb.arch/amd64-entry-value-param.exp
8204 * gdb.arch/amd64-entry-value-paramref.exp
8205 * gdb.arch/amd64-entry-value.exp
8206 * gdb.arch/amd64-i386-address.exp
8207 * gdb.arch/amd64-invalid-stack-middle.exp
8208 * gdb.arch/amd64-invalid-stack-top.exp
8209 * gdb.arch/amd64-optimout-repeat.exp
8210 * gdb.arch/amd64-prologue-skip.exp
8211 * gdb.arch/amd64-prologue-xmm.exp
8212 * gdb.arch/amd64-stap-special-operands.exp
8213 * gdb.arch/amd64-stap-wrong-subexp.exp
8214 * gdb.arch/amd64-tailcall-cxx.exp
8215 * gdb.arch/amd64-tailcall-noret.exp
8216 * gdb.arch/amd64-tailcall-ret.exp
8217 * gdb.arch/amd64-tailcall-self.exp
8218 * gdb.arch/amd64-word.exp
8219 * gdb.arch/arm-bl-branch-dest.exp
8220 * gdb.arch/arm-disp-step.exp
8221 * gdb.arch/arm-neon.exp
8222 * gdb.arch/arm-single-step-kernel-helper.exp
8223 * gdb.arch/avr-flash-qualifier.exp
8224 * gdb.arch/disp-step-insn-reloc.exp
8225 * gdb.arch/e500-abi.exp
8226 * gdb.arch/e500-regs.exp
8227 * gdb.arch/ftrace-insn-reloc.exp
8228 * gdb.arch/i386-avx512.exp
8229 * gdb.arch/i386-bp_permanent.exp
8230 * gdb.arch/i386-byte.exp
8231 * gdb.arch/i386-cfi-notcurrent.exp
8232 * gdb.arch/i386-disp-step.exp
8233 * gdb.arch/i386-dr3-watch.exp
8234 * gdb.arch/i386-float.exp
8235 * gdb.arch/i386-gnu-cfi.exp
8236 * gdb.arch/i386-mpx-map.exp
8237 * gdb.arch/i386-mpx-sigsegv.exp
8238 * gdb.arch/i386-mpx-simple_segv.exp
8239 * gdb.arch/i386-mpx.exp
8240 * gdb.arch/i386-permbkpt.exp
8241 * gdb.arch/i386-prologue.exp
8242 * gdb.arch/i386-signal.exp
8243 * gdb.arch/i386-size-overlap.exp
8244 * gdb.arch/i386-unwind.exp
8245 * gdb.arch/i386-word.exp
8246 * gdb.arch/mips-fcr.exp
8247 * gdb.arch/powerpc-d128-regs.exp
8248 * gdb.arch/powerpc-stackless.exp
8249 * gdb.arch/ppc64-atomic-inst.exp
8250 * gdb.arch/s390-stackless.exp
8251 * gdb.arch/s390-tdbregs.exp
8252 * gdb.arch/s390-vregs.exp
8253 * gdb.arch/sparc-sysstep.exp
8254 * gdb.arch/thumb-bx-pc.exp
8255 * gdb.arch/thumb-singlestep.exp
8256 * gdb.arch/thumb2-it.exp
8257 * gdb.arch/vsx-regs.exp
8258 * gdb.asm/asm-source.exp
8259 * gdb.base/a2-run.exp
8260 * gdb.base/advance.exp
8261 * gdb.base/all-bin.exp
8262 * gdb.base/anon.exp
8263 * gdb.base/args.exp
8264 * gdb.base/arithmet.exp
8265 * gdb.base/async-shell.exp
8266 * gdb.base/async.exp
8267 * gdb.base/attach-pie-noexec.exp
8268 * gdb.base/attach-twice.exp
8269 * gdb.base/auto-load.exp
8270 * gdb.base/bang.exp
8271 * gdb.base/bitfields.exp
8272 * gdb.base/break-always.exp
8273 * gdb.base/break-caller-line.exp
8274 * gdb.base/break-entry.exp
8275 * gdb.base/break-inline.exp
8276 * gdb.base/break-on-linker-gcd-function.exp
8277 * gdb.base/break-probes.exp
8278 * gdb.base/break.exp
8279 * gdb.base/breakpoint-shadow.exp
8280 * gdb.base/call-ar-st.exp
8281 * gdb.base/call-sc.exp
8282 * gdb.base/call-signal-resume.exp
8283 * gdb.base/call-strs.exp
8284 * gdb.base/callfuncs.exp
8285 * gdb.base/catch-fork-static.exp
8286 * gdb.base/catch-gdb-caused-signals.exp
8287 * gdb.base/catch-load.exp
8288 * gdb.base/catch-signal-fork.exp
8289 * gdb.base/catch-signal.exp
8290 * gdb.base/catch-syscall.exp
8291 * gdb.base/charset.exp
8292 * gdb.base/checkpoint.exp
8293 * gdb.base/chng-syms.exp
8294 * gdb.base/code-expr.exp
8295 * gdb.base/code_elim.exp
8296 * gdb.base/commands.exp
8297 * gdb.base/completion.exp
8298 * gdb.base/complex.exp
8299 * gdb.base/cond-expr.exp
8300 * gdb.base/condbreak.exp
8301 * gdb.base/consecutive.exp
8302 * gdb.base/continue-all-already-running.exp
8303 * gdb.base/coredump-filter.exp
8304 * gdb.base/corefile.exp
8305 * gdb.base/dbx.exp
8306 * gdb.base/debug-expr.exp
8307 * gdb.base/define.exp
8308 * gdb.base/del.exp
8309 * gdb.base/disabled-location.exp
8310 * gdb.base/disasm-end-cu.exp
8311 * gdb.base/disasm-optim.exp
8312 * gdb.base/display.exp
8313 * gdb.base/duplicate-bp.exp
8314 * gdb.base/ena-dis-br.exp
8315 * gdb.base/ending-run.exp
8316 * gdb.base/enumval.exp
8317 * gdb.base/environ.exp
8318 * gdb.base/eu-strip-infcall.exp
8319 * gdb.base/eval-avoid-side-effects.exp
8320 * gdb.base/eval-skip.exp
8321 * gdb.base/exitsignal.exp
8322 * gdb.base/expand-psymtabs.exp
8323 * gdb.base/filesym.exp
8324 * gdb.base/find-unmapped.exp
8325 * gdb.base/finish.exp
8326 * gdb.base/float.exp
8327 * gdb.base/foll-exec-mode.exp
8328 * gdb.base/foll-exec.exp
8329 * gdb.base/foll-fork.exp
8330 * gdb.base/fortran-sym-case.exp
8331 * gdb.base/freebpcmd.exp
8332 * gdb.base/func-ptr.exp
8333 * gdb.base/func-ptrs.exp
8334 * gdb.base/funcargs.exp
8335 * gdb.base/gcore-buffer-overflow.exp
8336 * gdb.base/gcore-relro-pie.exp
8337 * gdb.base/gcore-relro.exp
8338 * gdb.base/gcore.exp
8339 * gdb.base/gdb1090.exp
8340 * gdb.base/gdb11530.exp
8341 * gdb.base/gdb11531.exp
8342 * gdb.base/gdb1821.exp
8343 * gdb.base/gdbindex-stabs.exp
8344 * gdb.base/gdbvars.exp
8345 * gdb.base/hbreak.exp
8346 * gdb.base/hbreak2.exp
8347 * gdb.base/included.exp
8348 * gdb.base/infcall-input.exp
8349 * gdb.base/inferior-died.exp
8350 * gdb.base/infnan.exp
8351 * gdb.base/info-macros.exp
8352 * gdb.base/info-os.exp
8353 * gdb.base/info-proc.exp
8354 * gdb.base/info-shared.exp
8355 * gdb.base/info-target.exp
8356 * gdb.base/infoline.exp
8357 * gdb.base/interp.exp
8358 * gdb.base/interrupt.exp
8359 * gdb.base/jit-reader.exp
8360 * gdb.base/jit-simple.exp
8361 * gdb.base/kill-after-signal.exp
8362 * gdb.base/kill-detach-inferiors-cmd.exp
8363 * gdb.base/label.exp
8364 * gdb.base/langs.exp
8365 * gdb.base/ldbl_e308.exp
8366 * gdb.base/line-symtabs.exp
8367 * gdb.base/linespecs.exp
8368 * gdb.base/list.exp
8369 * gdb.base/long_long.exp
8370 * gdb.base/longest-types.exp
8371 * gdb.base/maint.exp
8372 * gdb.base/max-value-size.exp
8373 * gdb.base/memattr.exp
8374 * gdb.base/mips_pro.exp
8375 * gdb.base/morestack.exp
8376 * gdb.base/moribund-step.exp
8377 * gdb.base/multi-forks.exp
8378 * gdb.base/nested-addr.exp
8379 * gdb.base/nextoverexit.exp
8380 * gdb.base/noreturn-finish.exp
8381 * gdb.base/noreturn-return.exp
8382 * gdb.base/nostdlib.exp
8383 * gdb.base/offsets.exp
8384 * gdb.base/opaque.exp
8385 * gdb.base/pc-fp.exp
8386 * gdb.base/permissions.exp
8387 * gdb.base/print-symbol-loading.exp
8388 * gdb.base/prologue-include.exp
8389 * gdb.base/psymtab.exp
8390 * gdb.base/ptype.exp
8391 * gdb.base/random-signal.exp
8392 * gdb.base/randomize.exp
8393 * gdb.base/range-stepping.exp
8394 * gdb.base/readline-ask.exp
8395 * gdb.base/recpar.exp
8396 * gdb.base/recurse.exp
8397 * gdb.base/relational.exp
8398 * gdb.base/restore.exp
8399 * gdb.base/return-nodebug.exp
8400 * gdb.base/return.exp
8401 * gdb.base/run-after-attach.exp
8402 * gdb.base/save-bp.exp
8403 * gdb.base/scope.exp
8404 * gdb.base/sect-cmd.exp
8405 * gdb.base/set-lang-auto.exp
8406 * gdb.base/set-noassign.exp
8407 * gdb.base/setvar.exp
8408 * gdb.base/sigall.exp
8409 * gdb.base/sigbpt.exp
8410 * gdb.base/siginfo-addr.exp
8411 * gdb.base/siginfo-infcall.exp
8412 * gdb.base/siginfo-obj.exp
8413 * gdb.base/siginfo.exp
8414 * gdb.base/signals-state-child.exp
8415 * gdb.base/signest.exp
8416 * gdb.base/sigstep.exp
8417 * gdb.base/sizeof.exp
8418 * gdb.base/skip.exp
8419 * gdb.base/solib-corrupted.exp
8420 * gdb.base/solib-nodir.exp
8421 * gdb.base/solib-search.exp
8422 * gdb.base/stack-checking.exp
8423 * gdb.base/stale-infcall.exp
8424 * gdb.base/stap-probe.exp
8425 * gdb.base/start.exp
8426 * gdb.base/step-break.exp
8427 * gdb.base/step-bt.exp
8428 * gdb.base/step-line.exp
8429 * gdb.base/step-over-exit.exp
8430 * gdb.base/step-over-syscall.exp
8431 * gdb.base/step-resume-infcall.exp
8432 * gdb.base/step-test.exp
8433 * gdb.base/store.exp
8434 * gdb.base/structs3.exp
8435 * gdb.base/sym-file.exp
8436 * gdb.base/symbol-without-target_section.exp
8437 * gdb.base/term.exp
8438 * gdb.base/testenv.exp
8439 * gdb.base/ui-redirect.exp
8440 * gdb.base/until.exp
8441 * gdb.base/unwindonsignal.exp
8442 * gdb.base/value-double-free.exp
8443 * gdb.base/vla-datatypes.exp
8444 * gdb.base/vla-ptr.exp
8445 * gdb.base/vla-sideeffect.exp
8446 * gdb.base/volatile.exp
8447 * gdb.base/watch-cond-infcall.exp
8448 * gdb.base/watch-cond.exp
8449 * gdb.base/watch-non-mem.exp
8450 * gdb.base/watch-read.exp
8451 * gdb.base/watch-vfork.exp
8452 * gdb.base/watchpoint-cond-gone.exp
8453 * gdb.base/watchpoint-delete.exp
8454 * gdb.base/watchpoint-hw-hit-once.exp
8455 * gdb.base/watchpoint-hw.exp
8456 * gdb.base/watchpoint-stops-at-right-insn.exp
8457 * gdb.base/watchpoints.exp
8458 * gdb.base/wchar.exp
8459 * gdb.base/whatis-exp.exp
8460 * gdb.btrace/buffer-size.exp
8461 * gdb.btrace/data.exp
8462 * gdb.btrace/delta.exp
8463 * gdb.btrace/dlopen.exp
8464 * gdb.btrace/enable.exp
8465 * gdb.btrace/exception.exp
8466 * gdb.btrace/function_call_history.exp
8467 * gdb.btrace/gcore.exp
8468 * gdb.btrace/instruction_history.exp
8469 * gdb.btrace/nohist.exp
8470 * gdb.btrace/reconnect.exp
8471 * gdb.btrace/record_goto-step.exp
8472 * gdb.btrace/record_goto.exp
8473 * gdb.btrace/rn-dl-bind.exp
8474 * gdb.btrace/segv.exp
8475 * gdb.btrace/step.exp
8476 * gdb.btrace/stepi.exp
8477 * gdb.btrace/tailcall-only.exp
8478 * gdb.btrace/tailcall.exp
8479 * gdb.btrace/tsx.exp
8480 * gdb.btrace/unknown_functions.exp
8481 * gdb.btrace/vdso.exp
8482 * gdb.compile/compile-ifunc.exp
8483 * gdb.compile/compile-ops.exp
8484 * gdb.compile/compile-print.exp
8485 * gdb.compile/compile-setjmp.exp
8486 * gdb.cp/abstract-origin.exp
8487 * gdb.cp/ambiguous.exp
8488 * gdb.cp/annota2.exp
8489 * gdb.cp/annota3.exp
8490 * gdb.cp/anon-ns.exp
8491 * gdb.cp/anon-struct.exp
8492 * gdb.cp/anon-union.exp
8493 * gdb.cp/arg-reference.exp
8494 * gdb.cp/baseenum.exp
8495 * gdb.cp/bool.exp
8496 * gdb.cp/breakpoint.exp
8497 * gdb.cp/bs15503.exp
8498 * gdb.cp/call-c.exp
8499 * gdb.cp/casts.exp
8500 * gdb.cp/chained-calls.exp
8501 * gdb.cp/class2.exp
8502 * gdb.cp/classes.exp
8503 * gdb.cp/cmpd-minsyms.exp
8504 * gdb.cp/converts.exp
8505 * gdb.cp/cp-relocate.exp
8506 * gdb.cp/cpcompletion.exp
8507 * gdb.cp/cpexprs.exp
8508 * gdb.cp/cplabel.exp
8509 * gdb.cp/cplusfuncs.exp
8510 * gdb.cp/cpsizeof.exp
8511 * gdb.cp/ctti.exp
8512 * gdb.cp/derivation.exp
8513 * gdb.cp/destrprint.exp
8514 * gdb.cp/dispcxx.exp
8515 * gdb.cp/enum-class.exp
8516 * gdb.cp/exception.exp
8517 * gdb.cp/exceptprint.exp
8518 * gdb.cp/expand-psymtabs-cxx.exp
8519 * gdb.cp/expand-sals.exp
8520 * gdb.cp/extern-c.exp
8521 * gdb.cp/filename.exp
8522 * gdb.cp/formatted-ref.exp
8523 * gdb.cp/fpointer.exp
8524 * gdb.cp/gdb1355.exp
8525 * gdb.cp/gdb2495.exp
8526 * gdb.cp/hang.exp
8527 * gdb.cp/impl-this.exp
8528 * gdb.cp/infcall-dlopen.exp
8529 * gdb.cp/inherit.exp
8530 * gdb.cp/iostream.exp
8531 * gdb.cp/koenig.exp
8532 * gdb.cp/local.exp
8533 * gdb.cp/m-data.exp
8534 * gdb.cp/m-static.exp
8535 * gdb.cp/mb-ctor.exp
8536 * gdb.cp/mb-inline.exp
8537 * gdb.cp/mb-templates.exp
8538 * gdb.cp/member-name.exp
8539 * gdb.cp/member-ptr.exp
8540 * gdb.cp/meth-typedefs.exp
8541 * gdb.cp/method.exp
8542 * gdb.cp/method2.exp
8543 * gdb.cp/minsym-fallback.exp
8544 * gdb.cp/misc.exp
8545 * gdb.cp/namelessclass.exp
8546 * gdb.cp/namespace-enum.exp
8547 * gdb.cp/namespace-nested-import.exp
8548 * gdb.cp/namespace.exp
8549 * gdb.cp/nextoverthrow.exp
8550 * gdb.cp/no-dmgl-verbose.exp
8551 * gdb.cp/non-trivial-retval.exp
8552 * gdb.cp/noparam.exp
8553 * gdb.cp/nsdecl.exp
8554 * gdb.cp/nsimport.exp
8555 * gdb.cp/nsnested.exp
8556 * gdb.cp/nsnoimports.exp
8557 * gdb.cp/nsrecurs.exp
8558 * gdb.cp/nsstress.exp
8559 * gdb.cp/nsusing.exp
8560 * gdb.cp/operator.exp
8561 * gdb.cp/oranking.exp
8562 * gdb.cp/overload-const.exp
8563 * gdb.cp/overload.exp
8564 * gdb.cp/ovldbreak.exp
8565 * gdb.cp/ovsrch.exp
8566 * gdb.cp/paren-type.exp
8567 * gdb.cp/parse-lang.exp
8568 * gdb.cp/pass-by-ref.exp
8569 * gdb.cp/pr-1023.exp
8570 * gdb.cp/pr-1210.exp
8571 * gdb.cp/pr-574.exp
8572 * gdb.cp/pr10687.exp
8573 * gdb.cp/pr12028.exp
8574 * gdb.cp/pr17132.exp
8575 * gdb.cp/pr17494.exp
8576 * gdb.cp/pr9067.exp
8577 * gdb.cp/pr9167.exp
8578 * gdb.cp/pr9631.exp
8579 * gdb.cp/printmethod.exp
8580 * gdb.cp/psmang.exp
8581 * gdb.cp/psymtab-parameter.exp
8582 * gdb.cp/ptype-cv-cp.exp
8583 * gdb.cp/ptype-flags.exp
8584 * gdb.cp/re-set-overloaded.exp
8585 * gdb.cp/ref-types.exp
8586 * gdb.cp/rtti.exp
8587 * gdb.cp/scope-err.exp
8588 * gdb.cp/shadow.exp
8589 * gdb.cp/smartp.exp
8590 * gdb.cp/static-method.exp
8591 * gdb.cp/static-print-quit.exp
8592 * gdb.cp/temargs.exp
8593 * gdb.cp/templates.exp
8594 * gdb.cp/try_catch.exp
8595 * gdb.cp/typedef-operator.exp
8596 * gdb.cp/typeid.exp
8597 * gdb.cp/userdef.exp
8598 * gdb.cp/using-crash.exp
8599 * gdb.cp/var-tag.exp
8600 * gdb.cp/virtbase.exp
8601 * gdb.cp/virtfunc.exp
8602 * gdb.cp/virtfunc2.exp
8603 * gdb.cp/vla-cxx.exp
8604 * gdb.disasm/t01_mov.exp
8605 * gdb.disasm/t02_mova.exp
8606 * gdb.disasm/t03_add.exp
8607 * gdb.disasm/t04_sub.exp
8608 * gdb.disasm/t05_cmp.exp
8609 * gdb.disasm/t06_ari2.exp
8610 * gdb.disasm/t07_ari3.exp
8611 * gdb.disasm/t08_or.exp
8612 * gdb.disasm/t09_xor.exp
8613 * gdb.disasm/t10_and.exp
8614 * gdb.disasm/t11_logs.exp
8615 * gdb.disasm/t12_bit.exp
8616 * gdb.disasm/t13_otr.exp
8617 * gdb.dlang/circular.exp
8618 * gdb.dwarf2/arr-stride.exp
8619 * gdb.dwarf2/arr-subrange.exp
8620 * gdb.dwarf2/atomic-type.exp
8621 * gdb.dwarf2/bad-regnum.exp
8622 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8623 * gdb.dwarf2/callframecfa.exp
8624 * gdb.dwarf2/clztest.exp
8625 * gdb.dwarf2/corrupt.exp
8626 * gdb.dwarf2/data-loc.exp
8627 * gdb.dwarf2/dup-psym.exp
8628 * gdb.dwarf2/dw2-anon-mptr.exp
8629 * gdb.dwarf2/dw2-anonymous-func.exp
8630 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8631 * gdb.dwarf2/dw2-bad-unresolved.exp
8632 * gdb.dwarf2/dw2-basic.exp
8633 * gdb.dwarf2/dw2-canonicalize-type.exp
8634 * gdb.dwarf2/dw2-case-insensitive.exp
8635 * gdb.dwarf2/dw2-common-block.exp
8636 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8637 * gdb.dwarf2/dw2-compressed.exp
8638 * gdb.dwarf2/dw2-const.exp
8639 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8640 * gdb.dwarf2/dw2-cu-size.exp
8641 * gdb.dwarf2/dw2-dup-frame.exp
8642 * gdb.dwarf2/dw2-entry-value.exp
8643 * gdb.dwarf2/dw2-icycle.exp
8644 * gdb.dwarf2/dw2-ifort-parameter.exp
8645 * gdb.dwarf2/dw2-inline-break.exp
8646 * gdb.dwarf2/dw2-inline-param.exp
8647 * gdb.dwarf2/dw2-intercu.exp
8648 * gdb.dwarf2/dw2-intermix.exp
8649 * gdb.dwarf2/dw2-lexical-block-bare.exp
8650 * gdb.dwarf2/dw2-linkage-name-trust.exp
8651 * gdb.dwarf2/dw2-minsym-in-cu.exp
8652 * gdb.dwarf2/dw2-noloc.exp
8653 * gdb.dwarf2/dw2-op-call.exp
8654 * gdb.dwarf2/dw2-op-out-param.exp
8655 * gdb.dwarf2/dw2-opt-structptr.exp
8656 * gdb.dwarf2/dw2-param-error.exp
8657 * gdb.dwarf2/dw2-producer.exp
8658 * gdb.dwarf2/dw2-ranges-base.exp
8659 * gdb.dwarf2/dw2-ref-missing-frame.exp
8660 * gdb.dwarf2/dw2-reg-undefined.exp
8661 * gdb.dwarf2/dw2-regno-invalid.exp
8662 * gdb.dwarf2/dw2-restore.exp
8663 * gdb.dwarf2/dw2-restrict.exp
8664 * gdb.dwarf2/dw2-single-line-discriminators.exp
8665 * gdb.dwarf2/dw2-strp.exp
8666 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8667 * gdb.dwarf2/dw2-unresolved.exp
8668 * gdb.dwarf2/dw2-var-zero-addr.exp
8669 * gdb.dwarf2/dw4-sig-types.exp
8670 * gdb.dwarf2/dwz.exp
8671 * gdb.dwarf2/dynarr-ptr.exp
8672 * gdb.dwarf2/enum-type.exp
8673 * gdb.dwarf2/gdb-index.exp
8674 * gdb.dwarf2/implptr-64bit.exp
8675 * gdb.dwarf2/implptr-optimized-out.exp
8676 * gdb.dwarf2/implptr.exp
8677 * gdb.dwarf2/implref-array.exp
8678 * gdb.dwarf2/implref-const.exp
8679 * gdb.dwarf2/implref-global.exp
8680 * gdb.dwarf2/implref-struct.exp
8681 * gdb.dwarf2/mac-fileno.exp
8682 * gdb.dwarf2/main-subprogram.exp
8683 * gdb.dwarf2/member-ptr-forwardref.exp
8684 * gdb.dwarf2/method-ptr.exp
8685 * gdb.dwarf2/missing-sig-type.exp
8686 * gdb.dwarf2/nonvar-access.exp
8687 * gdb.dwarf2/opaque-type-lookup.exp
8688 * gdb.dwarf2/pieces-optimized-out.exp
8689 * gdb.dwarf2/pieces.exp
8690 * gdb.dwarf2/pr10770.exp
8691 * gdb.dwarf2/pr13961.exp
8692 * gdb.dwarf2/staticvirtual.exp
8693 * gdb.dwarf2/subrange.exp
8694 * gdb.dwarf2/symtab-producer.exp
8695 * gdb.dwarf2/trace-crash.exp
8696 * gdb.dwarf2/typeddwarf.exp
8697 * gdb.dwarf2/valop.exp
8698 * gdb.dwarf2/watch-notconst.exp
8699 * gdb.fortran/array-element.exp
8700 * gdb.fortran/charset.exp
8701 * gdb.fortran/common-block.exp
8702 * gdb.fortran/complex.exp
8703 * gdb.fortran/derived-type-function.exp
8704 * gdb.fortran/derived-type.exp
8705 * gdb.fortran/logical.exp
8706 * gdb.fortran/module.exp
8707 * gdb.fortran/multi-dim.exp
8708 * gdb.fortran/nested-funcs.exp
8709 * gdb.fortran/print-formatted.exp
8710 * gdb.fortran/subarray.exp
8711 * gdb.fortran/vla-alloc-assoc.exp
8712 * gdb.fortran/vla-datatypes.exp
8713 * gdb.fortran/vla-history.exp
8714 * gdb.fortran/vla-ptr-info.exp
8715 * gdb.fortran/vla-ptype-sub.exp
8716 * gdb.fortran/vla-ptype.exp
8717 * gdb.fortran/vla-sizeof.exp
8718 * gdb.fortran/vla-type.exp
8719 * gdb.fortran/vla-value-sub-arbitrary.exp
8720 * gdb.fortran/vla-value-sub-finish.exp
8721 * gdb.fortran/vla-value-sub.exp
8722 * gdb.fortran/vla-value.exp
8723 * gdb.fortran/whatis_type.exp
8724 * gdb.go/chan.exp
8725 * gdb.go/handcall.exp
8726 * gdb.go/hello.exp
8727 * gdb.go/integers.exp
8728 * gdb.go/methods.exp
8729 * gdb.go/package.exp
8730 * gdb.go/strings.exp
8731 * gdb.go/types.exp
8732 * gdb.go/unsafe.exp
8733 * gdb.guile/scm-arch.exp
8734 * gdb.guile/scm-block.exp
8735 * gdb.guile/scm-breakpoint.exp
8736 * gdb.guile/scm-cmd.exp
8737 * gdb.guile/scm-disasm.exp
8738 * gdb.guile/scm-equal.exp
8739 * gdb.guile/scm-frame-args.exp
8740 * gdb.guile/scm-frame-inline.exp
8741 * gdb.guile/scm-frame.exp
8742 * gdb.guile/scm-iterator.exp
8743 * gdb.guile/scm-math.exp
8744 * gdb.guile/scm-objfile.exp
8745 * gdb.guile/scm-ports.exp
8746 * gdb.guile/scm-symbol.exp
8747 * gdb.guile/scm-symtab.exp
8748 * gdb.guile/scm-value-cc.exp
8749 * gdb.guile/types-module.exp
8750 * gdb.linespec/break-ask.exp
8751 * gdb.linespec/cpexplicit.exp
8752 * gdb.linespec/explicit.exp
8753 * gdb.linespec/keywords.exp
8754 * gdb.linespec/linespec.exp
8755 * gdb.linespec/ls-dollar.exp
8756 * gdb.linespec/ls-errs.exp
8757 * gdb.linespec/skip-two.exp
8758 * gdb.linespec/thread.exp
8759 * gdb.mi/mi-async.exp
8760 * gdb.mi/mi-basics.exp
8761 * gdb.mi/mi-break.exp
8762 * gdb.mi/mi-catch-load.exp
8763 * gdb.mi/mi-cli.exp
8764 * gdb.mi/mi-cmd-param-changed.exp
8765 * gdb.mi/mi-console.exp
8766 * gdb.mi/mi-detach.exp
8767 * gdb.mi/mi-disassemble.exp
8768 * gdb.mi/mi-eval.exp
8769 * gdb.mi/mi-file-transfer.exp
8770 * gdb.mi/mi-file.exp
8771 * gdb.mi/mi-fill-memory.exp
8772 * gdb.mi/mi-inheritance-syntax-error.exp
8773 * gdb.mi/mi-linespec-err-cp.exp
8774 * gdb.mi/mi-logging.exp
8775 * gdb.mi/mi-memory-changed.exp
8776 * gdb.mi/mi-read-memory.exp
8777 * gdb.mi/mi-record-changed.exp
8778 * gdb.mi/mi-reg-undefined.exp
8779 * gdb.mi/mi-regs.exp
8780 * gdb.mi/mi-return.exp
8781 * gdb.mi/mi-reverse.exp
8782 * gdb.mi/mi-simplerun.exp
8783 * gdb.mi/mi-solib.exp
8784 * gdb.mi/mi-stack.exp
8785 * gdb.mi/mi-stepi.exp
8786 * gdb.mi/mi-syn-frame.exp
8787 * gdb.mi/mi-until.exp
8788 * gdb.mi/mi-var-block.exp
8789 * gdb.mi/mi-var-child.exp
8790 * gdb.mi/mi-var-cmd.exp
8791 * gdb.mi/mi-var-cp.exp
8792 * gdb.mi/mi-var-display.exp
8793 * gdb.mi/mi-var-invalidate.exp
8794 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8795 * gdb.mi/mi-vla-fortran.exp
8796 * gdb.mi/mi-watch.exp
8797 * gdb.mi/mi2-var-child.exp
8798 * gdb.mi/user-selected-context-sync.exp
8799 * gdb.modula2/unbounded-array.exp
8800 * gdb.multi/dummy-frame-restore.exp
8801 * gdb.multi/multi-arch-exec.exp
8802 * gdb.multi/multi-arch.exp
8803 * gdb.multi/tids.exp
8804 * gdb.multi/watchpoint-multi.exp
8805 * gdb.opencl/callfuncs.exp
8806 * gdb.opencl/convs_casts.exp
8807 * gdb.opencl/datatypes.exp
8808 * gdb.opencl/operators.exp
8809 * gdb.opencl/vec_comps.exp
8810 * gdb.opt/clobbered-registers-O2.exp
8811 * gdb.opt/inline-break.exp
8812 * gdb.opt/inline-bt.exp
8813 * gdb.opt/inline-cmds.exp
8814 * gdb.opt/inline-locals.exp
8815 * gdb.pascal/case-insensitive-symbols.exp
8816 * gdb.pascal/floats.exp
8817 * gdb.pascal/gdb11492.exp
8818 * gdb.python/lib-types.exp
8819 * gdb.python/py-arch.exp
8820 * gdb.python/py-as-string.exp
8821 * gdb.python/py-bad-printers.exp
8822 * gdb.python/py-block.exp
8823 * gdb.python/py-breakpoint-create-fail.exp
8824 * gdb.python/py-breakpoint.exp
8825 * gdb.python/py-caller-is.exp
8826 * gdb.python/py-cmd.exp
8827 * gdb.python/py-explore-cc.exp
8828 * gdb.python/py-explore.exp
8829 * gdb.python/py-finish-breakpoint.exp
8830 * gdb.python/py-finish-breakpoint2.exp
8831 * gdb.python/py-frame-args.exp
8832 * gdb.python/py-frame-inline.exp
8833 * gdb.python/py-frame.exp
8834 * gdb.python/py-framefilter-mi.exp
8835 * gdb.python/py-infthread.exp
8836 * gdb.python/py-lazy-string.exp
8837 * gdb.python/py-linetable.exp
8838 * gdb.python/py-mi-events.exp
8839 * gdb.python/py-mi-objfile.exp
8840 * gdb.python/py-mi.exp
8841 * gdb.python/py-objfile.exp
8842 * gdb.python/py-pp-integral.exp
8843 * gdb.python/py-pp-maint.exp
8844 * gdb.python/py-pp-re-notag.exp
8845 * gdb.python/py-pp-registration.exp
8846 * gdb.python/py-recurse-unwind.exp
8847 * gdb.python/py-strfns.exp
8848 * gdb.python/py-symbol.exp
8849 * gdb.python/py-symtab.exp
8850 * gdb.python/py-sync-interp.exp
8851 * gdb.python/py-typeprint.exp
8852 * gdb.python/py-unwind-maint.exp
8853 * gdb.python/py-unwind.exp
8854 * gdb.python/py-value-cc.exp
8855 * gdb.python/py-xmethods.exp
8856 * gdb.reverse/amd64-tailcall-reverse.exp
8857 * gdb.reverse/break-precsave.exp
8858 * gdb.reverse/break-reverse.exp
8859 * gdb.reverse/consecutive-precsave.exp
8860 * gdb.reverse/consecutive-reverse.exp
8861 * gdb.reverse/finish-precsave.exp
8862 * gdb.reverse/finish-reverse-bkpt.exp
8863 * gdb.reverse/finish-reverse.exp
8864 * gdb.reverse/fstatat-reverse.exp
8865 * gdb.reverse/getresuid-reverse.exp
8866 * gdb.reverse/i386-precsave.exp
8867 * gdb.reverse/i386-reverse.exp
8868 * gdb.reverse/i386-sse-reverse.exp
8869 * gdb.reverse/i387-env-reverse.exp
8870 * gdb.reverse/i387-stack-reverse.exp
8871 * gdb.reverse/insn-reverse.exp
8872 * gdb.reverse/machinestate-precsave.exp
8873 * gdb.reverse/machinestate.exp
8874 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8875 * gdb.reverse/pipe-reverse.exp
8876 * gdb.reverse/readv-reverse.exp
8877 * gdb.reverse/recvmsg-reverse.exp
8878 * gdb.reverse/rerun-prec.exp
8879 * gdb.reverse/s390-mvcle.exp
8880 * gdb.reverse/step-precsave.exp
8881 * gdb.reverse/step-reverse.exp
8882 * gdb.reverse/time-reverse.exp
8883 * gdb.reverse/until-precsave.exp
8884 * gdb.reverse/until-reverse.exp
8885 * gdb.reverse/waitpid-reverse.exp
8886 * gdb.reverse/watch-precsave.exp
8887 * gdb.reverse/watch-reverse.exp
8888 * gdb.rust/generics.exp
8889 * gdb.rust/methods.exp
8890 * gdb.rust/modules.exp
8891 * gdb.rust/simple.exp
8892 * gdb.server/connect-with-no-symbol-file.exp
8893 * gdb.server/ext-attach.exp
8894 * gdb.server/ext-restart.exp
8895 * gdb.server/ext-wrapper.exp
8896 * gdb.server/file-transfer.exp
8897 * gdb.server/server-exec-info.exp
8898 * gdb.server/server-kill.exp
8899 * gdb.server/server-mon.exp
8900 * gdb.server/wrapper.exp
8901 * gdb.stabs/exclfwd.exp
8902 * gdb.stabs/gdb11479.exp
8903 * gdb.threads/clone-new-thread-event.exp
8904 * gdb.threads/corethreads.exp
8905 * gdb.threads/current-lwp-dead.exp
8906 * gdb.threads/dlopen-libpthread.exp
8907 * gdb.threads/gcore-thread.exp
8908 * gdb.threads/sigstep-threads.exp
8909 * gdb.threads/watchpoint-fork.exp
8910 * gdb.trace/actions-changed.exp
8911 * gdb.trace/backtrace.exp
8912 * gdb.trace/change-loc.exp
8913 * gdb.trace/circ.exp
8914 * gdb.trace/collection.exp
8915 * gdb.trace/disconnected-tracing.exp
8916 * gdb.trace/ftrace.exp
8917 * gdb.trace/mi-trace-frame-collected.exp
8918 * gdb.trace/mi-trace-unavailable.exp
8919 * gdb.trace/mi-traceframe-changed.exp
8920 * gdb.trace/mi-tsv-changed.exp
8921 * gdb.trace/no-attach-trace.exp
8922 * gdb.trace/passc-dyn.exp
8923 * gdb.trace/qtro.exp
8924 * gdb.trace/range-stepping.exp
8925 * gdb.trace/read-memory.exp
8926 * gdb.trace/save-trace.exp
8927 * gdb.trace/signal.exp
8928 * gdb.trace/status-stop.exp
8929 * gdb.trace/tfile.exp
8930 * gdb.trace/trace-break.exp
8931 * gdb.trace/trace-buffer-size.exp
8932 * gdb.trace/trace-condition.exp
8933 * gdb.trace/tracefile-pseudo-reg.exp
8934 * gdb.trace/tstatus.exp
8935 * gdb.trace/unavailable.exp
8936 * gdb.trace/while-dyn.exp
8937 * gdb.trace/while-stepping.exp
8938
34c41c68
DE
89392016-12-22 Doug Evans <xdje42@gmail.com>
8940
8941 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8942 and msymbols.
8943
16e69324
YQ
89442016-12-19 Yao Qi <yao.qi@linaro.org>
8945
8946 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8947 (test_with_self): Don't call do_steps_and_nexts, and remove
8948 code about stepping into xmalloc.
8949
f94f411b
YQ
89502016-12-09 Yao Qi <yao.qi@linaro.org>
8951
8952 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8953
89542016-12-09 Yao Qi <yao.qi@linaro.org>
8955
8956 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8957
f1b5deee
PA
89582016-12-09 Pedro Alves <palves@redhat.com>
8959
8960 * gdb.base/all-architectures-0.exp: New file.
8961 * gdb.base/all-architectures-1.exp: New file.
8962 * gdb.base/all-architectures-2.exp: New file.
8963 * gdb.base/all-architectures-3.exp: New file.
8964 * gdb.base/all-architectures-4.exp: New file.
8965 * gdb.base/all-architectures-5.exp: New file.
8966 * gdb.base/all-architectures-6.exp: New file.
8967 * gdb.base/all-architectures-7.exp: New file.
8968 * gdb.base/all-architectures.exp.in: New file.
8969
364ca42e
YQ
89702016-12-09 Yao Qi <yao.qi@linaro.org>
8971
8972 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8973
107c2d62
LM
89742016-12-02 Luis Machado <lgustavo@codesourcery.com>
8975
8976 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8977 possible.
8978 Remove useless pattern-matching code.
8979
df3ee9ca
PA
89802016-12-02 Pedro Alves <palves@redhat.com>
8981
8982 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8983 procedure.
8984 (top level): Call it.
8985
ec835369
PA
89862016-12-02 Pedro Alves <palves@redhat.com>
8987
8988 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8989 New procedure.
8990 (top level): Call it.
8991
01770bbd
PA
89922016-12-02 Pedro Alves <palves@redhat.com>
8993
8994 PR cli/20559
8995 * gdb.base/commands.exp (user_defined_command_args_eval): New
8996 procedure.
8997 (top level): Call it.
8998
008459ea
LM
89992016-12-02 Luis Machado <lgustavo@codesourcery.com>
9000
9001 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9002 timeout handling.
9003
0c1b455e
TT
90042016-12-02 Tom Tromey <tom@tromey.com>
9005
9006 * gdb.dwarf2/main-subprogram.c: New file.
9007 * gdb.dwarf2/main-subprogram.exp: New file.
9008
018572b8
LM
90092016-12-01 Luis Machado <lgustavo@codesourcery.com>
9010
9011 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9012 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9013 gdb_test_no_output for a couple of cases.
9014 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9015
84c93cd5
LM
90162016-12-01 Luis Machado <lgustavo@codesourcery.com>
9017
9018 Fix test names and standardize compilation error messages throughout
9019 the following files:
9020
9021 * gdb.ada/start.exp
9022 * gdb.arch/alpha-step.exp
9023 * gdb.arch/e500-prologue.exp
9024 * gdb.arch/ftrace-insn-reloc.exp
9025 * gdb.arch/gdb1291.exp
9026 * gdb.arch/gdb1431.exp
9027 * gdb.arch/gdb1558.exp
9028 * gdb.arch/i386-dr3-watch.exp
9029 * gdb.arch/i386-sse-stack-align.exp
9030 * gdb.arch/ia64-breakpoint-shadow.exp
9031 * gdb.arch/pa-nullify.exp
9032 * gdb.arch/powerpc-aix-prologue.exp
9033 * gdb.arch/thumb-bx-pc.exp
9034 * gdb.base/annota1.exp
9035 * gdb.base/annota3.exp
9036 * gdb.base/arrayidx.exp
9037 * gdb.base/assign.exp
9038 * gdb.base/attach.exp
9039 * gdb.base/auxv.exp
9040 * gdb.base/bang.exp
9041 * gdb.base/bfp-test.exp
9042 * gdb.base/bigcore.exp
9043 * gdb.base/bitfields2.exp
9044 * gdb.base/break-fun-addr.exp
9045 * gdb.base/break-probes.exp
9046 * gdb.base/call-rt-st.exp
9047 * gdb.base/callexit.exp
9048 * gdb.base/catch-fork-kill.exp
9049 * gdb.base/charset.exp
9050 * gdb.base/checkpoint.exp
9051 * gdb.base/comprdebug.exp
9052 * gdb.base/constvars.exp
9053 * gdb.base/coredump-filter.exp
9054 * gdb.base/cursal.exp
9055 * gdb.base/cvexpr.exp
9056 * gdb.base/detach.exp
9057 * gdb.base/display.exp
9058 * gdb.base/dmsym.exp
9059 * gdb.base/dprintf-pending.exp
9060 * gdb.base/dso2dso.exp
9061 * gdb.base/dtrace-probe.exp
9062 * gdb.base/dump.exp
9063 * gdb.base/enum_cond.exp
9064 * gdb.base/exe-lock.exp
9065 * gdb.base/exec-invalid-sysroot.exp
9066 * gdb.base/execl-update-breakpoints.exp
9067 * gdb.base/exprs.exp
9068 * gdb.base/fileio.exp
9069 * gdb.base/find.exp
9070 * gdb.base/finish.exp
9071 * gdb.base/fixsection.exp
9072 * gdb.base/foll-vfork.exp
9073 * gdb.base/frame-args.exp
9074 * gdb.base/gcore.exp
9075 * gdb.base/gdb1250.exp
9076 * gdb.base/global-var-nested-by-dso.exp
9077 * gdb.base/gnu-ifunc.exp
9078 * gdb.base/hashline1.exp
9079 * gdb.base/hashline2.exp
9080 * gdb.base/hashline3.exp
9081 * gdb.base/hbreak-in-shr-unsupported.exp
9082 * gdb.base/huge.exp
9083 * gdb.base/infcall-input.exp
9084 * gdb.base/info-fun.exp
9085 * gdb.base/info-shared.exp
9086 * gdb.base/jit-simple.exp
9087 * gdb.base/jit-so.exp
9088 * gdb.base/jit.exp
9089 * gdb.base/jump.exp
9090 * gdb.base/label.exp
9091 * gdb.base/lineinc.exp
9092 * gdb.base/logical.exp
9093 * gdb.base/longjmp.exp
9094 * gdb.base/macscp.exp
9095 * gdb.base/miscexprs.exp
9096 * gdb.base/new-ui-echo.exp
9097 * gdb.base/new-ui-pending-input.exp
9098 * gdb.base/new-ui.exp
9099 * gdb.base/nodebug.exp
9100 * gdb.base/nofield.exp
9101 * gdb.base/offsets.exp
9102 * gdb.base/overlays.exp
9103 * gdb.base/pending.exp
9104 * gdb.base/pointers.exp
9105 * gdb.base/pr11022.exp
9106 * gdb.base/printcmds.exp
9107 * gdb.base/prologue.exp
9108 * gdb.base/ptr-typedef.exp
9109 * gdb.base/realname-expand.exp
9110 * gdb.base/relativedebug.exp
9111 * gdb.base/relocate.exp
9112 * gdb.base/remote.exp
9113 * gdb.base/reread.exp
9114 * gdb.base/return2.exp
9115 * gdb.base/savedregs.exp
9116 * gdb.base/sep.exp
9117 * gdb.base/sepdebug.exp
9118 * gdb.base/sepsymtab.exp
9119 * gdb.base/set-inferior-tty.exp
9120 * gdb.base/setshow.exp
9121 * gdb.base/shlib-call.exp
9122 * gdb.base/sigaltstack.exp
9123 * gdb.base/siginfo-addr.exp
9124 * gdb.base/signals.exp
9125 * gdb.base/signull.exp
9126 * gdb.base/sigrepeat.exp
9127 * gdb.base/so-impl-ld.exp
9128 * gdb.base/solib-display.exp
9129 * gdb.base/solib-overlap.exp
9130 * gdb.base/solib-search.exp
9131 * gdb.base/solib-symbol.exp
9132 * gdb.base/structs.exp
9133 * gdb.base/structs2.exp
9134 * gdb.base/symtab-search-order.exp
9135 * gdb.base/twice.exp
9136 * gdb.base/unload.exp
9137 * gdb.base/varargs.exp
9138 * gdb.base/watchpoint-solib.exp
9139 * gdb.base/watchpoint.exp
9140 * gdb.base/whatis.exp
9141 * gdb.base/wrong_frame_bt_full.exp
9142 * gdb.btrace/dlopen.exp
9143 * gdb.cell/ea-standalone.exp
9144 * gdb.cell/ea-test.exp
9145 * gdb.cp/dispcxx.exp
9146 * gdb.cp/gdb2384.exp
9147 * gdb.cp/method2.exp
9148 * gdb.cp/nextoverthrow.exp
9149 * gdb.cp/pr10728.exp
9150 * gdb.disasm/am33.exp
9151 * gdb.disasm/h8300s.exp
9152 * gdb.disasm/mn10300.exp
9153 * gdb.disasm/sh3.exp
9154 * gdb.dwarf2/dw2-dir-file-name.exp
9155 * gdb.fortran/complex.exp
9156 * gdb.fortran/library-module.exp
9157 * gdb.guile/scm-pretty-print.exp
9158 * gdb.guile/scm-symbol.exp
9159 * gdb.guile/scm-type.exp
9160 * gdb.guile/scm-value.exp
9161 * gdb.linespec/linespec.exp
9162 * gdb.mi/gdb701.exp
9163 * gdb.mi/gdb792.exp
9164 * gdb.mi/mi-breakpoint-changed.exp
9165 * gdb.mi/mi-dprintf-pending.exp
9166 * gdb.mi/mi-dprintf.exp
9167 * gdb.mi/mi-exit-code.exp
9168 * gdb.mi/mi-pending.exp
9169 * gdb.mi/mi-solib.exp
9170 * gdb.mi/new-ui-mi-sync.exp
9171 * gdb.mi/pr11022.exp
9172 * gdb.mi/user-selected-context-sync.exp
9173 * gdb.opt/solib-intra-step.exp
9174 * gdb.python/py-events.exp
9175 * gdb.python/py-finish-breakpoint.exp
9176 * gdb.python/py-mi.exp
9177 * gdb.python/py-prettyprint.exp
9178 * gdb.python/py-shared.exp
9179 * gdb.python/py-symbol.exp
9180 * gdb.python/py-template.exp
9181 * gdb.python/py-type.exp
9182 * gdb.python/py-value.exp
9183 * gdb.reverse/solib-precsave.exp
9184 * gdb.reverse/solib-reverse.exp
9185 * gdb.server/solib-list.exp
9186 * gdb.stabs/weird.exp
9187 * gdb.threads/reconnect-signal.exp
9188 * gdb.threads/stepi-random-signal.exp
9189 * gdb.trace/actions.exp
9190 * gdb.trace/ax.exp
9191 * gdb.trace/backtrace.exp
9192 * gdb.trace/change-loc.exp
9193 * gdb.trace/deltrace.exp
9194 * gdb.trace/ftrace-lock.exp
9195 * gdb.trace/ftrace.exp
9196 * gdb.trace/infotrace.exp
9197 * gdb.trace/mi-tracepoint-changed.exp
9198 * gdb.trace/packetlen.exp
9199 * gdb.trace/passcount.exp
9200 * gdb.trace/pending.exp
9201 * gdb.trace/range-stepping.exp
9202 * gdb.trace/report.exp
9203 * gdb.trace/stap-trace.exp
9204 * gdb.trace/tfind.exp
9205 * gdb.trace/trace-break.exp
9206 * gdb.trace/trace-condition.exp
9207 * gdb.trace/trace-enable-disable.exp
9208 * gdb.trace/trace-mt.exp
9209 * gdb.trace/tracecmd.exp
9210 * gdb.trace/tspeed.exp
9211 * gdb.trace/tsv.exp
9212 * lib/perftest.exp
9213
fb9feb35
LM
92142016-12-01 Luis Machado <lgustavo@codesourcery.com>
9215
9216 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9217 with gdb_test_no_output.
9218 Use command as test name.
9219
cd2ddb6c
LM
92202016-12-01 Luis Machado <lgustavo@codesourcery.com>
9221
9222 Fix test names starting with uppercase throughout the files.
9223
9224 * gdb.ada/assign_1.exp
9225 * gdb.ada/boolean_expr.exp
9226 * gdb.base/arrayidx.exp
9227 * gdb.base/del.exp
9228 * gdb.base/gcore-buffer-overflow.exp
9229 * gdb.base/testenv.exp
9230 * gdb.compile/compile.exp
9231 * gdb.python/py-framefilter-invalidarg.exp
9232 * gdb.python/py-framefilter.exp
9233
bb95117e
LM
92342016-12-01 Luis Machado <lgustavo@codesourcery.com>
9235
9236 Fix test names starting with uppercase throughout the files.
9237
9238 * gdb.ada/array_return.exp
9239 * gdb.ada/expr_delims.exp
9240 * gdb.ada/mi_dyn_arr.exp
9241 * gdb.ada/mi_interface.exp
9242 * gdb.ada/mi_var_array.exp
9243 * gdb.ada/watch_arg.exp
9244 * gdb.arch/alpha-step.exp
9245 * gdb.arch/altivec-regs.exp
9246 * gdb.arch/e500-regs.exp
9247 * gdb.arch/powerpc-d128-regs.exp
9248 * gdb.base/arrayidx.exp
9249 * gdb.base/break.exp
9250 * gdb.base/checkpoint.exp
9251 * gdb.base/debug-expr.exp
9252 * gdb.base/dmsym.exp
9253 * gdb.base/radix.exp
9254 * gdb.base/sepdebug.exp
9255 * gdb.base/testenv.exp
9256 * gdb.base/watch_thread_num.exp
9257 * gdb.base/watchpoint-cond-gone.exp
9258 * gdb.cell/break.exp
9259 * gdb.cell/ea-cache.exp
9260 * gdb.compile/compile.exp
9261 * gdb.cp/gdb2495.exp
9262 * gdb.gdb/selftest.exp
9263 * gdb.gdb/xfullpath.exp
9264 * gdb.go/hello.exp
9265 * gdb.go/integers.exp
9266 * gdb.objc/basicclass.exp
9267 * gdb.pascal/hello.exp
9268 * gdb.pascal/integers.exp
9269 * gdb.python/py-breakpoint.exp
9270 * gdb.python/py-cmd.exp
9271 * gdb.python/py-linetable.exp
9272 * gdb.python/py-xmethods.exp
9273 * gdb.python/python.exp
9274 * gdb.reverse/consecutive-precsave.exp
9275 * gdb.reverse/finish-precsave.exp
9276 * gdb.reverse/i386-precsave.exp
9277 * gdb.reverse/machinestate-precsave.exp
9278 * gdb.reverse/sigall-precsave.exp
9279 * gdb.reverse/solib-precsave.exp
9280 * gdb.reverse/step-precsave.exp
9281 * gdb.reverse/until-precsave.exp
9282 * gdb.reverse/watch-precsave.exp
9283 * gdb.threads/leader-exit.exp
9284 * gdb.threads/pthreads.exp
9285 * gdb.threads/wp-replication.exp
9286 * gdb.trace/actions.exp
9287 * gdb.trace/mi-tsv-changed.exp
9288 * gdb.trace/tsv.exp
9289
de97fdd4
LM
92902016-12-01 Luis Machado <lgustavo@codesourcery.com>
9291
9292 Fix test names starting with uppercase throughout the files.
9293
9294 * gdb.arch/i386-bp_permanent.exp
9295 * gdb.arch/i386-gnu-cfi.exp
9296 * gdb.base/disasm-end-cu.exp
9297 * gdb.base/macscp.exp
9298 * gdb.base/pending.exp
9299 * gdb.base/watch_thread_num.exp
9300 * gdb.cp/exception.exp
9301 * gdb.cp/gdb2495.exp
9302 * gdb.cp/local.exp
9303 * gdb.python/py-evsignal.exp
9304 * gdb.python/python.exp
9305 * gdb.trace/tracecmd.exp
9306
9f058c10
LM
93072016-12-01 Luis Machado <lgustavo@codesourcery.com>
9308
9309 Fix test names starting with uppercase throughout the files.
9310
9311 * gdb.base/charset.exp
9312 * gdb.base/eval.exp
9313 * gdb.base/multi-forks.exp
9314 * gdb.guile/scm-progspace.exp
9315 * gdb.opencl/datatypes.exp
9316 * gdb.python/py-block.exp
9317 * gdb.python/py-function.exp
9318 * gdb.python/py-symbol.exp
9319 * gdb.python/py-symtab.exp
9320 * gdb.python/py-xmethods.exp
9321 * gdb.reverse/break-precsave.exp
9322 * gdb.reverse/break-reverse.exp
9323 * gdb.reverse/consecutive-precsave.exp
9324 * gdb.reverse/consecutive-reverse.exp
9325 * gdb.reverse/finish-precsave.exp
9326 * gdb.reverse/finish-reverse-bkpt.exp
9327 * gdb.reverse/finish-reverse.exp
9328 * gdb.reverse/fstatat-reverse.exp
9329 * gdb.reverse/getresuid-reverse.exp
9330 * gdb.reverse/i386-precsave.exp
9331 * gdb.reverse/i386-reverse.exp
9332 * gdb.reverse/i386-sse-reverse.exp
9333 * gdb.reverse/i387-stack-reverse.exp
9334 * gdb.reverse/insn-reverse.exp
9335 * gdb.reverse/machinestate-precsave.exp
9336 * gdb.reverse/machinestate.exp
9337 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9338 * gdb.reverse/pipe-reverse.exp
9339 * gdb.reverse/readv-reverse.exp
9340 * gdb.reverse/recvmsg-reverse.exp
9341 * gdb.reverse/rerun-prec.exp
9342 * gdb.reverse/s390-mvcle.exp
9343 * gdb.reverse/sigall-precsave.exp
9344 * gdb.reverse/sigall-reverse.exp
9345 * gdb.reverse/solib-precsave.exp
9346 * gdb.reverse/solib-reverse.exp
9347 * gdb.reverse/step-precsave.exp
9348 * gdb.reverse/step-reverse.exp
9349 * gdb.reverse/time-reverse.exp
9350 * gdb.reverse/until-precsave.exp
9351 * gdb.reverse/until-reverse.exp
9352 * gdb.reverse/waitpid-reverse.exp
9353 * gdb.reverse/watch-precsave.exp
9354 * gdb.reverse/watch-reverse.exp
9355
cdc7edd7
LM
93562016-12-01 Luis Machado <lgustavo@codesourcery.com>
9357
9358 Fix test names starting with uppercase throughout the files.
9359
9360 * gdb.arch/i386-mpx-simple_segv.exp
9361 * gdb.arch/i386-mpx.exp
9362 * gdb.arch/i386-permbkpt.exp
9363 * gdb.arch/pa-nullify.exp
9364 * gdb.arch/powerpc-d128-regs.exp
9365 * gdb.arch/vsx-regs.exp
9366 * gdb.base/bfp-test.exp
9367 * gdb.base/break.exp
9368 * gdb.base/breakpoint-shadow.exp
9369 * gdb.base/callfuncs.exp
9370 * gdb.base/charset.exp
9371 * gdb.base/commands.exp
9372 * gdb.base/completion.exp
9373 * gdb.base/dfp-test.exp
9374 * gdb.base/echo.exp
9375 * gdb.base/ending-run.exp
9376 * gdb.base/eval.exp
9377 * gdb.base/expand-psymtabs.exp
9378 * gdb.base/float128.exp
9379 * gdb.base/floatn.exp
9380 * gdb.base/foll-exec-mode.exp
9381 * gdb.base/gdb1056.exp
9382 * gdb.base/gdb11531.exp
9383 * gdb.base/kill-after-signal.exp
9384 * gdb.base/multi-forks.exp
9385 * gdb.base/overlays.exp
9386 * gdb.base/pending.exp
9387 * gdb.base/sepdebug.exp
9388 * gdb.base/testenv.exp
9389 * gdb.base/valgrind-db-attach.exp
9390 * gdb.base/watch_thread_num.exp
9391 * gdb.base/watchpoint-cond-gone.exp
9392 * gdb.base/watchpoint.exp
9393 * gdb.base/watchpoints.exp
9394 * gdb.cp/arg-reference.exp
9395 * gdb.cp/baseenum.exp
9396 * gdb.cp/operator.exp
9397 * gdb.cp/shadow.exp
9398 * gdb.dwarf2/dw2-op-out-param.exp
9399 * gdb.dwarf2/dw2-reg-undefined.exp
9400 * gdb.go/chan.exp
9401 * gdb.go/hello.exp
9402 * gdb.go/integers.exp
9403 * gdb.go/methods.exp
9404 * gdb.go/package.exp
9405 * gdb.guile/scm-parameter.exp
9406 * gdb.guile/scm-progspace.exp
9407 * gdb.guile/scm-value.exp
9408 * gdb.mi/mi-pending.exp
9409 * gdb.mi/user-selected-context-sync.exp
9410 * gdb.multi/multi-attach.exp
9411 * gdb.multi/tids.exp
9412 * gdb.opt/clobbered-registers-O2.exp
9413 * gdb.pascal/floats.exp
9414 * gdb.pascal/integers.exp
9415 * gdb.python/py-block.exp
9416 * gdb.python/py-events.exp
9417 * gdb.python/py-parameter.exp
9418 * gdb.python/py-symbol.exp
9419 * gdb.python/py-symtab.exp
9420 * gdb.python/py-type.exp
9421 * gdb.python/py-value.exp
9422 * gdb.python/py-xmethods.exp
9423 * gdb.python/python.exp
9424 * gdb.reverse/break-precsave.exp
9425 * gdb.reverse/consecutive-precsave.exp
9426 * gdb.reverse/finish-precsave.exp
9427 * gdb.reverse/i386-precsave.exp
9428 * gdb.reverse/machinestate-precsave.exp
9429 * gdb.reverse/sigall-precsave.exp
9430 * gdb.reverse/solib-precsave.exp
9431 * gdb.reverse/step-precsave.exp
9432 * gdb.reverse/until-precsave.exp
9433 * gdb.reverse/watch-precsave.exp
9434 * gdb.server/ext-attach.exp
9435 * gdb.server/ext-restart.exp
9436 * gdb.server/ext-run.exp
9437 * gdb.server/ext-wrapper.exp
9438 * gdb.stabs/gdb11479.exp
9439 * gdb.stabs/weird.exp
9440 * gdb.threads/attach-many-short-lived-threads.exp
9441 * gdb.threads/kill.exp
9442 * gdb.threads/watchpoint-fork.exp
9443
bc6c7af4
LM
94442016-12-01 Luis Machado <lgustavo@codesourcery.com>
9445
9446 Fix test names starting with uppercase throughout all the files below.
9447
9448 * gdb.ada/array_return.exp
9449 * gdb.ada/catch_ex.exp
9450 * gdb.ada/info_exc.exp
9451 * gdb.ada/mi_catch_ex.exp
9452 * gdb.ada/mi_dyn_arr.exp
9453 * gdb.ada/mi_ex_cond.exp
9454 * gdb.ada/mi_exc_info.exp
9455 * gdb.ada/mi_interface.exp
9456 * gdb.ada/mi_task_arg.exp
9457 * gdb.ada/mi_task_info.exp
9458 * gdb.ada/mi_var_array.exp
9459 * gdb.arch/alpha-step.exp
9460 * gdb.arch/amd64-disp-step.exp
9461 * gdb.arch/arm-disp-step.exp
9462 * gdb.arch/disp-step-insn-reloc.exp
9463 * gdb.arch/e500-prologue.exp
9464 * gdb.arch/ftrace-insn-reloc.exp
9465 * gdb.arch/gdb1558.exp
9466 * gdb.arch/i386-bp_permanent.exp
9467 * gdb.arch/i386-disp-step.exp
9468 * gdb.arch/i386-float.exp
9469 * gdb.arch/i386-gnu-cfi.exp
9470 * gdb.arch/ia64-breakpoint-shadow.exp
9471 * gdb.arch/mips16-thunks.exp
9472 * gdb.arch/pa-nullify.exp
9473 * gdb.arch/powerpc-aix-prologue.exp
9474 * gdb.arch/powerpc-power.exp
9475 * gdb.arch/ppc-dfp.exp
9476 * gdb.arch/s390-tdbregs.exp
9477 * gdb.arch/spu-info.exp
9478 * gdb.arch/spu-ls.exp
9479 * gdb.arch/thumb-bx-pc.exp
9480 * gdb.base/advance.exp
9481 * gdb.base/annota-input-while-running.exp
9482 * gdb.base/arrayidx.exp
9483 * gdb.base/asmlabel.exp
9484 * gdb.base/async.exp
9485 * gdb.base/attach-wait-input.exp
9486 * gdb.base/auto-connect-native-target.exp
9487 * gdb.base/batch-preserve-term-settings.exp
9488 * gdb.base/bfp-test.exp
9489 * gdb.base/bigcore.exp
9490 * gdb.base/bp-permanent.exp
9491 * gdb.base/break-always.exp
9492 * gdb.base/break-fun-addr.exp
9493 * gdb.base/break-idempotent.exp
9494 * gdb.base/break-main-file-remove-fail.exp
9495 * gdb.base/break-probes.exp
9496 * gdb.base/break-unload-file.exp
9497 * gdb.base/break.exp
9498 * gdb.base/call-ar-st.exp
9499 * gdb.base/call-rt-st.exp
9500 * gdb.base/call-sc.exp
9501 * gdb.base/call-signal-resume.exp
9502 * gdb.base/call-strs.exp
9503 * gdb.base/callexit.exp
9504 * gdb.base/callfuncs.exp
9505 * gdb.base/catch-gdb-caused-signals.exp
9506 * gdb.base/catch-signal-siginfo-cond.exp
9507 * gdb.base/catch-syscall.exp
9508 * gdb.base/compare-sections.exp
9509 * gdb.base/cond-eval-mode.exp
9510 * gdb.base/condbreak-call-false.exp
9511 * gdb.base/consecutive-step-over.exp
9512 * gdb.base/cursal.exp
9513 * gdb.base/disabled-location.exp
9514 * gdb.base/disasm-end-cu.exp
9515 * gdb.base/display.exp
9516 * gdb.base/double-prompt-target-event-error.exp
9517 * gdb.base/dprintf-bp-same-addr.exp
9518 * gdb.base/dprintf-detach.exp
9519 * gdb.base/dprintf-next.exp
9520 * gdb.base/dprintf-non-stop.exp
9521 * gdb.base/dprintf-pending.exp
9522 * gdb.base/dso2dso.exp
9523 * gdb.base/ending-run.exp
9524 * gdb.base/enum_cond.exp
9525 * gdb.base/examine-backward.exp
9526 * gdb.base/exe-lock.exp
9527 * gdb.base/exec-invalid-sysroot.exp
9528 * gdb.base/execl-update-breakpoints.exp
9529 * gdb.base/execution-termios.exp
9530 * gdb.base/fileio.exp
9531 * gdb.base/fixsection.exp
9532 * gdb.base/foll-exec-mode.exp
9533 * gdb.base/foll-exec.exp
9534 * gdb.base/fork-running-state.exp
9535 * gdb.base/frame-args.exp
9536 * gdb.base/fullpath-expand.exp
9537 * gdb.base/func-ptr.exp
9538 * gdb.base/gcore-relro-pie.exp
9539 * gdb.base/gdb1090.exp
9540 * gdb.base/gdb1555.exp
9541 * gdb.base/global-var-nested-by-dso.exp
9542 * gdb.base/gnu-ifunc.exp
9543 * gdb.base/hbreak-in-shr-unsupported.exp
9544 * gdb.base/hbreak-unmapped.exp
9545 * gdb.base/hook-stop.exp
9546 * gdb.base/infcall-input.exp
9547 * gdb.base/info-fun.exp
9548 * gdb.base/info-shared.exp
9549 * gdb.base/interrupt-noterm.exp
9550 * gdb.base/jit-so.exp
9551 * gdb.base/jit.exp
9552 * gdb.base/line-symtabs.exp
9553 * gdb.base/list.exp
9554 * gdb.base/longjmp.exp
9555 * gdb.base/macscp.exp
9556 * gdb.base/max-value-size.exp
9557 * gdb.base/nodebug.exp
9558 * gdb.base/nofield.exp
9559 * gdb.base/overlays.exp
9560 * gdb.base/paginate-after-ctrl-c-running.exp
9561 * gdb.base/paginate-bg-execution.exp
9562 * gdb.base/paginate-inferior-exit.exp
9563 * gdb.base/pending.exp
9564 * gdb.base/pr11022.exp
9565 * gdb.base/printcmds.exp
9566 * gdb.base/ptr-typedef.exp
9567 * gdb.base/ptype.exp
9568 * gdb.base/randomize.exp
9569 * gdb.base/range-stepping.exp
9570 * gdb.base/realname-expand.exp
9571 * gdb.base/relativedebug.exp
9572 * gdb.base/remote.exp
9573 * gdb.base/savedregs.exp
9574 * gdb.base/sepdebug.exp
9575 * gdb.base/set-noassign.exp
9576 * gdb.base/shlib-call.exp
9577 * gdb.base/shreloc.exp
9578 * gdb.base/sigaltstack.exp
9579 * gdb.base/sigbpt.exp
9580 * gdb.base/siginfo-addr.exp
9581 * gdb.base/siginfo-obj.exp
9582 * gdb.base/siginfo-thread.exp
9583 * gdb.base/signest.exp
9584 * gdb.base/signull.exp
9585 * gdb.base/sigrepeat.exp
9586 * gdb.base/skip.exp
9587 * gdb.base/so-impl-ld.exp
9588 * gdb.base/solib-corrupted.exp
9589 * gdb.base/solib-disc.exp
9590 * gdb.base/solib-display.exp
9591 * gdb.base/solib-overlap.exp
9592 * gdb.base/solib-search.exp
9593 * gdb.base/solib-symbol.exp
9594 * gdb.base/source-execution.exp
9595 * gdb.base/sss-bp-on-user-bp-2.exp
9596 * gdb.base/sss-bp-on-user-bp.exp
9597 * gdb.base/stack-checking.exp
9598 * gdb.base/stale-infcall.exp
9599 * gdb.base/step-break.exp
9600 * gdb.base/step-line.exp
9601 * gdb.base/step-over-exit.exp
9602 * gdb.base/step-test.exp
9603 * gdb.base/structs.exp
9604 * gdb.base/sym-file.exp
9605 * gdb.base/symtab-search-order.exp
9606 * gdb.base/term.exp
9607 * gdb.base/type-opaque.exp
9608 * gdb.base/unload.exp
9609 * gdb.base/until-nodebug.exp
9610 * gdb.base/until.exp
9611 * gdb.base/unwindonsignal.exp
9612 * gdb.base/watch-cond.exp
9613 * gdb.base/watch-non-mem.exp
9614 * gdb.base/watch_thread_num.exp
9615 * gdb.base/watchpoint-reuse-slot.exp
9616 * gdb.base/watchpoint-solib.exp
9617 * gdb.base/watchpoint.exp
9618 * gdb.btrace/dlopen.exp
9619 * gdb.cell/arch.exp
9620 * gdb.cell/break.exp
9621 * gdb.cell/bt.exp
9622 * gdb.cell/core.exp
9623 * gdb.cell/data.exp
9624 * gdb.cell/dwarfaddr.exp
9625 * gdb.cell/ea-cache.exp
9626 * gdb.cell/ea-standalone.exp
9627 * gdb.cell/ea-test.exp
9628 * gdb.cell/f-regs.exp
9629 * gdb.cell/fork.exp
9630 * gdb.cell/gcore.exp
9631 * gdb.cell/mem-access.exp
9632 * gdb.cell/ptype.exp
9633 * gdb.cell/registers.exp
9634 * gdb.cell/sizeof.exp
9635 * gdb.cell/solib-symbol.exp
9636 * gdb.cell/solib.exp
9637 * gdb.compile/compile-tls.exp
9638 * gdb.cp/exception.exp
9639 * gdb.cp/gdb2495.exp
9640 * gdb.cp/local.exp
9641 * gdb.cp/mb-inline.exp
9642 * gdb.cp/mb-templates.exp
9643 * gdb.cp/pr10687.exp
9644 * gdb.cp/pr9167.exp
9645 * gdb.cp/scope-err.exp
9646 * gdb.cp/templates.exp
9647 * gdb.cp/virtfunc.exp
9648 * gdb.dwarf2/dw2-dir-file-name.exp
9649 * gdb.dwarf2/dw2-single-line-discriminators.exp
9650 * gdb.fortran/complex.exp
9651 * gdb.fortran/library-module.exp
9652 * gdb.guile/guile.exp
9653 * gdb.guile/scm-cmd.exp
9654 * gdb.guile/scm-frame-inline.exp
9655 * gdb.guile/scm-objfile.exp
9656 * gdb.guile/scm-pretty-print.exp
9657 * gdb.guile/scm-symbol.exp
9658 * gdb.guile/scm-type.exp
9659 * gdb.guile/scm-value.exp
9660 * gdb.linespec/keywords.exp
9661 * gdb.linespec/ls-errs.exp
9662 * gdb.linespec/macro-relative.exp
9663 * gdb.linespec/thread.exp
9664 * gdb.mi/mi-breakpoint-changed.exp
9665 * gdb.mi/mi-dprintf-pending.exp
9666 * gdb.mi/mi-fullname-deleted.exp
9667 * gdb.mi/mi-logging.exp
9668 * gdb.mi/mi-pending.exp
9669 * gdb.mi/mi-solib.exp
9670 * gdb.mi/new-ui-mi-sync.exp
9671 * gdb.mi/user-selected-context-sync.exp
9672 * gdb.multi/dummy-frame-restore.exp
9673 * gdb.multi/multi-arch-exec.exp
9674 * gdb.multi/remove-inferiors.exp
9675 * gdb.multi/watchpoint-multi-exit.exp
9676 * gdb.opt/solib-intra-step.exp
9677 * gdb.perf/backtrace.exp
9678 * gdb.perf/single-step.exp
9679 * gdb.perf/skip-command.exp
9680 * gdb.perf/skip-prologue.exp
9681 * gdb.perf/solib.exp
9682 * gdb.python/lib-types.exp
9683 * gdb.python/py-as-string.exp
9684 * gdb.python/py-bad-printers.exp
9685 * gdb.python/py-block.exp
9686 * gdb.python/py-breakpoint.exp
9687 * gdb.python/py-cmd.exp
9688 * gdb.python/py-events.exp
9689 * gdb.python/py-evthreads.exp
9690 * gdb.python/py-finish-breakpoint.exp
9691 * gdb.python/py-finish-breakpoint2.exp
9692 * gdb.python/py-frame-inline.exp
9693 * gdb.python/py-frame.exp
9694 * gdb.python/py-inferior.exp
9695 * gdb.python/py-infthread.exp
9696 * gdb.python/py-mi.exp
9697 * gdb.python/py-objfile.exp
9698 * gdb.python/py-pp-maint.exp
9699 * gdb.python/py-pp-registration.exp
9700 * gdb.python/py-prettyprint.exp
9701 * gdb.python/py-recurse-unwind.exp
9702 * gdb.python/py-shared.exp
9703 * gdb.python/py-symbol.exp
9704 * gdb.python/py-symtab.exp
9705 * gdb.python/py-template.exp
9706 * gdb.python/py-type.exp
9707 * gdb.python/py-unwind-maint.exp
9708 * gdb.python/py-unwind.exp
9709 * gdb.python/py-value.exp
9710 * gdb.python/python.exp
9711 * gdb.reverse/finish-reverse-bkpt.exp
9712 * gdb.reverse/insn-reverse.exp
9713 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9714 * gdb.reverse/solib-precsave.exp
9715 * gdb.reverse/solib-reverse.exp
9716 * gdb.stabs/gdb11479.exp
9717 * gdb.stabs/weird.exp
9718 * gdb.threads/fork-child-threads.exp
9719 * gdb.threads/fork-plus-threads.exp
9720 * gdb.threads/fork-thread-pending.exp
9721 * gdb.threads/forking-threads-plus-breakpoint.exp
9722 * gdb.threads/hand-call-in-threads.exp
9723 * gdb.threads/interrupted-hand-call.exp
9724 * gdb.threads/linux-dp.exp
9725 * gdb.threads/local-watch-wrong-thread.exp
9726 * gdb.threads/next-while-other-thread-longjmps.exp
9727 * gdb.threads/non-ldr-exit.exp
9728 * gdb.threads/pending-step.exp
9729 * gdb.threads/print-threads.exp
9730 * gdb.threads/process-dies-while-detaching.exp
9731 * gdb.threads/process-dies-while-handling-bp.exp
9732 * gdb.threads/pthreads.exp
9733 * gdb.threads/queue-signal.exp
9734 * gdb.threads/reconnect-signal.exp
9735 * gdb.threads/signal-command-handle-nopass.exp
9736 * gdb.threads/signal-command-multiple-signals-pending.exp
9737 * gdb.threads/signal-delivered-right-thread.exp
9738 * gdb.threads/signal-sigtrap.exp
9739 * gdb.threads/sigthread.exp
9740 * gdb.threads/staticthreads.exp
9741 * gdb.threads/stepi-random-signal.exp
9742 * gdb.threads/thread-unwindonsignal.exp
9743 * gdb.threads/thread_check.exp
9744 * gdb.threads/thread_events.exp
9745 * gdb.threads/tid-reuse.exp
9746 * gdb.threads/tls-nodebug.exp
9747 * gdb.threads/tls-shared.exp
9748 * gdb.threads/tls-so_extern.exp
9749 * gdb.threads/tls.exp
9750 * gdb.threads/wp-replication.exp
9751 * gdb.trace/actions-changed.exp
9752 * gdb.trace/actions.exp
9753 * gdb.trace/backtrace.exp
9754 * gdb.trace/change-loc.exp
9755 * gdb.trace/collection.exp
9756 * gdb.trace/deltrace.exp
9757 * gdb.trace/disconnected-tracing.exp
9758 * gdb.trace/entry-values.exp
9759 * gdb.trace/ftrace-lock.exp
9760 * gdb.trace/ftrace.exp
9761 * gdb.trace/infotrace.exp
9762 * gdb.trace/mi-trace-frame-collected.exp
9763 * gdb.trace/mi-trace-unavailable.exp
9764 * gdb.trace/mi-traceframe-changed.exp
9765 * gdb.trace/mi-tracepoint-changed.exp
9766 * gdb.trace/mi-tsv-changed.exp
9767 * gdb.trace/no-attach-trace.exp
9768 * gdb.trace/packetlen.exp
9769 * gdb.trace/passc-dyn.exp
9770 * gdb.trace/passcount.exp
9771 * gdb.trace/pending.exp
9772 * gdb.trace/pr16508.exp
9773 * gdb.trace/qtro.exp
9774 * gdb.trace/range-stepping.exp
9775 * gdb.trace/read-memory.exp
9776 * gdb.trace/report.exp
9777 * gdb.trace/save-trace.exp
9778 * gdb.trace/signal.exp
9779 * gdb.trace/stap-trace.exp
9780 * gdb.trace/status-stop.exp
9781 * gdb.trace/strace.exp
9782 * gdb.trace/tfile.exp
9783 * gdb.trace/tfind.exp
9784 * gdb.trace/trace-break.exp
9785 * gdb.trace/trace-condition.exp
9786 * gdb.trace/trace-enable-disable.exp
9787 * gdb.trace/trace-mt.exp
9788 * gdb.trace/tracecmd.exp
9789 * gdb.trace/tracefile-pseudo-reg.exp
9790 * gdb.trace/tspeed.exp
9791 * gdb.trace/tstatus.exp
9792 * gdb.trace/tsv.exp
9793 * gdb.trace/unavailable.exp
9794 * gdb.trace/while-dyn.exp
9795 * gdb.trace/while-stepping.exp
9796 * lib/gdb-guile.exp
9797 * lib/gdb.exp
9798 * lib/mi-support.exp
9799 * lib/pascal.exp
9800 * lib/perftest.exp
9801 * lib/prelink-support.exp
9802 * lib/selftest-support.exp
9803
ad02e4fe
SM
98042016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9805
9806 * Makefile.in: Include disable-implicit-rules.mk.
9807
22347e55
AA
98082016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9809
9810 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9811 non-byte-aligned bit fields.
9812
da5b30da
AA
98132016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9814
9815 PR gdb/12616
9816 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9817 respects the DW_AT_data_bit_offset attribute.
9818
b593ecca
SM
98192016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9820
9821 * gdb.base/default.exp: Fix output of "set language".
9822
3b165252
SM
98232016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9824
9825 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9826 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9827 make.
9828 * configure.ac: Remove checks for the make program.
9829 * configure: Re-generate.
9830
1a2f3d7f
KB
98312016-11-16 Kevin Buettner <kevinb@redhat.com>
9832
9833 * gdb.python/py-recurse-unwind.c (main): Add loop.
9834 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9835 to read_register() and gdb.parse_and_eval(). Make each code
9836 call a separate case that can be individually tested.
9837 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9838 proc. Call cont_and_backtrace for each of the code paths that
9839 we want to test in the unwinder.
9840
b7f38fda
AA
98412016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9842
9843 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9844 the definition of struct S.
9845
1f8db343
CM
98462016-11-11 Catherine Moore <clm@codesourcery.com>
9847
9848 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9849
fad0c9fb
PA
98502016-11-09 Pedro Alves <palves@redhat.com>
9851
9852 * gdb.base/commands.exp (runto_or_return): New procedure.
9853 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9854 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9855 (progvar_simple_while_test, progvar_complex_if_while_test)
9856 (if_while_breakpoint_command_test)
9857 (infrun_breakpoint_command_test, breakpoint_command_test)
9858 (user_defined_command_test, watchpoint_command_test)
9859 (test_command_prompt_position, redefine_hook_test)
9860 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9861 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9862 multi_line_input and multi_line. Remove gdb_expect and
9863 gdb_stop_suppressing_tests uses.
9864 * lib/gdb.exp (valnum_re): New global.
9865 (multi_line_input): New procedure.
9866
8354c62c
SM
98672016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9868
9869 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9870 Remove.
9871 (test_setup): Define with proc_with_prefix.
9872 (test_cli_inferior): Likewise.
9873 (test_cli_thread): Likewise.
9874 (test_cli_frame): Likewise.
9875 (test_cli_select_frame): Likewise.
9876 (test_cli_up_down): Likewise.
9877 (test_mi_thread_select): Likewise.
9878 (test_mi_stack_select_frame): Likewise.
9879 (test_cli_in_mi_inferior): Likewise.
9880 (test_cli_in_mi_thread): Likewise.
9881 (test_cli_in_mi_frame): Likewise.
9882 (top level): Do not use with_test_prefix_procname.
9883
64f367a2
PA
98842016-11-09 Pedro Alves <palves@redhat.com>
9885
9886 * gdb.base/commands.exp (gdbvar_simple_if_test)
9887 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9888 (progvar_simple_if_test, progvar_simple_while_test)
9889 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9890 (infrun_breakpoint_command_test, breakpoint_command_test)
9891 (user_defined_command_test, watchpoint_command_test)
9892 (test_command_prompt_position, deprecated_command_test)
9893 (bp_deleted_in_command, temporary_breakpoint_commands)
9894 (stray_arg0_test, source_file_with_indented_comment)
9895 (recursive_source_test, if_commands_test)
9896 (error_clears_commands_left, redefine_hook_test)
9897 (redefine_backtrace_test): Use proc_with_prefix.
9898 * lib/gdb.exp (proc_with_prefix): New proc.
9899
0bb65f1e
AA
99002016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9901
9902 * gdb.base/tui-layout.c: New file.
9903 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9904 disassembly window contains very long lines.
9905
7353f247
TT
99062016-11-08 Tom Tromey <tom@tromey.com>
9907
9908 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9909 depend on Python 2.
9910
30a7bb83
TT
99112016-11-08 Tom Tromey <tom@tromey.com>
9912
9913 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9914 New method.
9915
cdf5a07c
MG
99162016-10-29 Manish Goregaokar <manish@mozilla.com>
9917
2806dc7e 9918 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 9919
51a789c3
MG
99202016-10-27 Manish Goregaokar <manish@mozilla.com>
9921
2806dc7e
PA
9922 * gdb.rust/simple.rs: Add test for univariant enums without
9923 discriminants and for encoded struct-like enums.
51a789c3 9924
f610ab6d
PA
99252016-10-28 Pedro Alves <palves@redhat.com>
9926
9927 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9928 gdb_test_multiple, tighten regexps and match symtabs and line
9929 tables incrementally.
9930
b129b0ca
LM
99312016-10-28 Luis Machado <lgustavo@codesourcery.com>
9932
9933 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9934 general.
9935
ecf45d2c
SL
99362016-10-25 Luis Machado <lgustavo@codesourcery.com>
9937
9938 * gdb.base/exec-invalid-sysroot.exp: New file.
9939
b8d38ee4
JK
99402016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9941
9942 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9943
f90fd8c2
JK
99442016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9945
9946 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9947
2d2476aa
MR
99482016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9949
2806dc7e
PA
9950 * gdb.base/killed-outside.exp: Remove $options from a call to
9951 `prepare_for_testing'.
2d2476aa 9952
e42b25a0
SM
99532016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9954
9955 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9956 Change test message.
9957
3ccdb432
SM
99582016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9959
9960 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9961 Update comment.
9962
5bad3170
SM
99632016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9964
9965 * gdb.trace/mi-trace-save.exp: New file.
9966
5ad9dba7
YQ
99672016-10-13 Yao Qi <yao.qi@linaro.org>
9968
9969 * gdb.base/code_elim.exp (get_var_address): Remove.
9970 * gdb.base/relocate.exp: Likewise.
9971 * gdb.base/shreloc.exp: Likewise.
9972 * lib/gdb.exp (get_var_address): New.
9973
62df7e21
YQ
99742016-10-13 Yao Qi <yao.qi@linaro.org>
9975
9976 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9977 floating point tests if $skip_float_test is false.
9978
4dac951e
LM
99792016-10-12 Luis Machado <lgustavo@codesourcery.com>
9980
9981 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9982 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9983 argc values.
9984 Add 1 to argc so we guarantee distinct initial/modified argc values.
9985
8f1a8fc4
JK
99862016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9987
9988 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9989
16c85b5d
JK
99902016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9991
9992 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9993 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9994 * gdb.arch/vsx-regs.exp: Likewise.
9995
1d0e042a
YQ
99962016-10-07 Yao Qi <yao.qi@linaro.org>
9997
9998 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9999
68dadef5
MM
100002016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10001
10002 * gdb.python/python.exp: Test decode_line("*0").
10003
33fa2c6e
DE
100042016-10-06 Doug Evans <dje@google.com>
10005
10006 * gdb.python/py-value.exp (test_value_creation): Add test for large
10007 unsigned 64-bit value.
10008
9c37b5ae
TT
100092016-10-06 Tom Tromey <tom@tromey.com>
10010
10011 * gdb.compile/compile.exp: Change java tests to rust.
10012 * gdb.base/setshow.exp: Change java tests to rust.
10013 * gdb.base/default.exp: Remove java from language list.
10014 * README (Examples): Update language example.
10015 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10016 test.
10017 * lib/gdb.exp (skip_java_tests): Remove.
10018 * lib/java.exp: Remove.
10019 * gdb.java: Remove.
10020
78b86327
MR
100212016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10022
10023 * gdb.arch/mips-fcr.exp: New test.
10024 * gdb.arch/mips-fcr.c: Source for the new test.
10025
7470adbb
MR
100262016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10027
10028 * gdb.base/solib-disc.exp: Use `standard_output_file'
10029 throughout.
10030
4a556533
PA
100312016-10-06 Pedro Alves <palves@redhat.com>
10032
10033 * gdb.base/jit-simple-dl.c: New file.
10034 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10035 * gdb.base/jit-simple.c: ... this.
10036 * gdb.base/jit-simple.exp (jit_run): Delete.
10037 (build_jit): New proc.
10038 (jit_test_reread): Recompile either the main program or the shared
10039 library, depending on what is being tested. Skip changing address
10040 if caller wants to. Compare before/after addresses. If testing
10041 standalone, explicitly load the binary. Test "maint info
10042 breakpoints".
10043 (top level): Add "standalone vs shared lib" and "change address"
10044 vs "same address" axes.
10045
5a122fbc
PA
100462016-10-06 Pedro Alves <palves@redhat.com>
10047
10048 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10049 call.
10050 (jit_run): Delete.
10051 (jit_test_reread): Use with_test_prefix. Reload the main binary
10052 explicitly. Compare the before/after addresses of the JIT
10053 descriptor.
10054
ee8da4b8
DE
100552016-08-15 Doug Evans <dje@google.com>
10056
10057 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10058 for single bitfields is bool.
10059 * gdb.xml/tdesc-regs.exp: Ditto.
10060
f389f6fe
JK
100612016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10062
10063 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10064
fdebf1a4
YQ
100652016-10-05 Yao Qi <yao.qi@linaro.org>
10066
10067 * lib/gdb.exp (support_complex_tests): Return zero if
10068 gdb_skip_float_test return true.
10069
9c36d954 100702016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 10071 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
10072
10073 PR gdb/20487
10074 * gdb.mi/user-selected-context-sync.exp: New file.
10075 * gdb.mi/user-selected-context-sync.c: New file.
10076
4034d0ff 100772016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 10078 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
10079
10080 PR gdb/20487
10081 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10082 =thread-select-event check.
10083
a4297203
PB
100842016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10085
10086 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10087 the compulsory L operand changes.
10088 * gdb.arch/powerpc-power.s: Likewise.
10089
bb805577
JK
100902016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10091
10092 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10093 * gdb.base/jit-attach-pie.c: New file.
10094 * gdb.base/jit-attach-pie.exp: New file.
10095
6d61dee5
PA
100962016-09-28 Pedro Alves <palves@redhat.com>
10097
10098 * gdb.base/infcall-input.c: New file.
10099 * gdb.base/infcall-input.exp: New file.
10100
f73842fc
YQ
101012016-09-22 Yao Qi <yao.qi@linaro.org>
10102
10103 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10104 (gdb_exit): Rename it to ...
10105 (gdbserver_gdb_exit): ... Close GDBserver.
10106 (gdb_exit): New proc, call gdbserver_gdb_exit.
10107 (mi_gdb_exit): Likewise.
10108
90681dab
YQ
101092016-09-22 Yao Qi <yao.qi@linaro.org>
10110
10111 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10112 path.
10113 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10114 Remove duplication.
10115
9c211fd8
YQ
101162016-09-22 Yao Qi <yao.qi@linaro.org>
10117
10118 * lib/gdbserver-support.exp: Check the existence of
10119 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10120
ad0a504f
AK
101212016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10122
10123 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10124
36cf1806
TT
101252016-09-21 Tom Tromey <tom@tromey.com>
10126
10127 PR gdb/20604:
10128 * gdb.base/quit.exp: New file.
10129
74172ecf
SM
101302016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10131
10132 * .gitignore: New file.
10133
3d0ec882
MR
101342016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10135
10136 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10137 throughout.
10138
8193adea
AA
101392016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10140
10141 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10142
d41a5c09
JK
101432016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10144
10145 * gdb.cp/casts.cc (decltype): Move it ...
10146 (main): ... with its call to ...
10147 * gdb.cp/casts03.cc: ... a new file.
10148 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10149
d2dfe700
JK
101502016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10151
10152 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10153
e2a92b16
PB
101542016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10155
10156 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10157 and sync up the test with tests in gas/testsuite/gas/ppc.
10158 * gdb.arch/powerpc-power.exp: Likewise.
10159
49b4de64
JK
101602016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10161
10162 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10163
2c29df25
SDJ
101642016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10165 Jan Kratochvil <jan.kratochvil@redhat.com>
10166
10167 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10168 make m1's definition to be different from m2's. Use 'dummy' as an
10169 argument for probe 'two'.
10170
cc3c2846
JB
101712016-09-10 Jon Beniston <jon@beniston.com>
10172
10173 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10174 for sim target.
10175
e1b2624a
AA
101762016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10177
10178 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10179 variable declaration.
10180 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10181 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10182 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10183 received HWCAP as its argument.
10184
4295e285
PA
101852016-09-06 Pedro Alves <palves@redhat.com>
10186
10187 * gdb.base/new-ui-pending-input.c: New file.
10188 * gdb.base/new-ui-pending-input.exp: New file.
10189 * gdb.exp (clear_gdb_spawn_id): New procedure.
10190 (with_spawn_id): Check whether gdb_spawn_id exists before
10191 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10192 on exit.
10193
00d5215e
UW
101942016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10195
10196 * gdb.base/float128.c: New file.
10197 * gdb.base/float128.exp: Likewise.
10198 * gdb.base/floatn.c: Likewise.
10199 * gdb.base/floatn.exp: Likewise.
10200
a9ff5f12
UW
102012016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10202
10203 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10204
f245535c
PA
102052016-09-05 Pedro Alves <palves@redhat.com>
10206
10207 PR backtrace/19927
10208 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10209 unwinders are immediately called as side effect of "source" or
10210 "disable unwinder" commands.
10211 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10212
ae9cf263
YQ
102132016-09-02 Yao Qi <yao.qi@linaro.org>
10214
10215 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10216 is true and $type is "float" or "double".
10217
27aba047
YQ
102182016-09-02 Yao Qi <yao.qi@linaro.org>
10219
10220 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10221 true.
10222 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10223 * gdb.base/call-rt-st.exp: Likewise.
10224 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10225 return value instead of gdb,skip_float_test.
10226 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10227 (do_function_calls): Use its return value instead of
10228 gdb,skip_float_test.
10229 * gdb.base/finish.exp: Likewise.
10230 * gdb.base/funcargs.exp: Likewise.
10231 * gdb.base/return.exp: Likewise.
10232 * gdb.base/return2.exp: Likewise.
10233 * gdb.base/varargs.exp: Likewise.
10234 * lib/gdb.exp (gdb_skip_float_test): Change it to
10235 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10236
5af962df
AA
102372016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10238
10239 * gdb.multi/tids.exp: Test "thread apply all".
10240
7fac6910
JK
102412016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10242
10243 * gdb.base/default.exp (tty): Remove.
10244
bb1fe4ac
KB
102452016-08-24 Kevin Buettner <kevinb@redhat.com>
10246
2806dc7e
PA
10247 * gdb.python/py-recurse-unwind.c: New file.
10248 * gdb.python/py-recurse-unwind.py: New file.
10249 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 10250
0a1ddfa6
SM
102512016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10252
10253 * gdb.base/set-inferior-tty.exp: New file.
10254 * gdb.base/set-inferior-tty.c: New file.
10255
d9de1fe3
PA
102562016-08-23 Pedro Alves <palves@redhat.com>
10257
10258 PR gdb/20494
10259 * gdb.base/new-ui-echo.c: New file.
10260 * gdb.base/new-ui-echo.exp: New file.
10261
e9d9abd7
YQ
102622016-08-23 Yao Qi <yao.qi@linaro.org>
10263
10264 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10265 gdbserver_spawn.
10266 * gdb.server/connect-without-multi-process.exp (do_test):
10267 Likewise.
10268
3589529e
YQ
102692016-08-23 Yao Qi <yao.qi@linaro.org>
10270
10271 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10272 standalone_txt. Delete gdb_txt and standalone_txt on host
10273 and target. Spawn the binary on target. Copy files from
10274 target to host.
10275
6bb90213
PA
102762016-08-22 Pedro Alves <palves@redhat.com>
10277
10278 PR gdb/20505
10279 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10280 with_test_prefix. Factor out bits to ...
10281 (test_no_vdso): ... this new procedure.
10282
20c2c024
CL
102832016-08-19 Carl Love <cel@us.ibm.com>
10284
10285 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10286 maintaining separate logic for constructing the output path.
10287 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10288 * gdb.arch/ppc-dfp.exp: Likewise.
10289 * gdb.arch/ppc-fp.exp: Likewise.
10290 * gdb.arch/vsx-regs.exp: Likewise.
10291 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10292 binprefix for generating the additional binary files.
10293
0646e07d
PA
102942016-08-19 Pedro Alves <palves@redhat.com>
10295
10296 * gdb.trace/mi-trace-frame-collected.exp
10297 (test_trace_frame_collected): On x32, expect two registers.
10298
46da9242
CL
102992016-08-18 Carl Love <cel@us.ibm.com>
10300
10301 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10302 and sync up the test with tests in gas/testsuite/gas/ppc.
10303 * gdb.arch/powerpc-power.exp: Likewise.
10304
eb2332d7
SM
103052016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10306
10307 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10308 expected error message.
10309
63c61e04
SM
103102016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10311
10312 * gdb.multi/remove-inferiors.exp: New file.
10313 * gdb.multi/remove-inferiors.c: New file.
10314
7b17065f
YQ
103152016-08-12 Yao Qi <yao.qi@linaro.org>
10316
10317 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10318 argument list.
10319
01d3dedf
PA
103202016-08-10 Pedro Alves <palves@redhat.com>
10321
10322 PR gdb/19187
10323 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10324 setup_kfails.
10325
3eb7562a
PA
103262016-08-09 Pedro Alves <palves@redhat.com>
10327 Simon Marchi <simon.marchi@ericsson.com>
10328
10329 PR gdb/20418
10330 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10331 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10332
80614914
PA
103332016-08-09 Pedro Alves <palves@redhat.com>
10334
10335 PR mi/20431
10336 * gdb.mi/mi-cmd-error.exp: New file.
10337
f348d89a
PA
103382016-08-09 Pedro Alves <palves@redhat.com>
10339
10340 PR gdb/18653
10341 * gdb.base/signals-state-child.c: New file.
10342 * gdb.base/signals-state-child.exp: New file.
10343 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10344
e5ca03b4
PA
103452016-08-09 Pedro Alves <palves@redhat.com>
10346
10347 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10348
282a0691
TT
103492016-08-03 Tom Tromey <tom@tromey.com>
10350
10351 PR python/18565:
10352 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10353
41bfcd63
YQ
103542016-08-01 Yao Qi <yao.qi@linaro.org>
10355
10356 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10357 variable mode to "multi-process" if $multi_process is 1, otherwise
10358 set it to "single-process".
10359
e3465b24
YQ
103602016-08-01 Yao Qi <yao.qi@linaro.org>
10361
10362 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10363 * gdb.cp/cpexprs.exp: Likewise.
10364 * gdb.cp/m-static.exp: Likewise.
10365
0b31a4bc
TT
103662016-07-26 Tom Tromey <tom@tromey.com>
10367
10368 PR python/20190:
10369 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10370 test.
10371
e0461dbb
MM
103722016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10373
10374 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10375 selecting assembly source files.
10376 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10377 assembly source files.
10378 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10379 assembly source files.
10380 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10381 selecting assembly source files.
10382
8194e927
SM
103832016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10384
10385 * gdb.base/new-ui.exp (do_test_invalid_args): New
10386 procedure.
10387
c0272db5
TW
103882016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10389
10390 * gdb.btrace/reconnect.c: New file.
10391 * gdb.btrace/reconnect.exp: New file.
10392
e3487908
GKB
103932016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10394
10395 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10396 to test_catch_syscall_group.
10397 (test_catch_syscall_group): New.
10398
12df5c00
TT
103992016-07-21 Tom Tromey <tom@tromey.com>
10400
10401 * gdb.rust/simple.rs (main): Use empty struct expression.
10402 * gdb.rust/simple.exp: Add tests for empty struct expression.
10403
bae62ee2
YQ
104042016-07-21 Yao Qi <yao.qi@linaro.org>
10405
10406 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10407 if gdb_skip_xml_test is true on some targets.
10408
b1b53fb3
YQ
104092016-07-21 Yao Qi <yao.qi@linaro.org>
10410
10411 * gdb.server/solib-list.exp: Unset last_loaded_file.
10412
027d97f8
JK
104132016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10414
10415 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10416 "step into captured_main (args)".
10417
7674d381
JK
104182016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10419
10420 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10421
72b5d099
JK
104222016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10423
10424 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10425
1f960ced
PA
104262016-07-19 Pedro Alves <palves@redhat.com>
10427
10428 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10429 * gdb.opt/inline-bt.exp: Likewise.
10430 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10431 additional_flags=-Winline.
10432 * gdb.opt/inline-locals.exp: Likewise.
10433 * gdb.opt/inline-markers.c (ATTR): Define.
10434 (inlined_fn): Use it.
10435
f25827c1
YQ
104362016-07-19 Yao Qi <yao.qi@linaro.org>
10437
10438 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10439 (test_with_self): Remove some code. Remove argument executable.
10440 (top-level): Use do_self_tests.
10441
37539ebe
DB
104422016-07-15 Zachary Welch <zwelch@codesourcery.com>
10443 Don Breazeal <donb@codesourcery.com>
10444
10445 * gdb.base/maint.exp: Escape paths used in regular expressions.
10446 * gdb.stabs/weird.exp: Likewise.
10447
dac790e1
TT
104482016-07-13 Tom Tromey <tom@tromey.com>
10449
10450 PR python/15620, PR python/18620:
10451 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10452 (test_bkpt_events): New procs.
10453
93daf339
TT
104542016-07-13 Tom Tromey <tom@tromey.com>
10455
10456 PR python/17698:
10457 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10458 test.
10459 (test_watchpoints): Likewise.
10460 (test_bkpt_pending): New proc.
10461
6571a381
TT
104622016-07-13 Tom Tromey <tom@tromey.com>
10463
10464 PR cli/18053:
10465 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10466 completion test.
10467
e8732474
JK
104682016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10469
10470 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10471 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10472 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10473 f_label.
10474 (g): Rename g_end_lbl to g_label.
10475 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10476 low_pc and high_pc.
10477 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10478
e0f3fd7c
TT
104792016-07-12 Tom Tromey <tom@tromey.com>
10480
10481 PR python/19293:
10482 * gdb.python/py-unwind-maint.exp: Update tests.
10483
3cfe46b6
YQ
104842016-07-12 Yao Qi <yao.qi@linaro.org>
10485
10486 * lib/selftest-support.exp (selftest_setup): Match the output
10487 when captured_main is inlined.
10488
4f19a0e6
WT
104892016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10490
10491 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10492 New variables.
10493 (print this%a, print this%b, print this): New tests.
10494 * gdb.fortran/derived-types.f90 (this): New object and
10495 initialization.
10496
986cf455
SM
104972016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10498
10499 * gdb.ada/arraydim.exp: Remove extra directory level in build
10500 directory.
10501
f0464b23
SM
105022016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10503
10504 * lib/ada.exp: Remove extra directory level in build directory.
10505 * gdb.ada/cond_lang.exp: Likewise.
10506 * gdb.ada/exec_changed.exp: Likewise.
10507 * gdb.ada/lang_switch.exp: Likewise.
10508
42d94011
MG
105092016-07-06 Manish Goregaokar <manish@mozilla.com>
10510
2806dc7e
PA
10511 * simple.rs: Add test for raw pointer subscripting.
10512 * simple.exp: Add test expectations.
42d94011 10513
647c264c
YQ
105142016-07-05 Yao Qi <yao.qi@linaro.org>
10515
10516 * gdb.mi/mi-reverse.exp: Match =record-started output.
10517
20aa2c60
PA
105182016-07-01 Pedro Alves <palves@redhat.com>
10519
10520 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10521 procedure.
10522 (jit_reader_test): Test the jit reader's unwinder.
10523 * gdb.base/jithost.c (jit_function_00_code): New global.
10524 (main): Use memcpy to fill in the mmapped code, instead of poking
10525 bytes manually here.
10526 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10527 value.
10528 (read_debug_info): Save the function's range.
10529 (read_sp): New function.
10530 (unwind_frame): Use it. Also unwind RBP.
10531 (get_frame_id): Use read_sp.
10532 (gdb_init_reader): Use calloc instead of malloc.
10533 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10534 parameter. Use gdb_test_multiple.
10535
ced2dffb
PA
105362016-07-01 Pedro Alves <palves@redhat.com>
10537 Antoine Tremblay <antoine.tremblay@ericsson.com>
10538
10539 * gdb.threads/process-dies-while-detaching.c: New file.
10540 * gdb.threads/process-dies-while-detaching.exp: New file.
10541
63000888
PA
105422016-07-01 Pedro Alves <palves@redhat.com>
10543
10544 * gdb.multi/watchpoint-multi-exit.c: New file.
10545 * gdb.multi/watchpoint-multi-exit.exp: New file.
10546
038d4868
PA
105472016-06-30 Pedro Alves <palves@redhat.com>
10548
10549 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10550 unset inferior_spawn_id.
10551
994e9c83
PA
105522016-06-30 Pedro Alves <palves@redhat.com>
10553
10554 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10555 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10556
e5653468
YQ
105572016-06-29 Yao Qi <yao.qi@linaro.org>
10558
10559 * gdb.base/return.c: Add copyright header.
10560
803b47e5
TT
105612016-06-29 Tom Tromey <tom@tromey.com>
10562
10563 PR python/20129:
10564 * gdb.python/py-framefilter.exp: Add tests for setting priority
10565 and disabling of non-existent frame filter.
10566
28244707
YQ
105672016-06-29 Yao Qi <yao.qi@linaro.org>
10568
10569 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10570 0x0f07ff.
10571
a31d2f06
YQ
105722016-06-28 Yao Qi <yao.qi@linaro.org>
10573
10574 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10575 triplets. Start gdb, execute catch syscall, and continue. Check
10576 gdb's output to determine catch syscall is supported.
10577
921d8f54
MG
105782016-06-27 Manish Goregaokar <manish@mozilla.com>
10579
25d49b86
PA
10580 * gdb.rust/simple.rs: Add test for returning unit in a function.
10581 * gdb.rust/simple.exp: Add expectation for functions returning
10582 unit.
921d8f54 10583
f4952523
PMR
105842016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10585
10586 * gdb.python/py-breakpoint-create-fail.c,
10587 gdb.python/py-breakpoint-create-fail.exp,
10588 gdb.python/py-breakpoint-create-fail.py: New testcase.
10589
fccb08f8
MG
105902016-06-25 Manish Goregaokar <manish@mozilla.com>
10591
10592 PR gdb/20239
10593 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
10594 * gdb.rust/simple.exp: Add test expectations for new NonZero
10595 tests.
fccb08f8 10596
6b850546
DT
105972016-06-24 David Taylor <dtaylor@emc.com>
10598
10599 * gdb.base/offsets.exp: New file.
10600 * gdb.base/offsets.c: New file.
10601
17621150
TT
106022016-06-23 Tom Tromey <tom@tromey.com>
10603
10604 PR gdb/16483:
10605 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10606 before any filters are loaded.
10607
04d59df6
WT
106082016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10609
10610 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10611 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10612 structs.
10613 * gdb.fortran/derived-type-function.exp: New file.
10614 * gdb.fortran/derived-type-function.f90: New file.
10615
10616
ac69f786
PA
106172016-06-21 Pedro Alves <palves@redhat.com>
10618
10619 * gdb.base/new-ui.exp: New file.
10620 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10621 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10622 (with_spawn_id): New procedure.
10623
49940788
PA
106242016-06-21 Pedro Alves <palves@redhat.com>
10625
10626 * gdb.mi/mi-exec-run.exp: New file.
10627
ef274d26
PA
106282016-06-21 Pedro Alves <palves@redhat.com>
10629
10630 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10631 breakpoint command's output on the main UI.
10632 (test_break): New procedure, factored out from calls in the top
10633 level.
10634 (top level): Use foreach_with_prefix to test MI as main UI and as
10635 separate UI.
10636
468afe6c
PA
106372016-06-21 Pedro Alves <palves@redhat.com>
10638
10639 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10640 (test_awatch_creation_and_listing)
10641 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10642 Remove 'type' parameter.
10643 (test_watchpoint_all): New parameter mi_mode. Remove
10644 with_test_prefix.
10645 (top level): Use foreach_with_prefix, and add main/separate UI MI
10646 testing axis.
10647
51f77c37
PA
106482016-06-21 Pedro Alves <palves@redhat.com>
10649
10650 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10651 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10652 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10653 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10654 (gdb_main_spawn_id, mi_spawn_id): Declare and
10655 comment.
10656 (mi_create_inferior_pty): New procedure,
10657 factored out from default_mi_gdb_start.
10658 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10659 procedures.
10660 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10661 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10662 Use mi_create_inferior_pty.
10663 (mi_gdb_start): Use eval to pass down args list.
10664
8980e177
PA
106652016-06-21 Pedro Alves <palves@redhat.com>
10666
10667 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10668 * gdb.opt/inline-cmds.exp: Add MI tests.
10669
f38d3ad1
PA
106702016-06-21 Pedro Alves <palves@redhat.com>
10671
10672 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10673
45db7c09
PA
106742016-06-21 Pedro Alves <palves@redhat.com>
10675
10676 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10677 (top level): Use it instead of mi_execute_to.
10678
5a069ab3
PA
106792016-06-21 Pedro Alves <palves@redhat.com>
10680
10681 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10682 (cont_handler_str): New.
10683 (signal_stop_handler): Set stop_handler_str instead of printing to
10684 stdout.
10685 (continue_handler): Set cont_handler_str instead of printing to
10686 stdout.
10687 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10688 mi_send_resuming_command. Print stop_handler_str and
10689 cont_handler_str instead of expecting the python events print
10690 directly.
10691
2838cc1d
SD
106922016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10693
10694 * gdb.base/jit-reader.exp: New file.
10695 * gdb.base/jithost.c: New file.
10696 * gdb.base/jithost.h: New file.
10697 * gdb.base/jitreader.c : New file.
10698 * gdb.base/jit-protocol.h: New file.
10699
21a77091
YQ
107002016-06-17 Yao Qi <yao.qi@linaro.org>
10701
10702 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10703 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10704 and detach-on-fork. Adjust tests.
10705 (top level): Invoke break_cond_on_syscall with combinations of
10706 syscall, follow-fork-mode and detach-on-fork.
10707
f50bf8e5
YQ
107082016-06-17 Yao Qi <yao.qi@linaro.org>
10709
10710 * gdb.base/step-over-exit.c: New.
10711 * gdb.base/step-over-exit.exp: New.
10712
a28d8e50
YTL
107132016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10714
10715 * gdb.base/float.exp: Add target check for nds32*-*-*.
10716 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10717
cad8e26d
AB
107182016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10719
10720 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10721 for unsupported target features.
10722 * gdb.base/call-rt-st.exp: Likewise.
10723 * gdb.base/call-sc.exp: Likewise.
10724 * gdb.base/call-signal-resume.exp: Likewise.
10725 * gdb.base/call-strs.exp: Likewise.
10726 * gdb.base/callexit.exp: Likewise.
10727 * gdb.base/callfuncs.exp: Likewise.
10728 * gdb.base/nodebug.exp: Likewise.
10729 * gdb.base/printcmds.exp: Likewise.
10730 * gdb.base/ptype.exp: Likewise.
10731 * gdb.base/structs.exp: Likewise.
10732 * gdb.base/unwindonsignal.exp: Likewise.
10733 * gdb.cp/gdb2495.exp: Likewise.
10734 * gdb.cp/templates.exp: Likewise.
10735 * gdb.cp/virtfunc.exp: Likewise.
10736 * gdb.threads/hand-call-in-threads.exp: Likewise.
10737 * gdb.threads/interrupted-hand-call.exp: Likewise.
10738 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10739
347dc102
TT
107402016-06-10 Tom Tromey <tom@tromey.com>
10741
10742 PR rust/20110:
10743 * gdb.rust/expr.exp: Add test for integer constant larger than
10744 i32.
10745
5e13cf25
BH
107462016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10747
10748 * gdb.fortran/nested-funcs.exp: New.
10749 * gdb.fortran/nested-funcs.f90: New.
10750
bb556f1f
TK
107512016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10752
10753 * gdb.base/examine-backward.c: New file.
10754 * gdb.base/examine-backward.exp: New file.
10755
38b022b4
SM
107562016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10757
10758 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10759 matching.
10760
1b40ec05
TT
107612016-06-02 Tom Tromey <tom@tromey.com>
10762
10763 PR python/18984:
10764 * gdb.python/py-shared.exp: Add solib_name test.
10765
193bd378
SM
107662016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10767
10768 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10769
3326303b
MG
107702016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10771
10772 PR c++/19893
10773 * gdb.dwarf2/implref.exp: Rename to...
10774 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10775 * gdb.dwarf2/implref-array.c: New file.
10776 * gdb.dwarf2/implref-array.exp: Likewise.
10777 * gdb.dwarf2/implref-global.c: Likewise.
10778 * gdb.dwarf2/implref-global.exp: Likewise.
10779 * gdb.dwarf2/implref-struct.c: Likewise.
10780 * gdb.dwarf2/implref-struct.exp: Likewise.
10781
825c8ef2
AT
107822016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10783
10784 * gdb.trace/trace-condition.exp: Add 64bit tests.
10785
2320162a
AT
107862016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10787
10788 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10789 bits types.
10790 (main): Adapt to 8 to 64 bits types.
10791 * gdb.trace/trace-condition.exp: Add new tests.
10792
a7818233
AT
107932016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10794
10795 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10796
0d336466
AT
107972016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10798
10799 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10800 Move condition tests...
10801 * gdb.trace/trace-condition.exp: Here.
10802
7faeb45a
AT
108032016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10804
10805 * gdb.trace/trace-condition.exp: Add counter-case tests.
10806
e385593e
JK
108072016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10808
10809 PR c++/15231
10810 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10811 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10812
744608cc
PA
108132016-05-27 Pedro Alves <palves@redhat.com>
10814
10815 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10816 New procedure.
10817 (top level): Call it, and bail out of DejaGnu is known to be bad.
10818
ac775bf4
AB
108192016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10820
10821 * gdb.base/whatis.c: Extend the test case.
10822 * gdb.base/whatis.exp: Add additional tests.
10823
2bbad2ea
BH
108242016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10825
10826* gdb.fortran/type.f90: Add pointer variable.
10827* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10828
8b70175d
BH
108292016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10830
10831 * gdb.fortran/vla-type.exp: Fix testcase name.
10832
86d8a848
BH
108332016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10834
10835 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10836
e188eb36
BH
108372016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10838
10839 * gdb.fortran/type.f90: Add nested structures.
10840 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10841 * gdb.fortran/derived-type.exp: Adapt expected output.
10842 * gdb.fortran/vla-type.exp: Adapt expected output.
10843
9b2db1fd
BH
108442016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10845
10846 * gdb.fortran/whatis_type.exp: Adapt expected output.
10847
72b17055
BH
108482016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10849
10850 * gdb.fortran/print_type.exp: Fix expected output.
10851 * gdb.fortran/whatis_type.exp: Fix expected output.
10852
3cd81d8d
BH
108532016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10854
10855 * gdb.fortran/whatis_type.exp: Use multi_line.
10856
ddae9462
TT
108572016-05-24 Tom Tromey <tom@tromey.com>
10858
10859 PR python/17386:
10860 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10861 use value as an index.
10862
1957f6b8
TT
108632016-05-23 Tom Tromey <tom@tromey.com>
10864
10865 PR python/17981:
10866 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10867 no-breakpoint case.
10868
026a9174
PA
108692016-05-24 Pedro Alves <palves@redhat.com>
10870
10871 PR gdb/19828
10872 * gdb.threads/clone-attach-detach.c: New file.
10873 * gdb.threads/clone-attach-detach.exp: New file.
10874
e70a7231
FR
108752016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10876
10877 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10878
0f6ed0e0
TT
108792016-05-23 Tom Tromey <tom@tromey.com>
10880
10881 PR python/19438, PR python/18393:
10882 * gdb.python/py-progspace.exp: Add "dir" test.
10883 * gdb.python/py-objfile.exp: Add "dir" test.
10884
ffd19d61
YQ
108852016-05-23 Yao Qi <yao.qi@linaro.org>
10886
10887 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10888 * gdb.arch/thumb2-it.exp: Likewise.
10889
9e8f9b05
SM
108902016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10891
10892 * gdb.mi/mi-threads-interrupt.c: New file.
10893 * gdb.mi/mi-threads-interrupt.exp: New file.
10894
61c6156d
SM
108952016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10896
10897 PR gdb/18077
10898 * gdb.mi/mi-async-run.exp: New file.
10899 * gdb.mi/mi-async-run.c: New file.
10900
67218854
TT
109012016-05-17 Tom Tromey <tom@tromey.com>
10902 Manish Goregaokar <manishsmail@gmail.com>
10903
10904 * lib/rust-support.exp: New file.
10905 * lib/gdb.exp (skip_rust_tests): New proc.
10906 (build_executable_from_specs): Handle rust.
10907 * lib/future.exp (gdb_find_rustc): New proc.
10908 (gdb_default_target_compile): Handle rust.
10909 * gdb.rust/expr.exp: New file.
10910 * gdb.rust/generics.exp: New file.
10911 * gdb.rust/generics.rs: New file.
10912 * gdb.rust/methods.exp: New file.
10913 * gdb.rust/methods.rs: New file.
10914 * gdb.rust/modules.exp: New file.
10915 * gdb.rust/modules.rs: New file.
10916 * gdb.rust/simple.exp: New file.
10917 * gdb.rust/simple.rs: New file.
10918
c44af4eb
TT
109192016-05-17 Tom Tromey <tom@tromey.com>
10920
10921 * gdb.base/default.exp (set language): Add rust.
10922
dcd1f979
TT
109232016-05-17 Tom Tromey <tom@tromey.com>
10924
10925 * gdb.gdb/unittest.exp: New file.
10926
155b7f57
YQ
109272016-05-16 Yao Qi <yao.qi@linaro.org>
10928
10929 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10930 shell_prompt. Update shell_prompt_re.
10931
8ddd5a6c
DE
109322016-05-12 Doug Evans <dje@google.com>
10933
10934 PR symtab/19999
10935 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10936 $options when building executable.
10937 * gdb.dwarf2/fission-loclists-pie.S: New file.
10938 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10939
02e370d9
SM
109402016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10941
10942 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10943 of [is_remote target],
10944
8929ad8b
SM
109452016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10946
10947 * lib/gdb.exp (use_gdb_stub): New procedure.
10948
6c447423
DE
109492016-05-03 Yunlian Jiang <yunlian@google.com>
10950 Doug Evans <dje@google.com>
10951
10952 PR symtab/19914
10953 * gdb.dwarf2/dwp-sepdebug.c: New file.
10954 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10955
444e826c
SM
109562016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10957
10958 * gdb.base/detach.exp: Remove is_remote check.
10959
740feeaa
SM
109602016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10961
10962 * gdb.base/annota-input-while-running.exp: Don't check for
10963 [is_remote target]. Enable annotations after running to main.
10964 Remove unused "set test..." line.
10965
9080ac9d
SM
109662016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10967
10968 * gdb.trace/trace-enable-disable.exp: New file.
10969 * gdb.trace/trace-enable-disable.c: New file.
10970
952ebca5
SM
109712016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10972
10973 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10974 use it in info sharedlibrary test.
10975 * gdb.trace/ftrace-lock.exp: Likewise.
10976 * gdb.trace/ftrace.exp: Likewise.
10977 * gdb.trace/range-stepping.exp: Likewise.
10978 * gdb.trace/trace-break.exp: Likewise.
10979 * gdb.trace/trace-condition.exp: Likewise.
10980 * gdb.trace/trace-mt.exp: Likewise.
10981
d9019901
SM
109822016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10983
10984 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10985 (gdb_load_shlib): ... this.
10986 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10987 gdb_load_shlib.
10988 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10989 * gdb.base/ctxobj.exp: Likewise.
10990 * gdb.base/dprintf-pending.exp: Likewise.
10991 * gdb.base/dso2dso.exp: Likewise.
10992 * gdb.base/fixsection.exp: Likewise.
10993 * gdb.base/gcore-relro.exp: Likewise.
10994 * gdb.base/gdb1555.exp: Likewise.
10995 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10996 * gdb.base/gnu-ifunc.exp: Likewise.
10997 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10998 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10999 * gdb.base/pending.exp: Likewise.
11000 * gdb.base/print-file-var.exp: Likewise.
11001 * gdb.base/print-symbol-loading.exp: Likewise.
11002 * gdb.base/shlib-call.exp: Likewise.
11003 * gdb.base/shreloc.exp: Likewise.
11004 * gdb.base/so-impl-ld.exp: Likewise.
11005 * gdb.base/solib-disc.exp: Likewise.
11006 * gdb.base/solib-nodir.exp: Likewise.
11007 * gdb.base/solib-overlap.exp: Likewise.
11008 * gdb.base/solib-symbol.exp: Likewise.
11009 * gdb.base/solib-weak.exp (do_test): Likewise.
11010 * gdb.base/sym-file.exp: Likewise.
11011 * gdb.base/symtab-search-order.exp: Likewise.
11012 * gdb.base/type-opaque.exp: Likewise.
11013 * gdb.base/unload.exp: Likewise.
11014 * gdb.base/watchpoint-solib.exp: Likewise.
11015 * gdb.compile/compile.exp: Likewise.
11016 * gdb.cp/gdb2384.exp: Likewise.
11017 * gdb.cp/infcall-dlopen.exp: Likewise.
11018 * gdb.cp/re-set-overloaded.exp: Likewise.
11019 * gdb.fortran/library-module.exp: Likewise.
11020 * gdb.opt/solib-intra-step.exp: Likewise.
11021 * gdb.python/py-finish-breakpoint.exp: Likewise.
11022 * gdb.python/py-shared.exp: Likewise.
11023 * gdb.reverse/solib-precsave.exp: Likewise.
11024 * gdb.reverse/solib-reverse.exp: Likewise.
11025 * gdb.server/solib-list.exp: Likewise.
11026 * gdb.threads/dlopen-libpthread.exp: Likewise.
11027 * gdb.threads/tls-shared.exp: Likewise.
11028 * gdb.threads/tls-so_extern.exp: Likewise.
11029 * gdb.trace/change-loc.exp: Likewise.
11030 * gdb.trace/ftrace-lock.exp: Likewise.
11031 * gdb.trace/ftrace.exp: Likewise.
11032 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11033 * gdb.trace/pending.exp: Likewise.
11034 * gdb.trace/range-stepping.exp: Likewise.
11035 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11036 (strace_info_marker): Likewise.
11037 (strace_probe_marker): Likewise.
11038 (strace_trace_on_same_addr): Likewise.
11039 (strace_trace_on_diff_addr): Likewise.
11040 * gdb.trace/trace-break.exp: Likewise.
11041 * gdb.trace/trace-condition.exp: Likewise.
11042 * gdb.trace/trace-mt.exp: Likewise.
11043
fca4cfd9
SM
110442016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11045
11046 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11047 result of gdb_remote_download.
11048 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11049 * gdb.base/dso2dso.exp: Likewise.
11050 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11051 * gdb.base/print-file-var.exp: Likewise.
11052 * gdb.base/shlib-call.exp: Likewise.
11053 * gdb.base/shreloc.exp: Likewise.
11054 * gdb.base/solib-overlap.exp: Likewise.
11055 * gdb.base/solib-weak.exp (do_test): Likewise.
11056 * gdb.base/unload.exp: Likewise.
11057
11cf4ffb
YQ
110582016-04-27 Yao Qi <yao.qi@linaro.org>
11059
11060 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11061 exists.
11062
3e2e34f8
KB
110632016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11064
11065 * vla-type.exp: Print structure from toplevel.
11066
8f07e298
BH
110672016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11068
11069 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11070 of dynamic types.
11071 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11072 of dynamic types.
11073
9920b434
BH
110742016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11075
11076 * gdb.fortran/vla-type.f90: New file.
11077 * gdb.fortran/vla-type.exp: New file.
11078
f3abeff5
YQ
110792016-04-25 Yao Qi <yao.qi@linaro.org>
11080
11081 * gdb.base/branch-to-self.c: New file.
11082 * gdb.base/branch-to-self.exp: New file.
11083
0a5d52f0
YQ
110842016-04-22 Yao Qi <yao.qi@linaro.org>
11085
11086 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11087 more after $hex.
11088
495346f6
YQ
110892016-04-22 Yao Qi <yao.qi@linaro.org>
11090
11091 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11092 * gdb.base/annota3.exp: Likewise.
11093
4a7e075c
YQ
110942016-04-22 Yao Qi <yao.qi@linaro.org>
11095
11096 * gdb.reverse/step-precsave.exp: Do one step and test program
11097 stops in "callee" and do multiple steps until program goes out
11098 of "callee".
11099 * gdb.reverse/step-reverse.exp: Likewise.
11100
5b061e98
YQ
111012016-04-22 Yao Qi <yao.qi@linaro.org>
11102
11103 * gdb.trace/signal.exp: Also pass if
11104 $tracepoint_hits($i) > $iterations.
11105
5c5dc57f
YQ
111062016-04-22 Yao Qi <yao.qi@linaro.org>
11107
11108 * gdb.trace/signal.c: New file.
11109 * gdb.trace/signal.exp: New file.
11110
a55411b9
DE
111112016-04-19 Doug Evans <xdje42@gmail.com>
11112
11113 * gdb.base/bad-file.exp: New file.
11114
a22df60a
MG
111152016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11116
11117 * gdb.dwarf2/implref.exp: New file.
11118
0c13f7e5
BH
111192016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11120
11121 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11122 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11123 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11124 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11125 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11126 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11127 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11128 * lib/fortran.exp (fortran_int4): New procedure.
11129 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11130 (fortran_logical4): Likewise.
11131
9b9b09e9
BH
111322016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11133
11134 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11135
a14d1f4d
BH
111362016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11137
11138 * lib/compiler.c: Add Intel specific preprocessor macros.
11139 * lib/compiler.cc: Likewise.
25d49b86 11140
7d49b1d0
LM
111412016-04-13 Luis Machado <lgustavo@codesourcery.com>
11142
11143 * gdb.server/connect-with-no-symbol-file.c: New file.
11144 * gdb.server/connect-with-no-symbol-file.exp: New file.
11145
8392fa22
SM
111462016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11147
11148 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11149
8c4c4aeb
SM
111502016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11151
11152 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11153 standard output directory.
11154
45e3745e
AT
111552016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11156
11157 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11158
e26b7e41
MM
111592016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11160
11161 * gdb.btrace/instruction_history.c (loop): Add declaration.
11162
8ce09462
AT
111632016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11164
11165 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11166
2e88a1ea
SM
111672016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11168
11169 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11170 parentheses to print.
11171 (continue_handler): Likewise.
11172
f48e22e3
SM
111732016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11174
11175 * gdb.server/solib-list.exp: Remove is_remote check.
11176 Pass shlib= to gdb_compile. Don't link shared library with
11177 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11178 Run binary filename through "readlink -f" on the target.
11179
096be756
PA
111802016-04-08 Pedro Alves <palves@redhat.com>
11181
11182 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11183 interpreter filename as argument to gdbserver_spawn.
11184 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11185 Return empty if $last_loaded_file does not exist.
11186
06500533
JK
111872016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11188
11189 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11190 * gdb.base/jit-main.c: Use exit after usage.
11191
2d35e871
JK
111922016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11193
11194 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11195 GDBHISTSIZE prior to the tests.
11196 * gdb.base/gdbinit-history.exp: Likewise.
11197
111982016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
11199
11200 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11201 instead of build_executable. Use gdb_load_shlibs.
11202
c8064e7e
YQ
112032016-04-07 Yao Qi <yao.qi@linaro.org>
11204
11205 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11206 Execute "si" command.
11207
bde47561
YQ
112082016-04-07 Yao Qi <yao.qi@linaro.org>
11209
11210 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11211 number instead of the comments on some line.
11212
b16f8a3b
DB
112132016-04-06 Don Breazeal <donb@codesourcery.com>
11214
11215 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11216 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11217
c2f901df
SM
112182016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11219
11220 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11221 standard_output_file. Remove unused binfile variable.
11222
ac17fda0
CU
112232016-04-05 Catalin Udma <catalin.udma@freescale.com>
11224
11225 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11226 * gdb.python/py-mi-objfile.exp: Match "list main" output
11227 in console format.
11228
03a8c4df
SM
112292016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11230
11231 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11232 absolute.
11233
6e774b13
SM
112342016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11235
11236 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11237 absolute.
11238 * gdb.trace/ftrace.exp: Likewise.
11239 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11240 targets as well.
11241 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11242 (gdb_load_shlibs): Copy libraries to test directory when testing
11243 natively. Only set solib-search-path if testing remotely.
11244 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11245
7817ea46
SM
112462016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11247
11248 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11249 gdb_download. Use it even if the target is not remote.
11250 * gdb.base/jit.exp (compile_jit_test): Likewise.
11251 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11252 output directory if the destination board is local, otherwise use
11253 the standard remote_download from DejaGnu.
11254 (gdb_download): Remove.
11255 (gdb_load_shlibs): Use gdb_remote_download instead of
11256 gdb_download.
11257 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11258 Use gdb_remote_download instead of gdb_download. Use it even if
11259 the target is not remote.
11260 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11261 instead of gdb_download.
11262
7beb7f68
SM
112632016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11264
11265 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11266 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11267 run.
11268
cc63428a
AV
112692016-04-01 Artemiy Volkov <artemiyv@acm.org>
11270
11271 PR gdb/19820
11272 * gdb.base/printcmds.exp: Add artificial arrays tests.
11273
64cdf930
PA
112742016-03-31 Pedro Alves <palves@redhat.com>
11275
11276 PR gdb/19858
11277 * gdb.base/jit-main.c: Include unistd.h.
11278 (ATTACH): Define to 0 if not already defined.
11279 (wait_for_gdb, mypid): New globals.
11280 (WAIT_FOR_GDB): New macro.
11281 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11282 some breakpoint locations.
11283 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11284 New procedures.
11285 (one_jit_test): Add REATTACH parameter, and handle it. Use
11286 continue_to_test_location.
11287 (top level): Test attach, and adjusts calls to one_jit_test.
11288
40dea8cb
PA
112892016-03-31 Pedro Alves <palves@redhat.com>
11290
11291 PR gdb/19858
11292 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11293 BINSUFFIX parameter, and handle it.
11294 (top level): Adjust calls compile_jit_test.
11295
e7ea3ec7
CU
112962016-03-31 Catalin Udma <catalin.udma@freescale.com>
11297
11298 PR python/19743
11299 * gdb.python/py-mi-events-gdb.py: New file.
11300 * gdb.python/py-mi-events.c: New file.
11301 * gdb.python/py-mi-events.exp: New file.
11302
e6359af3
YQ
113032016-03-30 Yao Qi <yao.qi@linaro.org>
11304
11305 * gdb.reverse/until-precsave.exp: Match function name only.
11306 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11307 Move malloc to a condition block.
11308 * gdb.reverse/until-reverse.exp: Match function name only.
11309
a4105d04
MK
113102016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11311
11312 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11313 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11314 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11315 variable for GPR 0 instead of assuming it is register 0.
11316 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11317 * lib/trace-support.exp: Add s390 registers.
11318
bfa6adb9
YQ
113192016-03-29 Yao Qi <yao.qi@linaro.org>
11320
11321 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11322
1e6697ea
YQ
113232016-03-24 Yao Qi <yao.qi@linaro.org>
11324
11325 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11326 test message.
11327
64bcd522
AA
113282016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11329
11330 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11331 maintaining separate logic for constructing the output path.
11332
7868401b
DB
113332016-03-16 Don Breazeal <donb@codesourcery.com>
11334
11335 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11336 Retry fork and waitpid on interrupted system call errors.
11337 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11338 Use with_timeout_factor to increase timeout by factor of 10.
11339
1cafadb4
DB
113402016-03-15 Don Breazeal <donb@codesourcery.com>
11341
11342 * gdb.cp/scope-err.cc: New test program.
11343 * gdb.cp/scope-err.exp: New test script.
11344 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11345 lines and "set breakpoint here" comment.
11346 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11347 Fixed some whitespace and format issues.
11348 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11349 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11350
81516450
DE
113512016-03-15 Doug Evans <dje@google.com>
11352
11353 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11354 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11355 All callers updated. Add tests for enums, mixed flags register.
11356
aa52b601
DE
113572016-03-15 Doug Evans <dje@google.com>
11358
11359 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11360 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11361
fa4ff313
SM
113622016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11363
11364 * gdb.base/default.exp: Add $_as_string to the list of expected
11365 convenience functions.
11366
f2403c39
AB
113672016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11368
11369 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11370
f2f3ccb9
SM
113712016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11372
11373 * gdb.python/py-as-string.exp: New file.
11374 * gdb.python/py-as-string.c: New file.
11375
00dbd492
PA
113762016-03-09 Pedro Alves <palves@redhat.com>
11377
11378 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11379 signal" -> "Thread NN received signal" output change.
11380 * gdb.threads/ia64-sigill.exp: Likewise.
11381 * gdb.threads/linux-dp.exp: Likewise.
11382 * gdb.threads/manythreads.exp: Likewise.
11383 * gdb.threads/pending-step.exp: Likewise.
11384 * gdb.threads/print-threads.exp: Likewise.
11385 * gdb.threads/sigstep-threads.exp: Likewise.
11386 * gdb.threads/staticthreads.exp: Likewise.
11387 * gdb.threads/tls.exp: Likewise.
11388
1e6697ea
YQ
113892016-03-09 Pedro Alves <palves@redhat.com>
11390
11391 * gdb.base/command-line-input.exp: New file.
11392
b04fd3be
MK
113932016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11394
11395 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11396 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11397 * gdb.trace/pending.exp: Accept leading dot before function name.
11398 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11399 * lib/trace-support.exp: Set registers for ppc.
11400
98fa59e9
MK
114012016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11402
11403 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11404 use it for disassembly; accept .main in addition to main in backtrace.
11405
f77198c8
MK
114062016-03-09 Wei-cheng Wang <cole945@gmail.com>
11407 Marcin Kościelnicki <koriakin@0x04.net>
11408
11409 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11410 (gdb_recursion_test_ptr): New global variable.
11411 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11412 gdb_recursion_test.
11413 (gdb_c_test): Ditto.
11414
ba84e0da
MK
114152016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11416
11417 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11418 ordering.
11419
4366d36e
MK
114202016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11421
11422 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11423 (bar): Add bar_start_lbl label.
11424 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11425 of foo/bar for emitting DWARF and tracing.
11426
5eb264df
SDJ
114272016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11428
11429 * analyze-racy-logs.py: Set executable bit.
11430
fb6a751f
SDJ
114312016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11432
11433 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11434 (CHECK_TARGET_TMP): Likewise.
11435 (check-single-racy): New rule.
11436 (check-parallel-racy): Likewise.
11437 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11438 (do-check-parallel-racy): New rule.
11439 (check-racy/%.exp): Likewise.
11440 * README (Racy testcases): New section.
11441 * analyze-racy-logs.py: New file.
11442
bdf7e230
DE
114432016-03-03 Doug Evans <dje@google.com>
11444
11445 * gdb.base/skip.exp: Use with_test_prefix.
11446
4719d415
YQ
114472016-03-03 Yao Qi <yao.qi@linaro.org>
11448
11449 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11450 Invoke step_over_syscall "clone" and break_cond_on_syscall
11451 "clone".
11452 * gdb.base/step-over-clone.c: New file.
11453
ea507862
YQ
114542016-03-03 Yao Qi <yao.qi@linaro.org>
11455
11456 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11457 code format.
11458
8fc8cbda
YQ
114592016-03-03 Yao Qi <yao.qi@linaro.org>
11460
11461 * gdb.base/disp-step-fork.c: Rename to ...
11462 * gdb.base/step-over-fork.c: ... it. New file.
11463 * gdb.base/disp-step-vfork.c: Rename to ...
11464 * gdb.base/step-over-vfork.c: ... it. New file.
11465 * gdb.base/disp-step-syscall.exp: Rename to ...
11466 * gdb.base/step-over-syscall.exp: ... it. New file.
11467 (disp_step_cross_syscall): Rename to ...
11468 (step_over_syscall): ... it.
11469
92fa70b0
YQ
114702016-03-03 Yao Qi <yao.qi@linaro.org>
11471
11472 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11473 If target supports condition evaluation on target, invoke
11474 break_cond_on_syscall for fork and vfork.
11475
e197ad3c
YQ
114762016-03-03 Yao Qi <yao.qi@linaro.org>
11477
11478 * gdb.base/disp-step-syscall.exp: Don't invoke
11479 support_displaced_stepping.
11480 (disp_step_cross_syscall): Test with displaced stepping off and
11481 on if supported.
11482
0b47da9f
YQ
114832016-03-03 Yao Qi <yao.qi@linaro.org>
11484
11485 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11486 proc.
11487 (setup): New proc.
11488 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11489 and setup.
11490
065ab6dc
BH
114912016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11492
11493 * gdb.fortran/vla-history.exp: Remove breakpoint.
11494
07e448ad 114952016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11496
25d49b86
PA
11497 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11498 exceeds timeout.
07e448ad 11499
9ac2d526 115002016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11501
25d49b86
PA
11502 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11503 breakpoint.
9ac2d526 11504
17807369
BH
115052016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11506
11507 * gdb.mi/vla.f90: Nullify pointer after declaration.
11508
86e501af
PA
115092016-03-01 Pedro Alves <palves@redhat.com>
11510
11511 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11512
1e903e32
PA
115132016-03-01 Pedro Alves <palves@redhat.com>
11514
11515 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11516 before anything else.
11517 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11518 _GNU_SOURCE here.
11519 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11520 before anything else.
11521 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11522
6ccb54e2
PA
115232016-03-01 Pedro Alves <palves@redhat.com>
11524
11525 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11526
30ca9da1
YQ
115272016-03-01 Yao Qi <yao.qi@linaro.org>
11528
11529 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11530 prepare_for_testing.
11531
dc856b38
YQ
115322016-03-01 Yao Qi <yao.qi@linaro.org>
11533
11534 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11535
4a932159
AA
115362016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11537
11538 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11539 manually constructing the output path.
11540
f2489477
AA
115412016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11542
11543 * gdb.arch/s390-stackless.S: New.
11544 * gdb.arch/s390-stackless.exp: New.
11545
38899f16
IB
115462016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11547
11548 * gdb.dlang/circular.c: New file.
11549 * gdb.dlang/circular.exp: New file.
11550
9fde51ed
YQ
115512016-02-26 Yao Qi <yao.qi@linaro.org>
11552
11553 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11554 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11555 (testcases): Update.
11556
ce90fefe
YQ
115572016-02-26 Yao Qi <yao.qi@linaro.org>
11558
11559 * gdb.reverse/aarch64.c: Rename to ...
11560 * gdb.reverse/insn-reverse.c: ... it.
11561 * gdb.reverse/aarch64.exp: Rename to ...
11562 * gdb.reverse/insn-reverse.exp: ... it.
11563
3263bceb
YQ
115642016-02-26 Yao Qi <yao.qi@linaro.org>
11565
11566 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11567 (testcase_ftype): New.
11568 (testcases): New array.
11569 (n_testcases): New.
11570 (main): Call each element in testcases.
11571 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11572 (read_testcase): New.
11573 Do the tests in a loop.
11574
6cb59ff1
YQ
115752016-02-25 Yao Qi <yao.qi@linaro.org>
11576
11577 * gdb.base/branches.c: Remove.
11578
ae91f625
MK
115792016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11580
11581 PR gdb/13808
11582 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11583
678b48b7
MK
115842016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11585
11586 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11587
7337a6f2
MK
115882016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11589
11590 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11591 change x86_64 call_insn to 'callq'.
11592
861ca91f
AT
115932016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11594
11595 * gdb.trace/tfile-avx.c: Move to...
11596 * gdb.trace/tracefile-pseudo-reg.c: Here.
11597 * gdb.trace/tfile-avx.exp: Move to...
11598 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11599
bf74e428
GB
116002016-02-24 Gary Benson <gbenson@redhat.com>
11601
11602 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11603 message on attach.
11604
cce0e923
DE
116052016-02-23 Doug Evans <dje@google.com>
11606
11607 * gdb.base/skip.c (test_skip): New function.
11608 (end_test_skip_file_and_function): New function.
11609 (test_skip_file_and_function): New function.
11610 * gdb.base/skip1.c (test_skip): New function.
11611 (skip1_test_skip_file_and_function): New function.
11612 * gdb.base/skip.exp: Add tests for new skip options.
11613 * gdb.base/skip-solib.exp: Update expected output.
11614 * gdb.perf/skip-command.cc: New file.
11615 * gdb.perf/skip-command.exp: New file.
11616 * gdb.perf/skip-command.py: New file.
11617
4000e47e
MK
116182016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11619
11620 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11621 info registers pattern.
11622
24f75ead
IB
116232016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11624
11625 * lib/future.exp: Add D support.
11626 (gdb_find_gdc): New proc.
11627 (gdb_default_target_compile): Add D support.
11628
fbb7bcbe
WW
116292016-02-18 Wei-cheng Wang <cole945@gmail.com>
11630
11631 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11632 user+system time.
11633 (trace_speed_test): Determine the iteration count for a time
11634 between 15..30 seconds.
11635
012b3a21
WT
116362016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11637
11638 * gdb.arch/i386-mpx-sigsegv.c: New file.
11639 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11640 * gdb.arch/i386-mpx-simple_segv.c: New file.
11641 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11642
2d5189bd
YQ
116432016-02-18 Yao Qi <yao.qi@linaro.org>
11644
11645 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11646 Don't call setup_kfail.
11647
40fb20d0
YQ
116482016-02-18 Yao Qi <yao.qi@linaro.org>
11649
11650 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11651 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11652
21b1f8d2
DE
116532016-02-16 Doug Evans <dje@google.com>
11654
11655 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11656 * gdb.base/skip1.c: Ditto.
11657 * gdb.base/skip.exp: Whitespace cleanup.
11658
4041ed77
DB
116592016-02-16 Don Breazeal <donb@codesourcery.com>
11660
11661 PR remote/19496
11662 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11663 Remove kfail for PR remote/19496.
11664
c4ef31bf
SM
116652016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11666
11667 * lib/gdb.exp (standard_temp_file): Return a path specific to
11668 the runtest invocation.
11669
266b65b3
SM
116702016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11671
11672 * gdb.trace/save-trace.exp: Change relative path to be in the
11673 standard output directory.
11674
a7a0a6a9
JK
116752016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11676
11677 * gdb.arch/i386-prologue.c: Add missing prototypes.
11678
c99dbb42
JK
116792016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11680
11681 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11682 * gdb.arch/i386-prologue.exp: Likewise.
11683 * gdb.arch/i386-size.exp: Likewise.
11684
aa480355
SM
116852016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11686
11687 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11688 define object file path.
11689 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11690 file path.
11691 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11692 standard_output_file to define binfile.
11693
ba881f50
JK
116942016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11695
11696 Fix compatibility with recent gfortran-5.3.1.
11697 * gdb.fortran/vla-history.exp (print vla1 allocated)
11698 (print vla2 allocated, print $2, print $3): Remove
11699 (print $4): Rename to ...
11700 (print $2): ... here.
11701 (print $9): Rename to ...
11702 (print $5): ... here.
11703 (print $10): Rename to ...
11704 (print $6): ... here.
11705 * gdb.fortran/vla.f90: Add pvla initialization.
11706
e9fb005c
JK
117072016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11708
11709 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11710 New test.
11711 * gdb.fortran/vla-value-sub.exp: Likewise.
11712
e44e00ff
MK
117132016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11714
11715 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11716
97e94151
SM
117172016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11718
11719 * i386-biarch-core.exp: Define corefile using
11720 standard_output_file.
11721
01113bc1
YQ
117222016-02-12 Yao Qi <yao.qi@linaro.org>
11723
11724 * gdb.arch/arm-single-step-kernel-helper.c: New.
11725 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11726
33b4777c
MM
117272016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11728
11729 * gdb.btrace/tailcall-only.exp: New.
11730 * gdb.btrace/tailcall-only.c: New.
11731 * gdb.btrace/x86_64-tailcall-only.S: New.
11732 * gdb.btrace/i686-tailcall-only.S: New.
11733
acc23c11
PA
117342016-02-11 Pedro Alves <palves@redhat.com>
11735
11736 * README (Parallel testing): Add missing double quotes.
11737
e352bf0a
PA
117382016-02-11 Pedro Alves <palves@redhat.com>
11739
11740 * README (Parallel testing): New section.
11741 (GDB_PARALLEL): Rewrite.
11742 (FORCE_PARALLEL): Document.
11743
9f5fed78
MK
117442016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11745
11746 * gdb.trace/tfile-avx.c: New test.
11747 * gdb.trace/tfile-avx.exp: New test.
11748
9ef9e6a6
KS
117492016-02-09 Keith Seitz <keiths@redhat.com>
11750
11751 PR breakpoints/19546
11752 * gdb.base/infcall-exec.c: New file.
11753 * gdb.base/infcall-exec2.c: New file.
11754 * gdb.base/infcall-exec.exp: New file.
11755
a96e36da
KS
117562016-02-09 Keith Seitz <keiths@redhat.com>
11757
11758 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11759 (toplevel): Call test_bkpt_address.
11760
9f61929f
KS
117612016-02-09 Keith Seitz <keiths@redhat.com>
11762
11763 PR python/19506
11764 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11765 (toplevel): Call test_bkpt_address.
11766
1e94266c
SM
117672016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11768
11769 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11770 to AC_OUTPUT.
11771 * configure: Regenerate.
11772
2a7f3dff
PA
117732016-02-09 Pedro Alves <palves@redhat.com>
11774
11775 PR breakpoints/19548
11776 * gdb.base/execl-update-breakpoints.c (some_function): New
11777 function.
11778 (main): Call it.
11779 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11780 Tighten expected GDB output.
11781
2151ccc5
SM
117822016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11783
11784 * Makefile.in (ALL_SUBDIRS): Remove.
11785 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11786 (distclean maintainer-clean realclean): Likewise.
11787 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11788 * configure: Regenerate.
11789 * gdb.ada/Makefile.in: Delete.
11790 * gdb.arch/Makefile.in: Likewise.
11791 * gdb.asm/Makefile.in: Likewise.
11792 * gdb.base/Makefile.in: Likewise.
11793 * gdb.btrace/Makefile.in: Likewise.
11794 * gdb.cell/Makefile.in: Likewise.
11795 * gdb.compile/Makefile.in: Likewise.
11796 * gdb.cp/Makefile.in: Likewise.
11797 * gdb.disasm/Makefile.in: Likewise.
11798 * gdb.dlang/Makefile.in: Likewise.
11799 * gdb.dwarf2/Makefile.in: Likewise.
11800 * gdb.fortran/Makefile.in: Likewise.
11801 * gdb.gdb/Makefile.in: Likewise.
11802 * gdb.go/Makefile.in: Likewise.
11803 * gdb.guile/Makefile.in: Likewise.
11804 * gdb.java/Makefile.in: Likewise.
11805 * gdb.linespec/Makefile.in: Likewise.
11806 * gdb.mi/Makefile.in: Likewise.
11807 * gdb.modula2/Makefile.in: Likewise.
11808 * gdb.multi/Makefile.in: Likewise.
11809 * gdb.objc/Makefile.in: Likewise.
11810 * gdb.opencl/Makefile.in: Likewise.
11811 * gdb.opt/Makefile.in: Likewise.
11812 * gdb.pascal/Makefile.in: Likewise.
11813 * gdb.perf/Makefile.in: Likewise.
11814 * gdb.python/Makefile.in: Likewise.
11815 * gdb.reverse/Makefile.in: Likewise.
11816 * gdb.server/Makefile.in: Likewise.
11817 * gdb.stabs/Makefile.in: Likewise.
11818 * gdb.threads/Makefile.in: Likewise.
11819 * gdb.trace/Makefile.in: Likewise.
11820 * gdb.xml/Makefile.in: Likewise.
11821 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11822 GDB_PARALLEL.
11823 (standard_output_file): Remove check for GDB_PARALLEL, always
11824 return path in outputs/$subdir/$testname.
11825
437277d4
SM
118262016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11827
11828 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11829 (site.exp): Assign abs_srcdir to tcl's srcdir.
11830
31d913c7
YQ
118312016-02-04 Yao Qi <yao.qi@linaro.org>
11832
11833 * gdb.base/foll-exec-mode.c: Include limits.h.
11834 (main): Add parameters argc and argv. Get directory from
11835 argv[0].
11836 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11837 compilation.
11838 * gdb.base/foll-exec.c: Include limits.h.
11839 (main): Add parameters argc and argv.
11840 Get directory from argv[0].
11841 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11842 Adjust tests on the number of lines as source code changed.
11843 * gdb.base/foll-vfork-exit.c: Include limits.h.
11844 (main): Add one line of statement before vfork.
11845 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11846 (main): Add parameters argc and argv. Get directory from
11847 argv[0].
11848 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11849 (setup_gdb): Set tbreak to skip some source lines.
11850 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11851 (main): Add parameters argc and argv. Get directory from
11852 argv[0].
11853 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11854 compilation.
11855 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11856 (main): Add parameters argc and argv. Get directory from
11857 argv[0].
11858 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11859 compilation.
11860
9482b9fb
DE
118612016-02-01 Doug Evans <dje@google.com>
11862
11863 * gdb.base/skip.exp: Clean up multiple references to same test name.
11864
6b2e4f10
PA
118652016-02-01 Pedro Alves <palves@redhat.com>
11866
ccb6afd6 11867 PR remote/19496
6b2e4f10
PA
11868 * gdb.threads/forking-threads-plus-breakpoint.exp
11869 (displaced_stepping_supported): New global.
11870 (probe_displaced_stepping_support): New procedure.
11871 (do_test): Add 'displaced' parameter, and use it.
11872 (top level): Check for displaced stepping support. Add displaced
11873 stepping on/off testing axis.
11874
37a8db1a
AB
118752016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11876
11877 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11878 pointer. Don't perform further tests on the unassociated pointer
11879 if the first test fails.
11880
5fdf6324
AB
118812016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11882
11883 * gdb.base/max-value-size.c: New file.
11884 * gdb.base/max-value-size.exp: New file.
11885 * gdb.base/huge.exp: Disable max-value-size for this test.
11886
935c6144
IB
118872016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11888
11889 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11890
7fe8399d
YQ
118912016-01-28 Yao Qi <yao.qi@linaro.org>
11892
11893 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11894
a2077e25
PA
118952016-01-25 Pedro Alves <palves@redhat.com>
11896
11897 PR threads/19461
11898 * gdb.base/fork-running-state.c: New file.
11899 * gdb.base/fork-running-state.exp: New file.
11900
1d2736d4
PA
119012016-01-25 Pedro Alves <palves@redhat.com>
11902
11903 PR gdb/19494
11904 * gdb.base/catch-fork-kill.c: New file.
11905 * gdb.base/catch-fork-kill.exp: New file.
11906
f1da4b11
PA
119072016-01-25 Pedro Alves <palves@redhat.com>
11908
11909 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11910 Delete, moved to lib/gdb.exp.
11911 * gdb.threads/forking-threads-plus-breakpoint.exp
11912 (foreach_with_prefix): Likewise.
11913 * gdb.threads/process-dies-while-handling-bp.exp
11914 (foreach_with_prefix): Likewise.
11915 * lib/gdb.exp (foreach_with_prefix): New procedure.
11916
45f38546
MK
119172016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11918
11919 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11920 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11921
dc29a1ce
MK
119222016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11923
11924 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11925 endian targets.
11926
092127d7
JK
119272016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11928 Pedro Alves <palves@redhat.com>
11929
11930 Fix testsuite compatibility with Guile.
11931 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11932 number.
11933
31d765d3
JK
119342016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11935
11936 Fix testsuite compatibility with Guile.
11937 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11938 (thread 1): New test for backtrace through signal handler.
11939
1ac78c04
YQ
119402016-01-22 Yao Qi <yao.qi@linaro.org>
11941
11942 PR testsuite/19491
11943 * gdb.base/multi-forks.c: Include
11944 ../lib/unbuffer_output.c
11945 (main): Call gdb_unbuffer_output.
11946
4f5946a8
DE
119472016-01-21 Doug Evans <dje@google.com>
11948
11949 * lib/ada.exp (gdb_compile_ada): Fix typo.
11950
305e13e6
JB
119512016-01-21 Joel Brobecker <brobecker@adacore.com>
11952
11953 * gdb.base/break-fun-addr.exp: New file.
11954 * gdb.base/break-fun-addr1.c: New file.
11955 * gdb.base/break-fun-addr2.c: New file.
11956
5f5dfff6
SM
119572016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11958
11959 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11960 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11961 enum flag values.
11962
fd356fa2
AA
119632016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11964
11965 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11966 when GDB can not set the vector return value. Add more comments
11967 for clarification.
11968
9df22175
AT
119692016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11970
11971 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11972 command.
11973
41d1845e
SM
119742016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11975
11976 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11977
01ac6840
SM
119782016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11979
11980 * Makefile.in (check-single): Pass --status to runtest.
11981 (check/%.exp): Likewise.
11982
119832016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11984
11985 * Makefile.in (check-parallel): Propagate return code from make
11986 do-check-parallel.
11987
bd0a71fa
MK
119882016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11989
11990 * gdb.trace/ftrace.exp: Fix expected message on continue.
11991 * gdb.trace/pending.exp: Fix expected message on continue.
11992 * gdb.trace/trace-break.exp: Fix expected message on continue.
11993
8bcbad33
SM
119942016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11995
11996 * lib/gdb.exp (gdb_test): Remove unused global references.
11997
f303dbd6
PA
119982016-01-18 Pedro Alves <palves@redhat.com>
11999
12000 * gdb.base/async-shell.exp: Adjust expected output.
12001 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12002 * gdb.base/siginfo-thread.exp: Adjust expected output.
12003 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12004 * gdb.java/jnpe.exp: Adjust expected output.
12005 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12006 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12007 * gdb.threads/leader-exit.exp: Adjust expected output.
12008 * gdb.threads/manythreads.exp: Adjust expected output.
12009 * gdb.threads/pthreads.exp: Adjust expected output.
12010 * gdb.threads/schedlock.exp: Adjust expected output.
12011 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12012 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12013 expected output.
12014 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12015 output.
12016 * gdb.threads/sigthread.exp: Adjust expected output.
12017 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12018
b2789696
YQ
120192016-01-18 Yao Qi <yao.qi@linaro.org>
12020
12021 * gdb.guile/scm-section-script.c: Replace @progbits with
12022 %progbits.
12023 * gdb.python/py-section-script.c: Likewise.
12024
71ef29a8
PA
120252016-01-15 Pedro Alves <palves@redhat.com>
12026
12027 * gdb.multi/tids.exp: Test star wildcard ranges.
12028
3f5b7598
PA
120292016-01-15 Pedro Alves <palves@redhat.com>
12030
12031 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12032 command from "thread apply" invocation.
12033 (thr_apply_info_thr_invalid): Default the expected output to the
12034 input tid list.
12035 (top level): Add tests that use convenience variables. Add tests
12036 for "thread apply" with a valid TID list, but missing the command.
12037
663f6d42
PA
120382016-01-13 Pedro Alves <palves@redhat.com>
12039
12040 * gdb.base/default.exp: Expect $_gthread as well.
12041 * gdb.multi/tids.exp: Test $_gthread.
12042 * gdb.threads/thread-specific.exp: Test $_gthread.
12043
c84f6bbf
PA
120442016-01-13 Pedro Alves <palves@redhat.com>
12045
12046 * gdb.multi/tids.exp: Test "info threads -gid".
12047
22a02324
PA
120482016-01-13 Pedro Alves <palves@redhat.com>
12049
12050 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12051 Breakpoint.thread.
12052 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12053
5d5658a1
PA
120542016-01-07 Pedro Alves <palves@redhat.com>
12055
12056 * gdb.base/break.exp: Adjust to output changes.
12057 * gdb.base/hbreak2.exp: Likewise.
12058 * gdb.base/sepdebug.exp: Likewise.
12059 * gdb.base/watch_thread_num.exp: Likewise.
12060 * gdb.linespec/keywords.exp: Likewise.
12061 * gdb.multi/info-threads.exp: Likewise.
12062 * gdb.threads/thread-find.exp: Likewise.
12063 * gdb.multi/tids.c: New file.
12064 * gdb.multi/tids.exp: New file.
12065
84654457
PA
120662016-01-13 Pedro Alves <palves@redhat.com>
12067
12068 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12069
e3940304
PA
120702016-01-13 Pedro Alves <palves@redhat.com>
12071
12072 * gdb.base/default.exp: Expect $_inferior as well.
12073 * gdb.multi/base.exp: Test $_inferior.
12074
a911d87a
PA
120752016-01-13 Pedro Alves <palves@redhat.com>
12076
12077 PR breakpoints/19388
12078 * gdb.base/catch-signal-siginfo-cond.c: New file.
12079 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12080
82075af2
JS
120812016-01-12 Josh Stone <jistone@redhat.com>
12082 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12083
12084 * gdb.base/catch-syscall.c (do_execve): New variable.
12085 (main): Conditionally trigger an execve.
12086 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12087 (test_catch_syscall_execve): New, check entry/return across execve.
12088 (do_syscall_tests): Call test_catch_syscall_execve.
12089
e46eeedd
PA
120902016-01-12 Pedro Alves <palves@redhat.com>
12091
12092 * gdb.base/random-signal.exp (do_test): New procedure, with body
12093 of testcase moved in.
12094
01d8c27e
JK
120952016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12096 Pedro Alves <palves@redhat.com>
12097
12098 * gdb.base/funcargs.exp (finish from indirectly called function):
12099 Reintroduce the case for 'First'.
12100
9a706302
JK
121012016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12102 Pedro Alves <palves@redhat.com>
12103
12104 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12105 (tcatch_vfork_then_child_follow_exec)
12106 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12107 identification.
12108
c0ecb95f
JK
121092016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12110
12111 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12112 and repeats to unlimited.
12113 * gdb.python/py-value.exp: Likewise.
12114 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12115 and repeats to unlimited.
12116
6cfc1fcb
JK
121172016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12118
12119 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12120 and reordering the functions.
12121 * gdb.multi/hangout.c: Likewise.
12122 * gdb.multi/hello.c: Likewise.
12123
582a1b00
SM
121242016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12125
12126 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12127 absolute.
12128 (SingleStatisticTestResult.report): Use dict.keys instead of
12129 dict.iterkeys.
12130
79bc59cb
PA
121312016-01-06 Pedro Alves <palves@redhat.com>
12132
12133 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12134
43368e1d
MM
121352016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12136
12137 * gdb.btrace/dlopen.exp: New.
12138 * gdb.btrace/dlopen.c: New.
12139 * gdb.btrace/dlopen-dso.c: New.
12140
79fad5b8
SL
121412015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12142
12143 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12144 PATTERN argument is optional.
12145
ab8314b3
JB
121462015-12-24 Joel Brobecker <brobecker@adacore.com>
12147
12148 * lib/ada.exp (target_compile_ada_from_dir): New function.
12149 (gdb_compile_ada): Reimplement avoiding the use of project files.
12150 * gdb.ada/gnat_ada.gpr: Delete.
12151 * gdb.ada/cond_lang.exp: Adjust test to make path before
12152 filename optional.
12153 * gdb.ada/small_reg_param.exp: Likewise.
12154
fe33faff
SM
121552015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12156
12157 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12158
6d265cb4
TP
121592015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12160
12161 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12162 case.
12163
10125099
SM
121642015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12165
12166 * gdb.base/break.exp: Remove dead code.
12167 * gdb.base/sepdebug.exp: Likewise.
12168
3ca22649
SM
121692015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12170
12171 * gdb.asm/asm-source.exp: Remove HP-UX references.
12172 * gdb.base/annota1.exp: Likewise.
12173 * gdb.base/annota3.exp: Likewise.
12174 * gdb.base/attach.exp: Likewise.
12175 * gdb.base/bigcore.exp: Likewise.
12176 * gdb.base/break.exp: Likewise.
12177 * gdb.base/call-ar-st.exp: Likewise.
12178 * gdb.base/callfuncs.exp: Likewise.
12179 * gdb.base/catch-fork-static.exp: Likewise.
12180 * gdb.base/display.exp: Likewise.
12181 * gdb.base/foll-exec-mode.exp: Likewise.
12182 * gdb.base/foll-exec.exp: Likewise.
12183 * gdb.base/foll-fork.exp: Likewise.
12184 * gdb.base/foll-vfork.exp: Likewise.
12185 * gdb.base/funcargs.exp: Likewise.
12186 * gdb.base/hbreak2.exp: Likewise.
12187 * gdb.base/inferior-died.exp: Likewise.
12188 * gdb.base/interrupt.exp: Likewise.
12189 * gdb.base/multi-forks.exp: Likewise.
12190 * gdb.base/nodebug.exp: Likewise.
12191 * gdb.base/sepdebug.exp: Likewise.
12192 * gdb.base/solib1.c: Likewise.
12193 * gdb.base/step-test.exp: Likewise.
12194 * gdb.mi/non-stop.c: Likewise.
12195 * gdb.mi/pthreads.c: Likewise.
12196 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12197 * gdb.threads/pthreads.c: Likewise.
12198 * gdb.threads/staticthreads.exp: Likewise.
12199 * lib/future.exp: Likewise.
12200 * lib/gdb.exp: Likewise.
12201 * gdb.base/so-indr-cl.c: Remove.
12202 * gdb.base/so-indr-cl.exp: Likewise.
12203 * gdb.base/solib.c: Likewise.
12204 * gdb.base/solib.exp: Likewise.
12205 * gdb.base/solib2.c: Likewise.
12206
b6304613
SM
122072015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12208
12209 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12210 * gdb.base/call-ar-st.exp: Likewise.
12211 * gdb.base/callfuncs.exp: Likewise.
12212 * gdb.base/condbreak.exp: Likewise.
12213 * gdb.base/constvars.exp: Likewise.
12214 * gdb.base/hbreak2.exp: Likewise.
12215 * gdb.base/langs.exp: Likewise.
12216 * gdb.base/list.exp: Likewise.
12217 * gdb.base/long_long.exp: Likewise.
12218 * gdb.base/ptype.exp: Likewise.
12219 * gdb.base/scope.exp: Likewise.
12220 * gdb.base/signals.exp: Likewise.
12221 * gdb.base/so-impl-ld.exp: Likewise.
12222 * gdb.base/varargs.exp: Likewise.
12223 * gdb.base/volatile.exp: Likewise.
12224 * gdb.base/whatis.exp: Likewise.
12225 * gdb.cp/cplusfuncs.exp: Likewise.
12226 * gdb.cp/inherit.exp: Likewise.
12227 * gdb.cp/local.exp: Likewise.
12228 * gdb.cp/member-ptr.exp: Likewise.
12229 * gdb.cp/method.exp: Likewise.
12230 * gdb.cp/overload.exp: Likewise.
12231 * gdb.cp/templates.exp: Likewise.
12232 * gdb.stabs/weird.exp: Likewise.
12233 * lib/compiler.c: Likewise.
12234 * lib/compiler.cc: Likewise.
12235 * lib/cp-support.exp: Likewise.
12236 * lib/gdb.exp: Likewise.
12237
bf401b07
SM
122382015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12239
12240 * configure.ac: Remove HP-UX case.
12241 * configure: Regenerate.
12242
aff9c0f8
SM
122432015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12244
12245 * lib/gdb.exp (gdb_compile): Add function doc.
12246
a6904d5a
PA
122472015-12-17 Pedro Alves <palves@redhat.com>
12248
12249 PR threads/19354
12250 * gdb.multi/info-threads.exp: New file.
12251
a22279dd
YQ
122522015-12-15 Yao Qi <yao.qi@linaro.org>
12253
12254 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12255 is aarch64*-*-*.
12256
0588c796
SL
122572015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12258
12259 * gdb.base/history-duplicates.exp: Skip if no readline support.
12260
5d978e17
SL
122612015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12262
12263 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12264
7e763b86
SL
122652015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12266
12267 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12268
87a3a92c
SL
122692015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12270
12271 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12272 ctrl-C if nointerrupts target property is set.
12273 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12274 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12275 * gdb.base/paginate-bg-execution.exp: Likewise.
12276 * gdb.base/paginate-execution-startup.exp: Likewise.
12277 * gdb.base/random-signal.exp: Likewise.
12278 * gdb.base/range-stepping.exp: Likewise.
12279 * gdb.cp/annota2.exp: Likewise.
12280 * gdb.cp/annota3.exp: Likewise.
12281 * gdb.gdb/selftest.exp: Likewise.
12282 * gdb.threads/continue-pending-status.exp: Likewise.
12283 * gdb.threads/leader-exit.exp: Likewise.
12284 * gdb.threads/manythreads.exp: Likewise.
12285 * gdb.threads/pthreads.exp: Likewise.
12286 * gdb.threads/schedlock.exp: Likewise.
12287 * gdb.threads/sigthread.exp: Likewise.
12288
a8f077dc
DB
122892015-12-11 Don Breazeal <donb@codesourcery.com>
12290
12291 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12292 remote.
12293 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12294 * gdb.base/foll-exec.exp (main): Enable for target remote.
12295 * gdb.base/foll-fork.exp (main): Likewise.
12296 * gdb.base/foll-vfork.exp (main): Likewise.
12297 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12298 (proc continue_to_exit_bp_loc): Use clean_restart.
12299 * gdb.base/pie-execl.exp (main): Disable for target remote.
12300 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12301 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12302 * gdb.threads/execl.exp (main): Likewise.
12303 * gdb.threads/fork-child-threads.exp (main): Likewise.
12304 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12305 remote.
12306 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12307 remote.
12308 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12309 pid.tid style ptids, instead of just tid.
12310 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12311 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12312 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12313 ptids, instead of just tid.
12314
3b2464a8
AB
123152015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12316
12317 * gdb.base/list.exp (test_list_forward): Add end of file error
12318 test.
12319 (test_repeat_list_command): Add end of file error test.
12320 (test_list_backwards): Add beginning of file error test.
12321
a0def019
AB
123222015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12323
12324 * gdb.base/list.exp (test_list_invalid_args): New function,
12325 defined, and called.
12326
5c000dff
AB
123272015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12328
12329 * gdb.base/list.exp (test_list): Make test names unique.
12330
f1637ebe
YQ
123312015-12-11 Yao Qi <yao.qi@linaro.org>
12332
12333 * gdb.base/coremaker2.c: Remove.
12334
36d6fc0a
PA
123352015-12-10 Pedro Alves <palves@redhat.com>
12336
12337 * gdb.multi/base.exp: Remove stale "spaces" references.
12338
762f7747
PA
123392015-12-10 Pedro Alves <palves@redhat.com>
12340
12341 * gdb.multi/base.exp: Don't use nowarnings.
12342 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12343 * gdb.multi/hangout.c: Include stdio.h.
12344 * gdb.multi/hello.c: Include stdlib.h.
12345 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12346 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12347 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12348
28d2bfb9
AB
123492015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12350
12351 * gdb.dwarf2/dw2-ranges-base.c: New file.
12352 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12353 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12354 support additional line table, and debug ranges generation.
12355 (Dwarf::ranges): New function, generate .debug_ranges.
12356 (Dwarf::lines): Support generating simple line table programs.
12357 (Dwarf::assemble): Initialise new namespace variables.
12358
5fc2beac
KB
123592015-12-09 Kevin Buettner <kevinb@redhat.com>
12360
12361 * gdb.base/async.exp (proc test_background): Add case for
12362 asynchronous execution not supported.
12363
1c35a88f
LM
123642015-12-09 Luis Machado <lgustavo@codesourcery.com>
12365
12366 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12367 format and change test names to make them unique.
12368
b593e3d9
RK
123692015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12370 Pedro Alves <pedro@redhat.com>
12371
12372 PR gdb/18702
12373 Add checking of floatformats setup on x86_64 hosts.
12374 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12375 (smallval, bigval): New labels/constants.
12376 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12377 float" after loading bigval and smallval.
12378
d72413e6
PMR
123792015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12380
12381 * gdb.ada/fun_overload_menu.exp: New testcase.
12382 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12383
ece66d65
JS
123842015-12-04 Josh Stone <jistone@redhat.com>
12385
12386 * gdb.base/catch-fork-static.exp: New.
12387
41d0efca
YQ
123882015-12-03 Yao Qi <yao.qi@linaro.org>
12389
12390 * gdb.base/sizeof.c: Don't include stdio.h and
12391 ../lib/unbuffer_output.c.
12392 (main): New variable 'size' and 'value'. Remove printf and
12393 gdb_unbuffer_output. Assign return value to size and value.
12394 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12395 at the beginning.
12396 (check_sizeof): Check the result by printing variable 'size'.
12397 (check_valueof): Check the result by printing variable 'value'.
12398
99fd02d9
YQ
123992015-12-01 Yao Qi <yao.qi@linaro.org>
12400
12401 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12402 for aarch64*-*-linux* target.
12403
f2faf941
PA
124042015-11-30 Pedro Alves <palves@redhat.com>
12405
12406 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12407
04bf20c5
PA
124082015-11-30 Pedro Alves <palves@redhat.com>
12409
12410 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12411 Handle non-stop mode vCont replies.
12412
09df4675
PA
124132015-11-30 Pedro Alves <palves@redhat.com>
12414
12415 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12416 prepare_for_testing. Start gdb with "set non-stop on" appended to
12417 GDBFLAGS. Lax expected stop output.
12418
58b584af
YQ
124192015-11-27 Yao Qi <yao.qi@linaro.org>
12420
12421 * gdb.arch/arm-neon.exp: New.
12422 * gdb.arch/arm-neon.c: New.
12423
dfcb77a8
YQ
124242015-11-27 Yao Qi <yao.qi@linaro.org>
12425
12426 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12427
88e8ec1b
YQ
124282015-11-27 Yao Qi <yao.qi@linaro.org>
12429
12430 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12431 frames-invalid annotation.
12432
bfde72c2
YQ
124332015-11-27 Yao Qi <yao.qi@linaro.org>
12434
12435 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12436
f6512a69
SM
124372015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12438
12439 * gdb.threads/names.exp: New file.
12440 * gdb.threads/names.c: New file.
12441 * README: Mention gdb,no_thread_names.
12442
46a3515b
MM
124432015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12444
12445 PR 19297
12446 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12447 support" error.
12448
62147a22
PA
124492015-11-24 Pedro Alves <palves@redhat.com>
12450
12451 PR 17539
12452 * gdb.base/display.exp: Expect displays to be sorted in ascending
12453 order. Use multi_line.
12454 * gdb.base/solib-display.exp: Likewise.
12455
2f341b6e
PA
124562015-11-24 Pedro Alves <palves@redhat.com>
12457
12458 PR 17539
25d49b86
PA
12459 * gdb.base/display.exp: Expect displays to be sorted in ascending
12460 order. Use multi_line.
12461 * gdb.base/solib-display.exp: Likewise.
2f341b6e 12462
7e0aa6aa
PA
124632015-11-24 Pedro Alves <palves@redhat.com>
12464
12465 PR 17539
12466 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12467 threads in ascending order.
12468 * gdb.base/foll-fork.exp: Likewise.
12469 * gdb.base/foll-vfork.exp: Likewise.
12470 * gdb.base/multi-forks.exp: Likewise.
12471 * gdb.mi/mi-nonstop.exp: Likewise.
12472 * gdb.mi/mi-nsintrall.exp: Likewise.
12473 * gdb.multi/base.exp: Likewise.
12474 * gdb.multi/multi-arch.exp: Likewise.
12475 * gdb.python/py-inferior.exp: Likewise.
12476 * gdb.threads/break-while-running.exp: Likewise.
12477 * gdb.threads/execl.exp: Likewise.
12478 * gdb.threads/gcore-thread.exp: Likewise.
12479 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12480 * gdb.threads/kill.exp: Likewise.
12481 * gdb.threads/linux-dp.exp: Likewise.
12482 * gdb.threads/multiple-step-overs.exp: Likewise.
12483 * gdb.threads/next-bp-other-thread.exp: Likewise.
12484 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12485 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12486 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12487 * gdb.threads/thread-find.exp: Likewise.
12488 * gdb.threads/tls.exp: Likewise.
12489 * lib/mi-support.exp (mi_reverse_list): Delete.
12490 (mi_check_thread_states): No longer reverse list.
12491
2cc57ad8
PA
124922015-11-24 Pedro Alves <palves@redhat.com>
12493
12494 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12495 use lowercase.
12496
c93e8391
SM
124972015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12498
12499 * gdb.trace/actions.c: Include trace-common.h.
12500 (main): Add a location for a fast tracepoint.
12501 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12502 the normal tracepoints.
12503 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12504
045ccf91
SM
125052015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12506
12507 * save-trace.exp: Factor out code to these...
12508 (gdb_save_tracepoints): New.
12509 (gdb_load_tracepoints): New.
12510 (do_save_load_test): New.
12511
5506f9f6
KB
125122015-11-23 Kevin Buettner <kevinb@redhat.com>
12513
12514 * gdb.base/asmlabel.exp: New test.
12515 * gdb.base/asmlabel.c: New test case.
12516
16c3b12f
JB
125172015-11-23 Joel Brobecker <brobecker@adacore.com>
12518
12519 * gdb.base/wrong_frame_bt_full-main.c: New file.
12520 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12521 * gdb.base/wrong_frame_bt_full.exp: New file.
12522
155bfbd3
JB
125232015-11-23 Joel Brobecker <brobecker@adacore.com>
12524
12525 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12526
bb097445
JM
125272015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12528
206853a0 12529 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
12530 pstate register when comparing registers values in
12531 sparc64-*-linux-gnu targets to avoid spurious differences.
12532
9c88ed8f
JM
125332015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12534
206853a0 12535 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 12536
96161e25
SL
125372015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12538
12539 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12540 as type argument to gdb_compile.
12541 * gdb.base/nested-subp2.exp: Likewise.
12542 * gdb.base/nested-subp3.exp: Likewise.
12543
340c2830
DV
125442015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12545
12546 * lib/dwarf.exp (_note): Fix left shift of negative value.
12547 * gdb.trace/trace-condition.exp: Likewise.
12548
c1862d0f
YQ
125492015-11-13 Yao Qi <yao.qi@linaro.org>
12550
12551 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12552 comments about d10v.
12553 (test_scalar_returns): Likewise.
12554 * gdb.base/d10v.ld: Remove.
12555 * gdb.base/overlays.exp: Remove the target triplet checking for
12556 d10v-*-*.
12557 * gdb.base/structs.exp (test_struct_returns): Remove the
12558 comments about d10v.
12559 (test_struct_calls): Likewise.
12560
77ae9c19
YQ
125612015-11-13 Yao Qi <yao.qi@linaro.org>
12562
12563 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12564 * gdb.base/gnu_vector.c: Don't include stdio.h.
12565 (main): Don't print res and call add_some_intvecs.
12566
430e004e
MK
125672015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12568
12569 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12570 macro.
12571 (func5): Removed.
12572 (func4): Use FAST_TRACEPOINT_LABEL.
12573 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12574 macro.
12575 (func): Removed.
12576 (thread_function): Use FAST_TRACEPOINT_LABEL.
12577 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12578 (func): Remove.
12579 (marker): Use FAST_TRACEPOINT_LABEL.
12580 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12581 (pendfunc1): Remove.
12582 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12583 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12584 (foo): Remove.
12585 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12586 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12587 macro.
12588 (func): Remove.
12589 (marker): Use FAST_TRACEPOINT_LABEL.
12590 * gdb.trace/trace-common.h: New header.
12591 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12592 macro.
12593 (func): Remove.
12594 (marker): Use FAST_TRACEPOINT_LABEL.
12595 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12596 (func): Remove.
12597 (thread_function): Use FAST_TRACEPOINT_LABEL.
12598
6e7675a7
MK
125992015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12600
12601 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12602 in front.
12603 * gdb.trace/change-loc.exp: Use global pcreg definition.
12604 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12605 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12606 in front.
12607 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12608 * gdb.trace/pending.exp: Likewise.
12609 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12610 * gdb.trace/trace-break.exp: Likewise.
12611 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12612 in front.
12613 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12614 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12615 in front.
12616 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12617
dddc0e16
JB
126182015-11-09 Joel Brobecker <brobecker@adacore.com>
12619
12620 * gdb.ada/fin_fun_out: New testcase.
12621
c6f0b406
KB
126222015-11-07 Kevin Buettner <kevinb@redhat.com>
12623
12624 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12625 value associated with DW_AT_byte_size.
12626 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12627 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12628 DW_AT_upper_bound.
12629
f01dcfd9
KB
126302015-11-07 Kevin Buettner <kevinb@redhat.com>
12631
12632 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12633 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12634 version.
12635 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12636 gdb.dwarf2/dw2-canonicalize-type.exp,
12637 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12638 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12639 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12640 provided by gdb_target_symbol_prefix_flags_asm.
12641 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12642 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12643 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12644 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12645 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12646 macros where needed). Use this macro for symbols which require
12647 the prefix provided by SYMBOL_PREFIX.
12648
2223449a
KB
126492015-11-05 Kevin Buettner <kevinb@redhat.com>
12650
12651 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12652 New procs.
12653 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12654 representing expressions, of more than one list element.
12655 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12656 to prepend linker symbol prefix to f.
12657 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12658 table_1 and table_2.
12659 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12660 Likewise, for f and g.
12661 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12662 for ptr.
12663 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12664 for main.
12665 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12666 table_1_ptr and table_2_ptr.
12667
6f2f1a3a
JK
126682015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12669 Joel Brobecker <brobecker@adacore.com>
12670
12671 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12672
566c56c9
MK
126732015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12674
12675 * gdb.reverse/s390-mvcle.c: New test.
12676 * gdb.reverse/s390-mvcle.exp: New file.
12677 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12678
d5f0636b
MK
126792015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12680
12681 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12682
7ad8b86c
MK
126832015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12684
12685 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12686 reaching marker2.
12687 * gdb.reverse/getresuid-reverse.exp: Likewise.
12688 * gdb.reverse/pipe-reverse.exp: Likewise.
12689 * gdb.reverse/readv-reverse.exp: Likewise.
12690 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12691 * gdb.reverse/time-reverse.exp: Likewise.
12692 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12693
4081c0f1
YQ
126942015-10-30 Yao Qi <yao.qi@linaro.org>
12695
12696 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12697 (empty_cycle): Remove.
12698 (main): Don't call empty_cycle. Don't use watch_count_done.
12699 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12700 empty_cycle. Rewrite the code counting HW watchpoints.
12701
452b4ba5
MK
127022015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12703
12704 * gdb.reverse/fstatat-reverse.c: New test.
12705 * gdb.reverse/fstatat-reverse.exp: New file.
12706 * gdb.reverse/getresuid-reverse.c: New test.
12707 * gdb.reverse/getresuid-reverse.exp: New file.
12708 * gdb.reverse/pipe-reverse.c: New test.
12709 * gdb.reverse/pipe-reverse.exp: New file.
12710 * gdb.reverse/readv-reverse.c: New test.
12711 * gdb.reverse/readv-reverse.exp: New file.
12712 * gdb.reverse/recvmsg-reverse.c: New test.
12713 * gdb.reverse/recvmsg-reverse.exp: New file.
12714 * gdb.reverse/time-reverse.c: New test.
12715 * gdb.reverse/time-reverse.exp: New file.
12716 * gdb.reverse/waitpid-reverse.c: New test.
12717 * gdb.reverse/waitpid-reverse.exp: New file.
12718
5e2e7507
JK
127192015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12720
12721 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12722
0fde2c53
DE
127232015-10-26 Doug Evans <dje@google.com>
12724
12725 PR symtab/17391
12726 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12727 * gdb.dwarf2/bad-regnum.c: New file.
12728 * gdb.dwarf2/bad-regnum.exp: New file.
12729
1a70ae97
DE
127302015-10-26 Doug Evans <dje@google.com>
12731
12732 PR python/18938
12733 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12734 file.
12735
27dc26ab
JK
127362015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12737
12738 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12739 for a change by "Mention language in compile error message".
12740
bed91f4d
SM
127412015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12742
12743 PR python/18073
12744 * gdb.python/py-type.c (C::a_method): New.
12745 (C::a_const_method): New.
12746 (C::a_static_method): New.
12747 (a_function): New.
12748 * gdb.python/py-type.exp (test_fields): Test getting fields
12749 from function and method.
12750
3f2f83dd
KB
127512015-10-21 Keven Boell <keven.boell@intel.com>
12752
12753 * gdb.fortran/vla-alloc-assoc.exp: New file.
12754 * gdb.fortran/vla-datatypes.exp: New file.
12755 * gdb.fortran/vla-datatypes.f90: New file.
12756 * gdb.fortran/vla-history.exp: New file.
12757 * gdb.fortran/vla-ptype-sub.exp: New file.
12758 * gdb.fortran/vla-ptype.exp: New file.
12759 * gdb.fortran/vla-sizeof.exp: New file.
12760 * gdb.fortran/vla-sub.f90: New file.
12761 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12762 * gdb.fortran/vla-value-sub-finish.exp: New file.
12763 * gdb.fortran/vla-value-sub.exp: New file.
12764 * gdb.fortran/vla-value.exp: New file.
12765 * gdb.fortran/vla-ptr-info.exp: New file.
12766 * gdb.mi/mi-vla-fortran.exp: New file.
12767 * gdb.mi/vla.f90: New file.
12768
27145d50
SL
127692015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12770
12771 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12772 of hardwired timeout value.
12773
5f3ff4f8
JK
127742015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12775 Pedro Alves <palves@redhat.com>
12776
12777 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12778 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12779
bfd09d20
JS
127802015-10-19 Josh Stone <jistone@redhat.com>
12781
12782 * gdb.base/catch-syscall.c: Include <sched.h>.
12783 (unknown_syscall): New variable.
12784 (main): Trigger a vfork and an unknown syscall.
12785 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12786 (unknown_syscall_number): Likewise.
12787 (check_call_to_syscall): Accept an optional syscall pattern.
12788 (check_return_from_syscall): Likewise.
12789 (check_continue): Likewise.
12790 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12791 (test_catch_syscall_skipping_return): New test toggling off 'catch
12792 syscall' to step over the syscall return, then toggling back on.
12793 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12794 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12795 (do_syscall_tests): Call test_catch_syscall_without_args and
12796 test_catch_syscall_mid_vfork.
12797 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12798 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12799
b32b93c6
AS
128002015-10-19 Andrew Stubbs <ams@codesourcery.com>
12801
12802 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12803 print g_vE): Add new pass patterns.
12804 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12805 print various symbol names for vptr fields.
12806
9d622bda
AB
128072015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12808
12809 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12810 results.
12811
0fd8ac1c
YQ
128122015-10-12 Yao Qi <yao.qi@linaro.org>
12813
12814 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12815
34240514
YQ
128162015-10-12 Yao Qi <yao.qi@linaro.org>
12817
12818 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12819 is aarch64*-*-linux*.
12820
8240f442
YQ
128212015-10-12 Yao Qi <yao.qi@linaro.org>
12822
12823 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12824 (can_relocate_bcond_true): ... it.
12825 (can_relocate_bcond_false): New function.
12826 (foo): Likewise.
12827 (can_relocate_bl): Likewise.
12828 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12829 can_relocate_bl.
12830
2520f728
PMR
128312015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12832
12833 * gdb.base/nested-addr.c: New file.
12834 * gdb.base/nested-addr.exp: New testcase.
12835
abcef95a
MM
128362015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12837
12838 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12839 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12840 its output. Ignore the output of "record goto begin" and instead
12841 check that GDB is replaying.
12842
145e3ddb
PA
128432015-10-09 Pedro Alves <palves@redhat.com>
12844
12845 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12846 (top level): Use it in the run with no args test.
12847
d5d8c4e1
IB
128482015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12849
12850 * gdb.dlang/properties.exp: New file.
12851
06e635ef
SL
128522015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12853
12854 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12855 whether or not address 0x1000 is mapped on the target.
12856
e019fd1d
SM
128572015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12858
12859 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12860 build.
12861
77ba2a67
MM
128622015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12863
12864 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12865 instruction-history test.
12866
c60eb31f
DE
128672015-09-28 Doug Evans <dje@google.com>
12868
12869 * gdb.base/gcore.c (array_func): Add reference to static_array.
12870
9a3c8263
SM
128712015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12872
12873 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12874 source line.
12875
9720e656
SL
128762015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12877
12878 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12879 short or char as base type.
12880
938d3bf2
SL
128812015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12882
12883 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12884 to allow any size enum.
12885
e6c2c623
PMR
128862015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12887
12888 * gdb.ada/array_ptr_renaming.exp: New testcase.
12889 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12890 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12891
06da0f77
PL
128922015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12893
12894 * gdb.trace/ftrace-lock.c: New file.
12895 * gdb.trace/ftrace-lock.exp: New file.
12896
4f51c22a
PL
128972015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12898
12899 * gdb.arch/insn-reloc.c: New file.
12900 * gdb.arch/ftrace-insn-reloc.exp: New file.
12901
7041adf4
PL
129022015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12903
12904 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12905 instruction.
12906 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12907 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12908 * gdb.trace/range-stepping.c: Likewise.
12909 * gdb.trace/trace-break.c: Likewise.
12910 * gdb.trace/trace-mt.c (thread_function): Likewise.
12911 * gdb.trace/ftrace.c (marker): Likewise.
12912 * gdb.trace/trace-condition.c (marker): Likewise.
12913 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12914 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12915 is_aarch64_target.
12916
015d2e7e
DE
129172015-09-18 Doug Evans <xdje42@gmail.com>
12918
12919 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12920 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12921
26b188a2
SL
129222015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12923
12924 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12925 the breakpoint.
12926
79dc332b
SL
129272015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12928
12929 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12930 the pending breakpoint. Remove timeout override for "Run till
12931 MI pending breakpoint on pendfunc3 on thread 2" test.
12932
f57929f2
SL
129332015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12934
12935 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12936 filename pattern.
12937
3f469b17
SL
129382015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12939
12940 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12941 in breakpoint filename pattern.
12942
515b89b3
SL
129432015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12944
7800dbe4
SL
12945 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12946
129472015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12948
515b89b3
SL
12949 * gdb.linespec/explicit.exp: Check for readline support for
12950 tab-completion tests. Fix obvious typo.
12951
d2939ba2
MM
129522015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12953
12954 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12955 and replay.
12956
cbb55fa7
MM
129572015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12958
12959 * gdb.btrace/non-stop.c: New.
12960 * gdb.btrace/non-stop.exp: New.
12961
43691ca1
PL
129622015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12963 Yao Qi <yao.qi@linaro.org>
12964
12965 * gdb.trace/trace-condition.c: New file.
12966 * gdb.trace/trace-condition.exp: New file.
12967
d78908cf
WW
129682015-09-16 Wei-cheng Wang <cole945@gmail.com>
12969
12970 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12971 for testing bytecode compilation.
12972
1ed415e2
PA
129732015-09-16 Pedro Alves <palves@redhat.com>
12974 Sandra Loosemore <sandra@codesourcery.com>
12975
12976 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12977 (SECONDS): Redefine.
12978 (main): Call pthread_kill and alarm early.
12979 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12980 support.
12981 (test): If the target can't hardware step and doesn't support
12982 displaced stepping, increase the timeout.
12983
d136eff5
PA
129842015-09-16 Pedro Alves <palves@redhat.com>
12985
12986 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12987 (enable_debug): New procedures.
12988 (test): Use them. Bail out if waiting for threads fails.
12989 (top level): Bail out if a test fails.
12990
991f019c
YQ
129912015-09-16 Yao Qi <yao.qi@linaro.org>
12992
12993 * gdb.asm/asm-source.exp: Set asm-arch for
12994 aarch64*-*-* target.
12995 * gdb.asm/aarch64.inc: New file.
12996
bfca584f
PMR
129972015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12998
12999 * gdb.ada/array_of_variable_length.exp: New testcase.
13000 * gdb.ada/array_of_variable_length/foo.adb: New file.
13001 * gdb.ada/array_of_variable_length/pck.adb: New file.
13002 * gdb.ada/array_of_variable_length/pck.ads: New file.
13003
b326e587
DE
130042015-09-15 Doug Evans <dje@google.com>
13005
13006 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13007 of function static local variable.
13008
5382cfab
PW
130092015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13010
13011 * gdb.threads/tls-so_extern.exp: New test file.
13012 * gdb.threads/tls-so_extern.c: New test file.
13013 * gdb.threads/tls-so_extern_main.c: New test file.
13014
141c5cc4
JK
130152015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13016
13017 * gdb.opt/solib-intra-step-lib.c: New file.
13018 * gdb.opt/solib-intra-step-main.c: New file.
13019 * gdb.opt/solib-intra-step.exp: New file.
13020
d15dcecd
PA
130212015-09-15 Pedro Alves <palves@redhat.com>
13022
13023 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13024 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13025
4c2f2a79
PA
130262015-09-14 Pedro Alves <palves@redhat.com>
13027
13028 * gdb.base/hook-stop-continue.c: Delete.
13029 * gdb.base/hook-stop-continue.exp: Delete.
13030 * gdb.base/hook-stop-frame.c: Delete.
13031 * gdb.base/hook-stop-frame.exp: Delete.
13032 * gdb.base/hook-stop.c: New file.
13033 * gdb.base/hook-stop.exp: New file.
13034
919e6dbe
PMR
130352015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13036
13037 * gdb.ada/access_to_packed_array.exp: New testcase.
13038 * gdb.ada/access_to_packed_array/foo.adb: New file.
13039 * gdb.ada/access_to_packed_array/pack.adb: New file.
13040 * gdb.ada/access_to_packed_array/pack.ads: New file.
13041
157280a4
MM
130422015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13043
13044 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13045 buffer size test.
13046
2fd33e94
DB
130472015-09-11 Don Breazeal <donb@codesourcery.com>
13048
13049 * gdb.base/foll-exec.c: Add copyright header. Fix
13050 formatting issues.
13051 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13052 (do_exec_tests): Use clean_restart in place of zap_session,
13053 and for test initialization. Fix formatting issues. Use
13054 fail in place of perror.
13055 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13056 an expect statement to match an expression with output from
13057 the program under debug.
13058 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13059 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13060 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13061 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13062 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13063
e70b6e8e
DE
130642015-09-09 Doug Evans <dje@google.com>
13065
13066 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13067
7a551a51
DE
130682015-09-09 Doug Evans <dje@google.com>
13069
13070 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13071
4c666f84
DE
130722015-09-09 Doug Evans <dje@google.com>
13073
13074 * gdb.base/savedregs.exp: Fix typo.
13075
243a9253
PA
130762015-09-09 Pedro Alves <palves@redhat.com>
13077
13078 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13079
c0fa8fbd
SL
130802015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13081
13082 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13083 command actually switches threads. Give up on remaining
13084 tests if target fails to stop at breakpoint.
13085
cd7c1778
PMR
130862015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13087
13088 * gdb.ada/funcall_char.exp: New testcase.
13089 * gdb.ada/funcall_char/foo.adb: New file.
13090
dc5c8746
PMR
130912015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13092
13093 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13094 expected outputs. Add two testcases for completing ambiguous
13095 functions.
13096 * gdb.ada/complete/aux_pck.adb: New file.
13097 * gdb.ada/complete/aux_pck.ads: New file.
13098 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13099 Ambiguous_Func functions.
13100 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13101 * gdb.ada/complete/pck.adb: Likewise.
13102
4e83a1e7
UW
131032015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13104
13105 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13106 failures to run the test program under GDB.
13107
8ce74153
LM
131082015-08-26 Luis Machado <lgustavo@codesourcery.com>
13109
13110 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13111 to C.
13112
e9756d52
PP
131132015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13114
13115 * gdb.base/run-after-attach.exp: New test file.
13116 * gdb.base/run-after-attach.c: New test file.
13117
8d37573b
DB
131182015-08-26 Don Breazeal <donb@codesourcery.com>
13119
13120 * gdb.base/foll-exec-2.c: New test program.
13121 * gdb.base/foll-exec-2.exp: New test.
13122
63e43d3a
PMR
131232015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13124
13125 * gdb.base/nested-subp1.exp: New file.
13126 * gdb.base/nested-subp1.c: New file.
13127 * gdb.base/nested-subp2.exp: New file.
13128 * gdb.base/nested-subp2.c: New file.
13129 * gdb.base/nested-subp3.exp: New file.
13130 * gdb.base/nested-subp3.c: New file.
13131
3d40fbb5
PA
131322015-08-24 Pedro Alves <palves@redhat.com>
13133
13134 * gdb.server/connect-without-multi-process.c: New file.
13135 * gdb.server/connect-without-multi-process.exp: New file.
13136
4422ac93
LM
131372015-08-24 Luis Machado <lgustavo@codesourcery.com>
13138
13139 * gdb.opt/inline-markers.c: Make z int.
13140
91dddb86
LM
131412015-08-24 Luis Machado <lgustavo@codesourcery.com>
13142
13143 * gdb.opt/inline-markers.c: Make z volatile.
13144
a48847ee
LM
131452015-08-24 Luis Machado <lgustavo@codesourcery.com>
13146
13147 * gdb.opt/inline-bt.c: New volatile global z.
13148 * gdb.opt/inline-cmds.c: Likewise.
13149 * gdb.opt/inline-locals.c: Likewise.
13150 * gdb.opt/inline-markers.c: New extern global z.
13151 (marker): Use z.
13152 (inline_fn): Likewise.
13153
0ebbc52b
PA
131542015-08-24 Pedro Alves <palves@redhat.com>
13155
13156 * config/m32r-stub.exp: Remove file.
13157 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13158 * gdb.base/call-rt-st.exp: Likewise.
13159 * gdb.base/call-strs.exp: Likewise.
13160 * gdb.base/default.exp: Remove references to h8300-*-hms and
13161 *-*-udi*.
13162 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13163
77c365df
AA
131642015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13165
13166 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13167 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13168 and "return" use KFAIL when GDB can not read/write the vector
13169 return value.
13170
4313b8c0
GB
131712015-08-21 Gary Benson <gbenson@redhat.com>
13172
13173 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13174
0e433b32
PA
131752015-08-20 Pedro Alves <palves@redhat.com>
13176
13177 * gdb.server/solib-list.exp: No longer expect an interior stop in
13178 non-stop mode.
13179
221e1a37
PA
131802015-08-20 Pedro Alves <palves@redhat.com>
13181
13182 * gdb.server/connect-stopped-target.c: New file.
13183 * gdb.server/connect-stopped-target.exp: New file.
13184
40e3ad0e
PA
131852015-08-20 Pedro Alves <palves@redhat.com>
13186
13187 * gdb.dwarf2/comp-unit-lang.exp: New file.
13188 * gdb.dwarf2/comp-unit-lang.c: New file.
13189
af39b327
PMR
131902015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13191
13192 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13193 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13194
7d45c7c3 131952015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 13196
7d45c7c3
KB
13197 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13198 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13199
4d6cceb4
DE
132002015-08-18 Doug Evans <dje@google.com>
13201 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13202
13203 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13204 skip_python_tests. New arg prompt_regexp.
13205 (skip_python_tests): New function.
13206 * lib/mi-support.exp (mi_skip_python_tests): New function.
13207 * gdb.python/py-mi-objfile-gdb.py: New file.
13208 * gdb.python/py-mi-objfile.c: New file.
13209 * gdb.python/py-mi-objfile.exp: New file.
13210
ad89c2aa
KS
132112015-08-17 Keith Seitz <keiths@redhat.com>
13212
13213 * gdb.linespec/explicit.exp: Move strace test from here ...
13214 * gdb.trace/strace.exp: ... to here.
13215
e3ae3c43
PP
132162015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13217
13218 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13219 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13220
604b2636
DE
132212015-08-14 Doug Evans <xdje42@gmail.com>
13222
13223 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13224 inferior before selecting a new file.
13225
6ff0ba5f
DE
132262015-08-14 Doug Evans <xdje42@gmail.com>
13227
13228 * gdb.mi/mi-disassemble.exp: Update.
13229 * gdb.base/disasm-optim.S: New file.
13230 * gdb.base/disasm-optim.c: New file.
13231 * gdb.base/disasm-optim.h: New file.
13232 * gdb.base/disasm-optim.exp: New file.
13233
9ca98f92
KS
132342015-08-14 Keith Seitz <keiths@redhat.com>
13235
13236 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13237 "evaluated-by".
13238
52bbc560
JB
132392015-08-13 Joel Brobecker <brobecker@adacore.com>
13240
13241 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13242
5d8c3ed3
PMR
132432015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13244
13245 * gdb.ada/fun_renaming.exp: New testcase.
13246 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13247 * gdb.ada/fun_renaming/pack.adb: New file.
13248 * gdb.ada/fun_renaming/pack.ads: New file.
13249
ea8812bc
KS
132502015-08-12 Keith Seitz <keiths@redhat.com>
13251
13252 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13253 gdb_get_line_number.
13254
4dafcdeb
JB
132552015-08-12 Joel Brobecker <brobecker@adacore.com>
13256
13257 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13258 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13259 gdb.base/dso2dso.exp: New files.
13260
5ba32597
SDJ
132612015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13262 Pedro Alves <palves@redhat.com>
13263 Keith Seitz <keiths@redhat.com>
13264
13265 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13266 GDBFLAGS.
13267
b6dafabf
PP
132682015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13269
13270 * gdb.base/gdbhistsize-history.exp
13271 (test_histsize_history_setting): Use save_vars.
13272 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13273 Use save_vars.
13274 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13275 * gdb.base/readline.exp: Use save_vars.
13276
abe8e607
PP
132772015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13278
13279 * lib/gdb.exp (save_vars): New proc.
13280
629500fa
KS
132812015-08-11 Keith Seitz <keiths@redhat.com>
13282
13283 * gdb.base/help.exp: Update help_breakpoint_text.
13284
eb8c4e2e
KS
132852015-08-11 Keith Seitz <keiths@redhat.com>
13286
13287 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13288 (at toplevel): Call test_explicit_breakpoints.
13289 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13290 breakpoints.
13291 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13292 breakpoint conditions, "-cond".
13293
87f0e720
KS
132942015-08-11 Keith Seitz <keiths@redhat.com>
13295
13296 * gdb.linespec/3explicit.c: New file.
13297 * gdb.linespec/cpexplicit.cc: New file.
13298 * gdb.linespec/cpexplicit.exp: New file.
13299 * gdb.linespec/explicit.c: New file.
13300 * gdb.linespec/explicit.exp: New file.
13301 * gdb.linespec/explicit2.c: New file.
13302 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13303 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13304 before using in the matching pattern.
13305 Clarify that `prefix' is a regular expression.
13306
f00aae0f
KS
133072015-08-11 Keith Seitz <keiths@redhat.com>
13308
13309 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13310 test.
13311 Add tests for missing ",FMT" and ",".
13312
e27852be
DE
133132015-08-10 Doug Evans <dje@google.com>
13314 Keith Seitz <keiths@redhat.com>
13315
13316 PR gdb/17960
13317 * gdb.base/completion.exp: Add location completer tests.
13318
7f03bd92
PA
133192015-08-07 Pedro Alves <palves@redhat.com>
13320
13321 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13322 tests here.
13323 (top level): Run do_test with and without displaced stepping.
13324
3fc8eb30
PA
133252015-08-07 Pedro Alves <palves@redhat.com>
13326
13327 * gdb.base/valgrind-disp-step.c: New file.
13328 * gdb.base/valgrind-disp-step.exp: New file.
13329
d4569d7b
PA
133302015-08-07 Pedro Alves <palves@redhat.com>
13331
13332 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13333 Delete function.
13334 (main): Add alarm. Run an infinite loop instead of calling
13335 wait_threads.
13336 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13337 comment.
13338 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13339 Delete function.
13340 (main): Add alarm. Run an infinite loop instead of calling
13341 wait_threads.
13342 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13343 comment.
13344
e1316e60
PA
133452015-08-07 Pedro Alves <palves@redhat.com>
13346
13347 * gdb.base/checkpoint-ns.exp: New file.
13348 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13349 standard_testfile.
13350
da8c46d2
MM
133512015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13352
13353 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13354 * gdb.btrace/instruction_history.exp: Update.
13355 * gdb.btrace/tsx.exp: New.
13356 * gdb.btrace/tsx.c: New.
13357
de1c2c52
PA
133582015-08-06 Pedro Alves <palves@redhat.com>
13359
13360 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13361 increase timeout.
13362 * gdb.reverse/until-precsave.exp: Bump timeouts.
13363
782e0bf4
PA
133642015-08-06 Pedro Alves <palves@redhat.com>
13365
13366 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13367
83e97ed0
PA
133682015-08-06 Pedro Alves <palves@redhat.com>
13369
13370 PR gdb/18749
13371 * gdb.threads/process-dies-while-handling-bp.c: New file.
13372 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13373
863d01bd
PA
133742015-08-06 Pedro Alves <palves@redhat.com>
13375
13376 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13377 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13378
0a39bb32
PA
133792015-08-05 Pedro Alves <palves@redhat.com>
13380
13381 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13382 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13383
ee2d2b10
SL
133842015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13385
13386 * gdb.base/bp-permanent.exp: Report test as unsupported if
13387 the target cannot stop at the permanent breakpoint.
13388
4e1bdb00
DE
133892015-08-03 Doug Evans <dje@google.com>
13390
13391 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13392 10000.
13393
3d338901
DE
133942015-08-03 Doug Evans <dje@google.com>
13395
13396 * Makefile.in (workers/%.worker, build-perf): New rule.
13397 (GDB_PERFTEST_MODE): New variable.
13398 (check-perf): Use it.
13399 (clean): Clean up gdb.perf parallel build subdirs.
13400 * lib/build-piece.exp: New file.
13401 * lib/gdb.exp (make_gdb_parallel_path): New function
13402 (standard_output_file, standard_temp_file): Call it.
13403 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13404 of $GDB_PARALLEL.
13405 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13406
af061d3e
DE
134072015-08-03 Doug Evans <dje@google.com>
13408
8e1afc81 13409 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
13410 (LOG_FILE_NAME): New global.
13411 (TextReporter.__init__): Initialize self.txt_sum.
13412 (TextReporter.report): Add support for multiple data-points.
13413 Move report to perftest.sum, put raw data in perftest.log.
13414 (TextReporter.start): Open sum and log files.
13415 (TextReporter.end): Close sum and log files.
8e1afc81
DE
13416 * gdb.perf/lib/perftest/testresult.py
13417 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 13418
2c8c5d37
PA
134192015-07-31 Pedro Alves <palves@redhat.com>
13420
13421 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13422 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13423 kill_wait_spawned_process instead of explicit "kill -9".
13424 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13425 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13426 kill_wait_spawned_process.
13427 * gdb.base/attach-twice.exp: Likewise.
13428 * gdb.base/attach.exp: Likewise.
13429 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13430 gdb_test_multiple.
13431 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13432 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13433 kill_wait_spawned_process.
13434 * gdb.base/valgrind-infcall.exp: Likewise.
13435 * gdb.multi/multi-attach.exp: Likewise.
13436 * gdb.python/py-prompt.exp: Likewise.
13437 * gdb.python/py-sync-interp.exp: Likewise.
13438 * gdb.server/ext-attach.exp: Likewise.
13439 * gdb.threads/attach-into-signal.exp (corefunc): Use
13440 spawn_wait_for_attach, spawn_id_get_pid and
13441 kill_wait_spawned_process.
13442 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13443 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13444 spawn_id_get_pid and kill_wait_spawned_process.
13445 * gdb.threads/attach-stopped.exp (corefunc): Use
13446 spawn_wait_for_attach, spawn_id_get_pid and
13447 kill_wait_spawned_process.
13448 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13449 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13450 kill_wait_spawned_process instead of explicit "kill -9".
13451 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13452 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13453 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13454 processes. Don't map cygwin/windows pids here. Now returns a
13455 spawn id list.
13456
032a0fca
SL
134572015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13458
13459 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13460 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13461 correct patch.
13462
61a934ca
SL
134632015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13464
13465 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13466
4bc4d428
SL
134672015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13468
13469 Reapply:
13470 2014-05-21 Mark Wielaard <mjw@redhat.com>
13471
13472 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13473
998d452a
PA
134742015-07-30 Pedro Alves <palves@redhat.com>
13475
13476 * linux-low.c (handle_extended_wait): Set the child's last
13477 reported status to TARGET_WAITKIND_STOPPED.
13478
69dde7dc
PA
134792015-07-30 Pedro Alves <palves@redhat.com>
13480
13481 PR threads/18600
13482 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13483 only shows inferior 1.
13484
4dd63d48
PA
134852015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13486 Pedro Alves <palves@redhat.com>
13487
13488 PR threads/18600
13489 * gdb.threads/fork-plus-threads.c: New file.
13490 * gdb.threads/fork-plus-threads.exp: New file.
13491
d618e4c5
PP
134922015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13493
13494 * gdb.base/batch-preserve-term-settings.exp
13495 (test_terminal_settings_preserved_after_cli_exit): Use
13496 send_quit_command.
13497
1eef6428
PA
134982015-07-29 Pedro Alves <palves@redhat.com>
13499 Don Breazeal <donb@codesourcery.com>
13500
13501 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13502 output from both inferior_spawn_id and gdb_spawn_id.
13503
7da5b897
SDJ
135042015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13505
13506 * gdb.threads/attach-into-signal.exp (corefunc): Use
13507 with_test_prefix on nested loops, uniquefying the test messages.
13508
dac804df
SDJ
135092015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13510
13511 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13512 commit.
13513
06265e53
PP
135142015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13515
13516 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13517 New proc.
13518 (test_terminal_settings_preserved_after_sigterm): New test.
13519
18206ca3
PP
135202015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13521
13522 * gdb.base/batch-preserve-term-settings.exp
13523 (test_terminal_settings_preserved_after_cli_exit): New test.
13524
90074d11
PP
135252015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13526
13527 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13528 manipulation of saved_gdbflags.
13529 (test_terminal_settings_preserved): Remove global declaration of
13530 the unused variable pagination_prompt. Remove manipulation of
13531 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13532 GDBFLAGS.
13533
eb1a7902
PA
135342015-07-29 Pedro Alves <palves@redhat.com>
13535
13536 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13537
8b75dd3b
PA
135382015-07-29 Pedro Alves <palves@redhat.com>
13539
13540 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13541 at the top.
13542
dedad4e3
PA
135432015-07-29 Pedro Alves <palves@redhat.com>
13544
13545 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13546 (main): Call gdb_unbuffer_output.
13547 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13548 (main): Call gdb_unbuffer_output.
13549 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13550 (main): Call gdb_unbuffer_output.
13551 * gdb.base/call-strs.exp: Adjust to step over the
13552 gdb_unbuffer_output call.
13553 * gdb.base/catch-gdb-caused-signals.c: Include
13554 "../lib/unbuffer_output.c".
13555 (main): Call gdb_unbuffer_output.
13556 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13557 (main): Call gdb_unbuffer_output.
13558 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13559 (main): Call gdb_unbuffer_output.
13560 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13561 (main): Call gdb_unbuffer_output.
13562 * gdb.base/shlib-call.exp: Adjust to step over the
13563 gdb_unbuffer_output call.
13564 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13565 (main): Call gdb_unbuffer_output.
13566 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13567 (main): Call gdb_unbuffer_output.
13568 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13569 (main): Rename to ...
13570 (test): ... this.
13571 (main): Reimplement.
13572 * gdb.base/varargs.exp: Run to test instead of to main.
13573 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13574 (main): Call gdb_unbuffer_output.
13575
58789a91
PA
135762015-07-29 Pedro Alves <palves@redhat.com>
13577
13578 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13579 factore out from mi_continue_dprintf. For call-style dprintfs,
13580 expect dprintf output out of $inferior_spawn_id.
13581 (mi_continue_dprintf): Use mi_expect_dprintf.
13582 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13583 (main): Call gdb_unbuffer_output.
13584
e8376742
PA
135852015-07-29 Pedro Alves <palves@redhat.com>
13586
13587 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13588 (default_mi_gdb_start): Set inferior_spawn_id instead of
13589 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13590 gdb_spawn_id.
13591 (mi_gdb_test): Always expect inferior output from both
13592 $inferior_spawn_id and $gdb_spawn_id.
13593
08280010
PA
135942015-07-29 Pedro Alves <palves@redhat.com>
13595
13596 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13597 send_inferior and $inferior_spawn_id.
13598
4d30e432
PA
135992015-07-29 Pedro Alves <palves@redhat.com>
13600
13601 * gdb.gdb/complaints.exp (test_initial_complaints)
13602 (test_serial_complaints, test_short_complaints): Use
13603 gdb_test_stdio.
13604 (test_empty_complaint): Handle $inferior_spawn_id !=
13605 $gdb_spawn_id.
13606
0d30a335
PA
136072015-07-29 Pedro Alves <palves@redhat.com>
13608
13609 * gdb.base/varargs.exp: Use gdb_test_stdio.
13610
39413b29
PA
136112015-07-29 Pedro Alves <palves@redhat.com>
13612
13613 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13614
7cb000a9
PA
136152015-07-29 Pedro Alves <palves@redhat.com>
13616
13617 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13618
d7b8ac82
PA
136192015-07-29 Pedro Alves <palves@redhat.com>
13620
13621 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13622 parameter into two new parameters, "inf_result" and "gdb_result".
13623 Expect inferior output and gdb output from $inferior_spawn_id and
13624 $gdb_spawn_id, respectively. Adjust all callers.
13625
789c3a0c
PA
136262015-07-29 Pedro Alves <palves@redhat.com>
13627
13628 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13629 of gdb_test_sequence.
13630
77e760c3
PA
136312015-07-29 Pedro Alves <palves@redhat.com>
13632
13633 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13634 (saw_spurious_output): Expect inferior output from
13635 $inferior_spawn_id. Use gdb_test_stdio.
13636
8396d2cd
PA
136372015-07-29 Pedro Alves <palves@redhat.com>
13638
13639 * gdb.base/dprintf.exp: Use standard_testfile. Change
13640 prepare_for_testing call.
13641 (srcfile): Don't set.
13642 (restart): New procedure.
13643 (test_dprintf): New procecure, use to continue over dprintfs.
13644 (test_call, test_agent): New procedures, tests moved here.
13645 Restart gdb and recreate dprintfs. Adjust expected output.
13646
2051d61f
PA
136472015-07-29 Pedro Alves <palves@redhat.com>
13648
13649 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13650
452397af
PA
136512015-07-29 Pedro Alves <palves@redhat.com>
13652
13653 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13654
8aed9555
PA
136552015-07-29 Pedro Alves <palves@redhat.com>
13656
13657 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13658 gdb_test_stdio.
13659
188a61b4
PA
136602015-07-29 Pedro Alves <palves@redhat.com>
13661
13662 * lib/gdb.exp (gdb_test_stdio): New procedure.
13663
12264a45
PA
136642015-07-29 Pedro Alves <palves@redhat.com>
13665
13666 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13667
23ffc893
PA
136682015-07-29 Pedro Alves <palves@redhat.com>
13669
13670 * gdb.base/call-signal-resume.exp: Remove check for
13671 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13672 * gdb.base/unwindonsignal.exp: Likewise.
13673 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13674 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13675
65566918
PA
136762015-07-29 Pedro Alves <palves@redhat.com>
13677
13678 * gdb.base/siginfo-addr.c (pass): New function.
13679 (handler): Call it iff si_addr is correct.
13680 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13681 Set a breakpoint at "pass" and continue to it.
13682
d60a9221
SDJ
136832015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13684
13685 * gdb.python/py-objfile.exp: Make some tests have unique names.
13686 * gdb.python/py-pp-registration.exp: Likewise.
13687
bde40b8f
PA
136882015-07-28 Pedro Alves <palves@redhat.com>
13689
13690 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13691
13e1dec8
SM
136922015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13693
13694 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13695
da33c9a7
SM
136962015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13697
13698 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13699
077836f7
PP
137002015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13701
13702 * gdb.base/gdb-sigterm-2.exp: New test.
13703
b8cc7b2e
DE
137042015-07-25 Doug Evans <xdje42@gmail.com>
13705
13706 Revert:
13707 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13708 (workers/%.worker, build-perf): New rule.
13709 (GDB_PERFTEST_MODE): New variable.
13710 (check-perf): Use it.
13711 (clean): Clean up gdb.perf parallel build subdirs.
13712 * lib/build-piece.exp: New file.
13713 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13714 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13715 name.
13716 (standard_temp_file): Ditto.
13717 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13718 of $GDB_PARALLEL.
13719
c8bd4544
DE
137202015-07-24 Doug Evans <dje@google.com>
13721
13722 * gdb.perf/lib/perftest/utils.py: New file.
13723 * gdb.perf/gm-hello.cc: New file.
13724 * gdb.perf/gm-pervasive-typedef.cc: New file.
13725 * gdb.perf/gm-pervasive-typedef.h: New file.
13726 * gdb.perf/gm-std.cc: New file.
13727 * gdb.perf/gm-std.h: New file.
13728 * gdb.perf/gm-use-cerr.cc: New file.
13729 * gdb.perf/gm-utils.h: New file.
13730 * gdb.perf/gmonster-null-lookup.py: New file.
13731 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13732 * gdb.perf/gmonster-print-cerr.py: New file.
13733 * gdb.perf/gmonster-ptype-string.py: New file.
13734 * gdb.perf/gmonster-runto-main.py: New file.
13735 * gdb.perf/gmonster-select-file.py: New file.
13736 * gdb.perf/gmonster1-null-lookup.exp: New file.
13737 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13738 * gdb.perf/gmonster1-print-cerr.exp: New file.
13739 * gdb.perf/gmonster1-ptype-string.exp: New file.
13740 * gdb.perf/gmonster1-runto-main.exp: New file.
13741 * gdb.perf/gmonster1-select-file.exp: New file.
13742 * gdb.perf/gmonster1.cc: New file.
13743 * gdb.perf/gmonster1.exp: New file.
13744 * gdb.perf/gmonster2-null-lookup.exp: New file.
13745 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13746 * gdb.perf/gmonster2-print-cerr.exp: New file.
13747 * gdb.perf/gmonster2-ptype-string.exp: New file.
13748 * gdb.perf/gmonster2-runto-main.exp: New file.
13749 * gdb.perf/gmonster2-select-file.exp: New file.
13750 * gdb.perf/gmonster2.cc: New file.
13751 * gdb.perf/gmonster2.exp: New file.
13752
6eab34f3
DE
137532015-07-24 Doug Evans <dje@google.com>
13754
13755 * gdb.perf/README: New file.
13756 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13757 * lib/gen-perf-test.exp: New file.
13758
63738bfd
DE
137592015-07-24 Doug Evans <dje@google.com>
13760
13761 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13762 (PerfTest::startup): New function.
13763 (PerfTest::run): Return result of calling body.
13764 (PerfTest::assemble): Rewrite.
13765 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13766 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13767 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13768 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13769 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13770
7b606f95
DE
137712015-07-24 Doug Evans <dje@google.com>
13772
13773 * lib/gdb.exp (clean_restart): Make executable optional.
13774
a97b16b8
DE
137752015-07-24 Doug Evans <dje@google.com>
13776
13777 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13778 compiler_info references.
13779 * gdb.cp/temargs.exp: Ditto.
13780 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13781 (get_compiler_info): Early exit if already computed. Set compiler_info
13782 to "unknown" if there was a problem.
13783 (test_compiler_info): Add function comment. Call get_compiler_info.
13784
35baa57f
DE
137852015-07-24 Doug Evans <dje@google.com>
13786
13787 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13788 (workers/%.worker, build-perf): New rule.
13789 (GDB_PERFTEST_MODE): New variable.
13790 (check-perf): Use it.
13791 (clean): Clean up gdb.perf parallel build subdirs.
13792 * lib/build-piece.exp: New file.
13793 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13794 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13795 name.
13796 (standard_temp_file): Ditto.
13797 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13798 of $GDB_PARALLEL.
13799
6ebea266
DE
138002015-07-24 Doug Evans <dje@google.com>
13801
13802 * lib/future.exp (gdb_default_target_compile): New option
13803 "early_flags".
13804 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13805 --as-needed.
13806
1e76a7e9
SDJ
138072015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13808
13809 * gdb.base/catch-syscall.exp: Call gdb_exit before
13810 gdb_skip_xml_test.
13811
5068630a
PA
138122015-07-24 Pedro Alves <palves@redhat.com>
13813
13814 * gdb.python/py-events.exp: Accept output between the stop event
13815 and the prompt.
13816 * gdb.python/py-evsignal.exp: Likewise.
13817 * gdb.python/py-evthreads.exp: Likewise.
13818
77598427
PA
138192015-07-24 Pedro Alves <palves@redhat.com>
13820
13821 PR gdb/18717
13822 * gdb.threads/non-ldr-exit.c: New file.
13823 * gdb.threads/non-ldr-exit.exp: New file.
13824
11e6c98f
YQ
138252015-07-24 Yao Qi <yao.qi@linaro.org>
13826
13827 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13828 restarting process.
13829
51aee833
YQ
138302015-07-24 Yao Qi <yao.qi@linaro.org>
13831
13832 * gdb.server/ext-restart.exp: New file.
13833
8cfe207c
YQ
138342015-07-24 Yao Qi <yao.qi@linaro.org>
13835
13836 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13837 argument options.
13838 * gdb.server/ext-wrapper.exp: New file.
13839
cc12ce38
DE
138402015-07-23 Doug Evans <dje@google.com>
13841
13842 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13843 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13844
d0d84780
PMR
138452015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13846
13847 * gdb.ada/var_arr_typedef.exp: New testcase.
13848 * gdb.ada/var_arr_typedef/pack.adb: New file.
13849 * gdb.ada/var_arr_typedef/pack.ads: New file.
13850 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13851
8b558f79
JB
138522015-07-20 Joel Brobecker <brobecker@adacore.com>
13853
13854 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13855
775a3298
JK
138562015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13857
13858 * gdb.arch/i386-biarch-core.exp: Replace istarget
13859 by "complete set gnutarget". Remove expectation for the "core-file"
13860 command.
13861
db1ff28b
JK
138622015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13863
13864 Revert the previous commit:
13865 Tests for validate symbol file using build-id.
13866
0a94970d
JK
138672015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13868
13869 Tests for validate symbol file using build-id.
13870 * gdb.base/solib-mismatch-lib.c: New file.
13871 * gdb.base/solib-mismatch-libmod.c: New file.
13872 * gdb.base/solib-mismatch.c: New file.
13873 * gdb.base/solib-mismatch.exp: New file.
13874
03346981
SL
138752015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13876
13877 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13878 nios2-*-linux*.
13879 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13880 * gdb.base/siginfo.exp: Likewise.
13881 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13882
42422cc7
PL
138832015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13884
13885 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13886 Move it to ...
13887 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13888 ... here.
13889 * gdb.trace/range-stepping.exp: Check that the target supports
13890 range stepping.
13891
cfa68bae
JK
138922015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13893
13894 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13895
8ffdba26
PA
138962015-07-14 Pedro Alves <palves@redhat.com>
13897
13898 * gdb.base/killed-outside.exp: New file.
13899 * gdb.base/killed-outside.c: New file.
13900
218a5a11
JK
139012015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13902
13903 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13904 (n at main): New.
13905 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13906
e03ed3c6
AA
139072015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13908
13909 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13910 infcall tests instead of setting up for KFAIL.
13911
485668e5
MM
139122015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13913
13914 * gdb.btrace/record_goto-step.exp: New.
13915
08464196
JK
139162015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13917
13918 PR compile/18484
13919 * gdb.compile/compile.c (struct struct_type): Add volatile to
13920 selffield's type.
13921 * gdb.compile/compile.exp
13922 (compile code struct_object.selffield = &struct_object): Skip further
13923 struct_object tests if this one xfails.
13924
bcf5c1d9
RC
139252015-07-08 Robert O'Callahan <robert@ocallahan.org>
13926
13927 PR exp/18617
13928 * gdb.trace/ax.exp: Add test.
13929
4931af25
YQ
139302015-07-07 Yao Qi <yao.qi@linaro.org>
13931
13932 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13933 instead of istarget "aarch64*-*-*".
13934 * gdb.arch/aarch64-fp.exp: Likewise.
13935 * gdb.base/float.exp: Likewise.
13936 * gdb.reverse/aarch64.exp: Likewise.
13937 * lib/gdb.exp (is_aarch64_target): New proc.
13938
9fcf688e
YQ
139392015-07-07 Yao Qi <yao.qi@linaro.org>
13940
13941 * lib/gdb.exp (is_aarch32_target): New proc.
13942 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13943 instead of "istarget "arm*-*-*"".
13944 * gdb.arch/arm-disp-step.exp: Likewise.
13945 * gdb.arch/thumb-bx-pc.exp: Likewise.
13946 * gdb.arch/thumb-prologue.exp: Likewise.
13947 * gdb.arch/thumb-singlestep.exp: Likewise.
13948 * gdb.base/disp-step-syscall.exp: Likewise.
13949 * gdb.base/float.exp: Likewise.
13950
fbd8d50d
YQ
139512015-07-07 Yao Qi <yao.qi@linaro.org>
13952
13953 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13954 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13955
71be1fdc
YQ
139562015-07-07 Yao Qi <yao.qi@linaro.org>
13957
13958 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13959 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13960 if it exists.
13961 * gdb.multi/multi-arch.exp: Likewise.
13962
3e221d36
SM
139632015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13964
13965 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13966 print.
13967
d441430b
YQ
139682015-07-07 Yao Qi <yao.qi@linaro.org>
13969
13970 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13971
06f810bd
MG
139722015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13973
13974 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13975 '[' and ']' characters.
13976
5e61e7c0
IB
139772015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13978
13979 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13980
28bf096c
PA
139812015-06-29 Pedro Alves <palves@redhat.com>
13982
13983 PR threads/18127
13984 * gdb.threads/hand-call-new-thread.c: New file.
13985 * gdb.threads/hand-call-new-thread.c: New file.
13986
ee93cd5e
KS
139872015-06-26 Keith Seitz <keiths@redhat.com>
13988 Doug Evans <dje@google.com>
13989
13990 PR 16253
13991 * gdb.cp/var-tag-2.cc: New file.
13992 * gdb.cp/var-tag-3.cc: New file.
13993 * gdb.cp/var-tag-4.cc: New file.
13994 * gdb.cp/var-tag.cc: New file.
13995 * gdb.cp/var-tag.exp: New file.
13996
fc637f04
PP
139972015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13998
13999 * gdb.base/history-duplicates.exp: New test.
14000
2e52ae68
PP
140012015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14002
14003 * gdb.base/completion.exp: Test the completion of the "focus"
14004 command.
14005
6e22494e
JK
140062015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14007
14008 * gdb.arch/amd64-prologue-skip.S: New file.
14009 * gdb.arch/amd64-prologue-skip.exp: New file.
14010
bf7b9cd9
SM
140112015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14012
14013 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14014 is_address_zero_readable check.
14015
201e8dfd
PB
140162015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14017
14018 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14019 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14020
5cd867b4
YQ
140212015-06-24 Yao Qi <yao.qi@linaro.org>
14022
14023 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14024 linux targets.
14025
4d7be007
YQ
140262015-06-24 Yao Qi <yao.qi@linaro.org>
14027
14028 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14029 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14030 * gdb.base/siginfo-thread.exp: Likewise.
14031
07fcd301
YQ
140322015-06-22 Yao Qi <yao.qi@linaro.org>
14033
14034 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14035
52042a00
YQ
140362015-06-22 Yao Qi <yao.qi@linaro.org>
14037
14038 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14039 aarch64*-*-*.
14040 (skip_hw_watchpoint_tests): Likewise.
14041
74bd41ce
PP
140422015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14043
14044 * gdb.base/gdbinit-history.exp: Test the interaction between
14045 setting GDBHISTSIZE and setting the history size via .gdbinit.
14046
bc460514
PP
140472015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14048
14049 PR gdb/16999
14050 * gdb.base/gdbhistsize-history.exp: New test.
14051
b58c513b
PP
140522015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14053
14054 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14055 with GDBHISTSIZE.
14056 * gdb.base/readline.exp: Likewise.
14057
92046791
YQ
140582015-06-17 Yao Qi <yao.qi@linaro.org>
14059
14060 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14061 line.
14062
2093d2d3
PP
140632015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14064
14065 * gdb.base/gdbinit-history.exp: Add test case to check that
14066 an unlimited history file does not get truncated on exit.
14067
e6c693af
AA
140682015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14069
14070 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14071 (VECTOR): New macro. Use it...
14072 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14073 ...for these typedefs.
14074 (int8, char1, int1, double1): New typedefs.
14075 (struct just_int2, struct two_int2): New structures.
14076 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14077 (add_structvecs, add_singlevecs): New functions.
14078 (main): Call add_some_intvecs twice.
14079 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14080 the compile and exit upon failure. Try compiling for the "native"
14081 architecture. Test inferior function calls with vector arguments
14082 and vector return value handling with "finish" and "return".
14083
c74f7d1c
JT
140842015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14085
14086 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14087 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14088 PE file.
14089 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14090
98aa42ee
AT
140912015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14092
14093 PR breakpoints/16465
14094 * gdb.mi/mi-dprintf-pending.c: New file.
14095 * gdb.mi/mi-dprintf-pending.exp: New test.
14096 * gdb.mi/mi-dprintf-pendshr.c: New file.
14097
7d73c23c 140982015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 14099 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
14100
14101 * gdb.arch/i386-mpx-map.c: New file.
14102 * gdb.arch/i386-mpx-map.exp: New File.
14103
141042015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14105
14106 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14107 * gdb.arch/i386-mpx.exp: Indentation fixed.
14108
141092015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14110
14111 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14112 function and improved indentation.
14113 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14114 gdb_test_multiple. Added additional tests to skip the test.
14115
141162015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14117
14118 * gdb.arch/i386-avx512.c: Change path in include file.
14119 * gdb.arch/i386-avx512.exp: Change include dir path
14120 compilation flag.
14121 * gdb.arch/i386-mpx.c: Change path in include file.
14122 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14123 flag.
14124
d5eba19a
JK
141252015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14126
14127 * gdb.compile/compile-print.exp (compile print *vararray@3)
14128 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14129
7f361056
JK
141302015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14131
14132 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14133 (do not keep jit in memory): ... this.
14134 (expect 5): Change it to ...
14135 (expect no 5): ... this.
14136
3b462ec2
SM
141372015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14138
14139 PR gdb/15564
14140 * gdb.mi/mi-detach.exp: New file.
14141
e0619de6
JK
141422015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14143
14144 PR symtab/18392
14145 * gdb.arch/amd64-tailcall-self.S: New file.
14146 * gdb.arch/amd64-tailcall-self.c: New file.
14147 * gdb.arch/amd64-tailcall-self.exp: New file.
14148
e970cb34
DB
141492015-05-28 Don Breazeal <donb@codesourcery.com>
14150
14151 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14152 tests for remote targets by checking is_target_gdbserver.
14153
b2e2f908
DE
141542015-05-27 Doug Evans <dje@google.com>
14155
14156 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14157 * gdb.dwarf2/opaque-type-lookup.c: New file.
14158 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14159
82c7be31
DE
141602015-05-26 Doug Evans <dje@google.com>
14161
14162 * gdb.cp/iostream.cc: New file.
14163 * gdb.cp/iostream.exp: New file.
14164
b4f54984
DE
141652015-05-26 Doug Evans <dje@google.com>
14166
14167 * gdb.dwarf2/dw2-op-call.exp: Update.
14168 * gdb.dwarf2/dw4-sig-types.exp: Update.
14169 * gdb.dwarf2/implptr.exp: Update.
14170 * gdb.mi/mi-cmd-param-changed.exp: Update.
14171
4ea6efe9
DE
141722015-05-26 Doug Evans <dje@google.com>
14173
14174 * gdb.python/py-lazy-string.c: New file.
14175 * gdb.python/py-lazy-string.exp: New file.
14176 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14177 (main): Update. Add estring3.
14178 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14179 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14180
f6bb7db3
YQ
141812015-05-26 Omair Javaid <omair.javaid@linaro.org>
14182 Yao Qi <yao.qi@linaro.org>
14183
14184 * gdb.reverse/aarch64.c: New.
14185 * gdb.reverse/aarch64.exp: New.
14186
a81bfbd0
OJ
141872015-05-26 Omair Javaid <omair.javaid@linaro.org>
14188
25d49b86
PA
14189 * lib/gdb.exp (supports_process_record): Return true for
14190 aarch64*-linux*.
a81bfbd0
OJ
14191 (supports_reverse): Likewise.
14192
158bf1b4
PP
141932015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14194
14195 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14196 Use with_test_prefix.
14197
a0145030
AB
141982015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14199
14200 * gdb.base/completion.exp: Add test for completion of layout
14201 names.
14202
ebe3b578
AB
142032015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14204
14205 * lib/gdb.exp (skip_tui_tests): New proc.
14206 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14207
84204ed7
PA
142082015-05-19 Pedro Alves <palves@redhat.com>
14209
14210 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14211 Save the whole env array instead of just HOME. Unset HISTSIZE in
14212 the environment while testing. Restore whole environment
14213 afterwards.
14214
37442ce1
DE
142152015-05-16 Doug Evans <xdje42@gmail.com>
14216
14217 * gdb.guile/scm-ports.c: New file.
14218 * gdb.guile/scm-ports.exp: Add memory port tests.
14219
36de76f9
JK
142202015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14221
14222 * gdb.compile/compile-print.c: New file.
14223 * gdb.compile/compile-print.exp: New file.
14224
3a9558c4
JK
142252015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14226
14227 * gdb.compile/compile-ops.exp: Cast param to void.
14228 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14229 (compile code struct_object.selffield = &struct_object): Add xfail.
14230
aa715135
JG
142312015-05-15 Joel Brobecker <brobecker@adacore.com>
14232
14233 * gdb.ada/arr_enum_with_gap: New testcase.
14234
931e5bc3
JG
142352015-05-15 Joel Brobecker <brobecker@adacore.com>
14236
14237 * gdb.ada/byte_packed_arr: New testcase.
14238
9cd4d857
JB
142392015-05-15 Joel Brobecker <brobecker@adacore.com>
14240
14241 * gdb.ada/pckd_neg: New testcase.
14242
ebfd00d2
PP
142432015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14244
14245 PR gdb/17820
14246 * gdb.base/gdbinit-history.exp: New test.
14247 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14248 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14249
4c082a81
SC
142502015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14251
14252 * gdb.python/py-xmethods.cc: Enhance test case.
14253 * gdb.python/py-xmethods.exp: New tests.
14254 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14255 function.
14256 (B_indexoper): Likewise.
14257 (global_dm_list) : Add new xmethod worker functions.
14258
f7797074
SDJ
142592015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14260
14261 * gdb.base/coredump-filter.exp: Correctly unset
14262 "coredump_var_addr" array.
14263
a4674e4e
PA
142642015-05-08 Pedro Alves <palves@redhat.com>
14265
14266 * gdb.server/non-existing-program.exp: Unset spawn_id.
14267
df2eb078
SC
142682015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14269
14270 PR python/18291
14271 * gdb.python/py-xmethods.exp: Add tests.
14272
422349a3
YQ
142732015-05-08 Yao Qi <yao.qi@linaro.org>
14274
14275 PR gdb/18208
14276 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14277 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14278 function set_coredump_filter, and remove remote_exec call.
14279 Remove argument ipid. Callers update.
14280 (top level): Don't get inferior's PID.
14281
63fc80ce
AA
142822015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14283
14284 * gdb.base/watch_thread_num.exp: Skip test on targets without
14285 access watchpoints.
14286
80ad801e
PA
142872015-05-06 Pedro Alves <palves@redhat.com>
14288
14289 PR server/18081
14290 * gdb.server/non-existing-program.exp: New file.
14291
0fa7fe50
JB
142922015-05-05 Joel Brobecker <brobecker@adacore.com>
14293
14294 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14295
3ea89b92
PMR
142962015-05-05 Joel Brobecker <brobecker@adacore.com>
14297
14298 * gdb.ada/out_of_line_in_inlined: New testcase.
14299
87b8eff0
JB
143002015-05-05 Joel Brobecker <brobecker@adacore.com>
14301
14302 * gdb.ada/var_rec_arr: New testcase.
14303
5fccc635
YQ
143042015-04-30 Yao Qi <yao.qi@linaro.org>
14305
14306 * gdb.base/break-idempotent.exp: If
14307 skip_hw_watchpoint_multi_tests returns true, skip the tests
14308 on "rwatch" and "awatch".
14309
42d38f42
YQ
143102015-04-30 Yao Qi <yao.qi@linaro.org>
14311
14312 * gdb.base/relativedebug.exp: Invoke gdb command
14313 "info sharedlibrary", and if libc.so doesn't have debug info,
14314 skip the test.
14315
2ce1cdbf
DE
143162015-04-29 Doug Evans <dje@google.com>
14317
14318 * gdb.python/py-xmethods.exp: Add ptype tests.
14319 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14320 get_result_type method.
14321
f24a38c5
LM
143222015-04-29 Luis Machado <lgustavo@codesourcery.com>
14323
14324 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14325 the target does not support hardware watchpoints.
14326
ecbf2b3c
LM
143272015-04-29 Luis Machado <lgustavo@codesourcery.com>
14328
14329 * gdb.base/break-always.exp: Abort testing if writing to memory
14330 causes an error.
14331
34f5f757
DE
143322015-04-28 Doug Evans <dje@google.com>
14333
14334 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14335 * gdb.python/py-pp-registration.exp: ... here. New file.
14336 * gdb.python/py-pp-registration.c: New file.
14337 * gdb.python/py-pp-registration.py: New file.
14338
69b4374a
DE
143392015-04-28 Doug Evans <dje@google.com>
14340
14341 * gdb.python/py-bad-printers.c: New file.
14342 * gdb.python/py-bad-printers.py: New file.
14343 * gdb.python/py-bad-printers.exp: New file.
14344
59fb7612
SS
143452015-04-28 Sasha Smundak <asmundak@google.com>
14346
14347 * gdb.python/py-type.exp: New test.
14348
2631b16a
AW
143492015-04-28 Andy Wingo <wingo@igalia.com>
14350
14351 * gdb.python/py-parameter.exp:
14352 * gdb.guile/scm-parameter.exp: Escape the path that we are
14353 matching against, as it might contain characters that are special
14354 to regular expressions.
14355
460efde1
JB
143562015-04-27 Joel Brobecker <brobecker@adacore.com>
14357
14358 * gdb.ada/rec_comp: New testcase.
14359
2d369d8e
SDJ
143602015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14361
14362 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14363 before using it.
14364
cf75d6c3
AB
143652015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14366
14367 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14368 new tests for verilog output.
14369
8dbe7ca5
YQ
143702015-04-24 Yao Qi <yao.qi@linaro.org>
14371
14372 * boards/remote-gdbserver-on-localhost.exp: New file.
14373
4ef9fb2f
PA
143742015-04-23 Pedro Alves <palves@redhat.com>
14375
14376 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14377 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14378 "end of file", remove $inferior_spawn_id from the indirect list.
14379
0a803169
PA
143802015-04-23 Pedro Alves <palves@redhat.com>
14381
14382 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14383
749ef8f8
PA
143842015-04-23 Pedro Alves <palves@redhat.com>
14385
14386 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14387 on $any_spawn_id instead of only on $gdb_spawn_id.
14388
8aae4344
PM
143892015-04-21 Pierre Muller <muller@sourceware.org>
14390
14391 PR pascal/17815
14392 * lib/pascal.exp (gpc_compile): Add new option "class".
14393 (fpc_compile): Likewise.
14394 * gdb.pascal/case-insensitive-symbols.pas: New file.
14395 * gdb.pascal/case-insensitive-symbols.exp: New file.
14396
1586c8fb
GB
143972015-04-20 Gary Benson <gbenson@redhat.com>
14398
14399 * gdb.base/attach.exp: Fix three extended remote failures.
14400
1b6e6f5c
GB
144012015-04-17 Gary Benson <gbenson@redhat.com>
14402
14403 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14404 the main executable over the remote protocol.
14405
e797481d
PA
144062015-04-16 Pedro Alves <palves@redhat.com>
14407
14408 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14409 a new gdbserver if gdbserver_reconnect_p is set.
14410
1ca99c42
PA
144112015-04-16 Pedro Alves <palves@redhat.com>
14412
14413 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14414 is set, don't exit gdbserver.
14415
af9fd6f8
AA
144162015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14417
14418 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14419 appropriate .insn, such that an older assembler can be used.
14420 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14421 the z/Architecture instruction set on 31-bit targets as well.
14422
04ff1e61
AA
144232015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14424
14425 * gdb.go/handcall.exp: Remove all logic related to the first
14426 breakpoint and rely on go_runto_main instead.
14427 * gdb.go/strings.exp: Likewise.
14428 * gdb.go/unsafe.exp: Likewise.
14429 * gdb.go/hello.exp: Likewise. Also rename the remaining
14430 breakpoint marker to "breakpoint 1".
14431 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14432 * gdb.go/strings.go: Likewise.
14433 * gdb.go/unsafe.go: Likewise.
14434 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14435 "set breakpoint 2 here" and rename the remaining breakpoint marker
14436 to "breakpoint 1".
14437
40d2f8d6
SM
144382015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14439
14440 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14441 if itertools.imap is not present.
14442 * gdb.python/py-objfile.exp: Add parentheses.
14443 * gdb.python/py-type.exp: Same.
14444 * gdb.python/py-unwind-maint.py: Same.
14445
8cbc97c6
YQ
144462015-04-15 Yao Qi <yao.qi@linaro.org>
14447
14448 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14449 of ":$ptr_size" and set its form explicitly.
14450
45fd756c
YQ
144512015-04-15 Pedro Alves <palves@redhat.com>
14452 Yao Qi <yao.qi@linaro.org>
14453
14454 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14455 timeout by factor of 4.
14456 (test_regular_watch): Likewise.
14457 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14458 * gdb.reverse/sigall-reverse.exp: Likewise.
14459 * gdb.reverse/until-precsave.exp: Likewise.
14460 * lib/gdb.exp (with_timeout_factor): New proc.
14461 (gdb_expect): Move some code to ...
14462 (get_largest_timeout): ... here. New procedure.
14463
9e811bc3
LM
144642015-04-14 Luis Machado <lgustavo@codesourcery.com>
14465
14466 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14467
0ff6fcb2
LM
144682015-04-13 Luis Machado <lgustavo@codesourcery.com>
14469
14470 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14471 to write to the .text section.
14472
7578d5f7
LM
144732015-04-13 Luis Machado <lgustavo@codesourcery.com>
14474
14475 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14476 Handle the case of targets that do not provide PID information.
14477
2efe15c4
YQ
144782015-04-13 Yao Qi <yao.qi@linaro.org>
14479
14480 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14481 and use expect instead of gdb_expect.
14482
8cd8f2f8
SDJ
144832015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14484
14485 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14486 "coredump_var_addr" to avoid naming conflict with other testcases.
14487
9ee41772
PA
144882015-04-10 Pedro Alves <palves@redhat.com>
14489
14490 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14491 gdb_test_sequence and gdb_assert.
14492
07473109
PA
144932015-04-10 Pedro Alves <palves@redhat.com>
14494
14495 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14496 test messages that don't include the breakpoint address.
14497
de3db44c
YQ
144982015-04-10 Yao Qi <yao.qi@linaro.org>
14499
14500 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14501 false for some offset and width combinations which aren't
14502 supported by linux kernel.
14503
c79d856c
PA
145042015-04-10 Pedro Alves <palves@redhat.com>
14505
14506 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14507 procedure, factored out from ...
14508 (top level): ... here. Add "set displaced-stepping" testing axis.
14509 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14510 parameter "displaced". Use it.
14511 (top level): Use foreach and add "set displaced-stepping" testing
14512 axis.
14513
ebc90b50
PA
145142015-04-10 Pedro Alves <palves@redhat.com>
14515
14516 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14517 Remove comment.
14518 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14519 both the address of the instruction that triggers the watchpoint
14520 and the address of the instruction immediately after, and use
14521 those addresses for the test. Fix comment.
14522
8f572e5c
PA
145232015-04-10 Pedro Alves <palves@redhat.com>
14524
14525 * gdb.base/sigstep.exp (breakpoint_to_handler)
14526 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14527 Test "backtrace" in handler.
14528 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14529 (top level): Add new "displaced" test axis to
14530 breakpoint_to_handler, breakpoint_to_handler_entry and
14531 breakpoint_over_handler.
14532
8d707a12
PA
145332015-04-10 Pedro Alves <palves@redhat.com>
14534
14535 PR gdb/18216
14536 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14537
ef713951
YQ
145382015-04-10 Yao Qi <yao.qi@linaro.org>
14539
14540 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14541 (test_add_rn_pc): New function.
14542 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14543 (top level): Invoke test_add_rn_pc.
14544
906d60cf
PA
145452015-04-10 Pedro Alves <palves@redhat.com>
14546
14547 PR gdb/13858
14548 * gdb.base/step-over-no-symbols.exp: New file.
14549
f2983cc3
AW
145502015-04-09 Andy Wingo <wingo@igalia.com>
14551
14552 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14553 after the Python tests.
14554
6d62641c
SDJ
145552015-04-08 Keith Seitz <keiths@redhat.com>
14556
14557 PR python/16699
14558 * gdb.python/py-completion.exp: New tests for completion.
14559 * gdb.python/py-completion.py (CompleteLimit1): New class.
14560 (CompleteLimit2): Likewise.
14561 (CompleteLimit3): Likewise.
14562 (CompleteLimit4): Likewise.
14563 (CompleteLimit5): Likewise.
14564 (CompleteLimit6): Likewise.
14565 (CompleteLimit7): Likewise.
14566
f3770638
PA
145672015-04-08 Pedro Alves <palves@redhat.com>
14568
14569 PR gdb/18214
14570 PR gdb/18216
14571 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14572 function.
14573 (main): Install it as SIGUSR1 handler.
14574 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14575 parameter. Always use "setup" as prefix. Toggle "set
14576 displaced-stepping" off/on depending on global. Don't switch to
14577 thread 1 here.
14578 (top level): Add displaced stepping "off/on" test axis. Update
14579 "setup" calls. Wrap each subtest with with_test_prefix. Test
14580 continuing with a queued signal in each thread.
14581
4496bed7
PA
145822015-04-08 Pedro Alves <palves@redhat.com>
14583
14584 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14585 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14586 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14587 Return early if running to main fails.
14588 * gdb.trace/while-stepping.exp: Likewise.
14589
b97fde92
PA
145902015-04-07 Pedro Alves <palves@redhat.com>
14591
14592 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14593 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14594 interact with inferior program.
14595
f71c18e7
PA
145962015-04-07 Pedro Alves <palves@redhat.com>
14597
14598 * lib/gdb.exp (inferior_spawn_id): New global.
14599 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14600 spawn id after processing the user code.
14601 (default_gdb_start): Set inferior_spawn_id.
14602 (send_inferior): New procedure.
14603 * lib/gdbserver-support.exp (gdbserver_start): Set
14604 inferior_spawn_id.
14605 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14606
6423214f
PA
146072015-04-07 Pedro Alves <palves@redhat.com>
14608
14609 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14610 * lib/gdbserver-support.exp (gdbserver_start): Make
14611 $server_spawn_id global.
14612 (gdbserver_start): Don't wait for gdbserver's spawn id with
14613 expect_background.
14614 (close_gdbserver): New procedure.
14615 (gdb_exit): Rename the default version and reimplement.
14616
71c0ee8c
PA
146172015-04-07 Pedro Alves <palves@redhat.com>
14618
72f4393d 14619 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
14620 append the substituted item, not the original item.
14621
203bc29b
PA
146222015-04-07 Pedro Alves <palves@redhat.com>
14623
14624 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14625 gdb_expect.
14626
508a3ddf
PA
146272015-04-07 Pedro Alves <palves@redhat.com>
14628
14629 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14630 output appearing once only.
14631
9f6dbe2b
PA
146322015-04-07 Pedro Alves <palves@redhat.com>
14633
14634 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14635 that doesn't expect anything. Return early if running to main
14636 fails.
14637
337532fa
YQ
146382015-04-07 Yao Qi <yao.qi@linaro.org>
14639
14640 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14641 (child_function): Call alarm.
14642 (main): Move call to alarm into the loop.
14643 * gdb.threads/non-stop-fair-events.exp: Build program with
14644 -DTIMEOUT=$timeout.
14645
01b622d4
DE
146462015-04-06 Doug Evans <xdje42@gmail.com>
14647
14648 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14649 Fix dest parameter to board_info.
14650 (fpc_compile): Ditto.
14651 (gdb_compile_pascal): Rename dest arg to destfile.
14652
961f4160
PMR
146532015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14654
14655 * gdb.ada/funcall_ref.exp: New file.
14656 * gdb.ada/funcall_ref/foo.adb: New file.
14657
cafda597
YQ
146582015-04-02 Yao Qi <yao.qi@linaro.org>
14659
14660 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14661 is remote.
14662
fed040c6
GB
146632015-04-02 Gary Benson <gbenson@redhat.com>
14664
14665 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14666
d11916aa
SS
146672015-04-01 Sasha Smundak <asmundak@google.com>
14668
14669 * gdb.python/py-unwind-maint.c: New file.
14670 * gdb.python/py-unwind-maint.exp: New test.
14671 * gdb.python/py-unwind-maint.py: New file.
14672 * gdb.python/py-unwind.c: New file.
14673 * gdb.python/py-unwind.exp: New test.
14674 * gdb.python/py-unwind.py: New test.
14675
a1471180
PA
146762015-04-01 Pedro Alves <palves@redhat.com>
14677
14678 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14679 to fail instead of non-existent $test.
14680
0bbeccb1
PA
146812015-04-01 Pedro Alves <palves@redhat.com>
14682
14683 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14684 GDBFLAGS if not empty.
14685
3c724c8c
PMR
146862015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14687
14688 * gdb.ada/complete.exp: Remove "multi_line".
14689 * gdb.ada/info_exc.exp: Remove "multi_line".
14690 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14691 * gdb.ada/ptype_field.exp: Remove "multi_line".
14692 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14693 * gdb.ada/tagged.exp: Remove "multi_line".
14694 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14695 [multi_line ...]
14696 * gdb.btrace/delta.exp: Likewise.
14697 * gdb.btrace/exception.exp: Likewise.
14698 * gdb.btrace/function_call_history.exp: Likewise.
14699 * gdb.btrace/instruction_history.exp: Likewise.
14700 * gdb.btrace/nohist.exp: Likewise.
14701 * gdb.btrace/record_goto.exp: Likewise.
14702 * gdb.btrace/segv.exp: Likewise.
14703 * gdb.btrace/stepi.exp: Likewise.
14704 * gdb.btrace/tailcall.exp: Likewise.
14705 * gdb.btrace/unknown_functions.exp: Likewise.
14706 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14707 * lib/gdb.exp: Add the "multi_line" helper.
14708
4eec2deb
PA
147092015-04-01 Pedro Alves <palves@redhat.com>
14710
14711 * gdb.threads/tid-reuse.c: New file.
14712 * gdb.threads/tid-reuse.exp: New file.
14713
df8411da
SDJ
147142015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14715
14716 PR corefiles/16092
14717 * gdb.base/coredump-filter.c: New file.
14718 * gdb.base/coredump-filter.exp: Likewise.
14719
6ef37366
PM
147202015-03-27 Petr Machata <pmachata@redhat.com>
14721
14722 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14723 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14724 (Dwarf::assemble): Initialize them.
14725 (Dwarf::lines): New function.
14726
7ec911b0
JT
147272015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14728
14729 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14730 SYMBOL_PREFIX for x86_64-*-cygwin.
14731
ff908ebf
AW
147322015-03-26 Andy Wingo <wingo@igalia.com>
14733
14734 PR symtab/18148
14735 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14736 const_value but not a location.
14737 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14738 location defined in non-main CUs are visible.
14739
6d5f0679
YQ
147402015-03-26 Yao Qi <yao.qi@linaro.org>
14741
14742 PR testsuite/18139
14743 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14744 Add a line number entry for the same line.
14745 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14746 Add a line number entry for the same line.
14747
2898689b
YQ
147482015-03-26 Yao Qi <yao.qi@linaro.org>
14749
14750 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14751 .int 0.
14752 (func): Likewise. Add .Lfunc_1 label.
14753 Use .Lfunc_1 label.
14754 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14755 .int 0.
14756 (func): Likewise.
14757 Use .Lfunc_1 label.
14758
85180498
YQ
147592015-03-26 Yao Qi <yao.qi@linaro.org>
14760
14761 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14762 Call gdb_compile instead to compile each .s files without debug
14763 information.
14764
8aa08a8d
YQ
147652015-03-26 Yao Qi <yao.qi@linaro.org>
14766
14767 * gdb.base/savedregs.exp (process_saved_regs): Make
14768 "Saved registers:" optional in the pattern.
14769
66849923
MM
147702015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14771
14772 * gdb.btrace/next.exp: Merged into step.exp.
14773 * gdb.btrace/finish.exp: Merged into step.exp.
14774 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14775 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14776 "record goto" and checking the exact replay position.
14777 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14778 check for "Recording format" in "info record" output.
14779 * gdb.btrace/record_goto.exp: Choose test file based on target.
14780 * gdb.btrace/x86-record_goto.S: Renamed into ...
14781 * gdb.btrace/x86_64-record_goto.S: ... this.
14782 * gdb.btrace/i686-record_goto.S: New.
14783 * gdb.btrace/x86-tailcall.S: Renamed into ...
14784 * gdb.btrace/x86_64-tailcall.S: ... this.
14785 * gdb.btrace/i686-tailcall.S: New.
14786 * gdb.btrace/x86-tailcall.c: Renamed into ...
14787 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14788 separate statements. Update test.
14789 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14790 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14791 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14792 * gdb.btrace/tailcall.exp: Choose test file based on target.
14793 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14794
11cc1b74
MM
147952015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14796
14797 * gdb.btrace/exception.exp: Increase BTS buffer size.
14798
a25d8bf9
PA
147992015-03-24 Pedro Alves <palves@redhat.com>
14800
14801 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14802
856e7dd6
PA
148032015-03-24 Pedro Alves <palves@redhat.com>
14804
14805 * gdb.threads/schedlock.exp (test_step): No longer expect that
14806 "set scheduler-locking step" with "next" over a function call runs
14807 threads unlocked.
14808
ad235a41
AT
148092015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14810
14811 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14812
15630549
AT
148132015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14814
14815 PR breakpoints/16466
14816 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14817 * gdb.mi/mi-pending.c (thread_func): New function.
14818 (int main): Add threading support required.
14819 * gdb.mi/mi-pending.exp: Add tests for this issue.
14820 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14821 (pendfunc2): Remove stdio dependency.
14822 * gdb.mi/mi-pendshr2.c: New file.
14823
693dca06
KS
148242015-03-23 Keith Seitz <keiths@redhat.com>
14825
14826 * gdb.linespec/keywords.c: New file.
14827 * gdb.linespec/keywords.exp: New file.
14828
7e993ebf
KS
148292015-03-23 Keith Seitz <keiths@redhat.com>
14830
14831 PR gdb/18021
14832 * gdb.dwarf2/staticvirtual.exp: New test.
14833
bc23328c
JK
148342015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14835
14836 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14837 * README: Remove HP-UX and gdb.hp.
14838 (configuration):
14839 * configure: Regenerate.
14840 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14841 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14842 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14843 gdb.hp/gdb.defects/Makefile.
14844 * gdb.hp/Makefile.in: File deleted.
14845 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14846 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14847 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14848 * gdb.hp/gdb.aCC/run.c: File deleted.
14849 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14850 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14851 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14852 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14853 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14854 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14855 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14856 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14857 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14858 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14859 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14860 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14861 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14862 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14863 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14864 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14865 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14866 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14867 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14868 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14869 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14870 * gdb.hp/gdb.compat/average.c: File deleted.
14871 * gdb.hp/gdb.compat/sum.c: File deleted.
14872 * gdb.hp/gdb.compat/xdb.c: File deleted.
14873 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14874 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14875 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14876 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14877 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14878 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14879 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14880 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14881 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14882 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14883 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14884 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14885 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14886 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14887 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14888 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14889 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14890 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14891 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14892 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14893 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14894 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14895 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14896 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14897 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14898 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14899 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14900 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14901 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14902 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14903 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14904 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14905 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14906 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14907 * gdb.hp/tools/odump: File deleted.
14908
8bf3b159
PA
149092015-03-19 Pedro Alves <palves@redhat.com>
14910
14911 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14912 (saw_thread_3): New globals.
14913 (top level): Increment them when an event for the corresponding
14914 thread is seen.
14915 (no thread starvation): New test.
14916
eb54c8bf
PA
149172015-03-19 Pedro Alves <palves@redhat.com>
14918
14919 * gdb.threads/continue-pending-status.c: New file.
14920 * gdb.threads/continue-pending-status.exp: New file.
14921
32d2e5d6
PA
149222015-03-18 Pedro Alves <palves@redhat.com>
14923
14924 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14925 Use gdb_is_target_remote instead of is_remote. Use
14926 gdb_test_multiple instead of gdb_expect. Exit early if
14927 gdb_test_multiple hits its internal matches. Tighten stepi tests
14928 expected output. Fail on exit with any signal, instead of just
14929 SIGILL.
14930
f68f11b7
YQ
149312015-03-18 Yao Qi <yao.qi@linaro.org>
14932
14933 PR tdep/18107
14934 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14935 variable.
14936 * gdb.base/catch-syscall.exp: Don't skip it on
14937 aarch64*-*-linux* target. Remove elements in all_syscalls.
14938 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14939 target.
14940 (setup_all_syscalls): New proc.
14941
ca5fd19b
YQ
149422015-03-16 Yao Qi <yao.qi@linaro.org>
14943
14944 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14945 (top level): Skip tests if valid_addr_p returns false for
14946 $cmd1 or $cmd2.
14947
85642ba0
AW
149482015-03-11 Andy Wingo <wingo@igalia.com>
14949
14950 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14951
e03f9645
YQ
149522015-03-11 Yao Qi <yao.qi@linaro.org>
14953
14954 * gdb.base/catch-syscall.exp: Fix typo in comments.
14955
5d0962b2
YQ
149562015-03-11 Yao Qi <yao.qi@linaro.org>
14957
14958 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14959
b2df3cef
PA
149602015-03-09 Pedro Alves <palves@redhat.com>
14961
14962 * dg-extract-results.py: Delete.
14963
ef878e53
PA
149642015-03-09 Pedro Alves <palves@redhat.com>
14965
14966 Merge dg-extract-results.sh from GCC upstream (r218843).
14967
14968 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14969 * dg-extract-results.sh: Use --text with grep to avoid issues with
14970 binary files. Fall back to cat -v, if that doesn't work.
14971
9494d219
PA
149722015-03-05 Pedro Alves <palves@redhat.com>
14973
14974 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14975
a8d9763a
SM
149762015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14977
14978 * lib/mi-support.exp (mi_expect_interrupt): Accept
14979 alternative event for when in all-stop mode.
14980
be9957b8
PA
149812015-03-04 Pedro Alves <palves@redhat.com>
14982
14983 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14984
d57be0f4 149852015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
14986
14987 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14988
c214c7cf
AA
149892015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14990
14991 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14992 regexps for GDB's current line display, accept a hex address
14993 preceding the line number.
14994
6d74a497
AA
149952015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14996
14997 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14998 the 'arch1' variable for "s390*-linux*" targets.
14999
511aee7c
PA
150002015-03-04 Pedro Alves <palves@redhat.com>
15001
15002 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15003 (main): Pass missing retval argument to pthread_join call.
15004
95e50b27
PA
150052015-03-02 Pedro Alves <palves@redhat.com>
15006
15007 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15008 (top level): Call do_test with non-stop as well.
15009
28054d69
PA
150102015-03-02 Pedro Alves <palves@redhat.com>
15011
15012 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15013 -1.
15014
4fa5d7b4
AA
150152015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15016
15017 * gdb.arch/s390-vregs.exp: New test.
15018 * gdb.arch/s390-vregs.S: New file.
15019
97c18565
PA
150202015-02-27 Pedro Alves <palves@redhat.com>
15021
15022 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15023 call to catch_command_errors.
15024 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15025 catch_command_errors.
15026
a37bfa30
PA
150272015-02-27 Pedro Alves <palves@redhat.com>
15028
15029 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15030 "true" for boolean result.
15031 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15032 prototype of main.
15033
6f98576f
PA
150342015-02-27 Pedro Alves <palves@redhat.com>
15035
15036 * lib/unbuffer_output.c: New file.
15037 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15038 (main): Call gdb_unbuffer_output.
15039
eba5ab56
YQ
150402015-02-27 Yao Qi <yao.qi@linaro.org>
15041
15042 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15043 target.
15044
0def5aaa
DE
150452015-02-26 Doug Evans <dje@google.com>
15046
15047 * gdb.cp/class2.cc (Dbase, D): New classes.
15048 (main): New local delta.
15049 * gdb.cp/class2.exp: Test printing delta.
15050 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15051 (dynbar): New global.
15052 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15053
081a1c2c
JK
150542015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15055
15056 * gdb.compile/compile-ifunc.c: New file.
15057 * gdb.compile/compile-ifunc.exp: New file.
15058
2f41223f
AT
150592015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15060
15061 * gdb.base/structs.exp: Check for correct struct on finish.
15062
03eddd80
YQ
150632015-02-26 Yao Qi <yao.qi@linaro.org>
15064
15065 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15066 is zero.
15067
80c57053
JK
150682015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15069
15070 * gdb.arch/cordic.ko.bz2: New file.
15071 * gdb.arch/cordic.ko.debug.bz2: New file.
15072 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15073
21613c12
YQ
150742015-02-25 Yao Qi <yao.qi@linaro.org>
15075
15076 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15077 aarch64*-*-* target.
15078
d8b901ed
PA
150792015-02-23 Pedro Alves <palves@redhat.com>
15080
15081 * lib/gdb.exp (delete_breakpoints): Rewrite using
15082 gdb_test_multiple.
15083
e5b85ead
PA
150842015-02-23 Pedro Alves <palves@redhat.com>
15085
15086 * gdb.base/info-os.c: Include stdlib.h.
15087
85c3a371
DE
150882015-02-22 Doug Evans <xdje42@gmail.com>
15089
15090 PR symtab/17855
15091 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15092 is read after symbols have been re-read.
15093 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15094 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15095
96553a0c
DE
150962015-02-21 Doug Evans <dje@google.com>
15097
15098 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15099
97a0c697
JK
151002015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15101
15102 PR corefiles/17808
15103 * gdb.arch/i386-biarch-core.core.bz2: New file.
15104 * gdb.arch/i386-biarch-core.exp: New file.
15105
a47cd6e9
PA
151062015-02-21 Pedro Alves <palves@redhat.com>
15107
15108 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15109 runto_main fails.
15110
c5facdc4
PA
151112015-02-20 Pedro Alves <palves@redhat.com>
15112
15113 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15114 info probes.
15115
2db9a427
PA
151162015-02-20 Pedro Alves <palves@redhat.com>
15117
15118 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15119
60fb7e9e
PA
151202015-02-20 Pedro Alves <palves@redhat.com>
15121
15122 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15123 clean_restart before gdb_target_supports_trace.
15124
5c5019c2
PA
151252015-02-20 Pedro Alves <palves@redhat.com>
15126
15127 PR threads/18006
15128 * gdb.threads/clone-thread_db.c: New file.
15129 * gdb.threads/clone-thread_db.exp: New file.
15130
c9587f88
AT
151312015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15132
15133 PR breakpoints/16812
15134 * gdb.base/catch-gdb-caused-signals.c: New file.
15135 * gdb.base/catch-gdb-caused-signals.exp: New file.
15136
f6a88844
JM
151372015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15138
15139 * configure: Regenerated.
15140 * configure.ac: Use GDB_AC_TRANSFORM.
15141 * aclocal.m4: sinclude ../transform.m4.
15142
497c491b
JM
151432015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15144
15145 * lib/dtrace.exp: New file.
15146 * gdb.base/dtrace-probe.exp: Likewise.
15147 * gdb.base/dtrace-probe.d: Likewise.
15148 * gdb.base/dtrace-probe.c: Likewise.
15149 * lib/pdtrace.in: Likewise.
15150 * configure.ac: Output variables with the transformed names of
15151 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15152 * configure: Regenerated.
15153
03e98035
JM
151542015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15155
15156 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15157 expected message when trying to access $_probe_* convenience
15158 variables while not on a probe.
15159
63cc30e9
JK
151602015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15161
15162 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15163
0703599a
PA
151642015-02-11 Pedro Alves <pedro@codesourcery.com>
15165
15166 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15167 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15168
7e60a48e
DE
151692015-02-10 Doug Evans <xdje42@gmail.com>
15170
15171 * lib/gdb.exp (gdb_load): Always return a result.
15172
01b088bc
PA
151732015-02-10 Pedro Alves <palves@redhat.com>
15174
15175 * gdb.threads/signal-sigtrap.c: New file.
15176 * gdb.threads/signal-sigtrap.exp: New file.
15177
b05ec7a5
AT
151782015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15179
15180 * gdb.trace/no-attach-trace.c: New file.
15181 * gdb.trace/no-attach-trace.exp: New file.
15182
a2c2acaf
MW
151832015-02-09 Mark Wielaard <mjw@redhat.com>
15184
15185 * gdb.dwarf2/atomic.c: New file.
15186 * gdb.dwarf2/atomic-type.exp: Likewise.
15187
31fd9caa
MM
151882015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15189
15190 * gdb.btrace/buffer-size.exp: Update "info record" output.
15191 * gdb.btrace/delta.exp: Update "info record" output.
15192 * gdb.btrace/enable.exp: Update "info record" output.
15193 * gdb.btrace/finish.exp: Update "info record" output.
15194 * gdb.btrace/instruction_history.exp: Update "info record" output.
15195 * gdb.btrace/next.exp: Update "info record" output.
15196 * gdb.btrace/nexti.exp: Update "info record" output.
15197 * gdb.btrace/step.exp: Update "info record" output.
15198 * gdb.btrace/stepi.exp: Update "info record" output.
15199 * gdb.btrace/nohist.exp: Update "info record" output.
15200
d33501a5
MM
152012015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15202
15203 * gdb.btrace/buffer-size: New.
15204
f4abbc16
MM
152052015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15206
15207 * gdb.btrace/delta.exp: Update "info record" output.
15208 * gdb.btrace/enable.exp: Update "info record" output.
15209 * gdb.btrace/finish.exp: Update "info record" output.
15210 * gdb.btrace/instruction_history.exp: Update "info record" output.
15211 * gdb.btrace/next.exp: Update "info record" output.
15212 * gdb.btrace/nexti.exp: Update "info record" output.
15213 * gdb.btrace/step.exp: Update "info record" output.
15214 * gdb.btrace/stepi.exp: Update "info record" output.
15215 * gdb.btrace/nohist.exp: Update "info record" output.
15216
b9d61307
SM
152172015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15218
15219 PR gdb/15678
15220 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15221
e584fdbc
PA
152222015-02-06 Pedro Alves <palves@redhat.com>
15223
15224 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15225 macro.
15226 (seconds_left, again): New globals.
15227 (main): Wait seconds_left in a 1-second sleep loop instead of
15228 sleeping 180 seconds. If 'again' is set, reset the seconds
15229 counter.
15230 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15231 'again' in the inferior before detaching. Print the seconds left.
15232 (options): New global.
15233 (top level): Build program with -DTIMEOUT=$timeout.
15234
77f41761
PA
152352015-02-06 Pedro Alves <palves@redhat.com>
15236
15237 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15238 determine how many seconds to pass to 'alarm'.
15239 * gdb.base/gdb-sigterm.exp (top level): Build program with
15240 -DTIMEOUT=$timeout.
15241 (do_test): Return success/failure indication. Add more verbose
15242 logging. Don't fail if 200 single steps are seen. Instead, fail
15243 when the test times out.
15244 (passes): New global.
15245 (top level): Break the testing loop if testing fails on any
15246 iteration. Use gdb_assert.
15247
b9394193
DB
152482015-02-04 Don Breazeal <donb@codesourcery.com>
15249
15250 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15251 and initialize them.
15252 (ipc_cleanup): New function.
15253 (main): Don't declare shmid, semid, and msqid. Add a call to
15254 atexit so that we call ipc_cleanup on exit.
15255
42d9e528
PA
152562015-02-04 Pedro Alves <palves@redhat.com>
15257
15258 * boards/native-extended-gdbserver.exp: Remove any target variant
15259 specifications from the board name before clearing the isremote
15260 flag from board_info.
15261
ae6ae975
DE
152622015-01-31 Doug Evans <xdje42@gmail.com>
15263
15264 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15265
cfb069a8
GB
152662015-01-31 Gary Benson <gbenson@redhat.com>
15267
15268 * gdb.base/completion.exp: Disable completion limiting for
15269 existing tests. Add new tests to check completion limiting.
15270 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15271
5dd31d79
DE
152722015-01-31 Doug Evans <xdje42@gmail.com>
15273
15274 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15275
9f050062
DE
152762015-01-31 Doug Evans <xdje42@gmail.com>
15277
15278 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15279 entries. Duplicate file section script entries.
15280 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15281 inlined entries. Add test for safe-path rejection.
15282 * gdb.python/py-section-script.c: Add duplicate inlined section script
15283 entries. Duplicate file section script entries.
15284 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15285 inlined entries. Add test for safe-path rejection.
15286
df25ebbd
JB
152872015-01-29 Joel Brobecker <brobecker@adacore.com>
15288
15289 * gdb.ada/disc_arr_bound: New testcase.
15290
4a0ca9ec
JB
152912015-01-29 Joel Brobecker <brobecker@adacore.com>
15292
15293 * gdb.ada/mi_var_array: New testcase.
15294
3a8b707a
DE
152952015-01-27 Doug Evans <dje@google.com>
15296
15297 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15298 Add test for objfile.filename, objfile.username after objfile
15299 has been unloaded.
15300
f8313f6e
JB
153012015-01-26 Joel Brobecker <brobecker@adacore.com>
15302
15303 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15304 the second test to print the name attribute of value
15305 returned by the call to gdb.lookup_type, and adjust
15306 the expected output accordingly.
15307
37bc665e
MW
153082015-01-25 Mark Wielaard <mjw@redhat.com>
15309
15310 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15311 * gdb.base/disp-step-fork.c: Include unistd.h.
15312 * gdb.base/siginfo-obj.c: Include stdio.h.
15313 * gdb.base/siginfo-thread.c: Likewise.
15314 * gdb.mi/non-stop.c: Include unistd.h.
15315 * gdb.mi/nsthrexec.c: Include stdio.h.
15316 * gdb.mi/pthreads.c: Include unistd.h.
15317 * gdb.modula2/unbounded1.c (main): Declare returns int.
15318 * gdb.reverse/consecutive-reverse.c: Likewise.
15319 * gdb.threads/create-fail.c: Include unistd.h.
15320 * gdb.threads/killed.c: Likewise.
15321 * gdb.threads/linux-dp.c: Likewise.
15322 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15323 * gdb.threads/non-ldr-exc-2.c: Likewise.
15324 * gdb.threads/non-ldr-exc-3.c: Likewise.
15325 * gdb.threads/non-ldr-exc-4.c: Likewise.
15326 * gdb.threads/pthreads.c: Include unistd.h.
15327 (main): Declare returns int.
15328 * gdb.threads/tls-main.c (foo): New declaration.
15329 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15330
f7e5394d
SM
153312015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15332
15333 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15334 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15335
743649fd
MW
153362015-01-15 Mark Wielaard <mjw@redhat.com>
15337
15338 * gdb.base/noreturn-return.c: New file.
15339 * gdb.base/noreturn-return.exp: New file.
15340 * gdb.base/noreturn-finish.c: New file.
15341 * gdb.base/noreturn-finish.exp: New file.
15342
198297aa
PA
153432015-01-23 Pedro Alves <palves@redhat.com>
15344
15345 * gdb.threads/continue-pending-after-query.c: New file.
15346 * gdb.threads/continue-pending-after-query.exp: New file.
15347
717cf30c
AG
153482015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15349 Simon Marchi <simon.marchi@ericsson.com>
15350
15351 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15352 * gdb.base/valgrind-db-attach.exp: Same.
15353 * gdb.base/valgrind-infcall.exp: Same.
15354 * lib/mi-support.exp (default_mi_gdb_start): Same.
15355 * lib/prompt.exp (default_prompt_gdb_start): Same.
15356 * lib/gdb.exp (default_gdb_spawn): Same.
15357 (gdb_interact): New.
15358
15359
4b62a76e
JK
153602015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15361
15362 * gdb.compile/compile.exp (pointer to jit function): New test.
15363
b4cdae6f
WW
153642015-01-17 Wei-cheng Wang <cole945@gmail.com>
15365
15366 * lib/gdb.exp (supports_process_record): Return true for
15367 powerpc*-*-linux*.
15368 (supports_reverse): Likewise.
15369
d221e7ef
DB
153702015-01-15 Don Breazeal <donb@codesourcery.com>
15371
15372 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15373 instead of checking whether the target board is remote and
15374 use spawn_wait_for_attach instead of exec/sleep.
15375 * gdb.base/attach-twice.exp: Likewise.
15376
bafffb51
JB
153772015-01-15 Joel Brobecker <brobecker@adacore.com>
15378
15379 * gdb.ada/var_arr_attrs: New testcase.
15380
5589af0e
PA
153812015-01-14 Pedro Alves <palves@redhat.com>
15382 Joel Brobecker <brobecker@adacore.com>
15383
15384 PR gdb/17525
15385 * gdb.base/bp-cmds-execution-x-script.c: New file.
15386 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15387 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15388
6c400b59
PA
153892015-01-14 Pedro Alves <palves@redhat.com>
15390
15391 PR cli/17828
15392 * gdb.base/batch-preserve-term-settings.c: New file.
15393 * gdb.base/batch-preserve-term-settings.exp: New file.
15394
e02c96a7
DE
153952015-01-13 Doug Evans <dje@google.com>
15396
15397 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15398 binary.
15399
576fd14c
JB
154002015-01-13 Joel Brobecker <brobecker@adacore.com>
15401
15402 * Makefile.in (clean mostlyclean): Do not delete *.py.
15403
04dccad0
JB
154042015-01-13 Joel Brobecker <brobecker@adacore.com>
15405
15406 * gdb.python/py-lookup-type.exp: New file.
15407
3d230f71
PA
154082015-01-12 Pedro Alves <palves@redhat.com>
15409
15410 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15411 restore GDBFLAGS before returning.
15412
7e67715d
JK
154132015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15414
15415 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15416 is_amd64_regs_target and is_x86_like_target.
15417
f2e0d4b4
DE
154182015-01-11 Doug Evans <xdje42@gmail.com>
15419
15420 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15421 is given without an explicit form.
15422 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15423 attributes.
15424 * gdb.dwarf/corrupt.exp: Ditto.
15425 * gdb.dwarf2/enum-type.exp: Ditto.
15426 * gdb.trace/entry-values.exp: Ditto.
15427 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15428
439250fb
DE
154292015-01-11 Doug Evans <xdje42@gmail.com>
15430
15431 PR gdb/15830
15432 * gdb.base/maint.exp: Remove references to "maint demangle".
15433 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15434 Add tests for explicitly specifying language to demangle.
15435 * gdb.dlang/demangle.exp: Ditto.
15436
ede9f622
PA
154372015-01-09 Pedro Alves <palves@redhat.com>
15438
15439 * gdb.threads/non-stop-fair-events.c: New file.
15440 * gdb.threads/non-stop-fair-events.exp: New file.
15441
a7b796db
PA
154422015-01-09 Pedro Alves <palves@redhat.com>
15443
15444 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15445 the global scope. Set a breakpoint after all threads are started
15446 rather than stepping over two source lines. Expect the prompt.
15447 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15448 global.
15449 (NUM): Now 15.
15450 (main): Use threads_started_barrier to wait for all threads to
15451 start. Main thread no longer calls thread_function. Exit after
15452 180 seconds.
15453 (loop): New function.
15454 (thread_function): Wait on threads_started_barrier barrier. Call
15455 'loop' at each iteration.
15456 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15457 threads have started, instead of hardcoding number of "next"
15458 steps. Use an access watchpoint instead of a write watchpoint.
15459
9665ffdd
PA
154602015-01-09 Pedro Alves <palves@redhat.com>
15461
15462 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15463 (thread_func): Wait on barrier.
15464 (main): Wait for all threads to start before stopping GDB.
15465 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15466 global.
15467 (thread1_func, thread2_func): Wait on barrier.
15468 (main): Wait for all threads to start before stopping GDB.
15469 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15470 New global.
15471 (thread1_func, thread2_func): Wait on barrier.
15472 (main): Wait for all threads to start before stopping GDB.
15473
c945a99f
PA
154742015-01-09 Pedro Alves <palves@redhat.com>
15475
15476 * gdb.threads/attach-many-short-lived-threads.c: New file.
15477 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15478
c1a747c1
PA
154792014-01-09 Pedro Alves <palves@redhat.com>
15480
15481 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15482 instead of to thread 2.
15483 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15484 Add barrier around each pthread_create call instead of around all
15485 calls.
15486 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15487 Set a break on thread_function and have the child threads hit it
15488 one at at a time.
15489
60b3033e
PA
154902015-01-09 Pedro Alves <palves@redhat.com>
15491
15492 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15493 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15494 false.
15495 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15496 checking whether the target board is remote.
15497 * gdb.multi/multi-attach.exp: Likewise.
15498 * gdb.python/py-sync-interp.exp: Likewise.
15499 * gdb.server/ext-attach.exp: Likewise.
15500 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15501 tests that need to attach, instead of checking whether the target
15502 board is remote at the top of the file.
15503
acc018ac
YQ
155042015-01-08 Yao Qi <yao@codesourcery.com>
15505
15506 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15507
50a18af8
JK
155082015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15509
15510 Fix testcase compilation.
15511 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15512
8503d6e1
JB
155132015-01-06 Joel Brobecker <brobecker@adacore.com>
15514
15515 * gdb.python/py-type.exp: Add a couple test about empty
15516 array creation, and negative-length array creation.
15517
cc73dbcc
DE
155182015-01-02 Doug Evans <xdje42@gmail.com>
15519
15520 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15521
0300bbc7
DE
155222015-01-02 Doug Evans <dje@google.com>
15523
15524 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15525
9d85a0ec
YQ
155262014-12-29 Yao Qi <yao@codesourcery.com>
15527
15528 * gdb.trace/entry-values.exp: Update comments. Rename variable
15529 bar_call_foo to returned_from_foo.
15530
87186c6a
MMN
155312014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15532
15533 PR gdb/17394
15534 * gdb.linespec/break-asm-file.c: New file.
15535 * gdb.linespec/break-asm-file.exp: New file.
15536 * gdb.linespec/break-asm-file0.s: New file.
15537 * gdb.linespec/break-asm-file1.s: New file.
15538
1bab7383
YQ
155392014-12-18 Nigel Stephens <nigel@mips.com>
15540 Maciej W. Rozycki <macro@codesourcery.com>
15541
15542 * gdb.base/float.exp: Handle the new output from "info float" on
15543 MIPS targets.
15544
1bc1068a
JK
155452014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15546
15547 Fix MinGW compilation.
15548 * gdb.compile/compile-ops.exp: Update untested message if
15549 !skip_compile_feature_tests.
15550 * gdb.compile/compile-setjmp.exp: Likewise.
15551 * gdb.compile/compile-tls.exp: Likewise.
15552 * gdb.compile/compile.exp: Likewise.
15553 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15554 supported on this host".
15555
b6615d10
DE
155562014-12-16 Doug Evans <xdje42@gmail.com>
15557
15558 * boards/stabs.exp: New file.
15559
25dda427
AA
155602014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15561
15562 * gdb.base/completion.exp: Adjust to format changes of "maint
15563 print user-registers".
15564
bf330350
CU
155652014-12-16 Catalin Udma <catalin.udma@freescale.com>
15566
15567 PR server/17457
15568 * gdb.arch/aarch64-fp.c: New file.
15569 * gdb.arch/aarch64-fp.exp: New file.
15570
395cf596
SDJ
155712014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15572
15573 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15574 r210637, r210913, r211666, r215400, r215817).
15575
15576 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15577 * dg-extract-results.py: New file.
15578 * dg-extract-results.sh: Use it if the environment seems
15579 suitable.
15580
15581 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15582
15583 * dg-extract-results.py (parse_run): Handle warnings that
15584 are printed before a test harness is run.
15585
15586 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15587
15588 * dg-extract-results.py (Named): Remove __cmp__ method.
15589 (output_variation): Use a key to sort variation.harnesses.
15590
15591 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15592
15593 * dg-extract-results.py: For Python 3, force sys.stdout to
15594 handle surrogate escape sequences.
15595 (safe_open): New function.
15596 (output_segment, main): Use it.
15597
15598 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15599
15600 * dg-extract-results.py (Prog.result_re): Include options
15601 in test name.
15602
15603 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15604
15605 * dg-extract-results.py (output_variation): Always sort if
15606 do_sum.
15607
e882ef3c
SM
156082014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15609
15610 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15611 as long as we get pagination notifications.
15612
4992aa20
JM
156132014-12-15 Jason Merrill <jason@redhat.com>
15614
15615 * Makefile.in (check-gdb.%): Restore.
15616 * README: Mention it.
15617
c1b5a1a6
JB
156182014-12-13 Joel Brobecker <brobecker@adacore.com>
15619
15620 * gdb.ada/str_uninit: New testcase.
15621
5537b577
JK
156222014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15623
15624 PR symtab/17642
15625 * gdb.base/vla-stub-define.c: New file.
15626 * gdb.base/vla-stub.c: New file.
15627 * gdb.base/vla-stub.exp: New file.
15628
bb2ec1b3
TT
156292014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15630 Jan Kratochvil <jan.kratochvil@redhat.com>
15631 Tom Tromey <tromey@redhat.com>
15632
15633 * configure.ac: Add gdb.compile/.
15634 * configure: Regenerate.
15635 * gdb.compile/Makefile.in: New file.
15636 * gdb.compile/compile-ops.exp: New file.
15637 * gdb.compile/compile-ops.c: New file.
15638 * gdb.compile/compile-tls.c: New file.
15639 * gdb.compile/compile-tls.exp: New file.
15640 * gdb.compile/compile-constvar.S: New file.
15641 * gdb.compile/compile-constvar.c: New file.
15642 * gdb.compile/compile-mod.c: New file.
15643 * gdb.compile/compile-nodebug.c: New file.
15644 * gdb.compile/compile-setjmp-mod.c: New file.
15645 * gdb.compile/compile-setjmp.c: New file.
15646 * gdb.compile/compile-setjmp.exp: New file.
15647 * gdb.compile/compile-shlib.c: New file.
15648 * gdb.compile/compile.c: New file.
15649 * gdb.compile/compile.exp: New file.
15650 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15651
4ff709eb
TT
156522014-12-12 Tom Tromey <tromey@redhat.com>
15653
15654 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15655 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15656
6dddd6a5
DE
156572014-12-12 Doug Evans <dje@google.com>
15658
15659 * lib/gdb-python.exp (get_python_valueof): New function.
15660 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15661
71c24708
AA
156622014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15663
15664 * gdb.base/completion.exp: Add test for completion of "info
15665 registers ".
15666
3e29f34a
MR
156672014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15668
15669 * gdb.base/func-ptrs.c: New file.
15670 * gdb.base/func-ptrs.exp: New file.
15671
fc126975
SM
156722014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15673
15674 PR breakpoints/17012
15675 * gdb.base/dprintf-detach.c: New file.
15676 * gdb.base/dprintf-detach.exp: New file.
15677
0a46d518
SM
156782014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15679
15680 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15681 * lib/gdb.exp (target_is_gdbserver): New procedure.
15682
a0be3e44
DE
156832014-12-08 Doug Evans <dje@google.com>
15684
15685 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15686
df1b803a
YQ
156872014-12-05 Yao Qi <yao@codesourcery.com>
15688
15689 * gdb.guile/scm-error.exp: Remove the third argument to
15690 gdb_remote_download.
15691 * gdb.guile/scm-frame-args.exp: Likewise.
15692 * gdb.guile/scm-section-script.exp: Likewise.
15693
ddb9f679
YQ
156942014-12-05 Yao Qi <yao@codesourcery.com>
15695
15696 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15697
86e4ed39
DE
156982014-12-04 Doug Evans <dje@google.com>
15699
15700 * gdb.python/py-objfile.exp: Add tests for
15701 objfile.add_separate_debug_file.
15702
7c50a931
DE
157032014-12-04 Doug Evans <dje@google.com>
15704
15705 * lib/gdb.exp (get_build_id): New function.
15706 (build_id_debug_filename_get): Rewrite to use it.
15707 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15708
621661e3
MR
157092014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15710
15711 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15712 `method(long)', not just 0x0.
15713 * gdb.cp/nsalias.exp: Align code labels to 4.
15714 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15715 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15716 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15717 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15718 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15719 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15720
29f0c3b7
DE
157212014-12-02 Doug Evans <dje@google.com>
15722
e1e061e7 15723 PR symtab/17602
29f0c3b7 15724 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 15725 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
15726 * gdb.cp/anon-ns.exp: Update.
15727
162078c8
NB
157282014-12-02 Nick Bull <nicholaspbull@gmail.com>
15729
15730 * gdb.python/py-events.py (inferior_call_handler): New.
15731 (register_changed_handler, memory_changed_handler): New.
15732 (test_events.invoke): Register new handlers.
15733 * gdb.python/py-events.exp: Add tests for inferior call,
15734 memory_changed and register_changed events.
15735
fdb09caf
AA
157362014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15737
15738 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15739 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15740 if the linker doesn't understand this.
15741
55cfb2c4
SM
157422014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15743
15744 * gdb.python/python.exp: Change expected reply to help().
15745
9e8cd6df
YQ
157462014-12-01 Yao Qi <yao@codesourcery.com>
15747
15748 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15749 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15750 * configure: Re-generated.
15751
6c659fc2
SC
157522014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15753
15754 * gdb.cp/chained-calls.cc: New file.
15755 * gdb.cp/chained-calls.exp: New file.
15756 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15757
d7fc3181
SM
157582014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15759
15760 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15761 * gdb.dwarf2/symtab-producer.exp: Same.
15762 * gdb.gdb/python-interrupts.exp: Same.
15763 * gdb.gdb/python-selftest.exp: Same.
15764 * gdb.python/py-linetable.exp: Same.
15765 * gdb.python/py-type.exp: Same.
15766 * gdb.python/py-value-cc.exp: Same.
15767 * gdb.python/py-value.exp: Same.
15768
10e79639
YQ
157692014-11-28 Yao Qi <yao@codesourcery.com>
15770
15771 * gdb.base/break-probes.exp: Match library name prefixed with
15772 sysroot.
15773
f28a0564
SM
157742014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15775
15776 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15777 test expected output. Add parentheses for the call to print.
15778 Remove L suffix from integers.
15779
3fe1ce1d
DE
157802014-11-26 Doug Evans <dje@google.com>
15781
15782 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15783
84429e27
YQ
157842014-11-22 Yao Qi <yao@codesourcery.com>
15785
15786 * gdb.trace/entry-values.c: Remove asms.
15787 (foo): Add foo_label.
15788 (bar): Add bar_label.
15789 * gdb.trace/entry-values.exp: Remove code computing foo's
15790 length and bar's length.
15791 (Dwarf::assemble): Invoke function_range for bar and use
15792 MACRO_AT_func for foo.
15793
26741859
YQ
157942014-11-22 Yao Qi <yao@codesourcery.com>
15795
15796 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15797 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15798 Use .Lgcc43_procstart instead of gcc43.
15799
45e44d27
JB
158002014-11-21 Joel Brobecker <brobecker@adacore.com>
15801
15802 * gdb.ada/n_arr_bound: New testcase.
15803
458c8db8
SDJ
158042014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15805
15806 PR breakpoints/10737
15807 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15808 test_catch_syscall_multi_arch.
15809 (test_catch_syscall_multi_arch): New function.
15810
43f3e411
DE
158112014-11-20 Doug Evans <xdje42@gmail.com>
15812
15813 * gdb.base/maint.exp: Update expected output.
15814
0d7b2549
AA
158152014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15816
15817 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15818 4-byte instruction on S390.
15819
8908fca5
JB
158202014-11-19 Joel Brobecker <brobecker@adacore.com>
15821
15822 * gdb.ada/arr_arr: New testcase.
15823
4a46959e
JB
158242014-11-19 Joel Brobecker <brobecker@adacore.com>
15825
15826 * gdb.ada/pkd_arr_elem: New Testcase.
15827
470e2f4e
LM
158282014-11-18 Luis Machado <lgustavo@codesourcery.com>
15829
15830 * gdb.reverse/break-precsave: Expect completion message for
15831 core file reads.
15832 * gdb.reverse/consecutive-precsave.exp: Likewise.
15833 * gdb.reverse/finish-precsave.exp: Likewise.
15834 * gdb.reverse/i386-precsave.exp: Likewise.
15835 * gdb.reverse/machinestate-precsave.exp: Likewise.
15836 * gdb.reverse/sigall-precsave.exp: Likewise.
15837 * gdb.reverse/solib-precsave.exp: Likewise.
15838 * gdb.reverse/step-precsave.exp: Likewise.
15839 * gdb.reverse/until-precsave.exp: Likewise.
15840 * gdb.reverse/watch-precsave.exp: Likewise.
15841
a267f3ad
AA
158422014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15843
15844 * gdb.base/bp-permanent.c: Include unistd.h.
15845 * gdb.python/py-framefilter-mi.c (main): Add return type.
15846 * gdb.python/py-framefilter.c (main): Likewise.
15847 * gdb.trace/actions-changed.c (main): Likewise.
15848
12084a9a
AA
158492014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15850
15851 * gdb.mi/until.c: Add eye-catchers.
15852 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15853 line numbers.
15854
dc7e1a77
AA
158552014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15856
15857 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15858 function header variants in break1.c.
15859 * gdb.base/ena-dis-br.exp: Likewise.
15860 * gdb.base/hbreak2.exp: Likewise.
15861 * gdb.reverse/until-precsave.exp: Drop references to removed
15862 non-prototype function header variants in ur1.c.
15863 * gdb.reverse/until-reverse.exp: Likewise.
15864
41c77605
PM
158652014-11-17 Petr Machata <pmachata@redhat.com>
15866
15867 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15868 ${_cu_offset_size} bytes abbrev offset.
15869
34248c3a
DE
158702014-11-15 Doug Evans <xdje42@gmail.com>
15871
15872 PR symtab/17559
15873 * gdb.base/line-symtabs.exp: New file.
15874 * gdb.base/line-symtabs.c: New file.
15875 * gdb.base/line-symtabs.h: New file.
15876
646da059
YQ
158772014-11-14 Yao Qi <yao@codesourcery.com>
15878
15879 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15880 (func): Add label func_label.
15881 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15882 Replace low_pc and high_pc with MACRO_AT_range.
15883 Replace name, low_pc and high_pc with MACRO_AT_func.
15884
9301ebe6
YQ
158852014-11-14 Yao Qi <yao@codesourcery.com>
15886
15887 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15888 Replace name, low_pc and high_pc with MACRO_AT_func.
15889
f166b542
YQ
158902014-11-14 Yao Qi <yao@codesourcery.com>
15891
15892 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15893 produce debug information.
15894 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15895
0f6e71e3
YQ
158962014-11-14 Yao Qi <yao@codesourcery.com>
15897
15898 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15899 object and get function length.
15900 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15901 with MACRO_AT_func.
15902 (top-level): Replace gdb_compile and clean_restart with
15903 prepare_for_testing.
15904 * gdb.dwarf2/main.c (main): Add label main_label.
15905
876c4df9
YQ
159062014-11-14 Yao Qi <yao@codesourcery.com>
15907
15908 * lib/dwarf.exp (function_range): New procedure.
15909 (Dwarf::_handle_macro_at_func): New procedure.
15910 (Dwarf::_handle_macro_at_range): New procedure.
15911 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15912
02ad9cf1
YQ
159132014-11-14 Yao Qi <yao@codesourcery.com>
15914
15915 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15916 (_handle_attribute): New procedure.
15917
a59add0c
AA
159182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15919
15920 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15921 * gdb.base/call-sc.c (zed): Likewise.
15922 * gdb.base/checkpoint.c (main): Likewise.
15923 * gdb.base/dump.c (main): Likewise.
15924 * gdb.base/gcore.c (main): Likewise.
15925 * gdb.base/huge.c (main): Likewise.
15926 * gdb.base/multi-forks.c (main): Likewise.
15927 * gdb.base/pr10179-a.c (main): Likewise.
15928 * gdb.base/savedregs.c (main): Likewise.
15929 * gdb.base/sigaltstack.c (main): Likewise.
15930 * gdb.base/siginfo.c (main): Likewise.
15931 * gdb.base/structs.c (zed): Likewise.
15932 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15933 * gdb.mi/mi-syn-frame.c (main): Likewise.
15934 * gdb.mi/until.c (foo, main): Likewise.
15935 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15936 * gdb.base/solib-weak.c (foo): Declare.
15937 * gdb.base/attach-twice.c: Include stdio.h.
15938 * gdb.base/weaklib1.c: Likewise.
15939 * gdb.base/weaklib2.c: Likewise.
15940 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15941 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15942 unistd.h.
15943 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15944 * gdb.mi/mi-exit-code.c: Likewise.
15945 * gdb.base/break-interp-lib.c: Include string.h.
15946 * gdb.base/coremaker.c: Likewise.
15947 * gdb.base/testenv.c: Likewise.
15948 * gdb.python/py-finish-breakpoint.c: Likewise.
15949 * gdb.base/inferior-died.c: Include sys/wait.h.
15950 * gdb.base/fileio.c: Include time.h.
15951 * gdb.base/async-shell.c: Include unistd.h.
15952 * gdb.base/dprintf-non-stop.c: Likewise.
15953 * gdb.base/info-os.c: Likewise.
15954 * gdb.mi/mi-console.c: Likewise.
15955 * gdb.mi/watch-nonstop.c: Likewise.
15956 * gdb.python/py-events.c: Likewise.
15957 * gdb.base/async.c (baz): Move up before its invocation.
15958 * gdb.base/code_elim2.c (my_global_func): Likewise.
15959 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15960 * gdb.base/advance.c (func2): Likewise.
15961
3b5d5997
AA
159622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15963
15964 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15965 variant.
15966 * gdb.base/annota3.c: Likewise.
15967 * gdb.base/async.c: Likewise.
15968 * gdb.base/average.c: Likewise.
15969 * gdb.base/call-ar-st.c: Likewise.
15970 * gdb.base/call-rt-st.c: Likewise.
15971 * gdb.base/call-sc.c: Likewise.
15972 * gdb.base/call-strs.c: Likewise.
15973 * gdb.base/ending-run.c: Likewise.
15974 * gdb.base/execd-prog.c: Likewise.
15975 * gdb.base/exprs.c: Likewise.
15976 * gdb.base/foll-exec.c: Likewise.
15977 * gdb.base/foll-fork.c: Likewise.
15978 * gdb.base/foll-vfork.c: Likewise.
15979 * gdb.base/funcargs.c: Likewise.
15980 * gdb.base/gcore.c: Likewise.
15981 * gdb.base/jump.c: Likewise.
15982 * gdb.base/langs0.c: Likewise.
15983 * gdb.base/langs1.c: Likewise.
15984 * gdb.base/langs2.c: Likewise.
15985 * gdb.base/mips_pro.c: Likewise.
15986 * gdb.base/nodebug.c: Likewise.
15987 * gdb.base/opaque0.c: Likewise.
15988 * gdb.base/opaque1.c: Likewise.
15989 * gdb.base/recurse.c: Likewise.
15990 * gdb.base/run.c: Likewise.
15991 * gdb.base/scope0.c: Likewise.
15992 * gdb.base/scope1.c: Likewise.
15993 * gdb.base/setshow.c: Likewise.
15994 * gdb.base/setvar.c: Likewise.
15995 * gdb.base/shmain.c: Likewise.
15996 * gdb.base/shr1.c: Likewise.
15997 * gdb.base/shr2.c: Likewise.
15998 * gdb.base/sigall.c: Likewise.
15999 * gdb.base/signals.c: Likewise.
16000 * gdb.base/so-indr-cl.c: Likewise.
16001 * gdb.base/solib2.c: Likewise.
16002 * gdb.base/structs.c: Likewise.
16003 * gdb.base/sum.c: Likewise.
16004 * gdb.base/vforked-prog.c: Likewise.
16005 * gdb.base/watchpoint.c: Likewise.
16006 * gdb.reverse/shr2.c: Likewise.
16007 * gdb.reverse/until-reverse.c: Likewise.
16008 * gdb.reverse/ur1.c: Likewise.
16009 * gdb.reverse/watch-reverse.c: Likewise.
16010
066a77c5
AA
160112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16012
16013 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16014 variant.
16015 * gdb.base/sepdebug.exp: Drop references to removed code.
16016
4f204ea5
AA
160172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16018
16019 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16020 variant. Preserve original line numbering.
16021 * gdb.base/list1.c: Likewise.
16022
3b377a3a
AA
160232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16024
16025 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16026 variant.
16027 * gdb.base/break1.c: Likewise.
16028 * gdb.base/break.exp: Drop references to removed code.
16029
e444df73
AA
160302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16031
16032 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16033 variant.
16034
8008f2a7
AA
160352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16036
16037 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16038
a5a06887
AA
160392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16040
16041 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16042 logic into perform_all_tests() and invoke it with and without
16043 function header prototypes.
16044 (do_function_calls): Remove conditional XFAIL for PR 5318.
16045 (rerun_and_prepare): Remove duplicate code.
16046 (perform_all_tests): New. Main logic moved here.
16047
44dba9b9
AA
160482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16049
16050 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16051 code guarded by #ifdef NO_PROTOTYPES.
16052 (t_double_many_args): Likewise.
16053 (DEF_FUNC_MANY_ARGS_1): Likewise.
16054 (DEF_FUNC_VALUES_1): Likewise.
16055 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16056 guarded by #ifdef PROTOTYPES.
16057
d1fbcd56
AA
160582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16059
16060 * gdb.mi/mi-console.c: Add eye-catcher.
16061 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16062 instead of literal line number.
16063
b0e59b8f
AA
160642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16065
16066 * gdb.base/shr2.c: Add eye-catcher.
16067 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16068 line number.
16069
78f98cca
AA
160702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16071
16072 * gdb.base/jump.c: Add eye-catchers.
16073 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16074 numbers.
16075
58fa2af0
AA
160762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16077
16078 * gdb.base/execd-prog.c: Add eye-catchers.
16079 * gdb.base/foll-exec.c: Likewise.
16080 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16081 line numbers.
16082
04e5059b
AA
160832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16084
16085 * gdb.base/ending-run.c: Add eye-catchers.
16086 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16087 literal line numbers.
16088
dbfdb174
AA
160892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16090
16091 * gdb.base/call-rt-st.c: Add eye-catchers.
16092 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16093 literal line numbers.
16094
888a2ade
AA
160952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16096
16097 * gdb.base/call-ar-st.c: Add eye-catchers.
16098 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16099 literal line numbers.
16100
6acc2dde
AA
161012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16102
16103 * gdb.base/average.c: Add eye-catchers.
16104 * gdb.base/sum.c: Likewise.
16105 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16106 regexps dynamically.
16107
9ecfcd1d
AA
161082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16109
16110 * gdb.base/solib1.c: Add eye-catchers.
16111 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16112 literal line numbers.
16113
78708b7c
PA
161142014-11-12 Pedro Alves <palves@redhat.com>
16115
16116 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16117 leader has exited.
16118
af48d08f
PA
161192014-11-12 Pedro Alves <palves@redhat.com>
16120
16121 * gdb.arch/i386-bp_permanent.c: New file.
16122 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16123 (srcfile): Set to i386-bp_permanent.c.
16124 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16125 that stepi does not execute the 'leave' instruction, instead of
16126 testing it does execute.
16127 * gdb.base/bp-permanent.c: New file.
16128 * gdb.base/bp-permanent.exp: New file.
16129
af3768e9
DE
161302014-11-10 Doug Evans <xdje42@gmail.com>
16131
16132 PR symtab/17564
16133 * gdb.base/symtab-search-order.exp: New file.
16134 * gdb.base/symtab-search-order.c: New file.
16135 * gdb.base/symtab-search-order-1.c: New file.
16136 * gdb.base/symtab-search-order-shlib-1.c: New file.
16137
9de00a4a
PA
161382014-11-07 Pedro Alves <palves@redhat.com>
16139
16140 PR gdb/17511
16141 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16142 i?86-*-linux*.
16143
e0f52461
SC
161442014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16145
16146 PR c++/17494
16147 * gdb.cp/pr17494.cc: New file.
16148 * gdb.cp/pr17494.exp: New file.
16149
6ce8c980
YQ
161502014-11-02 Yao Qi <yao@codesourcery.com>
16151
16152 * gdb.python/python.exp: Get working directory and match the
16153 output of "set extended-prompt \\w " with it.
16154
02be9a71
DE
161552014-10-30 Doug Evans <dje@google.com>
16156
16157 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16158 in objfiles.
16159 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16160 in progspaces.
16161
3bdff46b
LM
161622014-10-30 Janis Johnson <janisjo@codesourcery.com>
16163
16164 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16165 * gdb.base/realname-expand.exp: Likewise.
16166 * gdb.linespec/macro-relative.exp: Likewise.
16167
ab917dfb
PA
161682014-10-29 Pedro Alves <palves@redhat.com>
16169
16170 PR gdb/17408
16171 * gdb.threads/schedlock.c (some_function): New function.
16172 (call_function): New global.
16173 (MAYBE_CALL_SOME_FUNCTION): New macro.
16174 (thread_function): Call it.
16175 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16176 and use it instead of a global counter. Adjust all callers.
16177 (get_current_thread): Use "find current thread" for test message
16178 here rather than having all callers pass down the same string.
16179 (goto_loop): New procedure, factored out from ...
16180 (my_continue): ... this.
16181 (step_ten_loops): Change parameter from test message to command to
16182 use. Adjust.
16183 (list_count): Delete global.
16184 (check_result): New procedure, factored out from duplicate top
16185 level code.
16186 (continue tests): Wrap in with_test_prefix.
16187 (test_step): New procedure, factored out from duplicate top level
16188 code.
16189 (top level): Test "step" in combination with all scheduler-locking
16190 modes. Test "next" in combination with all scheduler-locking
16191 modes, and in combination with stepping over a function call or
16192 not.
16193 * gdb.threads/next-bp-other-thread.c: New file.
16194 * gdb.threads/next-bp-other-thread.exp: New file.
16195
d3d4baed
PA
161962014-10-29 Pedro Alves <palves@redhat.com>
16197
16198 PR python/17372
16199 * gdb.python/python.exp: Test a multi-line command that spawns
16200 interactive Python.
16201 * gdb.base/multi-line-starts-subshell.exp: New file.
16202
563e8d85
YQ
162032014-10-29 Yao Qi <yao@codesourcery.com>
16204
16205 * gdb.base/fileio.exp: Make directories on host.
16206
0ea4d52e
YQ
162072014-10-29 Yao Qi <yao@codesourcery.com>
16208
16209 * gdb.base/fileio.c (test_write): Close the file.
16210
7f5ef605
PA
162112014-10-28 Pedro Alves <palves@redhat.com>
16212
16213 PR gdb/12623
16214 * gdb.base/sigstep.c (no_handler): New global.
16215 (main): If 'no_handler is true, set the signal handlers to
16216 SIG_IGN.
16217 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16218 with_sw_watch and no_handler parameters. Handle them.
16219 (top level) <stepping over handler when stopped at a breakpoint
16220 test>: Add a test axis for testing with a software watchpoint, and
16221 another for testing with the signal handler set to SIG_IGN.
16222 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16223 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16224
abbdbd03
PA
162252014-10-28 Pedro Alves <palves@redhat.com>
16226
16227 PR gdb/17511
16228 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16229 * gdb.base/sigstep.exp (other_handler_location): New global.
16230 (advance): Support stepping into the signal handler, and running
16231 commands while in the handler.
16232 (in_handler_map): New global.
16233 (top level): In the advance test, add combinations for getting
16234 into the handler with stepping commands, and for running commands
16235 in the handler. Add comment descripting the advancei tests.
16236
1df4399f
PA
162372014-10-28 Pedro Alves <palves@redhat.com>
16238
16239 * gdb.base/sigstep.exp: Use build_executable instead of
16240 prepare_for_testing.
16241 (top level): Move code that starts GDB, runs to main and creates a
16242 display to ...
16243 (restart): ... this new procedure.
16244 (top level): Move backtrace from signal handler test to ...
16245 (validate_backtrace): ... this new procedure.
16246 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16247 with_test_prefix. Always restart GDB.
16248 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16249 with_test_prefix. Always restart GDB. No need to delete
16250 breakpoints after the test.
16251 (test_skip_handler): Remove prefix parameter.
16252 (skip_over_handler, breakpoint_to_handler)
16253 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16254 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16255 restart GDB. No need to delete breakpoints after the test.
16256 (top level): Use foreach to call the test procedures with
16257 different commands.
16258
a5b6e449
PA
162592014-10-28 Pedro Alves <palves@redhat.com>
16260
16261 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16262 instead of GNATS numbers.
16263 * gdb.base/sigbpt.exp: Likewise.
16264 * gdb.base/siginfo.exp: Likewise.
16265 * gdb.base/sigstep.exp: Likewise.
16266
e5f8a7cc
PA
162672014-10-27 Pedro Alves <palves@redhat.com>
16268
16269 * gdb.base/sigstep.c (dummy): New global.
16270 (main): Issue a couple writes to the new global.
16271 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16272 procedures.
16273 (skip_over_handler): Use test_skip_handler.
16274 (top level): Call skip_over_handler for stepi and nexti too.
16275 (breakpoint_over_handler): Use test_skip_handler.
16276 (top level): Call breakpoint_over_handler for stepi and nexti too.
16277
763905a3
YQ
162782014-10-27 Yao Qi <yao@codesourcery.com>
16279
16280 * gdb.trace/tfile.c (adjust_function_address)
16281 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16282 function descriptor.
16283
6f259a23
DB
162842014-10-24 Don Breazeal <donb@codesourcery.com>
16285
16286 * gdb.base/foll-fork.exp (test_follow_fork,
16287 catch_fork_child_follow): Check for updated fork messages emitted
16288 from infrun.c.
16289 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16290 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16291 vfork_and_exec_child_follow_through_step): Check for updated vfork
16292 messages emitted from infrun.c.
16293
09dd9a69
PA
162942014-10-24 Pedro Alves <palves@redhat.com>
16295
16296 * gdb.base/corefile.exp: Remove references to ultrix.
16297 * gdb.base/interrupt.exp: Likewise.
16298 * gdb.base/whatis.exp: Likewise.
16299 * gdb.gdb/selftest.exp: Likewise.
16300 * gdb.threads/manythreads.exp: Likewise.
16301 * gdb.threads/print-threads.exp: Likewise.
16302 * gdb.threads/pthreads.exp:: Likewise.
16303 * gdb.threads/schedlock.exp: Likewise.
16304
3433cfa5
SC
163052014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16306
16307 * gdb.cp/non-trivial-retval.cc: Add a test case.
16308 * gdb.cp/non-trivial-retval.exp: Add a test.
16309
092f880b
YQ
163102014-10-20 Yao Qi <yao@codesourcery.com>
16311
16312 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16313 * gdb.python/py-objfile-script-gdb.py: New file.
16314 * gdb.python/py-objfile-script.exp: Update reference to
16315 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16316 of remote_download. Remove the dest file.
16317
acbdb7f3
YQ
163182014-10-20 Yao Qi <yao@codesourcery.com>
16319
16320 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16321 * gdb.base/step-line.exp: Likewise.
16322 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16323 * gdb.dwarf2/dw2-basic.exp: Likewise.
16324 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16325 * gdb.dwarf2/dw2-filename.exp: Likewise.
16326 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16327 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16328 * gdb.dwarf2/dw2-producer.exp: Likewise.
16329 * gdb.dwarf2/mac-fileno.exp: Likewise.
16330 * gdb.python/py-frame-args.exp: Likewise.
16331 * gdb.python/py-framefilter.exp: Likewise.
16332 * gdb.python/py-mi.exp: Likewise.
16333 * gdb.python/py-objfile-script.exp: Likewise
16334 * gdb.python/py-pp-integral.exp: Likewise.
16335 * gdb.python/py-pp-re-notag.exp: Likewise.
16336 * gdb.python/py-prettyprint.exp: Likewise.
16337 * gdb.python/py-section-script.exp: Likewise.
16338 * gdb.python/py-typeprint.exp: Likewise.
16339 * gdb.python/py-xmethods.exp: Likewise.
16340 * gdb.stabs/weird.exp: Likewise.
16341 * gdb.xml/tdesc-regs.exp: Likewise.
16342
bd286a29
KCY
163432014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16344
16345 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16346 (out_cu): Use addr_len for the size of addresses.
16347 (out_line): Likewise. Size DW_LNE_set_address instruction
16348 according to addr_len.
16349 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16350 (FUNC): Add START_INSNS to definition.
16351
673dc4a0
YQ
163522014-10-18 Yao Qi <yao@codesourcery.com>
16353
16354 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16355 gdb_has_argv0 return true.
16356 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16357 check [target_info exists noargs], check [gdb_has_argv0]
16358 instead.
16359 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16360 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16361 procedures.
16362
4ffbba72
DE
163632014-10-17 Doug Evans <dje@google.com>
16364
16365 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16366 event.
16367 * gdb.python/py-events.py: Add clear_objfiles event.
16368
d096d8c1
DE
163692014-10-17 Doug Evans <dje@google.com>
16370
16371 * gdb.python/py-objfile.exp: Test progspace attribute.
16372
a80db015
LM
163732014-10-17 Luis Machado <lgustavo@codesourcery.com>
16374
16375 * gdb.guile/scm-breakpoint.exp: Do not assume any
16376 directory separators when matching source file paths.
16377 * gdb.python/py-breakpoint.exp: Likewise.
16378 * gdb.reverse/break-precsave.exp: Likewise.
16379 * gdb.reverse/break-reverse.exp: Likewise.
16380 * gdb.reverse/consecutive-precsave.exp: Likewise.
16381 * gdb.reverse/finish-precsave.exp: Likewise.
16382 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16383 * gdb.reverse/finish-reverse.exp: Likewise.
16384 * gdb.reverse/i386-precsave.exp: Likewise.
16385 * gdb.reverse/i387-env-reverse.exp: Likewise.
16386 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16387 * gdb.reverse/machinestate-precsave.exp: Likewise.
16388 * gdb.reverse/machinestate.exp: Likewise.
16389 * gdb.reverse/sigall-precsave.exp: Likewise.
16390 * gdb.reverse/solib-precsave.exp: Likewise.
16391 * gdb.reverse/step-precsave.exp: Likewise.
16392 * gdb.reverse/until-precsave.exp: Likewise.
16393 * gdb.reverse/watch-precsave.exp: Likewise.
16394 * gdb.reverse/watch-reverse.exp: Likewise.
16395
b22089ab
YQ
163962014-10-17 Yao Qi <yao@codesourcery.com>
16397
16398 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16399 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16400
6c4486e6
PA
164012014-10-17 Pedro Alves <palves@redhat.com>
16402
16403 PR gdb/17471
16404 * gdb.base/bg-execution-repeat.c: New file.
16405 * gdb.base/bg-execution-repeat.exp: New file.
16406
0ff33695
PA
164072014-10-17 Pedro Alves <palves@redhat.com>
16408
16409 PR gdb/17300
16410 * gdb.base/continue-all-already-running.c: New file.
16411 * gdb.base/continue-all-already-running.exp: New file.
16412
6fdebc3d
PA
164132014-10-17 Pedro Alves <palves@redhat.com>
16414
16415 PR gdb/17472
16416 * gdb.base/annota-input-while-running.c: New file.
16417 * gdb.base/annota-input-while-running.exp: New file.
16418
32a8097b
PA
164192014-10-17 Pedro Alves <palves@redhat.com>
16420
16421 * gdb.base/callfuncs.exp: emove references to osf.
16422 * gdb.base/sigall.exp: Likewise.
16423 * gdb.gdb/selftest.exp: Likewise.
16424 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16425 * gdb.mi/non-stop.c: Likewise.
16426 * gdb.mi/pthreads.c: Likewise.
16427 * gdb.reverse/sigall-precsave.exp: Likewise.
16428 * gdb.reverse/sigall-reverse.exp: Likewise.
16429 * gdb.threads/pthreads.c: Likewise.
16430 * gdb.threads/pthreads.exp: Likewise.
16431
7a3517ff
YQ
164322014-10-17 Yao Qi <yao@codesourcery.com>
16433
16434 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16435 check 'target_info exists noargs'.
16436 (test_command_prompt_position): Likewise.
16437 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16438 Remove "set args".
16439 (progvar_simple_while_test): Likewise.
16440 (progvar_complex_if_while_test): Likewise.
16441 (if_while_breakpoint_command_test): Likewise.
16442 (infrun_breakpoint_command_test): Likewise.
16443 (breakpoint_command_test): Likewise.
16444 (watchpoint_command_test): Likewise.
16445 (bp_deleted_in_command_test): Likewise.
16446 (temporary_breakpoint_commands): Likewise.
16447
bb99c472
YQ
164482014-10-16 Yao Qi <yao@codesourcery.com>
16449
16450 * gdb.base/remotetimeout.exp: Remove noargs checking.
16451
7c16b83e
PA
164522014-10-15 Pedro Alves <palves@redhat.com>
16453
16454 PR breakpoints/9649
16455 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16456 * gdb.base/breakpoint-in-ro-region.exp
16457 (probe_target_hardware_step): New procedure.
16458 (top level): Probe hardware stepping and hardware breakpoint
16459 support. Test stepping through a read-only region, with both
16460 "breakpoint auto-hw" on and off and both "always-inserted" on and
16461 off.
16462
35a49624
IB
164632014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16464
16465 * gdb.dlang/demangle.exp: Update for demangling changes.
16466
2d1c107c
SC
164672014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16468
16469 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16470 * gdb.cp/non-trivial-retval.exp: Add new tests.
16471
778811d5
SC
164722014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16473
16474 PR c++/13403
16475 PR c++/15154
16476 * gdb.cp/non-trivial-retval.cc: New file.
16477 * gdb.cp/non-trivial-retval.exp: New file.
16478
10c5f0a8
YQ
164792014-10-15 Yao Qi <yao@codesourcery.com>
16480
16481 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16482 remote host.
16483
65d7b369
YQ
164842014-10-15 Yao Qi <yao@codesourcery.com>
16485
16486 * gdb.python/py-symbol.exp: Match file base name if host is
16487 remote, otherwise match file name with dir name.
16488 * gdb.python/py-symtab.exp: Likewise.
16489 * gdb.python/python.exp: Likewise.
16490
46dc1394
YQ
164912014-10-15 Yao Qi <yao@codesourcery.com>
16492
16493 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16494 pattern.
16495 * gdb.python/py-symtab.exp: Likewise.
16496 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16497 locationn.
16498
c40cc657
JB
164992014-10-14 Joel Brobecker <brobecker@adacore.com>
16500
16501 * gdb.ada/addr_arith: New testcase.
16502
2abf49e1
MR
165032014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16504
16505 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16506 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16507 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16508 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16509
f7088df3
SDJ
165102014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16511
16512 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16513 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16514 * gdb.arch/stap-eval-lang-ada.exp: New file.
16515
4dc06805
YQ
165162014-10-14 Yao Qi <yao@codesourcery.com>
16517
16518 * gdb.mi/mi-var-child.c (nothing1): New function.
16519 (nothing2): New function.
16520 (do_children_tests): Set function pointers by nothing1 and
16521 nothing2.
16522 * gdb.mi/mi-var-child.exp: Step over new added statements.
16523 Update test to match the new output.
16524 * gdb.mi/var-cmd.c (nothing1): New function.
16525 (nothing2): New function.
16526 (do_children_tests): Set function pointers by nothing1 and
16527 nothing2.
16528 * gdb.mi/mi-var-display.exp: Update test to match output.
16529 Step to the line specified by $line_dct_nothing.
16530 Increase the number of lines to step.
16531
46a93de2
YQ
165322014-10-14 Yao Qi <yao@codesourcery.com>
16533
16534 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16535 tests.
16536 * gdb.mi/mi2-var-child.exp: Likewise.
16537
14ea52ee
DE
165382014-10-13 Doug Evans <dje@google.com>
16539
16540 * gdb.python/py-objfile.exp: Change name of file name test.
16541
e5c6e92b
DE
165422014-10-13 Doug Evans <dje@google.com>
16543
16544 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16545 from the start of the CU.
16546
c780cc2f
JK
165472014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16548 Yao Qi <yao@codesourcery.com>
16549
16550 Fix "save breakpoints" for "catch" command.
16551 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16552 Remove -nonewline. Match also the added "main" line.
16553
99894e11
JK
165542014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16555
16556 Fix "save breakpoints" for "disable $bpnum" command.
16557 * gdb.base/save-bp.c (main): Add label.
16558 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16559
6e1ac5a3
JK
165602014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16561
16562 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16563
754dd2b0
YQ
165642014-10-11 Yao Qi <yao@codesourcery.com>
16565
16566 * gdb.server/server-kill.exp: Execute command
16567 "set remote trace-status-packet on" before "tstatus".
16568
f90183d7
YQ
165692014-10-11 Yao Qi <yao@codesourcery.com>
16570
16571 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16572 (main): Call getppid.
16573 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16574 and continue to it. Read variable "server_pid".
16575
bf40a607
YQ
165762014-10-11 Yao Qi <yao@codesourcery.com>
16577
16578 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16579
052ca370
YQ
165802014-10-11 Yao Qi <yao@codesourcery.com>
16581
16582 * gdb.threads/thread-find.exp: Don't execute command
16583 "info threads".
16584 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16585 * gdb.threads/linux-dp.exp: Don't check the condition
16586 $threads_created equals to zero.
16587
3831839c
PA
165882014-10-10 Pedro Alves <palves@redhat.com>
16589
16590 * gdb.base/bigcore.exp: Remove references to IRIX.
16591 * gdb.base/funcargs.exp: Likewise.
16592 * gdb.base/interrupt.exp: Likewise.
16593 * gdb.base/mips_pro.exp: Likewise.
16594 * gdb.base/nodebug.exp: Likewise.
16595 * gdb.base/setvar.exp: Likewise.
16596 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16597
8b9a549d
PA
165982014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16599 Pedro Alves <palves@redhat.com>
16600
16601 PR symtab/14466
16602 * gdb.base/vdso-warning.c: New file.
16603 * gdb.base/vdso-warning.exp: New file.
16604
d48ba5e8
DE
166052014-10-02 Doug Evans <dje@google.com>
16606
16607 * gdb.base/structs.c (main): Don't run forever.
16608
2278c276
PA
166092014-10-02 Pedro Alves <palves@redhat.com>
16610
16611 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16612 (top level) <stop threads 1, stop threads 2>: Use it.
16613
b57bacec
PA
166142014-10-02 Pedro Alves <palves@redhat.com>
16615
16616 * gdb.threads/break-while-running.exp (test): Add new
16617 'update_thread_list' argument. Skip "info threads" if false.
16618 (top level): Add new 'update_thread_list' axis.
16619
13fd3ff3
PA
166202014-10-02 Pedro Alves <palves@redhat.com>
16621
16622 PR breakpoints/17431
16623 * gdb.base/execl-update-breakpoints.c: New file.
16624 * gdb.base/execl-update-breakpoints.exp: New file.
16625
0fec99e8
PA
166262014-10-01 Pedro Alves <palves@redhat.com>
16627
16628 * gdb.base/breakpoint-in-ro-region.c: New file.
16629 * gdb.base/breakpoint-in-ro-region.exp: New file.
16630
2ddf4301
SM
166312014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16632
16633 * gdb.mi/mi-exit-code.exp: New file.
16634 * gdb.mi/mi-exit-code.c: New file.
16635
6a5f3f43
YQ
166362014-09-30 Yao Qi <yao@codesourcery.com>
16637
16638 * lib/prelink-support.exp (build_executable_own_libs): Error if
16639 the target isn't native.
16640
345bcc73
YQ
166412014-09-30 Yao Qi <yao@codesourcery.com>
16642
16643 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16644 false.
16645
a25a5a45
PA
166462014-09-22 Pedro Alves <palves@redhat.com>
16647
16648 * gdb.threads/break-while-running.exp: New file.
16649 * gdb.threads/break-while-running.c: New file.
16650
00ba3162
YQ
166512014-09-19 Yao Qi <yao@codesourcery.com>
16652
16653 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16654 Invoke test. Restart GDB with --readnow and invoke test again.
16655
c3b7b696
YQ
166562014-09-19 Yao Qi <yao@codesourcery.com>
16657
16658 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16659 proc set_breakpoint_on_gcd_function. Invoke
16660 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16661 invoke set_breakpoint_on_gcd_function again.
16662
2b4fd423
DE
166632014-09-18 Doug Evans <dje@google.com>
16664
16665 * gdb.dwarf2/symtab-producer.exp: New file.
16666
a5947601
SDJ
166672014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16668
16669 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16670 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16671 * gdb.base/global-var-nested-by-dso.c: Likewise.
16672 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16673
91c19059
SDJ
166742014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16675 Pedro Alves <palves@redhat.com>
16676
16677 * gdb.base/watch-bitfields.exp: Pass string other than test file
16678 name to prepare_for_testing.
16679 (watch): New procedure.
16680 (expect_watchpoint): Use with_test_prefix.
16681 (top level): Factor out tests to ...
16682 (test_watch_location, test_regular_watch): ... these new
16683 procedures, and use with_test_prefix and gdb_continue_to_end.
16684
bb9d5f81
PP
166852014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16686
16687 PR breakpoints/12526
16688 * gdb.base/watch-bitfields.exp: New file.
16689 * gdb.base/watch-bitfields.c: New file.
16690
635856f5
PA
166912014-09-16 Pedro Alves <palves@redhat.com>
16692
16693 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16694 software and hardware addresses, not software address against
16695 itself.
16696
7280ceea
PA
166972014-09-16 Pedro Alves <palves@redhat.com>
16698
16699 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16700 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16701
428b16bd
PA
167022014-09-16 Pedro Alves <palves@redhat.com>
16703
16704 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16705 files.
16706 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16707 "*-*-vxworks*" throughout.
16708 * gdb.base/break.exp: Likewise.
16709 * gdb.base/default.exp: Likewise.
16710 * gdb.base/scope.exp: Likewise.
16711 * gdb.base/sepdebug.exp: Likewise.
16712 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16713 throughout.
16714 * gdb.base/run.c: Likewise.
16715 * gdb.base/sepdebug.c: Likewise.
16716 * gdb.hp/gdb.aCC/run.c: Likewise.
16717 * gdb.reverse/until-reverse.c: Likewise.
16718 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16719
666d413c
YQ
167202014-09-16 Yao Qi <yao@codesourcery.com>
16721
16722 * boards/local-remote-host-native.exp: New file.
16723
57cbd724
DE
167242014-09-14 Doug Evans <xdje42@gmail.com>
16725
16726 * gdb.threads/queue-signal.c (thread_count): New variable.
16727 (thread_count_mutex, thread_count_condvar): New variables.
16728 (incr_thread_count, wait_all_threads_running): New functions.
16729 (main): Wait for all threads to be in their thread functions.
16730
81219e53
DE
167312014-09-13 Doug Evans <xdje42@gmail.com>
16732
16733 * gdb.threads/queue-signal.c: New file.
16734 * gdb.threads/queue-signal.exp: New file.
16735
3714cea7
DE
167362014-09-13 Doug Evans <xdje42@gmail.com>
16737
16738 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16739 be consistent with what default_gdb_init uses.
16740 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16741 the plain text of the prompt. Add some logging printfs.
16742 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16743
fa43b1d7
PA
167442014-09-12 Pedro Alves <palves@redhat.com>
16745
16746 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16747 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16748 * gdb.arch/i386-size-overlap.exp: Likewise.
16749 * gdb.arch/i386-size.exp: Likewise.
16750 * gdb.arch/i386-unwind.exp: Likewise.
16751 * gdb.base/a2-run.exp: Likewise.
16752 * gdb.base/break.exp: Likewise.
16753 * gdb.base/charset.exp: Likewise.
16754 * gdb.base/chng-syms.exp: Likewise.
16755 * gdb.base/commands.exp: Likewise.
16756 * gdb.base/dbx.exp: Likewise.
16757 * gdb.base/find.exp: Likewise.
16758 * gdb.base/funcargs.exp: Likewise.
16759 * gdb.base/jit-simple.exp: Likewise.
16760 * gdb.base/reread.exp: Likewise.
16761 * gdb.base/sepdebug.exp: Likewise.
16762 * gdb.base/step-bt.exp: Likewise.
16763 * gdb.cp/mb-inline.exp: Likewise.
16764 * gdb.cp/mb-templates.exp: Likewise.
16765 * gdb.objc/basicclass.exp: Likewise.
16766 * gdb.threads/killed.exp: Likewise.
16767
9d9bf2df
EBM
167682014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16769
16770 PR tdep/17379
16771 * gdb.arch/powerpc-stackless.S: New file.
16772 * gdb.arch/powerpc-stackless.exp: New file.
16773
1cf2f1b0
JK
167742014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16775
16776 * gdb.base/attach.c: Include unistd.h.
16777 (main): Call alarm. Add label postloop.
16778 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16779 gdb_breakpoint, gdb_continue_to_breakpoint.
16780 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16781
98880d46
PA
167822014-09-11 Pedro Alves <palves@redhat.com>
16783
16784 PR gdb/17347
16785 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16786 * gdb.base/attach.exp (test_command_line_attach_run): New
16787 procedure.
16788 (top level): Call it.
16789
4c92ff2c
PA
167902014-09-11 Pedro Alves <palves@redhat.com>
16791
16792 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16793 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16794 (do_command_attach_tests): Use spawn_wait_for_attach.
16795 * gdb.base/solib-overlap.exp: Likewise.
16796 * gdb.multi/multi-attach.exp: Likewise.
16797 * gdb.python/py-prompt.exp: Likewise.
16798 * gdb.python/py-sync-interp.exp: Likewise.
16799 * gdb.server/ext-attach.exp: Likewise.
16800
3adc1a7d
GKB
168012014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16802
16803 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16804 command in testcase. Simplify testcase.
16805
96334934
JB
168062014-09-10 Joel Brobecker <brobecker@adacore.com>
16807
16808 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16809
eb479039
JB
168102014-09-10 Joel Brobecker <brobecker@adacore.com>
16811
16812 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16813
deede10c
JB
168142014-09-10 Joel Brobecker <brobecker@adacore.com>
16815
16816 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16817
7828a5f5
JB
168182014-09-10 Joel Brobecker <brobecker@adacore.com>
16819
16820 * gdb.dwarf2/dynarr-ptr.c: New file.
16821 * gdb.dwarf2/dynarr-ptr.exp: New file.
16822
33aeebcf
MR
168232014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16824
16825 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16826 of 30 rather than hardcoding 120 for a slow test case. Take the
16827 `gdb,timeout' target setting into account for this calculation.
16828 Don't extend the timeout for the test cases that don't need it.
16829
7b415901
MR
168302014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16831
16832 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16833 a factor of 2 for a slow test case. Take the `gdb,timeout'
16834 target setting into account for this calculation.
16835 * gdb.reverse/until-precsave.exp: Increase the timeout by
16836 a factor of 15 and 3 respectively rather than adding 120
16837 for a pair of slow test cases. Take the `gdb,timeout'
16838 target setting into account for this calculation.
16839
4a40f85a
MR
168402014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16841
16842 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16843 timeout, don't pass one down to gdb_expect.
16844 (gdb_expect): Rework timeout selection.
16845
09635af7
MR
168462014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16847
16848 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16849 exception on timeout.
16850 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16851 (gdbserver_start_extended): Catch any `gdbserver_start' error
16852 exceptions.
16853 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16854 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16855 `gdbserver_gdb_load' error exceptions.
16856
2bdd10b7
MR
168572014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16858
16859 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16860 120 on waiting for the TCP socket to open.
16861
316935f0
DE
168622014-09-09 Doug Evans <xdje42@gmail.com>
16863
16864 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16865 _caller_matches, _any_caller_is, _any_caller_matches.
16866
83740597
DE
168672014-09-09 Doug Evans <xdje42@gmail.com>
16868
16869 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16870
4c122fc3
YQ
168712014-09-09 Yao Qi <yao@codesourcery.com>
16872
16873 * gdb.mi/mi-var-display.exp: Set print symbol off.
16874
a9f116cb
GKB
168752014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16876
16877 PR gdb/17035
16878 * gdb.base/commands.exp: Add tests to verify user-defined
16879 commands with empty bodies.
16880 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16881 python commands in `show user command`.
16882 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16883 scheme commands in `show user command`.
16884
c75bd3a2
JK
168852014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16886
16887 PR python/17355
16888 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16889 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16890 * gdb.python/py-framefilter-invalidarg.exp: New file.
16891 * gdb.python/py-framefilter-invalidarg.py: New file.
16892
faa42425
DE
168932014-09-06 Doug Evans <xdje42@gmail.com>
16894
16895 PR 15276
16896 * gdb.python/py-caller-is.c: New file.
16897 * gdb.python/py-caller-is.exp: New file.
16898
474ca4f6
SDJ
168992014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16900
16901 PR gdb/17235
16902 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16903 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16904
eb0b0463
SDJ
169052014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16906
16907 PR fortran/17237
16908 * gdb.fortran/print-formatted.exp: New file.
16909 * gdb.fortran/print-formatted.f90: Likewise.
16910
5f3b99cf
SS
169112014-09-03 Sasha Smundak <asmundak@google.com>
16912
16913 * gdb.python/py-frame.exp: Test Frame.read_register.
16914
7d793aa9
SDJ
169152014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16916
16917 PR python/16699
16918 * gdb.python/py-completion.exp: New file.
16919 * gdb.python/py-completion.py: Likewise.
16920
fb0576e9
DE
169212014-08-28 Doug Evans <dje@google.com>
16922
16923 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16924 eax,etc. are live with values set by gdb and thus the compiler can't
16925 use them.
16926 * gdb.arch/i386-pseudo.c (main): Ditto.
16927
ee92b0dd
DE
169282014-08-27 Doug Evans <dje@google.com>
16929
16930 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16931
6649db35
DE
169322014-08-25 Doug Evans <dje@google.com>
16933
16934 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16935 (main): Ditto.
16936
564b7600
DE
169372014-08-25 Doug Evans <dje@google.com>
16938
16939 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16940
3881fb67
YQ
169412014-08-24 Yao Qi <yao@codesourcery.com>
16942
16943 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16944 symbol off.
16945 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16946
a05a36a5
DE
169472014-08-22 Doug Evans <dje@google.com>
16948
16949 PR 17276
16950 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16951 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16952 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16953
7c343b48
YQ
169542014-08-22 Yao Qi <yao@codesourcery.com>
16955
16956 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16957 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16958 * gdb.python/python.exp: Likewise. Use .py file on the host
16959 instead of the build.
16960
22fd09ae
JK
169612014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16962
16963 * gdb.threads/gcore-stale-thread.c: New file.
16964 * gdb.threads/gcore-stale-thread.exp: New file.
16965
a8454a7c
PA
169662014-08-21 Pedro Alves <palves@redhat.com>
16967
16968 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16969 * gdb.base/gcore-relro-pie.exp: Likewise.
16970 * gdb.base/gcore-relro.exp: Likewise.
16971 * gdb.base/gcore.exp: Likewise.
16972 * gdb.base/print-symbol-loading.exp: Likewise.
16973 * gdb.threads/gcore-thread.exp: Likewise.
16974 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16975
2a31c623
PA
169762014-08-20 Pedro Alves <palves@redhat.com>
16977 Jan Kratochvil <jan.kratochvil@redhat.com>
16978
16979 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16980 configure.
16981 (EXPECT): Handle READ1 being set.
16982 (all): Depend on EXTRA_RULES.
16983 (check-read1, expect-read1, read1.so, read1): New rules.
16984 * README (Testsuite Parameters): Document the READ1 make variable.
16985 (Race detection): New section.
16986 * configure: Regenerate.
16987 * configure.ac: If build==host==target, and running under a
16988 GNU/glibc system, add read1 to the extra Makefile rules.
16989 (EXTRA_RULES): AC_SUBST it.
16990 * lib/read1.c: New file.
16991
d36430db
JB
169922014-08-20 Joel Brobecker <brobecker@adacore.com>
16993
16994 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16995 the handling of variables declared as a typedef to an array
16996 which a DW_AT_data_location attribute.
16997
9a0dc9e3
PA
169982014-08-19 Andrew Burgess <aburgess@broadcom.com>
16999 Pedro Alves <palves@redhat.com>
17000
17001 PR symtab/14604
17002 PR symtab/14605
17003 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17004 gdb_test.
17005
0718a8da
PA
170062014-08-19 Pedro Alves <palves@redhat.com>
17007
17008 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17009
13b448cd
YQ
170102014-08-19 Yao Qi <yao@codesourcery.com>
17011
17012 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17013 right line.
17014
1cbf5077
DB
170152014-08-18 David Blaikie <dblaikie@gmail.com>
17016
17017 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17018
bf0fae19
JB
170192014-08-18 Joel Brobecker <brobecker@adacore.com>
17020
17021 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17022 attribute in array range.
17023
3c8c5dcc
JB
170242014-08-18 Joel Brobecker <brobecker@adacore.com>
17025
17026 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17027
e66d4446
SC
170282014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17029
17030 PR c++/17132
17031 * gdb.cp/pr17132.cc: New file.
17032 * gdb.cp/pr17132.exp: New file.
17033
940df408
SC
170342014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17035
17036 * gdb.python/py-xmethods.py (A_getarrayind)
17037 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17038 Use 'print' with function call syntax.
17039 (E_method_matcher.match): Fix tab vs space indentation mixup.
17040
ebcc6c3a
YQ
170412014-08-15 Yao Qi <yao@codesourcery.com>
17042
17043 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17044 false.
17045
775e0f04
YQ
170462014-08-15 Yao Qi <yao@codesourcery.com>
17047
17048 * gdb.cp/casts.exp: Set print symbol off.
17049 * gdb.cp/class2.exp: Likewise.
17050 * gdb.cp/overload.exp: Likewise.
17051 * gdb.cp/templates.exp: Likewise.
17052
d769e349
DE
170532014-08-11 Doug Evans <dje@google.com>
17054
17055 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17056 (test_load_shlib): Update.
17057
20c6f1e1
YQ
170582014-08-09 Yao Qi <yao@codesourcery.com>
17059
17060 * gdb.base/display.exp: Invoke is_address_zero_readable.
17061 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17062 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17063 * gdb.base/hbreak-unmapped.exp: Return if
17064 is_address_zero_readable returns true.
17065 * gdb.base/signest.exp: Likewise.
17066 * gdb.base/signull.exp: Likewise.
17067 * gdb.base/sigbpt.exp: Likewise.
17068 * gdb.guile/scm-disasm.exp: Do the test if
17069 is_address_zero_readable returns false.
17070 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17071 * gdb.python/py-arch.exp: Likewise.
17072 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17073 * lib/gdb.exp (is_address_zero_readable): New proc.
17074
5792e8e3
YQ
170752014-08-09 Yao Qi <yao@codesourcery.com>
17076
17077 PR testsuite/13443
17078 * gdb.mi/mi-var-display.exp: Make test messages unique.
17079
3cecbbbe
TT
170802014-08-04 Tom Tromey <tromey@redhat.com>
17081
17082 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17083 target 0".
17084
00b51ff5
TT
170852014-08-04 Tom Tromey <tromey@redhat.com>
17086
17087 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17088 "target_resume".
17089
6908c509
JB
170902014-08-01 Joel Brobecker <brobecker@adacore.com>
17091
17092 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17093 inner_vla_struct_object_size.
17094 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17095 as xfail.
17096
cc6563d2
PA
170972014-07-30 Pedro Alves <palves@redhat.com>
17098
17099 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17100 comment.
17101
7e09a223
YQ
171022014-07-29 Yao Qi <yao@codesourcery.com>
17103
17104 PR gdb/17206
17105 * gdb.base/until-nodebug.exp: New.
17106
7ebdbe92
DE
171072014-07-28 Doug Evans <xdje42@gmail.com>
17108
17109 PR guile/17203
17110 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17111 previously existing parameter, and previously ambiguously spelled
17112 parameter.
17113
fdb1adc6
WN
171142014-07-28 Will Newton <will.newton@linaro.org>
17115
17116 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17117
186fcde0
DE
171182014-07-26 Ludovic Courtès <ludo@gnu.org>
17119 Doug Evans <xdje42@gmail.com>
17120
17121 PR guile/17146
17122 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17123
70509625
PA
171242014-07-25 Pedro Alves <palves@redhat.com>
17125
17126 * gdb.threads/signal-command-handle-nopass.c: New file.
17127 * gdb.threads/signal-command-handle-nopass.exp: New file.
17128 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17129 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17130 * gdb.threads/signal-delivered-right-thread.c: New file.
17131 * gdb.threads/signal-delivered-right-thread.exp: New file.
17132
c3f814a1
PA
171332014-07-25 Pedro Alves <palves@redhat.com>
17134
17135 * gdb.base/double-prompt-target-event-error.exp
17136 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17137 match.
17138 (cancel_pagination_in_target_event): Rework double prompt
17139 detection.
17140 * gdb.base/paginate-after-ctrl-c-running.exp
17141 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17142 <return>' match.
17143 * gdb.base/paginate-bg-execution.exp
17144 (test_bg_execution_pagination_return)
17145 (test_bg_execution_pagination_cancel): Remove '-notransfer
17146 <return>' matches.
17147 * gdb.base/paginate-execution-startup.exp
17148 (test_fg_execution_pagination_return)
17149 (test_fg_execution_pagination_cancel): Remove '-notransfer
17150 <return>' matches.
17151 * gdb.base/paginate-inferior-exit.exp
17152 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17153 match.
17154 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17155 * lib/gdb.exp (pagination_prompt): Run text through
17156 string_to_regexp.
17157 (gdb_test_multiple): Match $pagination_prompt instead of
17158 "<return>".
17159 (string_to_regexp): Move to lib/gdb-utils.exp.
17160
e214cf6c
JK
171612014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17162
17163 * gdb.arch/amd64-entry-value-paramref.S: New file.
17164 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17165 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17166 * gdb.arch/amd64-optimout-repeat.S: New file.
17167 * gdb.arch/amd64-optimout-repeat.c: New file.
17168 * gdb.arch/amd64-optimout-repeat.exp: New file.
17169
17d0c5c8
JK
171702014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17171
17172 PR gdb/17170
17173 * gdb.base/statistics.exp: New file.
17174
b8b8facf
DE
171752014-07-17 Doug Evans <dje@google.com>
17176
74b49205 17177 PR gdb/17170
b8b8facf
DE
17178 * gdb.base/maint.exp: Update testing of per-command stats.
17179
1b5d0ab3
PA
171802014-07-16 Pedro Alves <palves@redhat.com>
17181
17182 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17183 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17184 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17185 (tfile_write_buf): New functions.
17186 (add_memory_block): Rewrite using the above.
17187 (adjust_function_address): New function.
17188 (FUNCTION_ADDRESS): New macro.
17189 (write_basic_trace_file): Remove short_x local, and use
17190 tfile_write_16. Change type of func_addr local to unsigned long
17191 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17192 here. Cast argument of add_memory_block to char pointer.
17193 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17194 (main): Remove parameters.
17195 * gdb.trace/tfile.exp: Remove nowarnings.
17196
4d974e88
SM
171972014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17198
17199 * gdb.base/debug-expr.exp: Test string evaluation with
17200 "debug expression" on.
17201
41e99568
PA
172022014-07-15 Pedro Alves <palves@redhat.com>
17203
17204 * gdb.base/reread.exp: Use clean_restart.
17205
487d9753
PL
172062014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17207
17208 * gdb.arch/avr-flash-qualifer.c: New.
17209 * gdb.arch/avr-flash-qualifer.exp: New.
17210
cc1c52ad
PA
172112014-07-14 Pedro Alves <palves@redhat.com>
17212
17213 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17214 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17215
1e973570
PA
172162014-07-14 Pedro Alves <palves@redhat.com>
17217
17218 * gdb.base/double-prompt-target-event-error.c: New file.
17219 * gdb.base/double-prompt-target-event-error.exp: New file.
17220
93d6eb10
PA
172212014-07-14 Pedro Alves <palves@redhat.com>
17222
17223 PR gdb/17072
17224 * gdb.base/paginate-inferior-exit.c: New file.
17225 * gdb.base/paginate-inferior-exit.exp: New file.
17226
0017922d
PA
172272014-07-14 Pedro Alves <palves@redhat.com>
17228
17229 PR gdb/17072
17230 * gdb.base/paginate-bg-execution.c: New file.
17231 * gdb.base/paginate-bg-execution.exp: New file.
17232
94696ad3
PA
172332014-07-14 Pedro Alves <palves@redhat.com>
17234
17235 PR gdb/17072
17236 * gdb.base/paginate-execution-startup.c: New file.
17237 * gdb.base/paginate-execution-startup.exp: New file.
17238 * lib/gdb.exp (pagination_prompt): New global.
17239 (default_gdb_spawn): New procedure, factored out from
17240 default_gdb_spawn.
17241 (default_gdb_start): Adjust to call default_gdb_spawn.
17242 (gdb_spawn): New procedure.
17243
bd293940
PA
172442014-07-14 Pedro Alves <palves@redhat.com>
17245
17246 * lib/gdb.exp (gdb_assert): New procedure.
17247 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17248
c933f875
PA
172492014-07-14 Pedro Alves <palves@redhat.com>
17250
17251 * gdb.base/execution-termios.c: New file.
17252 * gdb.base/execution-termios.exp: New file.
17253
d98b7a16
TT
172542014-07-14 Tom Tromey <tromey@redhat.com>
17255
17256 * gdb.cp/vla-cxx.cc: New file.
17257 * gdb.cp/vla-cxx.exp: New file.
17258
548740d6
TT
172592014-07-14 Tom Tromey <tromey@redhat.com>
17260
17261 * gdb.reverse/rerun-prec.c: New file.
17262 * gdb.reverse/rerun-prec.exp: New file.
17263
a25eb028
MR
172642014-07-12 Maciej W. Rozycki <macro@mips.com>
17265 Maciej W. Rozycki <macro@codesourcery.com>
17266
17267 * lib/gdb-utils.exp: New file.
17268 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17269 inline `gdb_init_command' processing.
17270 (gdb_start_cmd): Likewise.
17271 * lib/mi-support.exp (mi_run_cmd): Likewise.
17272 * README: Document `gdb_init_command' and `gdb_init_commands'.
17273
218c2655
JK
172742014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17275
17276 Fix false FAIL running under a very long directory name.
17277 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17278 and "set print elements 10000". Twice.
17279
5401fde3
YQ
172802014-07-11 Yao Qi <yao@codesourcery.com>
17281
17282 * gdb.base/exprs.exp: "set print symbol off".
17283
e76126e8
PA
172842014-07-11 Pedro Alves <palves@redhat.com>
17285
17286 * gdb.threads/kill.c: New file.
17287 * gdb.threads/kill.exp: New file.
17288
2d6f0de6
YQ
172892014-07-10 Yao Qi <yao@codesourcery.com>
17290
17291 * gdb.trace/tfile.c (write_basic_trace_file)
17292 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17293 address written to trace file.
17294
7180e04a
PA
172952014-07-09 Pedro Alves <palves@redhat.com>
17296
17297 * gdb.base/attach-wait-input.exp: New file.
17298 * gdb.base/attach-wait-input.c: New file.
17299
9a9a7608
AB
173002014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17301
17302 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17303 setting up test structures.
17304 (main): Call new test function.
17305 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17306 test function, continue into test function and walk test
17307 structures.
17308
161ac41e
YQ
173092014-07-02 Yao Qi <yao@codesourcery.com>
17310
17311 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17312 'bar_start' at the beginning of functions 'foo' and 'bar'
17313 respectively.
17314 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17315 instead of 'foo' and 'bar'.
17316
1f267ae3
MM
173172014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17318
17319 * gdb.btrace/segv.exp: New.
17320 * gdb.btrace/segv.c: New.
17321
2b239efb
LM
173222014-07-02 Luis Machado <lgustavo@codesourcery.com>
17323
17324 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17325 instruction.
17326
cf363f18
MW
173272014-06-30 Mark Wielaard <mjw@redhat.com>
17328
17329 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17330 vulture, vilify, villar): New volatile array constants.
17331 (vindictive, vegetation): New const volatile array constants.
17332 * gdb.base/volatile.exp: Test volatile and const volatile array
17333 types.
17334
aebf9d24
AA
173352014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17336
17337 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17338 target lacks support for awatch, rwatch, or hbreak.
17339
b67a2c6f
YQ
173402014-06-27 Yao Qi <yao@codesourcery.com>
17341
17342 * gdb.multi/dummy-frame-restore.exp: New.
17343 * gdb.multi/dummy-frame-restore.c: New.
17344
aef92902
MM
173452014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17346
17347 * gdb.btrace/gcore.exp: New.
17348
8e9db26e
PA
173492014-06-23 Pedro Alves <palves@redhat.com>
17350
17351 * gdb.base/watchpoint-reuse-slot.c: New file.
17352 * gdb.base/watchpoint-reuse-slot.exp: New file.
17353
70afc5b7
SC
173542014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17355
17356 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17357 progspace's filename in 'info', 'enable' and 'disable' command
17358 tests.
17359
b972bd9c
JK
173602014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17361
17362 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17363 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17364 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17365
125f8a3d
GB
173662014-06-20 Gary Benson <gbenson@redhat.com>
17367
17368 * gdb.arch/i386-avx.exp: Fix include file location.
17369 * gdb.arch/i386-sse.exp: Likewise.
17370
3ed9baed
IB
173712014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17372
17373 * gdb.dlang/expression.exp: New file.
17374
034f788c
PA
173752014-06-19 Pedro Alves <palves@redhat.com>
17376
17377 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17378 out from ...
17379 (top level): ... here. Iterate running tests under different
17380 scheduler-locking settings.
17381
45371d0c
LM
173822014-06-18 Luis Machado <lgustavo@codesourcery.com>
17383
17384 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17385 to DW_FORM_addr and use non-zero addresses.
17386
5d376983
SC
173872014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17388
17389 PR gdb/17017
17390 * gdb.python/py-xmethods.cc: Add global function call counters and
17391 increment them in their respective functions. Remove "cout"
17392 statements.
17393 * gdb.python/py-xmethods.exp: Make tests check the global function
17394 call counters instead of depending on inferior IO.
17395
a1aa2221
LM
173962014-06-18 Don Breazeal <donb@codesourcery.com>
17397
17398 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17399 Deleted procedure.
17400 (explicit_fork_parent_follow): Deleted procedure.
17401 (explicit_fork_child_follow): Deleted procedure.
17402 (test_follow_fork): New procedure.
17403 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 17404 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
17405 procedure calls.
17406
0fc05997
YQ
174072014-06-17 Yao Qi <yao@codesourcery.com>
17408
17409 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17410 CP1252.
17411
70795c52
LM
174122014-06-17 Luis Machado <lgustavo@codesourcery.com>
17413
17414 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17415 Initialize ptr and S explicitly.
17416 (skip_type_update_when_not_use_rtti_test): Likewise.
17417
6be47f0c
KS
174182014-06-16 Keith Seitz <keiths@redhat.com>
17419
17420 PR mi/15863
17421 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17422 the inferior is started.
17423
d03de421
PA
174242014-06-16 Pedro Alves <palves@redhat.com>
17425
17426 * gdb.base/break-main-file-remove-fail.c: New file.
17427 * gdb.base/break-main-file-remove-fail.exp: New file.
17428 * gdb.base/break-unload-file.exp: Use build_executable instead of
17429 prepare_for_testing.
17430 (test_break): New parameter "initial_load". Handle it.
17431 (top level): Add initial_load cmdline/file axis.
17432
f9579b99
TT
174332014-06-12 Tom Tromey <tromey@redhat.com>
17434
17435 * gdb.base/completion.exp: Don't use directory name in test.
17436
3657956b
GB
174372014-06-09 Gary Benson <gbenson@redhat.com>
17438
17439 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17440 separate the always-available ANSI-standard signals from the
17441 signals that require checking.
17442 (main): Likewise.
17443 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17444 Likewise.
17445 (main): Likewise.
17446
4186eb54
KS
174472014-06-07 Keith Seitz <keiths@redhat.com>
17448
17449 Revert:
17450 PR c++/16253
17451 * gdb.cp/var-tag.cc: New file.
17452 * gdb.cp/var-tag.exp: New file.
17453 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17454 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17455 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17456 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17457
25326a28 174582014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
17459
17460 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17461
829155c9
PA
174622014-06-06 Pedro Alves <palves@redhat.com>
17463
17464 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17465 in target debug output instead of looking at RSP packets,
17466 disabling the test on any target that uses hardware stepping.
17467 Update comments.
17468
61c8d22e
PA
174692014-06-06 Pedro Alves <palves@redhat.com>
17470
17471 * gdb.base/break-unload-file.exp: Fix typo.
17472
d9a47287
YQ
174732014-06-06 Yao Qi <yao@codesourcery.com>
17474
17475 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17476 from "jit_function" to "^jit_function".
17477
e5e01dbf
YQ
174782014-06-06 Yao Qi <yao@codesourcery.com>
17479
17480 * gdb.base/async.c (foo): Add one statement.
17481 * gdb.base/async.exp: Get the next instruction address and
17482 match the output of "nexti" by instruction address. Match
17483 the hex address in the output of "finish".
17484
73ba372c
GB
174852014-06-06 Gary Benson <gbenson@redhat.com>
17486
17487 * gdb.base/call-signals.c: Remove preprocessor conditionals
17488 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17489 SIGSEGV and SIGTERM.
17490 * gdb.base/sigall.c: Likewise.
17491 * gdb.base/unwindonsignal.c: Likewise.
17492 * gdb.reverse/sigall-reverse.c: Likewise.
17493
831517df
YQ
174942014-06-06 Yao Qi <yao@codesourcery.com>
17495
17496 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17497 readable, skip the test.
17498
b8b91e98
YQ
174992014-06-06 Yao Qi <yao@codesourcery.com>
17500
17501 * gdb.threads/staticthreads.c (thread_function): Move the line
17502 setting breakpoint on forward.
17503 * gdb.threads/staticthreads.exp: Update comments.
17504
fb934770
LC
175052014-06-05 Ludovic Courtès <ludo@gnu.org>
17506
17507 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17508 "history-append! type error".
17509
6ef284bd
SM
175102014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17511
17512 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17513 erroneous dprintf expected input.
17514
a872e241
DE
175152014-06-04 Doug Evans <xdje42@gmail.com>
17516
17517 * gdb.guile/scm-generics.exp: Delete.
17518
16f691fb
DE
175192014-06-04 Doug Evans <xdje42@gmail.com>
17520
17521 * gdb.guile/scm-breakpoint.exp: Update.
17522 Add tests for breakpoint registration.
17523
012370f6
TT
175242014-06-04 Tom Tromey <tromey@redhat.com>
17525
17526 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17527 VLA-in-union.
17528 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17529 inner_vla_struct, vla_union types. Initialize objects of those
17530 types and compute their sizes.
17531
9f5a4cef
HZ
175322014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17533 Hui Zhu <hui@codesourcery.com>
17534
17535 * gdb.base/fileio.exp: Add test for shell not available as well as
17536 available.
17537 * gdb.base/fileio.c (test_system): Check for shell twice.
17538
90a45c4d
YQ
175392014-06-04 Yao Qi <yao@codesourcery.com>
17540
17541 * gdb.base/auto-connect-native-target.exp: Remove redundant
17542 space from the regexp pattern.
17543
70017e41
YQ
175442014-06-04 Yao Qi <yao@codesourcery.com>
17545
17546 * gdb.base/default.exp: Replace "child" with "native" in
17547 regexp pattern.
17548
883964a7
SC
175492014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17550
17551 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17552 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17553 * gdb.python/py-xmethods.py: Python script supporting the
17554 new testcase and tests.
17555
ef370185
JB
175562014-06-03 Joel Brobecker <brobecker@adacore.com>
17557 Pedro Alves <palves@redhat.com>
17558
17559 PR breakpoints/17000
17560 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17561 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17562
1e2ccb61
BM
175632014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17564
17565 * gdb.base/subst.exp: Add tests to verify partial path matching
17566 output.
17567
c6ec5ab2
PA
175682014-06-03 Pedro Alves <palves@redhat.com>
17569
17570 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17571 target that doesn't use software single-stepping.
17572
835c559f
PA
175732014-06-03 Pedro Alves <palves@redhat.com>
17574
17575 PR breakpoints/17000
17576 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17577 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17578
06eb1586
DE
175792014-06-02 Doug Evans <xdje42@gmail.com>
17580
17581 * gdb.guile/scm-parameter.exp: New file.
17582
e698b8c4
DE
175832014-06-02 Doug Evans <xdje42@gmail.com>
17584
17585 * gdb.guile/scm-cmd.c: New file.
17586 * gdb.guile/scm-cmd.exp: New file.
17587
ded03782
DE
175882014-06-02 Doug Evans <xdje42@gmail.com>
17589
17590 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17591 pretty-printer lookup.
17592 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17593 (make-pp_s-printer): Call it.
17594 (make-pretty-printer-from-dict): New function.
17595 (lookup-pretty-printer-maker-from-dict): New function.
17596 (*pretty-printer*): Simplify.
17597 (make-objfile-pp_s-printer): New function.
17598 (install-objfile-pretty-printers!): New function.
17599 (make-progspace-pp_s-printer): New function.
17600 (install-progspace-pretty-printers!): New function.
17601 * gdb.guile/scm-progspace.c: New file.
17602 * gdb.guile/scm-progspace.exp: New file.
17603
41fac0cf
PA
176042014-06-02 Pedro Alves <palves@redhat.com>
17605
17606 * gdb.base/dprintf-bp-same-addr.c: New file.
17607 * gdb.base/dprintf-bp-same-addr.exp: New file.
17608
96ae5695
EBM
176092014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17610
17611 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17612 * gdb.arch/powerpc-power.s: Likewise.
17613
da02b3a8
JB
176142014-06-02 Joel Brobecker <brobecker@adacore.com>
17615
17616 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17617
c72b2e7b
YQ
176182014-06-01 Yao Qi <yao@codesourcery.com>
17619
17620 * gdb.base/watchpoint.exp (test_watch_location): Check null
17621 pointer can be dereferenced. If not, do the test, otherwise
17622 skip it.
17623
53e8a631
AB
176242014-05-30 Andrew Burgess <aburgess@broadcom.com>
17625
17626 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17627 results.
17628 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17629
938f0e2f
AB
176302014-05-30 Andrew Burgess <aburgess@broadcom.com>
17631
17632 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17633 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17634 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17635 * gdb.arch/amd64-invalid-stack-top.c: New file.
17636 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17637
9ba6657a
PA
176382014-05-30 Pedro Alves <palves@redhat.com>
17639
17640 PR breakpoints/17000
17641 * gdb.base/sss-bp-on-user-bp.c: New file.
17642 * gdb.base/sss-bp-on-user-bp.exp: New file.
17643
522c09bf
DB
176442014-05-30 David Blaikie <dblaikie@gmail.com>
17645
17646 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17647 gnu_inline semantics via attribute.
17648 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17649 source explicitly specifies the required semantics.
17650
bf4ef81e
MR
176512014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17652
17653 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17654
329ea579
PA
176552014-05-29 Pedro Alves <palves@redhat.com>
17656 Tom Tromey <tromey@redhat.com>
17657
17658 * gdb.base/async-shell.exp: Don't enable target-async.
17659 * gdb.base/async.exp
17660 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17661 parameter. Adjust.
17662 (top level): Don't test with "target-async".
17663 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17664 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17665 * gdb.base/inferior-died.exp: Don't enable target-async.
17666 * gdb.base/interrupt-noterm.exp: Likewise.
17667 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17668 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17669 * gdb.mi/mi-nonstop.exp: Likewise.
17670 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17671 * gdb.mi/mi-nsintrall.exp: Likewise.
17672 * gdb.mi/mi-nsmoribund.exp: Likewise.
17673 * gdb.mi/mi-nsthrexec.exp: Likewise.
17674 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17675 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17676 * gdb.python/py-evsignal.exp: Don't enable target-async.
17677 * gdb.python/py-evthreads.exp: Likewise.
17678 * gdb.python/py-prompt.exp: Likewise.
17679 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17680 * gdb.server/solib-list.exp: Don't enable target-async.
17681 * gdb.threads/thread-specific-bp.exp: Likewise.
17682 * lib/mi-support.exp: Adjust to use mi-async.
17683
fd664c91
PA
176842014-05-29 Pedro Alves <palves@redhat.com>
17685
17686 PR gdb/13860
17687 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17688 reason, even in sync mode.
17689
251bde03
PA
176902014-05-29 Pedro Alves <palves@redhat.com>
17691 Hui Zhu <hui@codesourcery.com>
17692
17693 PR PR15693
17694 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17695 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17696 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17697 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17698
7f3c0343
JB
176992014-05-28 Joel Brobecker <brobecker@adacore.com>
17700
17701 * config/monitor.exp (gdb_target_monitor): Replace use of
17702 "set remotebaud" by "set serial baud".
17703
b2715b27
AW
177042014-05-26 Andy Wingo <wingo@igalia.com>
17705
17706 * gdb.guile/scm-breakpoint.exp:
17707 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17708 properties instead of gdb-object-properties.
17709
498a4489
YQ
177102014-05-26 Yao Qi <yao@codesourcery.com>
17711
17712 * gdb.server/no-thread-db.exp: Specify source file name
17713 explicitly when setting a breakpoint.
17714
589fdceb
MM
177152014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17716
17717 * gdb.btrace/vdso.c: New.
17718 * gdb.btrace/vdso.exp: New.
17719
e9089e05
MM
177202014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17721
17722 * gdb.base/gcore.exp (capture_command_output): Move ...
17723 * lib/gdb.exp (capture_command_output): ... here.
17724
67b5c0c1
MM
177252014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17726
17727 * gdb.btrace/data.exp: Test memory access during btrace replay.
17728
a2199296
SM
177292014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17730
17731 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17732
17b2616c
PA
177332014-05-21 Pedro Alves <palves@redhat.com>
17734
17735 PR gdb/13860
17736 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17737 (top level): Test that output related to execution commands is
17738 sent to the console with CLI commands, but not with MI commands.
17739 Test that breakpoint events are always mirrored to the console.
17740 Also expect the new source line to be output after a "next" in
17741 async mode too. Make it a pass/fail test.
17742 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17743 output.
17744 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17745
5166082f
PA
177462014-05-21 Pedro Alves <palves@redhat.com>
17747
17748 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17749 Use them to test variations of "list" after reaching a breakpoint.
17750 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17751 Test "list" with listsize 10 after reaching a breakpoint.
17752 * gdb.python/python.exp (decode_line current location line
17753 number): Adjust expected line number.
17754
2f25d70f
SM
177552014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17756
17757 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17758 behavior for $args, pass it directly to "run".
17759
ff604a67
MR
177602014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17761
17762 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17763 30000 to 65536.
17764
6a3cb8e8
PA
177652014-05-21 Pedro Alves <palves@redhat.com>
17766
17767 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17768 auto-connect-native-target off".
17769 * gdb.base/auto-connect-native-target.c: New file.
17770 * gdb.base/auto-connect-native-target.exp: New file.
17771
4ebfc96e
PA
177722014-05-21 Pedro Alves <palves@redhat.com>
17773
17774 * gdb.base/default.exp: Test "target native" instead of "target
17775 child".
17776
36d46afb
MW
177772014-05-21 Mark Wielaard <mjw@redhat.com>
17778
17779 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17780
5876f503
JK
177812014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17782
17783 Fix TLS access for -static -pthread.
17784 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17785 <HAVE_TLS> (thread_function, main): Initialize it.
17786 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17787 Add clean_restart.
17788 <$have_tls != "">: Check TLSVAR.
17789
0256a6ac
PA
177902014-05-21 Pedro Alves <palves@redhat.com>
17791
17792 * gdb.base/dcache-line-read-error.c: New.
17793 * gdb.base/dcache-line-read-error.exp: New.
17794
936d2992
PA
177952014-05-20 Pedro Alves <palves@redhat.com>
17796
17797 * gdb.base/compare-sections.c: New file.
17798 * gdb.base/compare-sections.exp: New file.
17799
802e8e6d
PA
178002014-05-20 Pedro Alves <palves@redhat.com>
17801
17802 * gdb.base/break-idempotent.c: New file.
17803 * gdb.base/break-idempotent.exp: New file.
17804
e59fa00f
MM
178052014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17806
17807 * gdb.btrace/nohist.exp: New.
17808
8b696e31
YQ
178092014-05-20 Yao Qi <yao@codesourcery.com>
17810
17811 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17812 gdb.reverse directory and gdb_reverse_timeout exists in board
17813 setting.
17814 * README: Document gdb_reverse_timeout.
17815
73c9764f
YQ
178162014-05-20 Yao Qi <yao@codesourcery.com>
17817
17818 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17819 'test_file_name'. Treat args as a string instead of a list.
17820 (gdb_init): Rename argument 'args' by 'test_file_name'.
17821
f1f4348a
JK
178222014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17823
17824 * gdb.arch/powerpc-power.exp: New file.
17825 * gdb.arch/powerpc-power.s: New file.
17826
0dbe70ce
DE
178272014-05-16 Doug Evans <dje@google.com>
17828
17829 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
17830 * gdb.base/completion.exp: Check that all expected files exist
17831 before doing file completion.
0dbe70ce 17832
8d551b02
DE
178332014-05-16 Doug Evans <dje@google.com>
17834
17835 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17836 Update.
17837 (do_syscall_tests_without_xml): Update.
17838
73eb7709
PA
178392014-05-16 Pedro Alves <palves@redhat.com>
17840
17841 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17842 instead of "unknown output after running".
17843
3fae92fc
YQ
178442014-05-16 Yao Qi <yao@codesourcery.com>
17845
17846 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17847 file1.txt from host at the end.
17848 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17849
c2b2ccc5
DE
178502014-05-15 Doug Evans <dje@google.com>
17851
17852 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17853 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17854 loading file. Add test for TU lookup.
17855
8c217a4b
SM
178562014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17857
17858 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17859 calling "-exec-arguments" or "set args" before running the
17860 inferior.
17861
3deb39c6
SM
178622014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17863
17864 * lib/mi-support.exp (mi_expect_stop): Expect message for
17865 inferiors that exit with non-zero exit code.
17866
71a79f8c
YQ
178672014-05-14 Yao Qi <yao@codesourcery.com>
17868
17869 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17870 match absolute path on remote host.
17871 (test_file_list_exec_source_files): Remove "/" from the
17872 pattern.
17873
f23fcd46
YQ
178742014-05-14 Yao Qi <yao@codesourcery.com>
17875
17876 * boards/local-remote-host-notty.exp (${board}_file): New
17877 proc.
17878
9404b58f
KM
178792014-05-07 Kyle McMartin <kyle@redhat.com>
17880
17881 Pushed by Joel Brobecker <brobecker@adacore.com>.
17882 * gdb.arch/aarch64-atomic-inst.c: New file.
17883 * gdb.arch/aarch64-atomic-inst.exp: New file.
17884
5e45f04c
YQ
178852014-05-07 Yao Qi <yao@codesourcery.com>
17886
17887 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17888 in current context" too.
17889
c888a17d
KS
178902014-05-05 Keith Seitz <keiths@redhat.com>
17891
17892 * gdb.linespec/ls-dollar.exp: Add test for linespec
17893 file:convenience_variable.
17894
290a839c
YQ
178952014-05-05 Yao Qi <yao@codesourcery.com>
17896
17897 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17898 traceframes into tfile and ctf trace files. Read data from
17899 trace file and test collected data.
17900 (gdb_collect_locals_test): Likewise.
17901 (gdb_unavailable_registers_test): Likewise.
17902 (gdb_unavailable_floats): Likewise.
17903 (gdb_collect_globals_test): Likewise.
17904 (top-level): Append "ctf" to trace_file_targets if GDB
17905 supports.
17906
b5262cd0
YQ
179072014-05-05 Yao Qi <yao@codesourcery.com>
17908
17909 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17910 code to ...
17911 (gdb_collect_args_test_1): ... it. New proc.
17912 (gdb_collect_locals_test): Move some code to ...
17913 (gdb_collect_locals_test_1): ... it. New proc.
17914 (gdb_unavailable_registers_test): Move some code to ...
17915 (gdb_unavailable_registers_test_1): ... it. New proc.
17916 (gdb_unavailable_floats): Move some code to ...
17917 (gdb_unavailable_floats_1): ... it. New proc.
17918
30a1e6cc
SDJ
179192014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17920
17921 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17922 probes to test for bitness recognition.
17923 * gdb.arch/amd64-stap-optional-prefix.exp
17924 (test_probe_value_without_reg): New procedure.
17925 Add code to test for different kinds of bitness.
17926
f33da99a
SDJ
179272014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17928
17929 PR breakpoints/16889
17930 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17931 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17932
5b80f00d
PA
179332014-05-01 Pedro Alves <palves@redhat.com>
17934
17935 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17936 gdb_file_cmd if no file is specified.
17937 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17938 last_loaded_file to set the remote exec-file.
17939
f8c2a73c
PA
179402014-05-01 Pedro Alves <palves@redhat.com>
17941
17942 * boards/local-remote-host.exp: New file.
17943
be6e8ac7
PA
179442014-05-01 Pedro Alves <palves@redhat.com>
17945
17946 * boards/local-remote-host.exp: Rename to ...
17947 * boards/local-remote-host-notty.exp: ... this.
17948
cac0dc8f
JB
179492014-04-28 Joel Brobecker <brobecker@adacore.com>
17950
17951 * gdb.ada/dyn_arrayidx: New testcase.
17952
9730e6cc
YQ
179532014-04-26 Yao Qi <yao@codesourcery.com>
17954
17955 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17956 and compute the length of function main. Save it in
17957 $main_length.
17958 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17959 (top-level): Use gdb_compile to compile objects into
17960 executable and restart GDB. Remove invocation to
17961 prepare_for_testing.
17962
7ae1a6a6
PA
179632014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17964 Pedro Alves <palves@redhat.com>
17965
17966 PR server/16255
17967 * gdb.multi/multi-attach.c: New file.
17968 * gdb.multi/multi-attach.exp: New file.
17969
4082afcc
PA
179702014-04-25 Pedro Alves <palves@redhat.com>
17971
17972 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17973 user.
17974 (top level): Test that "set remote conditional-breakpoints-packet
17975 off" works as intended.
17976 * gdb.base/dprintf.exp: Test that "set remote
17977 breakpoint-commands-packet off" works as intended.
17978 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17979 New function.
17980 (top level): Call it.
17981 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17982 remote fast-tracepoints-packet off" works as intended.
17983 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17984 * lib/gdb.exp (gdb_is_target_remote): ... here.
17985
2abc3f8d
DB
179862014-04-24 David Blaikie <dblaikie@gmail.com>
17987
17988 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17989 ensure clang would not discard them.
17990 * gdb.base/gdbvars.c: Ditto.
17991 * gdb.base/memattr.c: Ditto.
17992 * gdb.base/whatis.c: Ditto.
17993 * gdb.python/py-prettyprint.c: Ditto.
17994 * gdb.trace/actions.c: Ditto.
17995 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17996 ensure clang would not discard it.
17997
bfd39632
DB
179982014-04-24 David Blaikie <dblaikie@gmail.com>
17999
18000 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18001 clang to emit the full definition of type required by the test
18002 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18003
22842ff6
DB
180042014-04-24 David Blaikie <dblaikie@gmail.com>
18005
18006 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18007 coax Clang into emitting the definition of the type.
18008 * gdb.cp/pr10728-x.h (y): Ditto.
18009 * gdb.cp/pr10728-y.cc (y): Ditto.
18010
c2e827ad
DB
180112014-04-24 David Blaikie <dblaikie@gmail.com>
18012
18013 * gdb.base/label.exp: XFAIL label related tests under Clang.
18014 * gdb.cp/cplabel.exp: Ditto.
18015 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18016 under Clang those using labels.
18017
4c2d33e7
YQ
180182014-04-25 Yao Qi <yao@codesourcery.com>
18019
18020 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18021 double_label.
18022 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18023 partial_label and double_label.
18024
56083b99
DB
180252014-04-24 David Blaikie <dblaikie@gmail.com>
18026
18027 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18028
25d4e99d
DB
180292014-04-24 David Blaikie <dblaikie@gmail.com>
18030
18031 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18032 of the function to work across GCC and Clang.
18033 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18034 pointer types (const void ** const V void **).
18035
01f9f808
MS
180362014-04-24 Michael Sturm <michael.sturm@mintel.com>
18037 Walfred Tedeschi <walfred.tedeschi@intel.com>
18038
18039 * Makefile.in (EXECUTABLES): Added i386-avx512.
18040 * gdb.arch/i386-avx512.c: New file.
18041 * gdb.arch/i386-avx512.exp: Likewise.
18042
4b48d439
KS
180432014-04-23 Keith Seitz <keiths@redhat.com>
18044
18045 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18046 (mi_make_breakpoint_table): New procedure.
18047 (mi_create_breakpoint): Use mi_make_breakpoint
18048 and return the result.
18049 (mi_make_breakpoint): New procedure.
18050 (mi_build_kv_pairs): New procedure.
18051
18052 * gdb.mi/mi-break.exp: Remove unused globals,
18053 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18054 All callers updated.
18055 * gdb.mi/mi-dprintf.exp: Use variable to track command
18056 number.
18057 Update all callers of mi_create_breakpoint and use
18058 mi_make_breakpoint_table.
18059 Remove any unused global variables.
18060 * gdb.mi/mi-nonstop.exp: Likewise.
18061 * gdb.mi/mi-nsintrall.exp: Likewise.
18062 * gdb.mi/mi-nsmoribund.exp: Likewise.
18063 * gdb.mi/mi-nsthrexec.exp: Likewise.
18064 * gdb.mi/mi-reverse.exp: Likewise.
18065 * gdb.mi/mi-simplerun.exp: Likewise.
18066 * gdb.mi/mi-stepn.exp: Likewise.
18067 * gdb.mi/mi-syn-frame.exp: Likewise.
18068 * gdb.mi/mi-until.exp: Likewise.
18069 * gdb.mi/mi-var-cp.exp: Likewise.
18070 * gdb.mi/mi-var-display.exp: Likewise.
18071 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18072 * gdb.mi/mi2-var-child.exp: Likewise.
18073 * gdb.mi/mi-vla-c99.exp: Likewise.
18074 * lib/mi-support.exp: Likewise.
18075
18076 From Ian Lance Taylor <iant@cygnus.com>:
18077 * lib/gdb.exp (parse_args): New procedure.
18078
08351840
PA
180792014-04-23 Pedro Alves <palves@redhat.com>
18080
18081 * gdb.base/break-unload-file.c: New file.
18082 * gdb.base/break-unload-file.exp: New file.
18083 * gdb.base/sym-file-lib.c (baz): New function.
18084 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18085 field.
18086 (load): Store the segment's mapped size.
18087 (unload): New function.
18088 (unload_shlib): New function.
18089 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18090 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18091 set a breakpoint at baz, and call it.
18092 * gdb.base/sym-file.exp: New tests for stale breakpoint
18093 instructions.
18094
076855f9
PA
180952014-04-23 Pedro Alves <palves@redhat.com>
18096
18097 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18098 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18099 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18100 * gdb.base/hbreak-unmapped.c: New file.
18101 * gdb.base/hbreak-unmapped.exp: New file.
18102 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18103 * lib/gdb.exp (gdb_is_target_remote): ... here.
18104
483805cf
PA
181052014-04-22 Pedro Alves <palves@redhat.com>
18106
18107 * gdb.base/consecutive-step-over.c: New file.
18108 * gdb.base/consecutive-step-over.exp: New file.
18109
06d97543
PA
181102014-04-22 Pedro Alves <palves@redhat.com>
18111
18112 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18113 instead of send_gdb/gdb_expect.
18114
b4429ea2
YQ
181152014-04-22 Yao Qi <yao@codesourcery.com>
18116
18117 * lib/trace-support.exp (generate_tracefile): New procedure.
18118 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18119 return 0.
18120 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18121 if generate_tracefile returns 1.
18122
51d48146
PA
181232014-04-18 Tom Tromey <palves@redhat.com>
18124 Pedro alves <tromey@redhat.com>
18125
18126 PR backtrace/15558
18127 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18128 with a backtrace limit.
18129 * gdb.python/py-frame-inline.exp: Test running to an inline
18130 function with a backtrace limit, and printing the newest frame.
18131 * gdb.python/py-frame-inline.c (main): Call f.
18132
bd1dce5f
MS
181332014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18134
18135 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18136
40d1a503
MS
181372014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18138
18139 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18140 Drop prefix from unsupported source file path.
18141
389b98f7
YQ
181422014-04-17 Yao Qi <yao@codesourcery.com>
18143
18144 * lib/gdb.exp (with_target_charset): New proc.
18145 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18146 with_target_charset.
18147 (test_print_strings): Likewise.
18148 (test_repeat_bytes): Likewise.
18149 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18150 for some tests.
18151
22869d73
KS
181522014-04-16 Keith Seitz <keiths@redhat.com>
18153
18154 PR gdb/15827
18155 * gdb.dwarf2/corrupt.c: New file.
18156 * gdb.dwarf2/corrupt.exp: New file.
18157
c4f87ca6
KS
181582014-04-16 Keith Seitz <keiths@redhat.com>
18159
18160 PR c++/16597
18161 * gdb.cp/namelessclass.cc: New file.
18162 * gdb.cp/namelessclass.exp: New file.
18163 * gdb.cp/namelessclass.S: New file.
18164
ab19de87
DE
181652014-04-16 Doug Evans <dje@google.com>
18166
18167 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18168 Add comment.
18169 (gdbserver_default_get_comm_port): New function.
18170 (gdbserver_start): Check if board file provided
18171 "gdbserver,get_comm_port" and use it if so.
18172 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18173 (gdb,socketport): Set to "stdio".
18174 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18175 (stdio_gdbserver_template): Delete.
18176 (${board}_get_remote_address): Update.
18177 (${board}_build_remote_cmd): Delete.
18178 (${board}_get_comm_port): New function.
18179 (${board}_spawn): Update.
18180 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18181 Delete.
18182 (${board}_get_remote_address): Update.
18183 (${board}_get_comm_port): New function.
18184
fc98a809
AB
181852014-04-16 Andrew Burgess <aburgess@broadcom.com>
18186
18187 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18188 appearing in any order.
18189
87fd9e6e
DE
181902014-04-15 Doug Evans <dje@google.com>
18191
18192 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18193 uninitialized value of "description".
18194
099fc3ea
KS
181952014-04-15 Keith Seitz <keiths@redhat.com>
18196
18197 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18198 Remove unused globals.
18199 (test_running_the_program): Likewise.
18200 (test_controlled_execution): Likewise.
18201 (test_controlling_breakpoints): Likewise.
18202 (test_program_termination): Likewise.
18203
5da151d4
KS
182042014-04-15 Keith Seitz <keiths@redhat.com>
18205
18206 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18207 unused globals.
18208 (test_rbreak_creation_and_listing): Likewise.
18209 (test_ignore_count): Likewise.
18210 (test_error): Likewise.
18211
35e5d2f0
PA
182122014-04-15 Pedro Alves <palves@redhat.com>
18213
18214 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18215 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18216 sym-file-loader.c.
18217 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18218 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18219 to sym-file-loader.c.
18220 (struct library): Forward declare.
18221 (load_shlib, lookup_function): Change prototypes.
18222 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18223 (translate_offset): Remove declarations.
18224 (get_text_addr): New declaration.
18225 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18226 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18227 sym-file-loader.h.
18228 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18229 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18230 here from sym-file-loader.h.
18231 (struct library): New structure.
18232 (load_shlib, lookup_function): Change prototypes and adjust to
18233 work with a struct library.
18234 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18235 (translate_offset): Make static.
18236 (get_text_addr): New function.
18237 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18238
eb4c1710
PA
182392014-04-15 Pedro Alves <palves@redhat.com>
18240
18241 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18242
2d1baf52
PA
182432014-04-15 Pedro Alves <palves@redhat.com>
18244
18245 * gdb.base/sym-file-loader.c: Include <limits.h>.
18246 (SELF_LINK): New define.
18247 (get_origin): New function.
18248 (load_shlib): Use it.
18249 * gdb.base/sym-file.exp: Don't early return if the target is
18250 remote. Use runto_main, and issue fail is that fails. Use
18251 gdb_load_shlibs.
18252 (shlib_name): Delete.
18253 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18254
7dd6df01
PA
182552014-04-15 Pedro Alves <palves@redhat.com>
18256
18257 * gdb.base/sym-file.exp: Remove regex characters from test
18258 message. Don't refer to breakpoint numbers in test messages.
18259
b50c8614
KS
182602014-04-14 Keith Seitz <keiths@redhat.com>
18261
18262 PR c++/16253
18263 * gdb.cp/var-tag.cc: New file.
18264 * gdb.cp/var-tag.exp: New file.
18265 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18266 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18267 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18268 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18269
3d567982
TT
182702014-04-14 Tom Tromey <tromey@redhat.com>
18271
18272 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18273 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18274 type.
18275 * gdb.cp/enum-class.exp: New file.
18276 * gdb.cp/enum-class.cc: New file.
18277
0626fc76
TT
182782014-04-14 Tom Tromey <tromey@redhat.com>
18279
18280 * gdb.dwarf2/enum-type.exp: New file.
18281
dca325b3
SA
182822014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18283
18284 * gdb.mi/mi-vla-c99.exp: New file.
18285 * gdb.mi/vla.c: New file.
18286
5854b38a
SA
182872014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18288
18289 * gdb.base/vla-datatypes.c: New file.
18290 * gdb.base/vla-datatypes.exp: New file.
18291
463bb957
SA
182922014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18293
18294 * gdb.base/vla-ptr.c: New file.
18295 * gdb.base/vla-ptr.exp: New file.
18296
3dd170be
SA
182972014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18298
18299 * gdb.dwarf2/count.exp: New file.
18300
5ecaaa66
SA
183012014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18302
18303 * gdb.base/vla-sideeffect.c: New file.
18304 * gdb.base/vla-sideeffect.exp: New file.
18305
41f1ada5
DB
183062014-04-14 David Blaikie <dblaikie@gmail.com>
18307
18308 * gdb.mi/non-stop.c: Add return value for non-void function return
18309 statement.
18310 * gdb.threads/staticthreads.c: Ditto.
18311
0be03e84
DE
183122014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18313 Doug Evans <xdje42@gmail.com>
18314
18315 * gdb.guile/scm-value.c: Improve test case.
18316 * gdb.guile/scm-value.exp: Add new test.
18317
f180a1fb
DB
183182014-04-11 David Blaikie <dblaikie@gmail.com>
18319
18320 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18321 override Clang's default.
18322
6b662e19
JB
183232014-04-11 Joel Brobecker <brobecker@adacore.com>
18324
18325 Revert the following changes (regressions):
18326
18327 * gdb.base/vla-sideeffect.c: New file.
18328 * gdb.base/vla-sideeffect.exp: New file.
18329
18330 * gdb.dwarf2/count.exp: New file.
18331
18332 * gdb.base/vla-multi.c: New file.
18333 * gdb.base/vla-multi.exp: New file.
18334
18335 * gdb.base/vla-ptr.c: New file.
18336 * gdb.base/vla-ptr.exp: New file.
18337
18338 * gdb.base/vla-datatypes.c: New file.
18339 * gdb.base/vla-datatypes.exp: New file.
18340
18341 * gdb.mi/mi-vla-c99.exp: New file.
18342 * gdb.mi/vla.c: New file.
18343
245a5f0b
KS
183442014-04-11 Keith Seitz <keiths@redhat.com>
18345
18346 PR c++/16675
18347 * gdb.cp/cpsizeof.exp: New file.
18348 * gdb.cp/cpsizeof.cc: New file.
18349
58a84dcf
SA
183502014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18351
191a8a90
JB
18352 * gdb.mi/mi-vla-c99.exp: New file.
18353 * gdb.mi/vla.c: New file.
58a84dcf 18354
c8655f75
SA
183552014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18356
18357 * gdb.base/vla-datatypes.c: New file.
18358 * gdb.base/vla-datatypes.exp: New file.
18359
024e13b4
SA
183602014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18361
18362 * gdb.base/vla-ptr.c: New file.
18363 * gdb.base/vla-ptr.exp: New file.
18364
1a237e0e
SA
183652014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18366
18367 * gdb.base/vla-multi.c: New file.
18368 * gdb.base/vla-multi.exp: New file.
18369
504f3432
SA
183702014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18371
18372 * gdb.dwarf2/count.exp: New file.
18373
3bce8237
SA
183742014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18375
191a8a90
JB
18376 * gdb.base/vla-sideeffect.c: New file.
18377 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 18378
322f9c21
YQ
183792014-04-11 Yao Qi <yao@codesourcery.com>
18380
18381 * gdb.base/completion.exp: Check file exists before running tests
18382 on file completion.
18383
d708bcd1
PA
183842014-04-10 Pedro Alves <palves@redhat.com>
18385
18386 * gdb.base/cond-eval-mode.c: New file.
18387 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18388 prepare_for_testing to build the new file. Check result of
18389 runto_main.
18390 (test_break, test_watch): New procedures.
18391 (top level): Use them.
18392
ae1d2761
PM
183932014-04-08 Pierre Muller <muller@sourceware.org>
18394
18395 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18396 Ctrl-V use for mingw hosts.
18397
7af389b8
SC
183982014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18399
18400 * gdb.python/py-value.c: Improve test case.
18401 * gdb.python/py-value.exp: Add new test.
18402
5e703181
DE
184032014-04-07 David Blaikie <dblaikie@gmail.com>
18404
18405 * lib/compiler.c: Identify the clang compiler.
18406 * lib/compiler.cc: Ditto.
18407
9810b410
YQ
184082014-04-03 Yao Qi <yao@codesourcery.com>
18409
18410 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18411
98d1b8dc
AB
184122014-04-01 Anton Blanchard <anton@samba.org>
18413
18414 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18415 messages unique.
18416
3114cea1
AB
184172014-04-01 Anton Blanchard <anton@samba.org>
18418
18419 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18420 prepare_for_testing.
18421
62f7182c
AB
184222014-04-01 Anton Blanchard <anton@samba.org>
18423
18424 * gdb.arch/ppc64-atomic-inst.c: Remove.
18425 * gdb.arch/ppc64-atomic-inst.S: New file.
18426 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18427
770e7fc7
DE
184282014-03-31 Doug Evans <dje@google.com>
18429
18430 * gdb.base/print-symbol-loading-lib.c: New file.
18431 * gdb.base/print-symbol-loading-main.c: New file.
18432 * gdb.base/print-symbol-loading.exp: New file.
18433
46e2bafa
YQ
184342014-03-31 Yao Qi <yao@codesourcery.com>
18435
18436 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18437
8776cfe9
JB
184382014-03-28 Joel Brobecker <brobecker@adacore.com>
18439
18440 * gdb.ada/mi_dyn_arr: New testcase.
18441
5d1ef361
DE
184422014-03-27 Doug Evans <dje@google.com>
18443
18444 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18445
b5bee914
YQ
184462014-03-27 Yao Qi <yao@codesourcery.com>
18447
18448 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18449 if target is nios2-*-*.
18450
0d4d0e77
YQ
184512014-03-26 Yao Qi <yao@codesourcery.com>
18452
18453 * lib/gdb.exp (readline_is_used): New proc.
18454 * gdb.base/completion.exp: Move tests on command complete up.
18455 Skip the rest of tests if readline is not used.
18456 * gdb.ada/complete.exp: Skp the test if readline is not
18457 used.
18458 * gdb.base/filesym.exp: Likewise.
18459 * gdb.base/macscp.exp: Likewise.
18460 * gdb.base/readline-ask.exp: Likewise.
18461 * gdb.base/readline.exp: Likewise.
18462 * gdb.python/py-cmd.exp: Likewise.
18463 * gdb.trace/tfile.exp: Likewise.
18464
29361eee
YQ
184652014-03-26 Yao Qi <yao@codesourcery.com>
18466
18467 * gdb.base/macscp.exp: Fix code format issues.
18468
bc9a5525
UW
184692014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18470
18471 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18472 * gdb.asm/powerpc64le.inc: New file.
18473
d3839ede
PA
184742014-03-25 Pedro Alves <palves@redhat.com>
18475 Doug Evans <dje@google.com>
18476
18477 * gdb.base/source-execution.c: New file.
18478 * gdb.base/source-execution.exp: New file.
18479 * gdb.base/source-execution.gdb: New file.
18480
01672a57
DE
184812014-03-24 Doug Evans <dje@google.com>
18482
18483 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18484 using fission.
18485
88bbeca9
HZ
184862014-03-24 Hui Zhu <hui@codesourcery.com>
18487 Pedro Alves <palves@redhat.com>
18488
18489 PR breakpoints/16101
18490 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18491 test pass/fail messages. Detect missing support for dprintf when
18492 breakpoints are actually inserted.
18493 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18494 breakpoints are actually inserted.
18495 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18496 fails.
18497
d2348791
JK
184982014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18499
18500 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18501
feef67ab
DE
185022014-03-22 Doug Evans <xdje42@gmail.com>
18503
18504 * gdb.python/python.exp (python not supported): Verify multi-line
18505 python command issues an error.
25d743f9 18506 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 18507 guile command issues an error.
feef67ab 18508
ecebef6a
MR
185092014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18510
18511 * gdb.threads/thread-specific.exp: Handle the lack of usable
18512 $this_breakpoint and $this_thread.
18513
ccdd1909
HZ
185142014-03-21 Hui Zhu <hui@codesourcery.com>
18515
18516 * gdb.base/attach.exp (do_command_attach_tests): New.
18517
beb460e8
PA
185182014-03-20 Tom Tromey <tromey@redhat.com>
18519 Pedro Alves <palves@redhat.com>
18520
18521 PR cli/15718
18522 * gdb.base/condbreak-call-false.c: New file.
18523 * gdb.base/condbreak-call-false.exp: New file.
18524
40acf43a
PA
185252014-03-20 Pedro Alves <palves@redhat.com>
18526
18527 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18528 Delete.
18529 (block_signals, unblock_signals): Delete.
18530 (child_function_2, main): Remove references to deleted variable
18531 and functions.
18532
9f5e1e02
PA
185332014-03-20 Pedro Alves <palves@redhat.com>
18534
18535 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18536 Use pthread_kill to signal thread 2.
18537 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18538 Adjust to make the test send itself a signal rather than using the
18539 host's "kill" command.
18540
99619bea
PA
185412014-03-20 Pedro Alves <palves@redhat.com>
18542
18543 * gdb.threads/multiple-step-overs.c: New file.
18544 * gdb.threads/multiple-step-overs.exp: New file.
18545 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18546 Adjust expected infrun debug output.
18547
2adfaa28
PA
185482014-03-20 Pedro Alves <palves@redhat.com>
18549
18550 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18551 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18552
31e77af2
PA
185532014-03-20 Pedro Alves <palves@redhat.com>
18554
18555 PR breakpoints/7143
18556 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18557 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18558 of gdb_test_multiple.
18559 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18560 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18561
b9f437de
PA
185622014-03-20 Pedro Alves <palves@redhat.com>
18563
18564 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18565 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18566
05adc73e
PA
185672014-03-19 Pedro Alves <palves@redhat.com>
18568
18569 * gdb.base/async.exp: Remove early return.
18570
6048b950
PA
185712014-03-19 Pedro Alves <palves@redhat.com>
18572
18573 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18574
8bcfb00a
PA
185752014-03-19 Pedro Alves <palves@redhat.com>
18576
18577 * gdb.base/async.exp (test_background): Expect \r\n after
18578 "completed." in the fail pattern.
18579
884e37dc
PA
185802014-03-19 Pedro Alves <palves@redhat.com>
18581
18582 * gdb.base/async.exp (test_background): New procedure.
18583 Use it for all background execution command tests.
18584
148e57e2
PA
185852014-03-19 Pedro Alves <palves@redhat.com>
18586
18587 * gdb.base/async.exp: Use prepare_for_testing.
18588
f48088c7
PA
185892014-03-19 Pedro Alves <palves@redhat.com>
18590
18591 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18592 the same line.
18593
e2f6c966
PA
185942014-03-19 Pedro Alves <palves@redhat.com>
18595
18596 * gdb.base/async.c (main): Add "jump here" and "until here" line
18597 marker comments.
18598 * gdb.base/async.exp (jump_here): New global.
18599 (jump& test): Use it.
18600 (until_here): New global.
18601 (until& test): Use it.
18602
c30568d4
PA
186032014-03-19 Pedro Alves <palves@redhat.com>
18604
18605 * gdb.base/async.exp: Don't frob gdb_protocol.
18606
0172b6a7
DE
186072014-03-18 Doug Evans <xdje42@gmail.com>
18608
18609 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18610 Fix spelling of exec-done-display.
18611
06c868a8
JK
186122014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18613
18614 PR gdb/15358
18615 * gdb.base/gdb-sigterm.c: New file.
18616 * gdb.base/gdb-sigterm.exp: New file.
18617
0c7e1a46
PA
186182014-03-18 Pedro Alves <palves@redhat.com>
18619
18620 PR gdb/13860
18621 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18622 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18623 solib-event.
18624
f7c77d93
JB
186252014-03-17 Joel Brobecker <brobecker@adacore.com>
18626
18627 * gdb.ada/pckd_arr_ren: New testcase.
18628
5a1e8c7a
DE
186292014-03-13 Doug Evans <xdje42@gmail.com>
18630
18631 PR guile/16612
18632 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18633 collect after discarding symbols.
18634
350e1a76
DE
186352014-03-13 Ludovic Courtès <ludo@gnu.org>
18636 Doug Evans <xdje42@gmail.com>
18637
18638 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18639 to history survives a gc.
18640
a69900ae
PA
186412014-03-13 Pedro Alves <palves@redhat.com>
18642
18643 * gdb.base/default.exp: Don't test "target procfs".
18644
5db9f0bd
PA
186452014-03-13 Pedro Alves <palves@redhat.com>
18646
18647 * gdb.base/default.exp: Update "target child" and "target procfs"
18648 tests to not expect "Unix".
18649
b3ccfe11
TT
186502014-03-12 Tom Tromey <tromey@redhat.com>
18651
18652 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18653 New procs. Add target-async tests.
18654 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18655 Add target-async tests.
18656
646f4417
AA
186572014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18658
18659 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18660 'func_start' and 'func_end' for the beginning and end of the
18661 function code, respectively.
18662 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18663 'func_end' instead of 'func' and 'main'.
18664
288c211f
AA
186652014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18666
18667 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18668 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18669 generate the debug info assembler source.
18670
e0c0f156
AA
186712014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18672
18673 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18674 * gdb.dwarf2/arr-subrange.exp: Likewise.
18675 * gdb.dwarf2/dwz.exp: Likewise.
18676 * gdb.dwarf2/method-ptr.exp: Likewise.
18677 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18678 * gdb.dwarf2/subrange.exp: Likewise.
18679 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18680 * gdb.dwarf2/implptrpiece.exp: Likewise.
18681 * gdb.dwarf2/nostaticblock.exp: Likewise.
18682
0e5c4555
AA
186832014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18684
18685 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18686 directory to absolute path name arguments.
18687
5ec18f2b
JG
186882014-03-10 Joel Brobecker <brobecker@adacore.com>
18689
18690 * gdb.ada/tagged_access: New testcase.
18691
847fc4f2
MM
186922014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18693
18694 * gdb.btrace/data.exp: Update expected output.
18695
cc3da688
YQ
186962014-03-06 Yao Qi <yao@codesourcery.com>
18697
18698 * gdb.trace/pr16508.exp: New file.
18699
0f26cec1
PA
187002014-03-05 Pedro Alves <palves@redhat.com>
18701
18702 PR gdb/16575
18703 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18704 procedure.
18705 (top level): Adjust to use it. Add tests that exercise breakpoint
18706 interaction with the code-cache.
18707
7a5a839f
LC
187082014-02-26 Ludovic Courtès <ludo@gnu.org>
18709
18710 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18711 test for 'history-append!'.
18712
31aa7e4e
JB
187132014-02-26 Joel Brobecker <brobecker@adacore.com>
18714
18715 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18716 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18717 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18718 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18719 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18720 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18721
1b588015
JB
187222014-02-26 Joel Brobecker <brobecker@adacore.com>
18723
18724 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18725 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18726 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18727
55426c9d
JB
187282014-02-26 Joel Brobecker <brobecker@adacore.com>
18729
18730 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18731
dc53a7ad
JB
187322014-02-26 Joel Brobecker <brobecker@adacore.com>
18733
18734 * gdb.dwarf2/arr-stride.c: New file.
18735 * gdb.dwarf2/arr-stride.exp: New file.
18736
12ab52e9
PA
187372014-02-26 Pedro Alves <palves@redhat.com>
18738
18739 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18740 that won't ever trigger. Make sure that GDB reports the correct
18741 breakpoint that caused the stop.
18742
849c862e
JK
187432014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18744
18745 PR gdb/16626
18746 * gdb.base/auto-load-script: New file.
18747 * gdb.base/auto-load.c: New file.
18748 * gdb.base/auto-load.exp: New file.
18749
71b7d793
JK
18750 PR gdb/16626
18751 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18752
e2f0d509
JK
187532014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18754
18755 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18756 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18757
50cc37c8
DE
187582014-02-24 Doug Evans <dje@google.com>
18759
18760 * lib/gdb.exp (run_on_host): Log error output if program fails.
18761
ea4758f2
PA
187622014-02-21 Pedro Alves <palves@redhat.com>
18763
18764 * gdb.threads/step-after-sr-lock.c: Rename to ...
18765 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18766 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18767 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18768 ... this.
18769
d7b30f67
SDJ
187702014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18771
18772 PR tdep/16397
18773 * gdb.arch/amd64-stap-special-operands.exp: New file.
18774 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18775 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18776 * gdb.arch/amd64-stap-triplet.S: Likewise.
18777 * gdb.arch/amd64-stap-triplet.c: Likewise.
18778
83deb43f
JB
187792014-02-20 Joel Brobecker <brobecker@adacore.com>
18780
18781 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18782 in .section pseudo-op.
18783
adde2bff
DE
187842014-02-20 lin zuojian <manjian2006@gmail.com>
18785 Joel Brobecker <brobecker@adacore.com>
18786 Doug Evans <xdje42@gmail.com>
18787
18788 PR symtab/16581
18789 * gdb.dwarf2/dw2-icycle.S: New file.
18790 * gdb.dwarf2/dw2-icycle.c: New file.
18791 * gdb.dwarf2/dw2-icycle.exp: New file.
18792
f7bd0f78
SC
187932014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18794
18795 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18796 operations on gdb.Value objects.
18797 * gdb.python/py-value-cc.exp: Add new test to test operations on
18798 gdb.Value objects.
18799
c17ef0d5
DE
188002014-02-18 Doug Evans <dje@google.com>
18801
18802 * Makefile.in (TESTS): New variable.
18803 (expanded_tests, expanded_tests_or_none): New variables
18804 (check-single): Pass $(expanded_tests_or_none) to runtest.
18805 (check-parallel): Only run tests in $(TESTS) if non-empty.
18806 (check/no-matching-tests-found): New rule.
18807 * README: Document TESTS makefile variable.
18808
5dd3176f
DE
188092014-02-18 Doug Evans <dje@google.com>
18810
18811 * Makefile.in (check-parallel): rm -rf outputs temp.
18812
0b10be4f
JK
188132014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18814
18815 Fix "ERROR: no fileid for" in the testsuite.
18816 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18817
85f224e7
DE
188182014-02-12 Doug Evans <dje@google.com>
18819
18820 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18821 (MISCELLANEOUS): New variable.
18822 (clean): rm -rf $(MISCELLANEOUS).
18823 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18824 dwp live in the same directory as symlinks, with each symlink pointed
18825 to a differently named file in a different directory.
18826
149b30ff
DE
188272014-02-11 Doug Evans <dje@google.com>
18828
18829 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18830 of Tcl file commands.
18831
1dfdac32
MK
188322014-02-10 Mark Kettenis <kettenis@gnu.org>
18833
18834 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18835 "kill -SIGUSR1 -1".
18836
aa4fb036
JB
188372014-02-10 Joel Brobecker <brobecker@adacore.com>
18838
18839 * gdb.ada/tick_length_array_enum_idx: New testcase.
18840
ed3ef339
DE
188412014-02-10 Doug Evans <xdje42@gmail.com>
18842
18843 * configure.ac (AC_OUTPUT): Add gdb.guile.
18844 * configure: Regenerate.
18845 * lib/gdb-guile.exp: New file.
18846 * lib/gdb.exp (get_target_charset): New function.
18847 * gdb.base/help.exp: Update expected output from "apropos apropos".
18848 * gdb.guile/Makefile.in: New file.
18849 * gdb.guile/guile.exp: New file.
18850 * gdb.guile/scm-arch.c: New file.
18851 * gdb.guile/scm-arch.exp: New file.
18852 * gdb.guile/scm-block.c: New file.
18853 * gdb.guile/scm-block.exp: New file.
18854 * gdb.guile/scm-breakpoint.c: New file.
18855 * gdb.guile/scm-breakpoint.exp: New file.
18856 * gdb.guile/scm-disasm.c: New file.
18857 * gdb.guile/scm-disasm.exp: New file.
18858 * gdb.guile/scm-equal.c: New file.
18859 * gdb.guile/scm-equal.exp: New file.
18860 * gdb.guile/scm-error.exp: New file.
18861 * gdb.guile/scm-error.scm: New file.
18862 * gdb.guile/scm-frame-args.c: New file.
18863 * gdb.guile/scm-frame-args.exp: New file.
18864 * gdb.guile/scm-frame-args.scm: New file.
18865 * gdb.guile/scm-frame-inline.c: New file.
18866 * gdb.guile/scm-frame-inline.exp: New file.
18867 * gdb.guile/scm-frame.c: New file.
18868 * gdb.guile/scm-frame.exp: New file.
18869 * gdb.guile/scm-generics.exp: New file.
18870 * gdb.guile/scm-gsmob.exp: New file.
18871 * gdb.guile/scm-iterator.c: New file.
18872 * gdb.guile/scm-iterator.exp: New file.
18873 * gdb.guile/scm-math.c: New file.
18874 * gdb.guile/scm-math.exp: New file.
18875 * gdb.guile/scm-objfile-script-gdb.in: New file.
18876 * gdb.guile/scm-objfile-script.c: New file.
18877 * gdb.guile/scm-objfile-script.exp: New file.
18878 * gdb.guile/scm-objfile.c: New file.
18879 * gdb.guile/scm-objfile.exp: New file.
18880 * gdb.guile/scm-ports.exp: New file.
18881 * gdb.guile/scm-pretty-print.c: New file.
18882 * gdb.guile/scm-pretty-print.exp: New file.
18883 * gdb.guile/scm-pretty-print.scm: New file.
18884 * gdb.guile/scm-section-script.c: New file.
18885 * gdb.guile/scm-section-script.exp: New file.
18886 * gdb.guile/scm-section-script.scm: New file.
18887 * gdb.guile/scm-symbol.c: New file.
18888 * gdb.guile/scm-symbol.exp: New file.
18889 * gdb.guile/scm-symtab-2.c: New file.
18890 * gdb.guile/scm-symtab.c: New file.
18891 * gdb.guile/scm-symtab.exp: New file.
18892 * gdb.guile/scm-type.c: New file.
18893 * gdb.guile/scm-type.exp: New file.
18894 * gdb.guile/scm-value-cc.cc: New file.
18895 * gdb.guile/scm-value-cc.exp: New file.
18896 * gdb.guile/scm-value.c: New file.
18897 * gdb.guile/scm-value.exp: New file.
18898 * gdb.guile/source2.scm: New file.
18899 * gdb.guile/types-module.cc: New file.
18900 * gdb.guile/types-module.exp: New file.
18901
7026a7c1
YQ
189022014-02-10 Yao Qi <yao@codesourcery.com>
18903
18904 PR testsuite/16543
18905 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18906 * configure: Regenerated.
18907 * Makefile.in: New file.
18908
6c466447
AS
189092014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18910
18911 * gdb.python/py-framefilter.exp: Fix typo.
18912
6e854735
YQ
189132014-02-08 Yao Qi <yao@codesourcery.com>
18914
18915 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18916 that no =breakpoint-modified is emitted when breakpoints are
18917 modified through MI commands.
18918
d137e6dc
PA
189192014-02-07 Pedro Alves <pedro@codesourcery.com>
18920 Pedro Alves <palves@redhat.com>
18921
18922 * gdb.threads/step-after-sr-lock.c: New file.
18923 * gdb.threads/step-after-sr-lock.exp: New file.
18924
b5ee5a50
PA
189252014-02-07 Pedro Alves <palves@redhat.com>
18926
18927 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18928
3c77faf3
JK
189292014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18930
18931 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18932 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18933
6dddc817
DE
189342014-02-06 Doug Evans <xdje42@gmail.com>
18935
18936 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18937 output.
18938
18939 * gdb.gdb/python-interrupts.exp: New file.
18940
de7b2893
YQ
189412014-02-05 Yao Qi <yao@codesourcery.com>
18942
18943 * gdb.trace/report.exp (use_collected_data): Test the output
18944 of "info threads" and "info inferiors".
18945
66d032ac
YQ
189462014-02-05 Yao Qi <yao@codesourcery.com>
18947
18948 Revert this patch:
18949
18950 2013-05-24 Yao Qi <yao@codesourcery.com>
18951
18952 * gdb.trace/tfile.exp: Test inferior and thread.
18953
591a12a1
UW
189542014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18955
18956 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18957 on a function.
18958 * gdb.base/step-bt.c: Call hello via function pointer to make
18959 sure its first instruction is executed on powerpc64le-linux.
18960
0ff3e01f
UW
189612014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18962
18963 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18964
084ee545
UW
189652014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18966
18967 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18968 of the test patterns for use on little-endian systems.
18969
6ed14ff3
UW
189702014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18971
18972 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18973 (decimal_vector): Fix for little-endian.
18974
401e27fd
JM
189752014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18976
18977 * gdb.arch/sparc-sysstep.exp: New file.
18978 * gdb.arch/sparc-sysstep.c: Likewise.
18979
18980 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18981
8b924729
EBM
189822014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18983
18984 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18985
fb151210
JB
189862014-01-23 Tom Tromey <tromey@redhat.com>
18987
18988 * gdb.ada/array_char_idx: New testcase.
18989
0740f8d8
TT
189902014-01-23 Tom Tromey <tromey@redhat.com>
18991
18992 PR python/16487:
18993 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18994 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18995 classes.
18996
21909fa1
TT
189972014-01-23 Tom Tromey <tromey@redhat.com>
18998
18999 PR python/16491:
19000 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19001 string from an inferior frame.
19002 * gdb.python/py-framefilter-mi.exp: Update.
19003
87ce2a04
DE
190042014-01-22 Doug Evans <dje@google.com>
19005
19006 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19007
237b092b
AA
190082014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19009
19010 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19011
d674a709
AA
190122014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19013
19014 * gdb.trace/entry-values.exp: Remove excess space character from
19015 regex patterns. Handle s390 call instruction.
19016
20fa3390
AA
190172014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19018
19019 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19020 define "*_start" label. Make "name" static.
19021 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19022 ${name} by references to ${name}_start.
19023
78466714
AA
190242014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19025
19026 * gdb.base/info-macros.exp: Remove "debug" from the compile
19027 options.
19028
ec9f644a
IB
190292014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19030
19031 * gdb.dlang/demangle.exp: New file.
19032
94b1b47e
IB
190332014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19034
19035 * gdb.dlang/primitive-types.exp: New file.
19036
7f420862
IB
190372014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19038
19039 * configure.ac: Create gdb.dlang/Makefile.
19040 * configure: Regenerate.
19041 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19042 * gdb.dlang/Makefile.in: New file.
19043 * lib/d-support.exp: New file.
19044 * lib/gdb.exp (skip_d_tests): New proc.
19045
52834460
MM
190462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19047
19048 * gdb.btrace/delta.exp: Check reverse stepi.
19049 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19050 * gdb.btrace/finish.exp: New.
19051 * gdb.btrace/next.exp: New.
19052 * gdb.btrace/nexti.exp: New.
19053 * gdb.btrace/record_goto.c: Add comments.
19054 * gdb.btrace/step.exp: New.
19055 * gdb.btrace/stepi.exp: New.
19056 * gdb.btrace/multi-thread-step.c: New.
19057 * gdb.btrace/multi-thread-step.exp: New.
19058 * gdb.btrace/rn-dl-bind.c: New.
19059 * gdb.btrace/rn-dl-bind.exp: New.
19060 * gdb.btrace/data.c: New.
19061 * gdb.btrace/data.exp: New.
19062 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19063
6e07b1d2
MM
190642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19065
19066 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19067 * gdb.btrace/exception.exp: Update.
19068 * gdb.btrace/instruction_history.exp: Update.
19069 * gdb.btrace/record_goto.exp: Update.
19070 * gdb.btrace/tailcall.exp: Update.
19071 * gdb.btrace/unknown_functions.exp: Update.
19072 * gdb.btrace/delta.exp: New.
19073
0b722aec
MM
190742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19075
19076 * gdb.btrace/record_goto.exp: Add backtrace test.
19077 * gdb.btrace/tailcall.exp: Add backtrace test.
19078
066ce621
MM
190792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19080
19081 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19082 * gdb.btrace/record_goto.c: New.
19083 * gdb.btrace/record_goto.exp: New.
19084 * gdb.btrace/x86-record_goto.S: New.
19085
0688d04e
MM
190862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19087
19088 * gdb.btrace/function_call_history.exp: Update tests.
19089 * gdb.btrace/instruction_history.exp: Update tests.
19090
8710b709
MM
190912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19092
19093 * gdb.btrace/function_call_history.exp: Fix expected field
19094 order for "record function-call-history".
19095 Add new tests for "record function-call-history /c".
19096 * gdb.btrace/exception.cc: New.
19097 * gdb.btrace/exception.exp: New.
19098 * gdb.btrace/tailcall.exp: New.
19099 * gdb.btrace/x86-tailcall.S: New.
19100 * gdb.btrace/x86-tailcall.c: New.
19101 * gdb.btrace/unknown_functions.c: New.
19102 * gdb.btrace/unknown_functions.exp: New.
19103 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19104
5de9129b
MM
191052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19106
19107 * gdb.btrace/instruction_history.exp: Update.
19108 * gdb.btrace/function_call_history.exp: Update.
19109
23a7fe75
MM
191102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19111
19112 * gdb.btrace/function_call_history.exp: Fix expected function
19113 trace.
19114 * gdb.btrace/instruction_history.exp: Initialize traced.
19115 Remove traced_functions.
19116
724c7dd8
MM
191172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19118
19119 * gdb.btrace/function_call_history.exp: Update
19120 * gdb.btrace/instruction_history.exp: Update.
19121
6d78d93b
MM
191222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19123
19124 * gdb.btrace/enable.exp: Update expected text.
19125
93a360cc
OJ
191262014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19127
19128 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19129 bytes.
19130
3772b53f
MR
191312014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19132
19133 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19134
596662fa
OJ
191352014-01-15 Omair Javaid <omair.javaid@linaro.org>
19136
19137 * lib/gdb.exp (supports_process_record): Return true for
19138 arm*-linux*. (supports_reverse): Likewise.
19139
b5b08fb4
SC
191402014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19141
19142 PR python/15464
19143 PR python/16113
19144 * gdb.python/py-type.c: Enhance test case.
19145 * gdb.python/py-value-cc.cc: Likewise
19146 * gdb.python/py-type.exp: Add new tests.
19147 * gdb.python/py-value-cc.exp: Likewise
19148
52d7fb13
AA
191492014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19150 Pedro Alves <palves@redhat.com>
19151
19152 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19153 Make "name" extern.
19154 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19155 references to ${name}_start by references to ${name}.
19156
a2cd8cfe
JB
191572014-01-10 Joel Brobecker <brobecker@adacore.com>
19158
19159 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19160
4e23fced
JB
191612014-01-10 Joel Brobecker <brobecker@adacore.com>
19162
19163 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19164
c6a9e42c
PA
191652014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19166 Pedro Alves <palves@redhat.com>
19167
19168 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 19169 mi_gdb_target_load.
c6a9e42c 19170
b7ea362b
PA
191712014-01-08 Pedro Alves <palves@redhat.com>
19172
19173 * gdb.threads/reconnect-signal.c: New file.
19174 * gdb.threads/reconnect-signal.exp: New file.
19175
5e3f4fab
EBM
191762014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19177
19178 * gdb.base/source-dir.exp: New file.
19179
79301218
JB
191802014-01-07 Joel Brobecker <brobecker@adacore.com>
19181
19182 * gdb.ada/mi_interface: New testcase.
19183
8e355c5d
JB
191842014-01-07 Joel Brobecker <brobecker@adacore.com>
19185
19186 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19187 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19188 gdb.ada/pp-rec-component/pck.ads: New files.
19189
c0d48811
JB
191902014-01-07 Joel Brobecker <brobecker@adacore.com>
19191
19192 * gdb.python/py-pp-integral.c: New file.
19193 * gdb.python/py-pp-integral.py: New file.
19194 * gdb.python/py-pp-integral.exp: New file.
19195
17b609c3 19196For older changes see ChangeLog-1993-2013.
c906108c 19197\f
8d8cb839
EZ
19198;; Local Variables:
19199;; mode: change-log
19200;; left-margin: 8
19201;; fill-column: 74
19202;; version-control: never
19203;; End:
902f2ccb 19204
b811d2c2 19205 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
19206 Copying and distribution of this file, with or without modification,
19207 are permitted provided the copyright notice and this notice are preserved.
This page took 3.8199 seconds and 4 git commands to generate.