]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Allow conversion of pointers to Python int
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
f5769a2c
TT
12018-09-23 Tom Tromey <tom@tromey.com>
2
3 PR python/18170:
4 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5 convert pointers to int and long.
6
1c1e54f6
TT
72018-09-23 Tom Tromey <tom@tromey.com>
8
9 PR python/20126:
10 * gdb.python/py-value.exp (test_value_numeric_ops): Add
11 signed-ness conversion tests.
12
fb4fa946
TT
132018-09-23 Tom Tromey <tom@tromey.com>
14
15 PR python/18352;
16 * gdb.python/py-value.exp (test_float_conversion): New proc.
17 Use it.
18
a466edac
HAQ
192018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
20
21 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
22
4ee9b0c5
SL
232018-09-18 Sandra Loosemore <sandra@codesourcery.com>
24
25 * gdb.base/complete-empty.exp: Skip tab-completion tests if
26 no readline.
27 * gdb.base/utf8-identifiers.exp: Likewise.
28 * gdb.cp/cpcompletion.exp: Likewise.
29 * gdb.linespec/cpcompletion.exp: Likewise.
30 * gdb.linespec/cpls-abi-tag.exp: Likewise.
31 * gdb.linespec/cpls-ops.exp: Likewise.
32
23be8da7
RB
332018-09-19 Richard Bunt <richard.bunt@arm.com>
34 Chris January <chris.january@arm.com>
35
36 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
37 * gdb.fortran/short-circuit-argument-list.exp: New file.
38 * gdb.fortran/short-circuit-argument-list.f90: New test.
39
5031d0ae
SDJ
402018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
41
42 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
43 "arch=" keyword when executing "-stack-list-frames".
44
b4c0d1a4
SDJ
452018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
46
47 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
48 "arch=" keyword when executing "-stack-list-frames".
49
7a6d2b45
SDJ
502018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
51
52 * gdb.ada/complete.exp: Expect for "@" when doing "complete
53 break ada".
54
8588b356
SM
552018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
56
57 PR python/23669
58 * gdb.python/python.exp: Test gdb.execute("show commands").
59
65e65158
TT
602018-09-16 Tom Tromey <tom@tromey.com>
61
62 * gdb.base/new-ui.exp (do_execution_tests): Update.
63 * gdb.base/dbx.exp (test_breakpoints): Update.
64
bf326452
AH
652018-09-14 Alan Hayward <alan.hayward@arm.com>
66
67 * lib/gdb.exp (gdb_simple_compile): Add proc.
68 (is_elf_target): Use gdb_simple_compile.
69 (skip_altivec_tests): Likewise.
70 (skip_vsx_tests): Likewise.
71 (skip_tsx_tests): Likewise.
72 (skip_btrace_tests): Likewise.
73 (skip_btrace_pt_tests): Likewise.
74 (gdb_can_simple_compile): Likewise.
75 (gdb_has_argv0): Likewise.
76 (gdb_target_symbol_prefix): Likewise.
77 (target_supports_scheduler_locking): Likewise.
78
2361b0fb
TT
792018-09-13 Tom Tromey <tom@tromey.com>
80
81 * Makefile.in (TAGS): Recognize proc_with_prefix and
82 gdb_caching_proc.
83
0ae1a321
SM
842018-09-13 Simon Marchi <simon.marchi@ericsson.com>
85
86 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
87 method.
88
a40bf0c2
SM
892018-09-13 Simon Marchi <simon.marchi@ericsson.com>
90
91 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
92 and a few other Inferior properties when the Inferior is no
93 longer valid.
94
4a3fe98f
TT
952018-09-13 Tom Tromey <tom@tromey.com>
96
97 PR rust/23650:
98 * gdb.rust/simple.exp: Add test for enum field access error.
99
098b2108
TT
1002018-09-13 Tom Tromey <tom@tromey.com>
101
102 PR rust/23626:
103 * gdb.rust/simple.rs (EmptyEnum): New type.
104 (main): Use it.
105 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
106
1256af7d
SM
1072018-09-13 Simon Marchi <simon.marchi@ericsson.com>
108
109 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
110 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
111 * gdb.python/py-symtab.exp: Update test printing an objfile.
112
4aa8e6c2
SM
1132018-09-12 Simon Marchi <simon.marchi@ericsson.com>
114
115 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
116 object.
117
c221b2f7
AH
1182018-09-12 Alan Hayward <alan.hayward@arm.com>
119
120 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
121 (support_complex_tests): Use gdb_can_simple_compile.
122 (is_ilp32_target): Likewise.
123 (is_lp64_target): Likewise.
124 (is_64_target): Likewise.
125 (is_amd64_regs_target): Likewise.
126 (is_aarch32_target): Likewise.
127 (gdb_int128_helper): Likewise.
128
6f1107b5
JK
1292018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
130
131 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
132
1f5d1570
JG
1332018-09-10 Jerome Guitton <guitton@adacore.com>
134
135 * gdb.ada/same_component_name: Add test for case of tagged record
136 with variable-length fields.
137
cc330e39
XR
1382018-09-10 Xavier Roirand <roirand@adacore.com>
139
140 * gdb.ada/access_to_unbounded_array.exp: New testcase.
141 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
142 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
143 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
144
b9c50e9a
XR
1452018-09-10 Xavier Roirand <roirand@adacore.com>
146
147 * gdb.ada/mi_string_access.exp: New testcase.
148 * gdb.ada/mi_string_access/bar.adb: New file.
149 * gdb.ada/mi_string_access/pck.adb: New file.
150 * gdb.ada/mi_string_access/pck.asd: New file.
151
2963898f
XR
1522018-09-10 Xavier Roirand <roirand@adacore.com>
153
154 * gdb.ada/mi_var_union.exp: New testcase.
155 * gdb.ada/mi_var_union/bar.adb: New file.
156 * gdb.ada/mi_var_union/pck.adb: New file.
157 * gdb.ada/mi_var_union/pck.asd: New file.
158
1aac008f
TT
1592018-09-08 Tom Tromey <tom@tromey.com>
160
161 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
162
332cf4c9
TT
1632018-09-08 Tom Tromey <tom@tromey.com>
164
165 PR python/16047:
166 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
167 (register_pretty_printers): Register new printer.
168 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
169 test.
170 * gdb.python/py-prettyprint.c (int_type3): New typedef.
171 (an_int_type3): New global.
172
424da6cf
JB
1732018-09-08 Joel Brobecker <brobecker@adacore.com>
174
175 * gdb.ada/expr_with_funcall: New testcase.
176
2a62dfa9
JB
1772018-09-08 Joel Brobecker <brobecker@adacore.com>
178
179 * gdb.ada/packed_array_assign: New testcase.
180
96b6697f
AB
1812018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
182
183 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
184 names, and add test prefixes to make test names unique.
185
e4a62c65
TV
1862018-09-05 Tom de Vries <tdevries@suse.de>
187
188 * gdb.dwarf2/varval.exp: Add test.
189
dd083ee2
GB
1902018-09-04 Gary Benson <gbenson@redhat.com>
191
192 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
193 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
194
aef9346c
TT
1952018-08-31 Tom Tromey <tom@tromey.com>
196
197 * gdb.rust/simple.rs: Rename second variable "v".
198
c67f2e15
AB
1992018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
200
201 * gdb.base/funcargs.c (use_a): New function.
202 (recurse): Call use_a.
203
078a0207
KS
2042018-08-29 Keith Seitz <keiths@redhat.com>
205
206 * gdb.compile/compile-cplus-anonymous.cc: New file.
207 * gdb.compile/compile-cplus-anonymous.exp: New file.
208 * gdb.compile/compile-cplus-array-decay.cc: New file.
209 * gdb.compile/compile-cplus-array-decay.exp: New file.
210 * gdb.compile/compile-cplus-inherit.cc: New file.
211 * gdb.compile/compile-cplus-inherit.exp: New file.
212 * gdb.compile/compile-cplus-member.cc: New file.
213 * gdb.compile/compile-cplus-member.exp: New file.
214 * gdb.compile/compile-cplus-method.cc: New file.
215 * gdb.compile/compile-cplus-method.exp: New file.
216 * gdb.compile/compile-cplus-mod.c: "New" file.
217 * gdb.compile/compile-cplus-namespace.cc: New file.
218 * gdb.compile/compile-cplus-namespace.exp: New file.
219 * gdb.compile/compile-cplus-nested.cc: New file.
220 * gdb.compile/compile-cplus-nested.exp: New file.
221 * gdb.compile/compile-cplus-print.c: "New" file.
222 * gdb.compile/compile-cplus-print.exp: "New" file.
223 * gdb.compile/compile-cplus-virtual.cc: New file.
224 * gdb.compile/compile-cplus-virtual.exp: New file.
225 * gdb.compile/compile-cplus.c: "New" file.
226 * gdb.compile/compile-cplus.exp: "New" file.
227 * lib/compile-support.exp: New file.
228
b0f492b9
GB
2292018-08-16 Gary Benson <gbenson@redhat.com>
230
231 PR gdb/13000:
232 * gdb.base/batch-exit-status.exp: New file.
233 * gdb.base/batch-exit-status.good-commands: Likewise.
234 * gdb.base/batch-exit-status.bad-commands: Likewise.
235
36eb4c5f
AH
2362018-08-29 Alan Hayward <alan.hayward@arm.com>
237
238 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
239 (struct struct02): Likewise.
240 (struct struct03): Likewise.
241 (struct struct04): Likewise.
242 (struct struct_01_01): New struct.
243 (struct struct_01_02): Likewise.
244 (struct struct_01_03): Likewise.
245 (struct struct_01_04): Likewise.
246 (struct struct_02_01): Likewise.
247 (struct struct_02_02): Likewise.
248 (struct struct_02_03): Likewise.
249 (struct struct_02_04): Likewise.
250 (struct struct_04_01): Likewise.
251 (struct struct_04_02): Likewise.
252 (struct struct_04_03): Likewise.
253 (struct struct_04_04): Likewise.
254 (struct struct_05_01): Likewise.
255 (struct struct_05_02): Likewise.
256 (struct struct_05_03): Likewise.
257 (struct struct_05_04): Likewise.
258 (cmp_struct01): Remove function.
259 (cmp_struct02): Likewise.
260 (cmp_struct03): Likewise.
261 (cmp_struct04): Likewise.
262 (cmp_struct_01_01): Add Function.
263 (cmp_struct_01_02): Likewise.
264 (cmp_struct_01_03): Likewise.
265 (cmp_struct_01_04): Likewise.
266 (cmp_struct_02_01): Likewise.
267 (cmp_struct_02_02): Likewise.
268 (cmp_struct_02_03): Likewise.
269 (cmp_struct_02_04): Likewise.
270 (cmp_struct_04_01): Likewise.
271 (cmp_struct_04_02): Likewise.
272 (cmp_struct_04_03): Likewise.
273 (cmp_struct_04_04): Likewise.
274 (cmp_struct_05_01): Likewise.
275 (cmp_struct_05_02): Likewise.
276 (cmp_struct_05_03): Likewise.
277 (cmp_struct_05_04): Likewise.
278 (call_all): Add new structs.
279 * gdb.base/infcall-nested-structs.exp: Likewise.
280
3bf9c013
JV
2812018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
282
283 * gdb.python/py-framefilter-mi.exp: Update regexp to
284 check for "arch" field in frame output.
285
450d1e88
KB
2862018-08-23 Kevin Buettner <kevinb@redhat.com>
287
288 * gdb.dwarf2/dw2-ranges-func.c: New file.
289 * gdb.dwarf2/dw2-ranges-func.exp: New file.
290
ae739fe7
SM
2912018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
292
293 * gdb.base/term.exp: Compare terminal settings with values from
294 the inferior.
295 * gdb.base/term.c: Get and set terminal settings.
296
6d52907e
JV
2972018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
298
299 * lib/mi-support.exp (mi_expect_stop): Update regexp to
300 accommodate new "arch" field in frame output.
301 * gdb.mi/mi-return.exp: Likewise.
302 * gdb.mi/mi-stack.exp: Likewise.
303 * gdb.mi/mi-syn-frame.exp: Likewise.
304 * gdb.mi/user-selected-context-sync.exp: Likewise.
305
be2d111a
MS
3062018-08-19 Michael Spang <spang@google.com>
307
308 PR gdb/11786
309 * gdb.base/gcore-tls-pie.c: New file.
310 * gdb.base/gcore-tls-pie.exp: New file.
311
ae3a7c47
KB
3122018-08-18 Kevin Buettner <kevinb@redhat.com>
313
314 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
315 * gdb.dwarf2/varval.c: New file.
316 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 317
2ecae92e
AH
3182018-08-17 Alan Hayward <alan.hayward@arm.com>
319
320 PR gdb/18931
321 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
322
c1854f1d
KS
3232018-08-16 Keith Seitz <keiths@redhat.com>
324
325 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
326 tests expected to pass.
327
26fb3983
JV
3282018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
329
330 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
331 -data-disassemble -a.
332 (test_disassembly_bogus_args): Likewise.
333
67943c00
AB
3342018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
335
336 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
337
5ff2bbae
AB
3382018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
339
340 * gdb.base/vla-optimized-out.exp: Add new test.
341
e5bbcd0f
AB
3422018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
343
344 * gdb.base/vla-optimized-out-o3.exp: Delete.
345 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
346 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
347 deleted tests.
348
9d4a934c
AB
3492018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
350
351 PR gdb/18050:
352 * gdb.server/extended-remote-restart.c: New file.
353 * gdb.server/extended-remote-restart.exp: New file.
354
045cf012
SM
3552018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
356
357 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
358 "set variable index = 42".
359
87d6a7aa
SM
3602018-08-07 Simon Marchi <simon.marchi@ericsson.com>
361
362 * boards/index-cache-gdb.exp: New file.
363 * gdb.dwarf2/index-cache.exp: New file.
364 * gdb.dwarf2/index-cache.c: New file.
365 * gdb.base/maint.exp: Check if we are using the index cache.
366
96d68bd4
RO
3672018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
368
369 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
370 MAKEFLAGS.
371
5a699617
RO
3722018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
373
374 * dg-extract-results.sh: Move to toplevel contrib.
375 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
376 * Makefile.in (check-parallel-racy): Likewise.
377
5bd18990
AB
3782018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
379
380 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
381 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
382 tests if the target supports scheduler locking.
383
3fbbcf47
TV
3842018-08-04 Tom de Vries <tdevries@suse.de>
385
386 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
387
3e1d3d8c
TT
3882018-08-02 Tom Tromey <tom@tromey.com>
389
390 PR symtab/16842.
391 * gdb.cp/temargs.exp: Test "info address" of a template
392 parameter.
393
5abe0f0c
JV
3942018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
395
396 * gdb.python/py-mi-var-info-path-expression.c: New file.
397 * gdb.python/py-mi-var-info-path-expression.py: New file.
398 * gdb.python/py-mi-var-info-path-expression.exp: New file.
399
fb66cde8
SDJ
4002018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
401
402 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
403 error after "cannot resolve name" string.
404
c708f4d2
AB
4052018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
406
407 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
408 started.
409 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
410
37cc0cae
TV
4112018-07-28 Tom de Vries <tdevries@suse.de>
412
413 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
414
63b4ecf7
TV
4152018-07-26 Tom de Vries <tdevries@suse.de>
416
417 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
418
3c3bb058
AB
4192018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
420
421 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
422 is visible.
423
9e7f3bbb
TV
4242018-07-26 Tom de Vries <tdevries@suse.de>
425
426 PR breakpoints/23366
427 * gdb.base/catch-follow-exec.c: New test.
428 * gdb.base/catch-follow-exec.exp: New file.
429
16f808ec
TV
4302018-07-25 Tom de Vries <tdevries@suse.de>
431
432 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
433 vla-optimized-out.c.
434
d7154a8d
JV
4352018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
436
437 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
438 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
439
232a0032
TV
4402018-07-20 Tom de Vries <tdevries@suse.de>
441
442 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
443 NOCLONE macro.
444 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
445
fbb1d502
TV
4462018-07-19 Tom de Vries <tdevries@suse.de>
447
448 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
449 regular expression.
450
42dc7699
TV
4512018-07-18 Tom de Vries <tdevries@suse.de>
452
453 * gdb.base/vla-optimized-out.c: New test.
454 * gdb.base/vla-optimized-out.exp: New file.
455
7f1f7e23
SDJ
4562018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
457
458 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
459 message "No address associated with hostname" when gdbserver
460 cannot resolve the hostname.
461
5759ebb3
PW
4622018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
463
464 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
465 Add some test prefixes to make tests unique.
466
3606ccab
PW
4672018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
468
469 * gdb.base/frameapply.c: New file.
470 * gdb.base/frameapply.exp: New file.
471
529c08b2
PW
4722018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
473
474 * gdb.base/skip.exp: Update expected error message.
475
c7ab0aef
SDJ
4762018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
477 Jan Kratochvil <jan.kratochvil@redhat.com>
478 Paul Fertser <fercerpav@gmail.com>
479 Tsutomu Seki <sekiriki@gmail.com>
480
481 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
482 parameter.
483 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
484 by default.
485 * boards/native-gdbserver.exp: Likewise.
486 * gdb.server/run-without-local-binary.exp: Improve regexp used
487 for detecting when a remote debugging connection succeeds.
488 * gdb.server/server-connect.exp: New file.
489 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
490 Do not prefix the port number with ":".
491 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
492 support for detecting and using it. Add '$debughost_gdbserver'
493 to the list of arguments used to start gdbserver. Handle case
494 when gdbserver cannot resolve a network name.
495
16ff70dd
SDJ
4962018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
497
498 PR c++/23373
499 * gdb.base/ptype-offsets.cc (struct static_member): New
500 struct.
501 (main) <stmember>: New variable.
502 * gdb.base/ptype-offsets.exp: Add test for printing a struct
503 with a static member in it.
504
3541979f
AB
5052018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
506
507 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
508 watchpoints enabled and disabled.
509
c8ad9b9a
AB
5102018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
511
512 * gdb.base/examine-backward.exp: Still run tests around address
513 0x0, even if address 0x0 is not readable. Update the pattern for
514 matching address 0x0 in expected output.
515
e0e5e971
AB
5162018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
517
518 * gdb.base/share-env-with-gdbserver.c (main): Add call to
519 malloc/free.
520
1ea5da02
TV
5212018-07-04 Tom de Vries <tdevries@suse.de>
522
523 * gdb.dwarf2/dw2-error.exp: Update expected error message.
524
471b9d15
MR
5252018-07-02 Maciej W. Rozycki <macro@mips.com>
526
527 PR tdep/8282
528 * gdb.arch/mips-disassembler-options.exp: New test.
529 * gdb.arch/mips-disassembler-options.s: New test source.
530
75acb486
PA
5312018-06-29 Pedro Alves <palves@redhat.com>
532
533 * gdb.threads/names.exp: Adjust expected "info threads" output.
534
cd2bb709
PA
5352018-06-29 Pedro Alves <palves@redhat.com>
536
537 * gdb.opt/inline-break.exp (line number, address): Add "info
538 break" tests.
539
991ff292
PA
5402018-06-29 Pedro Alves <palves@redhat.com>
541
542 * gdb.opt/inline-break.c (func1): Add "break here" marker.
543 * gdb.opt/inline-break.exp: Test setting breakpoints by line
544 number and address and running to them.
545
356819b6 5462018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
547
548 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
549
2512d7ef
JK
5502018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
551
552 * lib/compiler.c: Remove executable permission flag.
553
be1b6474
RB
5542018-06-28 Richard Bunt <richard.bunt@arm.com>
555
556 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
557 code.
558 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
559
291f9a96
PT
5602018-06-28 Petr Tesarik <ptesarik@suse.cz>
561
562 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
563
ed6dfe51
PT
5642018-06-28 Petr Tesarik <ptesarik@suse.cz>
565
566 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
567 address argument is omitted.
568
d4d429d5
PT
5692018-06-28 Petr Tesarik <ptesarik@suse.cz>
570
571 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
572
7ab6656f
OJ
5732018-06-27 Omair Javaid <omair.javaid@linaro.org>
574
575 PR gdb/21695
576 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
577 * gdb.base/infoline-reloc-main-from-zero.c: New file.
578
a33ccfc7
TT
5792018-06-26 Tom Tromey <tom@tromey.com>
580
581 PR rust/22574:
582 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
583 * gdb.rust/simple.rs (struct SimpleLayout): New.
584
6d72d289
SM
5852018-06-22 Simon Marchi <simon.marchi@ericsson.com>
586
587 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
588 "info registers" output.
589
8363f9d5
RB
5902018-06-21 Richard Bunt <richard.bunt@arm.com>
591
592 * gdb.base/watchpoint-hw-attach.c: New test.
593 * gdb.base/watchpoint-hw-attach.exp: New file.
594
f00674fe
SM
5952018-06-20 Simon Marchi <simon.marchi@ericsson.com>
596
597 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
598 through /bin/sh.
599 * boards/dwarf4-gdb-index.exp: Likewise.
600 * boards/fission-dwp.exp: Likewise.
601
1d554008
UW
6022018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
603
604 * gdb.base/float128.exp: Add comment and improved fail message
605 to the failure case of "print large128" test.
606
d0ac1c44
SM
6072018-06-19 Simon Marchi <simon.marchi@ericsson.com>
608
609 * configure.ac: Remove AC_PREREQ.
610 * configure: Re-generate.
611
61b04dd0
PA
6122018-06-19 Pedro Alves <palves@redhat.com>
613
614 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
615 (func_extern_caller): New.
616 (main): Call func_extern_caller.
617 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
618 logic change.
619
f63b508a
SM
6202018-06-18 Weimin Pan <weimin.pan@oracle.com>
621
622 PR gdb/16841
623 * gdb.cp/typedef-base.cc: New file.
624 * gdb.cp/typedef-base.exp: New file.
625
0fe3a558
TV
6262018-06-18 Tom de Vries <tdevries@suse.de>
627
628 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
629
7010835a
AB
6302018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
631 Richard Bunt <Richard.Bunt@arm.com>
632
633 * gdb.threads/attach-slow-waitpid.c: New file.
634 * gdb.threads/attach-slow-waitpid.exp: New file.
635 * gdb.threads/slow-waitpid.c: New file.
636
14897d65
PA
6372018-06-14 Pedro Alves <palves@redhat.com>
638
639 * gdb.base/fork-running-state.c: Include <errno.h>.
640 (exit_if_relative_exits): New.
641 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
642 exits.
643 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
644 child exits.
645
5d9a0608
TV
6462018-06-14 Tom de Vries <tdevries@suse.de>
647
648 PR cli/22573
649 * gdb.base/finish-pretty.c: New test.
650 * gdb.base/finish-pretty.exp: New file.
651
11ae5818
PA
6522018-06-14 Pedro Alves <palves@redhat.com>
653
654 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
655 gdb's expected startup output.
656
1d39de44
PA
6572018-06-14 Pedro Alves <palves@redhat.com>
658
659 * lib/selftest-support.exp (selftest_setup): Remove inlined
660 function handling.
661
70ee0000
TV
6622018-06-14 Tom de Vries <tdevries@suse.de>
663
664 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
665 matching of breakpoint printing.
666
11f4b608
TV
6672018-06-13 Tom de Vries <tdevries@suse.de>
668
669 PR testsuite/23269
670 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
671 (fork_child): ... here, and ...
672 (fork_parent): ... here.
673
6742018-06-12 Tom de Vries <tdevries@suse.de>
675
676 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
677
9516f85a
AB
6782018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
679 Stephen Roberts <stephen.roberts@arm.com>
680
681 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
682 rewrite test to describe action performed, rather than possible
683 failure.
684
5045b3d7
GB
6852018-06-08 Gary Benson <gbenson@redhat.com>
686
687 * gdb.threads/check-libthread-db.exp: New file.
688 * gdb.threads/check-libthread-db.c: Likewise.
689
c61b06a1
TT
6902018-06-05 Tom Tromey <tom@tromey.com>
691
692 * gdb.base/default.exp: Update expected "show version" output.
693
eb6af809
TT
6942018-06-05 Tom Tromey <tom@tromey.com>
695
696 PR cli/12326:
697 * gdb.cp/static-print-quit.exp: Update.
698 * lib/gdb.exp (pagination_prompt): Update.
699 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
700 * gdb.python/python.exp: Update.
701
178d6a63
JB
7022018-06-04 Joel Brobecker <brobecker@adacore.com>
703
704 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
705
8e817061
JB
7062018-06-01 Joel Brobecker <brobecker@adacore.com>
707
708 * gdb.ada/bp_fun_addr: New testcase.
709
e86ca25f
TT
7102018-06-01 Tom Tromey <tom@tromey.com>
711
712 * gdb.xml/tdesc-regs.exp (load_description): Update expected
713 results.
714 * gdb.dwarf2/method-ptr.exp: Set language to C++.
715 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
716 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
717 * gdb.base/maint.exp (maint_pass_if): Update.
718
4b2dfa9d
MR
7192018-05-31 Maciej W. Rozycki <macro@mips.com>
720
721 * gdb.base/endian.exp: New test.
722 * gdb.base/endian.c: New test source.
723
45f25d6c
AB
7242018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
725
726 PR gdb/23203
727 * gdb.base/bt-selected-frame.c: New file.
728 * gdb.base/bt-selected-frame.exp: New file.
729 * lib/gdb.exp (get_current_frame_number): New function.
730
d9f6d7f8
MR
7312018-05-24 Maciej W. Rozycki <macro@mips.com>
732 Pedro Alves <palves@redhat.com>
733
734 * gdb.threads/tls-core.c: Include <stdlib.h>
735 (thread_proc): Call `abort'.
736 * gdb.threads/tls-core.exp: Generate a core with core_find too.
737 (tls_core_test): New procedure, bits factored out from ...
738 (top level): ... here. Test both native cores and gcore cores.
739
ff1cf532
TT
7402018-05-23 Tom Tromey <tom@tromey.com>
741
742 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
743
b98664d3
TT
7442018-05-23 Tom Tromey <tom@tromey.com>
745
746 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
747 symfile_complaints.
748 (test_short_complaints): Likewise.
749 (test_empty_complaints): Likewise.
750 (test_initial_complaints): Update.
751
4e9668d0
TT
7522018-05-23 Tom Tromey <tom@tromey.com>
753
754 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
755
43ba33c7
TT
7562018-05-23 Tom Tromey <tom@tromey.com>
757
758 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
759 (test_short_complaints): Update.
760
035522c0
PA
7612018-05-22 Pedro Alves <palves@redhat.com>
762
763 * gdb.base/remote.exp: Only gdb_start after compiling the
764 testcase. Issue "disconnect" before testing "set remote" command
765 defaults. Issue clean_restart before running to main.
766
cc0be08f
PA
7672018-05-22 Pedro Alves <palves@redhat.com>
768
769 * gdb.base/remote.exp: Adjust expected output of "show remote
770 memory-write-packet-size". Add tests for "set remote
771 memory-write-packet-size 0" and "set remote
772 memory-write-packet-size fixed/limit".
773
b1b60145
PA
7742018-05-22 Pedro Alves <palves@redhat.com>
775
776 PR gdb/22973
777 * gdb.base/utf8-identifiers.c: New file.
778 * gdb.base/utf8-identifiers.exp: New file.
779
0ec848ad
PFC
7802018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
781
782 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
783
2c3305f6
PFC
7842018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
785
786 * gdb.arch/powerpc-vsx-gcore.exp: New file.
787
ce1e8424
TT
7882018-05-18 Tom Tromey <tom@tromey.com>
789
790 * gdb.base/ptype-offsets.exp: Update.
791
ddfe970e
KS
7922018-05-17 Keith Seitz <keiths@redhat.com>
793
794 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
795 in expected breakpoint stop locations.
796 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
797 move to proper scope to test variable values.
798 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
799 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
800 New functions.
801 (main): Call not_inline_func3.
802 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
803 inline_func1, inline_func2, and inline_func3. Test that when each
804 breakpoint is hit, GDB properly reports both the stop location
805 and the backtrace. Repeat tests for temporary breakpoints.
806
0726fcc6
MR
8072018-05-15 Maciej W. Rozycki <macro@mips.com>
808
809 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
810 rather then trying to access it in determining whether the PID
811 of `gdbserver' could have been retrieved.
812
8ee22052
AB
8132018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
814
815 * gdb.arch/amd64-init-x87-values.S: New file.
816 * gdb.arch/amd64-init-x87-values.exp: New file.
817
7785df48
JK
8182018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
819
820 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
821
56bcdbea
TT
8222018-05-04 Tom Tromey <tom@tromey.com>
823
824 PR python/22730:
825 * gdb.python/python.exp: Test multi-line execute.
826
a913fffb
TT
8272018-05-04 Tom Tromey <tom@tromey.com>
828
829 PR python/22731:
830 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
831
7a2c85f2
TT
8322018-05-04 Tom Tromey <tom@tromey.com>
833
834 PR gdb/11750:
835 * gdb.base/define.exp: Test defining a user command inside a user
836 command.
837 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
838
a3b60e45
JK
8392018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
840 Pedro Alves <palves@redhat.com>
841
842 PR breakpoints/19806 and support for PR external/20207.
843 * gdb.base/watchpoint-unaligned.c: New file.
844 * gdb.base/watchpoint-unaligned.exp: New file.
845
45fe4a03
AB
8462018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
847
848 * gdb.base/maint.exp: Make test names unique, use
849 test_prefix_command_help to test 'help maint info', and remove
850 repeated test of 'help maint'.
851
9be2ae8f
TT
8522018-05-04 Tom Tromey <tom@tromey.com>
853
854 PR gdb/22619:
855 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
856 behavior.
857
11859c31
AB
8582018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
859
860 * gdb.base/maint.exp: Process output from 'maint print registers'
861 line at a time.
862
089a9490
AB
8632018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
864
865 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
866 timeout.
867
9b0797e2
AB
8682018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
869
870 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
871 filter pattern.
872
f6ac5f3d
PA
8732018-05-02 Pedro Alves <palves@redhat.com>
874
875 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
876 to_log_command renames.
877 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
878
77d3c63b
TT
8792018-05-02 Tom Tromey <tom@tromey.com>
880
881 * gdb.python/py-parameter.exp: Set test message.
882
0489430a
TT
8832018-05-02 Tom Tromey <tom@tromey.com>
884
885 PR python/20084:
886 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
887 PARAM_ZUINTEGER_UNLIMITED tests.
888
1632f8ba
DR
8892018-04-28 Dan Robertson <danlrobertson89@gmail.com>
890
891 PR rust/23124
892 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
893 when casting.
894
6d7bb824
TT
8952018-04-30 Tom Tromey <tom@tromey.com>
896
897 * gdb.python/py-type.exp: Check align attribute.
898 * gdb.python/py-type.c: New "aligncheck" global.
899
007e1530
TT
9002018-04-30 Tom Tromey <tom@tromey.com>
901
902 PR exp/17095:
903 * gdb.dwarf2/dw2-align.exp: New file.
904 * gdb.cp/align.exp: New file.
905 * gdb.base/align.exp: New file.
906 * lib/gdb.exp (gdb_int128_helper): New proc.
907 (has_int128_c, has_int128_cxx): New caching procs.
908
6873858b
TT
9092018-04-27 Tom Tromey <tom@tromey.com>
910
911 PR rust/22545:
912 * gdb.rust/simple.exp: Add inclusive range tests.
913
79188d8d
PA
9142018-04-26 Pedro Alves <palves@redhat.com>
915
916 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
917 ifunc breakpoint locations correctly of ifunc breakpoints set
918 while the program resolves the ifunc.
919
c7075ad5
PA
9202018-04-26 Pedro Alves <palves@redhat.com>
921
922 * gdb.base/gnu-ifunc-final.c: New file.
923 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
924 * gdb.base/gnu-ifunc.exp (executable): Delete.
925 (staticexecutable): Adjust.
926 (lib_opts, exec_opts): Delete.
927 (make_binsuffix, build, set-break): New procedures.
928 (misc_tests): New, with tests factored out from the top level.
929 (top level): Test different combinations of ifunc resolver name,
930 resolver with and with debug info, and ifunc target with and
931 without debug info. Wrap static tests with with_target_prefix.
932
8388016d
PA
9332018-04-26 Pedro Alves <palves@redhat.com>
934
935 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
936 return type" warnings.
937
249b5733
PA
9382018-04-25 Pedro Alves <palves@redhat.com>
939
940 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
941 killed".
942 * gdb.base/kill-after-signal.exp: Likewise.
943 * gdb.threads/kill.exp: Likewise.
944
f67c0c91
SDJ
9452018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
946 Sergio Durigan Junior <sergiodj@redhat.com>
947 Pedro Alves <palves@redhat.com>
948
949 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
950 regexps to expect for '[Inferior ... detached]' as well.
951 * gdb.base/attach.exp: Likewise.
952 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
953 "gdb_continue_to_end".
954 (test_catch_syscall_with_wrong_args): Likewise.
955 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
956 ']'. Don't set 'verbose' on.
957 * gdb.base/foll-vfork.exp: Likewise.
958 * gdb.base/fork-print-inferior-events.c: New file.
959 * gdb.base/fork-print-inferior-events.exp: New file.
960 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
961 '[Inferior ... has been killed]' message.
962 * gdb.base/kill-after-signal.exp: Likewise.
963 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
964 detach message.
965 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
966 message.
967 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
968 regexps to expect for '[Inferior ... detached]' as well.
969 * gdb.threads/process-dies-while-detaching.exp: Likewise.
970
0a8ddac4
SM
9712018-04-24 Simon Marchi <simon.marchi@ericsson.com>
972
973 PR gdb/23104
974 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
975
d27d16bf
RB
9762018-04-19 Richard Bunt <richard.bunt@arm.com>
977
978 * gdb.threads/multiple-successive-infcall.c: New test.
979 * gdb.threads/multiple-successive-infcall.exp: New file.
980
a037790e
TT
9812018-04-17 Tom Tromey <tom@tromey.com>
982
983 * gdb.rust/simple.rs (Union): New type.
984 (main): New local "u".
985 * gdb.rust/simple.exp (test_one_slice): Add new test case.
986
e3a91079
AA
9872018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
988
989 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
990 number information in output of "whereis" command.
991 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
992
b744723f
AA
9932018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
994
995 * gdb.ada/info_types.exp: Adjust expected output to the line
996 numbers now printed by "info var/func/type".
997 * gdb.base/completion.exp: Likewise.
998 * gdb.base/included.exp: Likewise.
999 * gdb.cp/cp-relocate.exp: Likewise.
1000 * gdb.cp/cplusfuncs.exp: Likewise.
1001 * gdb.cp/namespace.exp: Likewise.
1002 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1003
4a4495d6
MM
10042018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1005
1006 * gdb.btrace/cpu.exp: New.
1007
1d509aa6
MM
10082018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1009
1010 * gdb.base/step-indirect-call-thunk.exp: New.
1011 * gdb.base/step-indirect-call-thunk.c: New.
1012 * gdb.reverse/step-indirect-call-thunk.exp: New.
1013 * gdb.reverse/step-indirect-call-thunk.c: New.
1014
6295b6da
SM
10152018-04-11 Simon Marchi <simon.marchi@ericsson.com>
1016
1017 * gdb.base/pie-fork.c: New file.
1018 * gdb.base/pie-fork.exp: New file.
1019
50146e70
TT
10202018-04-11 Tom Tromey <tom@tromey.com>
1021
1022 * gdb.rust/simple.exp: Add test for ".." struct initializer.
1023
f50d8a2e
PA
10242018-04-10 Pedro Alves <palves@redhat.com>
1025
1026 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1027 exits. Instead loop running forever.
1028 (fork_parent): Run forever too.
1029
a0be7a36
SM
10302018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1031
1032 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1033 mi_continue_to_line.
1034 * gdb.mi/mi-stack.c (callee4): Add comment.
1035
9b73db36
SM
10362018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1037
1038 * gdb.mi/mi-stack.exp: Fix indentation.
1039
c912f608
SM
10402018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1041
1042 PR gdb/22979
1043 * gdb.arch/amd64-osabi.exp: New file.
1044
26540402
SM
10452018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1046
1047 PR gdb/22980
1048 * gdb.base/osabi.exp: New file.
1049
121ad66c 10502018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
1051
1052 * gdb.cp/static-typedef-print.exp: New file.
1053 * gdb.cp/static-typedef-print.cc: New file.
1054
3fcded8f
JB
10552018-03-27 Joel Brobecker <brobecker@adacore.com>
1056
1057 * gdb.ada/varsize_limit: New testcase.
1058
59cc4834
JB
10592018-03-27 Joel Brobecker <brobecker@adacore.com>
1060
1061 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1062
1063 * gdb.ada/notcplusplus: New testcase.
1064
1065 * gdb.base/c-linkage-name.c: New file.
1066 * gdb.base/c-linkage-name.exp: New testcase.
1067
4ca59a9f
TT
10682018-03-26 Tom Tromey <tom@tromey.com>
1069
1070 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1071 * gdb.python/py-framefilter.py (name_error): New global.
1072 (ErrorInName.function): Use name_error.
1073
978d6c75
TT
10742018-03-26 Tom Tromey <tom@tromey.com>
1075
1076 PR backtrace/15582:
1077 * gdb.python/py-framefilter.exp: Add "bt hide" test.
1078
b7fee5a3
KS
10792018-03-23 Keith Seitz <keiths@redhat.com>
1080
1081 PR c++/22968
1082 * gdb.cp/subtypes.exp: New file.
1083 * gdb.cp/subtypes.h: New file.
1084 * gdb.cp/subtypes.cc: New file.
1085 * gdb.cp/subtypes-2.cc: New file.
1086
376be529
AB
10872018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1088
1089 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1090 (done): Call '_exit' not 'exit' to avoid atexit handlers.
1091 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1092 -nostartfiles when compiling the test. Confirm that all registers
1093 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1094
066cfa98
AB
10952018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1096
1097 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1098 option, syntax was wrong anyway.
1099 * gdb.arch/arm-disp-step.exp: Likewise.
1100 * gdb.arch/sparc64-regs.exp: Likewise.
1101 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1102 option, syntax was wrong anyway, switch to use
1103 prepare_for_testing.
1104 * gdb.arch/i386-disp-step.exp: Likewise.
1105
079670b9
AA
11062018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1107
1108 * gdb.ada/exec_changed.exp: Replace "target_info exists
1109 use_gdb_stub" by "use_gdb_stub".
1110 * gdb.ada/start.exp: Likewise.
1111 * gdb.base/async-shell.exp: Likewise.
1112 * gdb.base/attach-pie-misread.exp: Likewise.
1113 * gdb.base/attach-wait-input.exp: Likewise.
1114 * gdb.base/break-entry.exp: Likewise.
1115 * gdb.base/break-interp.exp: Likewise.
1116 * gdb.base/dprintf-detach.exp: Likewise.
1117 * gdb.base/nostdlib.exp: Likewise.
1118 * gdb.base/solib-nodir.exp: Likewise.
1119 * gdb.base/statistics.exp: Likewise.
1120 * gdb.base/testenv.exp: Likewise.
1121 * gdb.mi/mi-exec-run.exp: Likewise.
1122 * gdb.mi/mi-start.exp: Likewise.
1123 * gdb.multi/dummy-frame-restore.exp: Likewise.
1124 * gdb.multi/multi-arch-exec.exp: Likewise.
1125 * gdb.multi/multi-arch.exp: Likewise.
1126 * gdb.multi/tids.exp: Likewise.
1127 * gdb.multi/watchpoint-multi.exp: Likewise.
1128 * gdb.python/py-events.exp: Likewise.
1129 * gdb.threads/attach-into-signal.exp: Likewise.
1130 * gdb.threads/attach-stopped.exp: Likewise.
1131 * gdb.threads/threadapply.exp: Likewise.
1132 * lib/selftest-support.exp: Likewise.
1133
26d6cec4
AA
11342018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1135
1136 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1137
4ee89e90
SR
11382018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1139
1140 * gdb.perf/template-breakpoints.cc: New file.
1141 * gdb.perf/template-breakpoints.exp: New file.
1142 * gdb.perf/template-breakpoints.py: New file.
1143
92630041
TT
11442018-03-19 Tom Tromey <tom@tromey.com>
1145
1146 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1147 y0.
1148 * gdb.rust/simple.exp: Test bare identifier form of struct
1149 initializer.
1150
76727919
TT
11512018-03-19 Tom Tromey <tom@tromey.com>
1152
1153 * gdb.gdb/observer.exp: Remove.
1154
194ed413
AA
11552018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1156
1157 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1158 "qualified" option when setting breakpoints.
1159 * gdb.trace/backtrace.exp: Likewise.
1160 * gdb.trace/circ.exp: Likewise.
1161 * gdb.trace/collection.exp: Likewise.
1162 * gdb.trace/disconnected-tracing.exp: Likewise.
1163 * gdb.trace/ftrace-lock.exp: Likewise.
1164 * gdb.trace/ftrace.exp: Likewise.
1165 * gdb.trace/infotrace.exp: Likewise.
1166 * gdb.trace/packetlen.exp: Likewise.
1167 * gdb.trace/passc-dyn.exp: Likewise.
1168 * gdb.trace/qtro.exp: Likewise.
1169 * gdb.trace/read-memory.exp: Likewise.
1170 * gdb.trace/report.exp: Likewise.
1171 * gdb.trace/signal.exp: Likewise.
1172 * gdb.trace/status-stop.exp: Likewise.
1173 * gdb.trace/strace.exp: Likewise.
1174 * gdb.trace/tfind.exp: Likewise.
1175 * gdb.trace/trace-break.exp: Likewise.
1176 * gdb.trace/trace-condition.exp: Likewise.
1177 * gdb.trace/trace-mt.exp: Likewise.
1178 * gdb.trace/tstatus.exp: Likewise.
1179 * gdb.trace/tsv.exp: Likewise.
1180 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1181 * gdb.trace/unavailable.exp: Likewise.
1182 * gdb.trace/while-dyn.exp: Likewise.
1183
8b067d2c
AA
11842018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1185
1186 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1187 that libinproctrace is copied to the target.
1188
3ae9ce5d
TT
11892018-03-14 Tom Tromey <tom@tromey.com>
1190
1191 PR cli/14977:
1192 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1193 a null pointer.
1194 * gdb.base/wchar.exp: Likewise.
1195
b8c2339b
TT
11962018-03-14 Tom Tromey <tom@tromey.com>
1197
1198 PR cli/19918:
1199 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1200 flag.
1201
4872dc46
SM
12022018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1203
1204 PR gdb/22841
1205 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1206 "target" to remote_exec.
1207
e4fe3756
SM
12082018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1209
1210 PR gdb/22841
1211 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1212 ${board}_upload): Remove.
1213
e95a97d4
AA
12142018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1215
1216 * gdb.cp/watch-cp.cc: New test.
1217 * gdb.cp/watch-cp.exp: New file.
1218
dbbb1059
AB
12192018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1220
1221 * gdb.base/infcall-nested-structs.exp: New file.
1222 * gdb.base/infcall-nested-structs.c: New file.
1223 * gdb.base/float.exp: Add riscv support.
1224
ecc054c0
TP
12252018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1226
1227 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1228 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1229
25e3c82c
SDJ
12302018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1231
1232 * gdb.server/abspath.exp: New file.
1233 * lib/gdb.exp (with_cwd): New procedure.
1234
3083294d
SM
12352018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1236
1237 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1238 use it.
1239 (gdb_is_target_remote_prompt): New proc.
1240 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1241 (gdb_is_target_native): Pass prompt parameter to
1242 gdb_is_target_1.
1243
3275ef47
SM
12442018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1245
1246 * gdb.base/load-command.c: New file.
1247 * gdb.base/load-command.exp: New file.
1248 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1249 (gdb_is_target_1): ...this, and generalize for other targets
1250 than just remote.
1251 (gdb_is_target_remote): Use gdb_is_target_1.
1252 (gdb_is_target_native): use gdb_is_target_1.
1253
6893c19a
TT
12542018-02-26 Tom Tromey <tom@tromey.com>
1255
1256 PR python/16497:
1257 * gdb.python/py-framefilter.exp: Update test.
1258
2ddeaf8a
TT
12592018-02-26 Tom Tromey <tom@tromey.com>
1260
1261 * gdb.dwarf2/variant.c: New file.
1262 * gdb.dwarf2/variant.exp: New file.
1263
c9317f21
TT
12642018-02-26 Tom Tromey <tom@tromey.com>
1265
1266 * gdb.rust/simple.exp: Accept more possible results in enum test.
1267
6f6d0c26
SM
12682018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1269
1270 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1271 parentheses.
1272
11b03145
MR
12732018-02-23 Maciej W. Rozycki <macro@mips.com>
1274
1275 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1276 name of a variable: $actual_linejj -> $actual_line.
1277
54a27fe5
JB
12782018-02-21 John Baldwin <jhb@FreeBSD.org>
1279
1280 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1281
de65820c
MM
12822018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1283
1284 * gdb.btrace/buffer-size.exp: Do not force BTS.
1285
980548fd
PA
12862018-02-14 Pedro Alves <palves@redhat.com>
1287
1288 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1289 getting a "Quit".
1290
c4e12631
MM
12912018-02-09 Markus Metzger <markus.t.metzger@intel.com>
1292
1293 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1294 Fix test name.
1295
c2e0e465
SM
12962018-02-07 Simon Marchi <simon.marchi@ericsson.com>
1297
1298 * gdb.cp/m-static.exp: Check type of optimized out static
1299 member.
1300
f7216783
AB
13012018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
1302
1303 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1304 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1305
0625771b
LS
13062018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
1307 Leszek Swirski <leszeks@google.com>
1308
1309 * gdb.python/py-prettyprint.c
1310 (struct to_string_returns_value_inner,
1311 struct to_string_returns_value_wrapper): New.
1312 (main): Add tsrvw variable.
1313 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1314 ToStringReturnsValueWrapper): New classes.
1315 (register_pretty_printers): Register new pretty-printers.
1316 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1317 recursive pretty printer.
1318 * gdb.python/py-mi.exp: Likewise.
1319
59498c30
LS
13202018-02-01 Leszek Swirski <leszeks@google.com>
1321
1322 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1323 functions with the same name as an include file are parsed
1324 correctly.
1325
d4d38844
YQ
13262018-02-01 Yao Qi <yao.qi@linaro.org>
1327
1328 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1329 "\[^\r\n\]*".
1330
07e5f5cf
NP
13312018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1332
1333 * gdb.arch/powerpc-prologue-frame.s: New file.
1334 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1335 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1336
929b5ad4
JB
13372018-01-31 Joel Brobecker <brobecker@adacore.com>
1338
1339 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1340
e671cd59
PA
13412018-01-30 Pedro Alves <palves@redhat.com>
1342
1343 PR gdb/13211
1344 * gdb.base/interrupt-daemon.c: New.
1345 * gdb.base/interrupt-daemon.exp: New.
1346 * gdb.multi/multi-term-settings.c: New.
1347 * gdb.multi/multi-term-settings.exp: New.
1348
fc413dc4
JB
13492018-01-30 Joel Brobecker <brobecker@adacore.com>
1350
1351 * gdb.base/break.exp: Save the location where the breakpoint
1352 on break.c:47 was actually inserted when debugging the version
1353 compiled at -O2 and use it in the expected output of the "info
1354 break" test performed soon after.
1355
5c319bb2
PA
13562018-01-22 Pedro Alves <palves@redhat.com>
1357 Sergio Durigan Junior <sergiodj@redhat.com>
1358
1359 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1360 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1361
a9e40818
JB
13622018-01-22 Joel Brobecker <brobecker@adacore.com>
1363
1364 * gdb.base/break-include.c, gdb.base/break-include.inc,
1365 gdb.base/break-include.exp: New files.
1366 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1367 line number now being the actual line number where the breakpoint
1368 was inserted.
1369 * gdb.mi/mi-break.exp: Likewise.
1370 * gdb.mi/mi-reverse.exp: Likewise.
1371 * gdb.mi/mi-simplerun.exp: Ditto.
1372
e707fc44
AB
13732018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1374
1375 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1376 varobj.
1377 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1378
ae451627
AB
13792018-01-21 Don Breazeal <donb@codesourcery.com>
1380 Andrew Burgess <andrew.burgess@embecosm.com>
1381
1382 * gdb.mi/basics.c: Add new global.
1383 * gdb.mi/mi-frame-regs.exp: New file.
1384 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1385 case.
1386
b1b189e0
AB
13872018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1388
1389 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1390 non-parameter, and on an unknown symbol.
1391
fcfcc376
TT
13922018-01-19 Tom Tromey <tom@tromey.com>
1393
1394 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1395 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1396
634c1c31
AA
13972018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1398
1399 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1400 setrlimit and chdir to int.
1401
d6ad07fd
AA
14022018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1403
1404 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1405 function.
1406 (my_tend): Likewise.
1407 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1408 rationale of avoiding FP- and vector instructions.
1409
adf8243b
RK
14102018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1411
1412 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1413 "info reg" with "\[ \t\]*".
1414 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1415 "\[ \t\]+".
1416 * gdb.arch/s390-multiarch.exp: Ditto.
1417 * gdb.base/pc-fp.exp: Ditto.
1418 * gdb.reverse/i386-precsave.exp: Ditto.
1419 * gdb.reverse/i386-reverse.exp: Ditto.
1420 * gdb.reverse/i387-env-reverse.exp: Ditto.
1421 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1422
dcc06925
AA
14232018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1424
1425 * lib/gdb.exp (gdb_compile): Re-enable use of
1426 universal_compile_options for languages other than Rust.
1427
25d4fd80
AA
14282018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1429
1430 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1431
ee7f689e 14322018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
1433
1434 PR gdb/16577
1435 * gdb.base/solib-vanish.exp: New.
1436 * gdb.base/solib-vanish-main.c: New.
1437 * gdb.base/solib-vanish-lib1.c: New.
1438 * gdb.base/solib-vanish-lib2.c: New.
1439
d8447b6b
YQ
14402018-01-17 Yao Qi <yao.qi@linaro.org>
1441
1442 * gdb.compile/compile.exp: Match the address printed for
1443 frame in the output of command "bt".
1444
86d6a90c
TT
14452018-01-15 Tom Tromey <tom@tromey.com>
1446
1447 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1448 compute sp_reg.
1449
cbcdb1aa
AB
14502018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1451
1452 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1453 to prepare.
1454 (prepare): Return 0 on error, 1 on success.
1455
eea61984
PA
14562018-01-12 Pedro Alves <palves@redhat.com>
1457
1458 * gdb.base/continue-after-aborted-step-over.c: New.
1459 * gdb.base/continue-after-aborted-step-over.exp: New.
1460
6181e9c2
SM
14612018-01-11 Simon Marchi <simon.marchi@ericsson.com>
1462
1463 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1464 options when not creating an executable.
1465
3cada740
PA
14662018-01-11 Pedro Alves <palves@redhat.com>
1467
1468 PR remote/22597
1469 * gdb.server/stop-reply-no-thread.c: New file.
1470 * gdb.server/stop-reply-no-thread.exp: New file.
1471
c63d3e8d
PA
14722018-01-10 Pedro Alves <palves@redhat.com>
1473
1474 PR gdb/22670
1475 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1476 functions too. Test setting breakpoints and printing C functions
1477 with no debug info too.
1478 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1479
d4c2a405
PA
14802018-01-10 Pedro Alves <palves@redhat.com>
1481
1482 PR gdb/22670
1483 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1484 a fail.
1485
8825213e
PA
14862018-01-10 Pedro Alves <palves@redhat.com>
1487
1488 PR gdb/22670
1489 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1490
605fd3c6
YQ
14912018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1492
1493 * gdb.server/unittest.exp: Match the output in non-development
1494 mode.
1495
1e5ded6c
YQ
14962018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1497
1498 * gdb.gdb/unittest.exp: Match output in non-development mode.
1499
30066b0b
JB
15002018-01-08 Joel Brobecker <brobecker@adacore.com>
1501
1502 * gdb.ada/access_tagged_param.exp: Relax expected output
1503 for value of "ObjL" in "continue" to pck.inspect breakpoint
1504 test.
1505
04bafb1e
XR
15062018-01-08 Joel Brobecker <brobecker@adacore.com>
1507
9f86398b
JB
1508 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1509 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 1510
e379cee6
PA
15112018-01-05 Pedro Alves <palves@redhat.com>
1512
1513 PR gdb/18653
1514 * gdb.base/libsegfault.exp: New.
1515
de63c46b
PA
15162018-01-05 Joel Brobecker <brobecker@adacore.com>
1517
1518 PR gdb/22670
1519 * gdb.ada/access_tagged_param.exp: New file.
1520 * gdb.ada/access_tagged_param/foo.adb: New file.
1521
f98fc17b
PA
15222018-01-05 Pedro Alves <palves@redhat.com>
1523
1524 PR gdb/22670
1525 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1526 exercise lower case too, and to exercise both full matching and
1527 wild matching.
1528
342f8240
JB
15292018-01-05 Joel Brobecker <brobecker@adacore.com>
1530
1531 * gdb.ada/rename_subscript_param: New testcase.
1532
7150d33c
JG
15332018-01-05 Jerome Guitton <guitton@adacore.com>
1534
1535 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1536
cc0e770c
JB
15372018-01-05 Joel Brobecker <brobecker@adacore.com>
1538
1539 * gdb.ada/convvar_comp: New testcase.
1540
672a41aa 15412018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
1542
1543 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1544 (My_Table): New global variable.
1545 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1546
7365ec2f
JB
15472018-01-04 Joel Brobecker <brobecker@adacore.com>
1548
1549 PR gdb/22670
1550 * gdb.ada/maint_with_ada: New testcase.
1551
289483b6
JB
15522018-01-04 Joel Brobecker <brobecker@adacore.com>
1553
1554 PR gdb/22670
1555 * gdb.ada/bp_c_mixed_case: New testcase.
1556
344420da
JB
15572018-01-04 Joel Brobecker <brobecker@adacore.com>
1558
1559 PR gdb/22670
1560 * gdb.ada/complete.exp: Add "complete break ada" test.
1561
66fc87a0
JB
15622018-01-04 Joel Brobecker <brobecker@adacore.com>
1563
1564 PR gdb/22670
1565 * gdb.ada/info_addr_mixed_case: New testcase.
1566
9f757bf7
XR
15672018-01-03 Xavier Roirand <roirand@adacore.com>
1568
1569 * gdb.ada/excep_handle.exp: New testcase.
1570 * gdb.ada/excep_handle/foo.adb: New file.
1571 * gdb.ada/excep_handle/pck.ads: New file.
1572
bd570f80
JB
15732018-01-03 Joel Brobecker <brobecker@adacore.com>
1574
1575 * gdb.base/step-line.c: Add extra empty line in copyright header.
1576 * gdb.base/step-line.inp: Likewise.
1577
9fe561ab
JB
15782018-01-02 Joel Brobecker <brobecker@adacore.com>
1579
1580 * gdb.ada/dyn_stride.exp: Add slice test.
1581
a405673c
JB
15822018-01-02 Joel Brobecker <brobecker@adacore.com>
1583
1584 * gdb.ada/dyn_stride: New testcase.
1585
cef0f868
SH
15862017-12-27 Stafford Horne <shorne@gmail.com>
1587
1588 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1589 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1590
b67d92b0
SH
15912017-12-27 Stafford Horne <shorne@gmail.com>
1592
1593 * gdb.base/reggroups.c: New file.
1594 * gdb.base/reggroups.exp: New file.
1595
eccab96d
JB
15962017-12-18 Joel Brobecker <brobecker@adacore.com>
1597
1598 * gdb.dwarf2/ada-valprint-error.c: New file.
1599 * gdb.dwarf2/ada-valprint-error.exp: New file.
1600
0e2da9f0
JB
16012017-12-18 Joel Brobecker <brobecker@adacore.com>
1602
1603 * gdb.ada/assign_arr: New testcase.
1604
cb923fcc
XR
16052017-12-18 Xavier Roirand <roirand@adacore.com>
1606
1607 * gdb.ada/funcall_ptr: New testcase.
1608
7c161838
SDJ
16092017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1610
1611 PR cli/16224
1612 * gdb.base/ptype-offsets.cc: New file.
1613 * gdb.base/ptype-offsets.exp: New file.
1614
1af17fd9
YQ
16152017-12-15 Yao Qi <yao.qi@linaro.org>
1616
1617 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1618 if XML is disabled.
1619
828d5846
XR
16202017-12-15 Xavier Roirand <roirand@adacore.com>
1621
1622 * gdb.ada/same_component_name: New testcase.
1623
79e8fcaa
JB
16242017-12-14 Joel Brobecker <brobecker@adacore.com>
1625
1626 * gdb.ada/str_binop_equal: New testcase.
1627
e05fa6f9
JB
16282017-12-14 Joel Brobecker <brobecker@adacore.com>
1629
1630 * gdb.ada/task_switch_in_core: New testcase.
1631
b89641ba
SM
16322017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1633
1634 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1635 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1636 call test_bkpt_qualified.
1637 (test_bkpt_qualified): New proc.
1638
6892d2e4
PA
16392017-12-13 Pedro Alves <palves@redhat.com>
1640
1641 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1642 Tighten regexp by matching with an anchor.
1643
a22ecf70
PA
16442017-12-13 Pedro Alves <palves@redhat.com>
1645
1646 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1647 ("expression with namespace"): New set of tests.
1648 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1649 (Nested::Test_NS::qux): New.
1650 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1651 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1652
9937536c
JB
16532017-12-13 Joel Brobecker <brobecker@adacore.com>
1654
1655 * gdb.base/server-del-break.c: New file.
1656 * gdb.base/server-del-break.exp: New file.
1657
fe49c6f5
SH
16582017-12-12 Stafford Horne <shorne@gmail.com>
1659
1660 * gdb.xml/tdesc-regs.exp: Add or1k support.
1661
c3d18620
SH
16622017-12-12 Stafford Horne <shorne@gmail.com>
1663
1664 * gdb.base/bp-permanent.c: Define nop of or1k.
1665
c5f9cfc8
JB
16662017-12-11 Joel Brobecker <brobecker@adacore.com>
1667
1668 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1669 output with components being reordered.
1670
a9c135fc
JB
16712017-12-11 Joel Brobecker <brobecker@adacore.com>
1672
1673 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1674 output with components being reordered.
1675
927aa2e7
JK
16762017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1677 Pedro Alves <palves@redhat.com>
1678
1679 * gdb.base/maint.exp (check for .gdb_index): Check also for
1680 .debug_names.
1681 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1682 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1683 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1684 (.gdb_index used after symbol reloading): Support also .debug_names.
1685 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1686
f17d9474
YQ
16872017-12-08 Yao Qi <yao.qi@linaro.org>
1688
1689 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1690 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1691
a0de8c21
YQ
16922017-12-08 Yao Qi <yao.qi@linaro.org>
1693
1694 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1695 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1696
a738ea1d
YQ
16972017-12-08 Yao Qi <yao.qi@linaro.org>
1698
1699 * gdb.arch/aarch64-tagged-pointer.c: New file.
1700 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1701
1cd9a73b
SDJ
17022017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1703
1704 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1705 "int".
1706
fa6eb693
KS
17072017-12-07 Keith Seitz <keiths@redhat.com>
1708
1709 PR breakpoints/22569
1710 * gdb.linespec/ls-errs.exp: Change expected result of "break
1711 -source this file has spaces.c -line 3".
1712 Check that an explicit source file followed by whitespace is
1713 identified as an invalid explicit location.
1714
883fd55a
KS
17152017-12-07 Keith Seitz <keiths@redhat.com>
1716
1717 * gdb.cp/nested-types.cc: New file.
1718 * gdb.cp/nested-types.exp: New file.
1719 * lib/cp-support.exp: Load data-structures.exp library.
1720 (debug_cp_test_ptype_class): New global.
1721 (cp_ptype_class_verbose, next_line): New procedures.
1722 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1723 Add and document new return value.
1724 Switch the list of lines to a queue.
1725 Add support for new `type' key for nested type definitions.
1726 Add debugging/troubleshooting messages.
1727 * lib/data-structures.exp: New file.
1728
ec72db3e
SM
17292017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1730
1731 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1732 with proc_with_prefix, don't use with_test_prefix.
1733
99598d71
TT
17342017-12-07 Tom Tromey <tom@tromey.com>
1735
1736 * gdb.base/break.exp: Add test for empty "commands".
1737
a8806230
YQ
17382017-12-07 Yao Qi <yao.qi@linaro.org>
1739
1740 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1741 malloc and catch syscall.
1742
824cc835
PM
17432017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1744
1745 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1746 tests for explicit locations.
1747
7cc244de
PA
17482017-12-06 Pedro Alves <palves@redhat.com>
1749
1750 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1751 force-disabling XML descriptions.
1752
50a1fdd5
PA
17532017-12-04 Pedro Alves <palves@redhat.com>
1754
1755 PR gdb/22499
1756 * gdb.arch/amd64-disp-step-avx.S: New file.
1757 * gdb.arch/amd64-disp-step-avx.exp: New file.
1758
f0fb2488
PA
17592017-12-03 Pedro Alves <palves@redhat.com>
1760
1761 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1762 and <string.h>.
1763 (parent_function): Print distinct messages when waitpid fails, or
1764 the child exits with a signal, or the child exits for an unhandled
1765 reason.
1766 * gdb.threads/process-dies-while-detaching.exp
1767 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1768 it. Wait for both inferior output and GDB's prompt. Use an
1769 indirect spawn id list.
1770 (do_detach): New parameter 'child_exit'. Use it to compute
1771 expected inferior output.
1772 (test_detach, test_detach_watch, test_detach_killed_outside):
1773 Adjust to pass down the expected child exit kind.
1774
97cbe998
SDJ
17752017-12-01 Joel Brobecker <brobecker@adacore.com>
1776 Sergio Durigan Junior <sergiodj@redhat.com>
1777 Pedro Alves <palves@redhat.com>
1778
1779 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1780
40fc416f
SDJ
17812017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1782
1783 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1784 to 'symbol-file' and 'add-symbol-file' can be
1785 position-independent.
1786
1cc75e92
YQ
17872017-12-01 Yao Qi <yao.qi@linaro.org>
1788
1789 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1790 the URL in copyright header.
1791 * gdb.arch/aarch64-fp.exp: Likewise.
1792 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1793 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1794 * gdb.base/expand-psymtabs.exp: Likewise.
1795 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1796 * gdb.fortran/common-block.exp: Likewise.
1797 * gdb.fortran/common-block.f90: Likewise.
1798 * gdb.fortran/logical.exp: Likewise.
1799 * gdb.fortran/vla-datatypes.f90: Likewise.
1800 * gdb.fortran/vla-sub.f90: Likewise.
1801
875fb7a7
JB
18022017-11-30 Joel Brobecker <brobecker@adacore.com>
1803
1804 * gdb.ada/repeat_dyn: New testcase.
1805
6f14765f
UW
18062017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1807
1808 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1809 Update for changed thread numbering.
1810 * gdb.cell/bt.exp: Update for changed GDB output.
1811
f1af7b94
SM
18122017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1813
1814 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1815 setting isremote by hand.
1816 * boards/dwarf4-gdb-index.exp: Likewise.
1817 * boards/fission.exp: Likewise.
1818 * boards/stabs.exp: Likewise.
1819
e3919f3e
PA
18202017-11-30 Pedro Alves <palves@redhat.com>
1821
1822 * gdb.linespec/cpls-ops.exp
1823 (check_explicit_skips_function_argument): Extract the underlying
1824 type of size_t instead of hardcoding it.
1825
bd69330d
PA
18262017-11-29 Pedro Alves <palves@redhat.com>
1827
1828 PR c++/19436
1829 * gdb.linespec/cpls-abi-tag.cc: New file.
1830 * gdb.linespec/cpls-abi-tag.exp: New file.
1831
a20714ff
PA
18322017-11-29 Pedro Alves <palves@redhat.com>
1833
1834 * gdb.base/langs.exp: Use -qualified.
1835 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1836 it.
1837 * gdb.cp/namespace.exp: Use -qualified.
1838 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1839 (overload-3, template-overload, template-ret-type, const-overload)
1840 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1841 procedures.
1842 (test_driver): Call them.
1843 * gdb.cp/save-bp-qualified.cc: New.
1844 * gdb.cp/save-bp-qualified.exp: New.
1845 * gdb.linespec/explicit.exp: Test -qualified.
1846 * lib/completion-support.exp (completion::explicit_opts_list): Add
1847 "-qualified".
1848 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1849
f6f1d339
PM
18502017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1851
1852 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1853
02ca603a
TT
18542017-11-29 Tom Tromey <tom@tromey.com>
1855
1856 * gdb.base/relocate.exp: Update invalid argument test.
1857 Add new tests for invalid arguments.
1858
ed6c0bfb
TP
18592017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1860
1861 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1862 Return 0 as a long.
1863 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1864
f106e10e
TP
18652017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1866
1867 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1868 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1869 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1870 func ().
1871 * gdb.cp/shadow.cc (B.func): Return 0.
1872
10329bb2
JB
18732017-11-27 Joel Brobecker <brobecker@adacore.com>
1874
1875 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1876 expected output in gdb_expect call to allow the exception
1877 message to be present as well. Fix syntax confusion to avoid
1878 TCL thinking that exception_name is an array.
1879
617cd4bc
UW
18802017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1881
1882 * gdb.arch/spu-info.c: Include <unistd.h>.
1883 (do_signal_test): Fix broken calls to write.
1884 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1885 Fix checks for empty mailboxes. Update signal tests for corrected
1886 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
1887 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1888 * gdb.cell/arch.exp: Use standard_output_file.
1889 * gdb.cell/break.exp: Likewise.
1890 * gdb.cell/bt.exp: Likewise.
1891 * gdb.cell/core.exp: Likewise.
1892 * gdb.cell/dwarfaddr.exp: Likewise.
1893 * gdb.cell/ea-cache.exp: Likewise.
1894 * gdb.cell/ea-standalone.exp: Likewise.
1895 * gdb.cell/f-regs.exp: Likewise.
1896 * gdb.cell/fork.exp: Likewise.
1897 * gdb.cell/gcore.exp: Likewise.
1898 * gdb.cell/mem-access.exp: Likewise.
1899 * gdb.cell/ptype.exp: Likewise.
1900 * gdb.cell/registers.exp: Likewise.
1901 * gdb.cell/sizeof.exp: Likewise.
1902 * gdb.cell/solib-symbol.exp: Likewise.
1903 * gdb.cell/solib.exp: Likewise.
617cd4bc 1904
a81aaca0
PA
19052017-11-25 Pedro Alves <palves@redhat.com>
1906
1907 * gdb.base/complete-empty.exp: New file.
1908 * gdb.base/completion.exp: Adjust.
1909
6a3c6ee4
PA
19102017-11-25 Pedro Alves <palves@redhat.com>
1911
1912 * gdb.linespec/cpls-ops.cc: New file.
1913 * gdb.linespec/cpls-ops.exp: New file.
1914 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1915 factored out from ...
1916 (test_complete_prefix_range): ... this.
1917
8955eb2d
PA
19182017-11-24 Pedro Alves <palves@redhat.com>
1919
1920 * gdb.linespec/cpcompletion.exp: New file.
1921 * gdb.linespec/cpls-hyphen.cc: New file.
1922 * gdb.linespec/cpls.cc: New file.
1923 * gdb.linespec/cpls2.cc: New file.
1924 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1925 test to use test_gdb_complete_unique. Add label completion,
1926 keyword completion and explicit location completion tests.
1927 * lib/completion-support.exp: New file.
1928
e547c119
JB
19292017-11-24 Joel Brobecker <brobecker@adacore.com>
1930
1931 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1932 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1933 when hitting an exception catchpoint.
1934
7c3c1aa8
YQ
19352017-11-22 Yao Qi <yao.qi@linaro.org>
1936
1937 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1938
41bd68f5
SM
19392017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1940
1941 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1942 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1943 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1944
1daad298
YQ
19452017-11-22 Yao Qi <yao.qi@linaro.org>
1946
1947 * gdb.base/info-os.exp: Pass pthreads.
1948 * gdb.multi/multi-attach.exp: Likewise.
1949
88465e87
YQ
19502017-11-22 Yao Qi <yao.qi@linaro.org>
1951
1952 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1953 compiler.
1954
dc196b23
YQ
19552017-11-22 Yao Qi <yao.qi@linaro.org>
1956
1957 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1958 * gdb.base/break-interp.exp: Likewise.
1959 * gdb.base/jit-attach-pie.exp: Likewise.
1960
2400729e
UW
19612017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1962
1963 * gdb.base/float128.c (large128): New variable.
1964 * gdb.base/float128.exp: Add test to print largest __float128 value.
1965
7a26362d
UW
19662017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1967
1968 * gdb.arch/vsx-regs.exp: Update register content checks.
1969
ed0f4273
UW
19702017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1971
1972 * gdb.arch/ppc-longdouble.exp: New file.
1973 * gdb.arch/ppc-longdouble.c: Likewise.
1974
a25d69c6
PA
19752017-11-21 Pedro Alves <palves@redhat.com>
1976
1977 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1978
73fcf641
PA
19792017-11-20 Pedro Alves <palves@redhat.com>
1980
1981 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1982 (long_double_typedef): New typedefs.
1983 Use DEF on double and long double.
1984 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1985 cases.
1986 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1987 and 'long_double_ptr_same_size' locals. Use them to decide
1988 whether cast from array/function to float is valid/invalid.
1989
71a3c369
TT
19902017-11-17 Tom Tromey <tom@tromey.com>
1991
1992 * gdb.rust/traits.rs: New file.
1993 * gdb.rust/traits.exp: New file.
1994
ced9779b
JB
19952017-11-17 Joel Brobecker <brobecker@adacore.com>
1996
1997 * gdb.ada/minsyms: New testcase.
1998
a0922d80
PA
19992017-11-16 Pedro Alves <palves@redhat.com>
2000
2001 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2002 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2003
ea04e54c
PA
20042017-11-16 Pedro Alves <palves@redhat.com>
2005
2006 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2007 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2008
e849ea89
PA
20092017-11-16 Pedro Alves <palves@redhat.com>
2010
2011 * gdb.server/reconnect-ctrl-c.c: New file.
2012 * gdb.server/reconnect-ctrl-c.exp: New file.
2013
d8ae99a7
PM
20142017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2015
2016 * gdb.python/py-rbreak.exp: New file.
2017 * gdb.python/py-rbreak.c: New file.
2018 * gdb.python/py-rbreak-func2.c: New file.
2019
968a13f8
PA
20202017-11-16 Pedro Alves <palves@redhat.com>
2021
2022 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2023 pattern.
2024 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2025 GDB.
2026
71774bc9
SM
20272017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2028
2029 * gdb.tui/completionn.exp (test_tab_completion): Add space in
2030 regex.
2031
ddbb44cf
SM
20322017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
2033
2034 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2035 test names.
2036
584a564f
PA
20372017-11-09 Pedro Alves <palves@redhat.com>
2038
2039 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2040 factored out from ...
2041 (top level): ... here, and adjusted to avoid expecting beyond the
2042 prompt in a single gdb_test_multiple.
2043
5ed7a928
PA
20442017-11-09 Pedro Alves <palves@redhat.com>
2045
2046 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2047 output.
2048 * gdb.server/ext-attach.exp ("kill" test): Likewise.
2049 * gdb.server/ext-restart.exp ("kill" test): Likewise.
2050 * gdb.server/ext-run.exp ("kill" test): Likewise.
2051 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2052
a60e0738
PA
20532017-11-09 Pedro Alves <palves@redhat.com>
2054
2055 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2056 match till end of line.
2057
2c88253f
PA
20582017-11-09 Pedro Alves <palves@redhat.com>
2059
2060 * gdb.base/memattr.exp: Tighten regexes to match the end line.
2061
c7a38517
PA
20622017-11-09 Pedro Alves <palves@redhat.com>
2063
2064 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2065 New procedures, factored out from ...
2066 (top level): ... here, and adjusted to avoid expecting beyond the
2067 prompt in one go.
2068
f29f4b6b
PA
20692017-11-09 Pedro Alves <palves@redhat.com>
2070
2071 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2072 output. Fix '?' match.
2073
286acbb5
JB
20742017-11-08 Joel Brobecker <brobecker@adacore.com>
2075
2076 * gdb.ada/scoped_watch: New testcase.
2077 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2078 which is actually correct.
2079 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2080 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2081
62d7ae92
PA
20822017-11-08 Pedro Alves <palves@redhat.com>
2083
2084 * gdb.gdb/complaints.exp (test_initial_complaints)
2085 (test_serial_complaints, test_short_complaints): Call
2086 complaint_internal instead of complaint.
2087
280ca31f
DT
20882017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
2089
2090 * gdb.threads/tls-core.c: New file.
2091 * gdb.threads/tls-core.exp: Likewise.
2092
b5ec771e
PA
20932017-11-08 Pedro Alves <palves@redhat.com>
2094
2095 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2096 (p Exported_Capitalized): New test.
2097 (p exported_capitalized): New test.
2098
a02b41a7
PA
20992017-11-07 Pedro Alves <palves@redhat.com>
2100
2101 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2102
95e95a6d
PA
21032017-11-07 Pedro Alves <palves@redhat.com>
2104
2105 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2106 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2107 (disable_invalid, disable_inverted, disable_negative): New
2108 procedures.
2109 ("bad numbers"): New set of tests.
2110
cee62dbd
PA
21112017-11-07 Pedro Alves <palves@redhat.com>
2112
2113 * gdb.cp/ena-dis-br-range.exp: Add tests.
2114
cc638e86
PA
21152017-11-07 Pedro Alves <palves@redhat.com>
2116
2117 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2118
d0fe4701
XR
21192017-11-07 Xavier Roirand <roirand@adacore.com>
2120 Pedro Alves <palves@redhat.com>
2121
2122 * gdb.base/ena-dis-br.exp: Add reference to
2123 gdb.cp/ena-dis-br-range.exp.
2124 * gdb.cp/ena-dis-br-range.exp: New file.
2125 * gdb.cp/ena-dis-br-range.cc: New file.
2126
46f67f80
PA
21272017-11-06 Pedro Alves <palves@redhat.com>
2128
2129 * gdb.base/attach-non-pgrp-leader.c: New.
2130 * gdb.base/attach-non-pgrp-leader.exp: New.
2131
726e1356
PA
21322017-11-06 Pedro Alves <palves@redhat.com>
2133
2134 * configure.ac: No longer check for termio.h and sgtty.h.
2135 * configure: Regenerate.
2136 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2137 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2138 Remove termio and sgtty code.
2139
50ab6ace
YQ
21402017-11-03 Yao Qi <yao.qi@linaro.org>
2141
2142 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2143 in GDB is disabled.
2144
8e68731c
YQ
21452017-11-03 Yao Qi <yao.qi@linaro.org>
2146
2147 * gdb.python/py-thrhandle.exp: Skip it if python is not
2148 enabled.
2149
3a87ae65
SM
21502017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2151
2152 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2153 as a breakpoint command.
2154
484d8d36
MD
21552017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2156
2157 PR python/21213
2158 * gdb.python/py-infthread.exp: Test calling
2159 InferiorThread.inferior () multiple times in a row.
2160
4a27f119
KS
21612017-10-27 Keith Seitz <keiths@redhat.com>
2162
2163 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2164 Test "info break" for every inlined function breakpoint.
2165
bb11dd58
YQ
21662017-10-27 Yao Qi <yao.qi@linaro.org>
2167
2168 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2169
a43f3893
PF
21702017-10-26 Patrick Frants <osscontribute@gmail.com>
2171
2172 * gdb.cp/classes.exp (test_static_members): Test printing
2173 Outer::instance.
2174 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2175 (Inner::instance, Outer::instance): New.
2176
792ccf00
PA
21772017-10-24 Pedro Alves <palves@redhat.com>
2178
2179 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2180 extra console" test in two stages.
2181
eb2bfbad
PA
21822017-10-24 Pedro Alves <palves@redhat.com>
2183
2184 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2185
1f75a651
PA
21862017-10-24 Pedro Alves <palves@redhat.com>
2187
2188 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2189 loop.
2190
779990d9
PA
21912017-10-24 Pedro Alves <palves@redhat.com>
2192
2193 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2194 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2195
ad9b8f5d
PA
21962017-10-24 Pedro Alves <palves@redhat.com>
2197
2198 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2199 parameter and handle it. Don't output read value in test name.
2200
fee6da6e
PA
22012017-10-24 Pedro Alves <palves@redhat.com>
2202
2203 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2204 custom test name.
2205
10389c2c
PA
22062017-10-24 Pedro Alves <palves@redhat.com>
2207
2208 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2209 include the unstable output directory name in the test's name.
2210 (initial_setup_simple) <'set args'>: Use custom test name.
2211
a80e65a9
PA
22122017-10-24 Pedro Alves <palves@redhat.com>
2213
2214 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2215 with explicit test name.
2216
15763a09
PA
22172017-10-20 Pedro Alves <palves@redhat.com>
2218
2219 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2220 'wait -i'. Use gdb_assert and remote_close.
2221
49a4ce2e
AB
22222017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2223
2224 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2225 number from variable rather than hard-coded.
2226
a75868f5
PA
22272017-10-19 Pedro Alves <palves@redhat.com>
2228
2229 * gdb.base/long-inferior-output.c: New file.
2230 * gdb.base/long-inferior-output.exp: New file.
2231
c8ba13ad
KS
22322017-11-18 Keith Seitz <keiths@redhat.com>
2233
2234 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2235 method.
2236 (main): Call it.
2237 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2238 Add additional user-defined conversion operator tests.
2239
b27de576
PA
22402017-10-17 Pedro Alves <palves@redhat.com>
2241
2242 * boards/native-stdio-gdbserver.exp: Load "local-board".
2243
8484c955
PA
22442017-10-17 Pedro Alves <palves@redhat.com>
2245
2246 * gdb.base/quit-live.c: New file.
2247 * gdb.base/quit-live.exp: New file.
2248
83d5a34d
KS
22492017-10-16 Keith Seitz <keiths@redhat.com>
2250
2251 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2252 (class_with_protected_typedef, class_with_private_typedef)
2253 (struct_with_public_typedef, struct_with_protected_typedef)
2254 (struct_with_private_typedef): New classes/structs.
2255 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2256 typedefs and access specifiers.
2257
739b3f1d
PA
22582017-10-16 Pedro Alves <palves@redhat.com>
2259 Simon Marchi <simon.marchi@polymtl.ca>
2260
2261 * README (Local vs Remote vs Native): New section.
2262 * boards/local-board.exp: New file, with bits factored out from
2263 ...
2264 * boards/native-extended-gdbserver.exp: ... here. Load
2265 "local-board".
2266 * boards/native-gdbserver.exp: Load "local-board".
2267 (${board}_spawn, ${board}_exec): Delete.
2268 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2269 ...
2270 * boards/stdio-gdbserver-base.exp: ... this new file.
2271 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2272 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2273 procedure.
2274 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2275 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2276 stdio_gdbserver_command.
2277 (${board}_get_remote_address, ${board}_get_comm_port)
2278 (${board}_download, ${board}_upload): Delete.
2279 (get_target_remote_pipe_cmd): New.
2280
fe68b953
SM
22812017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2282
2283 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2284 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2285 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2286 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2287 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2288 remove with_test_prefix.
2289
300b6685
PA
22902017-10-13 Pedro Alves <palves@redhat.com>
2291
2292 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2293 * gdb.base/annota1.exp: Use it instead of is_remote.
2294 * gdb.base/annota3.exp: Use it instead of is_remote.
2295 * gdb.cp/annota2.exp: Use it instead of is_remote.
2296 * gdb.cp/annota3.exp: Use it instead of is_remote.
2297 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2298
50500caf
PA
22992017-10-13 Pedro Alves <palves@redhat.com>
2300
2301 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2302 (test_num_test_vars, run_and_count_vars, find_env)
2303 (test_set_unset_env, test_inherit_env_var): New procedures.
2304 (top level): Use them.
2305
dad0c6d2
PA
23062017-10-13 Pedro Alves <palves@redhat.com>
2307
2308 * lib/selftest-support.exp (selftest_setup): Extend comments, and
2309 also skip on stub-like targets.
2310
8b0553c1
PA
23112017-10-13 Pedro Alves <palves@redhat.com>
2312
2313 PR gdb/22293
2314 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2315 (top level): Move some tests to ...
2316 (test_not_found): ... this new procedure.
2317 (top level): Call it.
2318
7594f623
PA
23192017-10-13 Pedro Alves <palves@redhat.com>
2320
2321 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2322 expect different "info terminal" output if testing with a
2323 non-native target.
2324
ebe3b402
PA
23252017-10-13 Pedro Alves <palves@redhat.com>
2326 Simon Marchi <simon.marchi@polymtl.ca>
2327
2328 PR python/12966
2329 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2330
42f1b161
PA
23312017-10-13 Pedro Alves <palves@redhat.com>
2332
2333 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2334 already.
2335
8d6ef72b
PA
23362017-10-13 Pedro Alves <palves@redhat.com>
2337
2338 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2339 is_remote.
2340
d7bcd5b8
PA
23412017-10-13 Pedro Alves <palves@redhat.com>
2342
2343 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2344 is_remote.
2345
df479dc6
PA
23462017-10-13 Pedro Alves <palves@redhat.com>
2347
2348 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2349 is set.
2350 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2351 instead of is_remote.
2352
23fb630a
PA
23532017-10-13 Pedro Alves <palves@redhat.com>
2354
2355 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2356 (top level): Add comment.
2357
cc77b1dc
PA
23582017-10-13 Pedro Alves <palves@redhat.com>
2359
2360 * gdb.base/remote.exp (top level): Fix comment typo and add
2361 missing return.
2362
27c9e813
PA
23632017-10-13 Pedro Alves <palves@redhat.com>
2364 Simon Marchi <simon.marchi@polymtl.ca>
2365
2366 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2367 calls and add comments. Skip test if use_gdb_stub is set.
2368 (top level): Use "set cwd" command instead of "cd" command.
2369
5e830d98
PA
23702017-10-13 Pedro Alves <palves@redhat.com>
2371
2372 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2373 is_remote target check.
2374
f5ca0032
PA
23752017-10-13 Pedro Alves <palves@redhat.com>
2376
2377 * gdb.base/scope.exp: Use build_executable + clean_restart +
2378 gdb_file_cmd instead of prepare_for_testing and no longer skip
2379 "before run" tests on is_remote target boards. Update comments.
2380 * boards/native-extended-gdbserver.exp
2381 (extended_gdbserver_load_last_file): New, factored out from ...
2382 (gdb_load): ... this. Move further below and add comment.
2383 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2384
8aed1c0d
PA
23852017-10-12 Pedro Alves <palves@redhat.com>
2386
2387 * gdb.base/attach.exp: Remove references to gdb64.
2388 * gdb.base/dbx.exp: Remove references to gdb64.
2389
cfa34c87
SM
23902017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2391 Pedro Alves <palves@redhat.com>
2392
2393 * gdb.base/label.exp: Remove is_remote target check.
2394
9192b7de
PA
23952017-10-12 Pedro Alves <palves@redhat.com>
2396
2397 * gdb.base/auvx.exp (coredir): Update comment.
2398 (top level) <core_works>: Use "set cwd" command instead of "cd"
2399 command.
2400
6bf0052d
PA
24012017-10-12 Pedro Alves <palves@redhat.com>
2402 Simon Marchi <simon.marchi@polymtl.ca>
2403
2404 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2405 target boards.
2406
e48ef82d
PA
24072017-10-12 Pedro Alves <palves@redhat.com>
2408 Simon Marchi <simon.marchi@polymtl.ca>
2409
2410 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2411 Instead skip if there's any gdb_protocol set.
2412
8d7aea57
SM
24132017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2414 Pedro Alves <palves@redhat.com>
2415
2416 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2417
30440677
PA
24182017-10-12 Pedro Alves <palves@redhat.com>
2419 Simon Marchi <simon.marchi@polymtl.ca>
2420
2421 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2422 instead of on dejagnu remote boards.
2423
4e04f045 24242017-10-12 Pedro Alves <palves@redhat.com>
175654b9 2425 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
2426
2427 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2428 checks. Use build_executable + clean_restart instead of
2429 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2430 of enabling non-stop after starting gdb.
2431
871a186e
PA
24322017-10-12 Pedro Alves <palves@redhat.com>
2433
2434 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2435 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2436 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2437 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2438
56d704da
AK
24392017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2440
2441 * gdb.arch/arc-tdesc-cpu.exp: New file.
2442 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2443
2f20e312
SM
24442017-10-10 Simon Marchi <simon.marchi@ericsson.com>
2445
2446 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2447
65630365
PA
24482017-10-10 Pedro Alves <palves@redhat.com>
2449
2450 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2451 expect CLI output.
2452
bf469271
PA
24532017-10-10 Pedro Alves <palves@redhat.com>
2454
2455 * lib/selftest-support.exp (selftest_setup): Update for
2456 captured_command_loop's prototype change.
2457
777a42f1
PA
24582017-10-09 Pedro Alves <palves@redhat.com>
2459
2460 Test both arch1=>arch2 and arch2=>arch1.
2461
2462 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2463 (srcfile2, binfile2, march1, march2): Remove globals. Largely
2464 factored out to...
2465 (append_arch1_options, append_arch2_options, append_arch_options)
2466 (build_executables): New procedures.
2467 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
2468 local.
2469 (top level): Add new 'first_arch' testing axis.
2470
cbd2b4e3
PA
24712017-10-09 Pedro Alves <palves@redhat.com>
2472
2473 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2474 (barrier): New.
2475 (thread_start, all_started): New functions.
2476 (main): Spawn new thread and wait until it is scheduled.
2477 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2478 option.
2479 (do_test): Add 'selected_thread' parameter. Run to all_started
2480 instead of main. Explicitly set the breakpoint at main. Switch
2481 to the SELECTED_THREAD thread.
2482 (top level): Test handling the exec event with either the main
2483 thread or the second thread selected.
2484
5c9e4427
PA
24852017-10-09 Pedro Alves <palves@redhat.com>
2486
2487 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2488 logic. Move STOP marker after the value checks.
2489 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2490 regexp.
2491
b3b7c423
SL
24922017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2493
2494 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2495
3b4b2f16
UW
24962017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2497
2498 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2499 integer-to-dfp conversion.
2500 * gdb.base/dfp-test.exp: Likewise.
2501
5cd63fda
PA
25022017-10-04 Pedro Alves <palves@redhat.com>
2503
2504 * gdb.multi/hangout.c: Include <unistd.h>.
2505 (hangout_loop): New function.
2506 (main): Call alarm. Call hangout_loop in a loop.
2507 * gdb.multi/hello.c: Include <unistd.h>.
2508 (hello_loop): New function.
2509 (main): Call alarm. Call hangout_loop in a loop.
2510 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2511 inferior with the other selected.
2512
4c71c105
SM
25132017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2514
2515 * gdb.mi/list-thread-groups-available.exp: New file.
2516 * gdb.mi/list-thread-groups-available.c: New file.
2517
bc3b087d
SDJ
25182017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2519
2520 * gdb.base/set-cwd.exp: Make it available on
2521 native-extended-gdbserver.
2522
d092c5a2
SDJ
25232017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2524
2525 * gdb.base/set-cwd.c: New file.
2526 * gdb.base/set-cwd.exp: Likewise.
2527
45320ffa
TT
25282017-10-02 Tom Tromey <tom@tromey.com>
2529
2530 PR rust/22236:
2531 * gdb.rust/simple.rs (main): New variable "fslice".
2532 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2533
b3e3859b
TT
25342017-10-02 Tom Tromey <tom@tromey.com>
2535
2536 * gdb.rust/simple.exp: Test ptype of a slice.
2537
01af5e0d
TT
25382017-10-02 Tom Tromey <tom@tromey.com>
2539
2540 * gdb.rust/simple.exp: Test index of slice.
2541
a9bbfbd8
TT
25422017-09-27 Tom Tromey <tom@tromey.com>
2543
2544 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2545
df8899e5
TP
25462017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2547 Pedro Alves <palves@redhat.com>
2548
2549 * gdb.base/compare-sections.exp (get value of read-only section): Read
2550 as unsigned value.
2551 (corrupt read-only section): Likewise and don't set written if patching
2552 failed.
2553
757bf54b
KB
25542017-09-21 Kevin Buettner <kevinb@redhat.com>
2555
2556 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2557 files.
2558
06871ae8
PA
25592017-09-20 Pedro Alves <palves@redhat.com>
2560
2561 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2562 symbol names in gdb's output.
2563 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2564
e5f25bc5
PA
25652017-09-20 Pedro Alves <palves@redhat.com>
2566
2567 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2568 Rename to ...
2569 (test_list_ambiguous_symbol): ... this and add a symbol name
2570 parameter. Adjust.
2571 (test_list_ambiguous_function): Reimplement on top of
2572 test_list_ambiguous_symbol and also test listing ambiguous
2573 variables.
2574 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2575 (ambiguous_fun): ... this.
2576 (ambiguous_var): New.
2577 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2578 (ambiguous_fun): ... this.
2579 (ambiguous_var): New.
2580
4e5a4f58
JB
25812017-09-19 John Baldwin <jhb@FreeBSD.org>
2582
2583 * gdb.base/starti.c: New file.
2584 * gdb.base/starti.exp: New file.
2585 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2586
26e53f3e
PA
25872017-09-14 Pedro Alves <palves@redhat.com>
2588
2589 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2590 (top level): Use it instead of runto.
2591
cb791d59
TT
25922017-09-11 Tom Tromey <tom@tromey.com>
2593
2594 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2595
7c96f8c1
TT
25962017-09-11 Tom Tromey <tom@tromey.com>
2597
2598 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2599 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2600
469412dd
CW
26012017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2602
2603 * gdb.fortran/printing-types.exp: New file.
2604 * gdb.fortran/printing-types.exp: New file.
2605
e0f86435
BH
26062017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2607
2608 * gdb.fortran/vla-ptype.exp: Fix typos.
2609 * gdb.fortran/vla-value.exp: Same.
2610
9e9af4be
BH
26112017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2612
2613 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2614 * gdb.mi/mi-var-child-f.exp: Likewise.
2615 * gdb.mi/mi-vla-fortran.exp: Likewise.
2616
a5ad232b
FP
26172017-09-08 Frank Penczek <frank.penczek@intel.com>
2618 Christoph Weinmann <christoph.t.weinmann@intel.com>
2619 Bernhard Heckel <bernhard.heckel@intel.com>
2620
2621 * gdb.fortran/ptr-indentation.f90: New file.
2622 * gdb.fortran/ptr-indentation.exp: New file.
2623
5aec60eb
TT
26242017-09-05 Tom Tromey <tom@tromey.com>
2625
2626 PR gdb/22010:
2627 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2628
8f8f8152
TP
26292017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2630
2631 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2632
fbd1b771
JK
26332017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2634
2635 * gdb.threads/tls-nodebug-pie.c: New file.
2636 * gdb.threads/tls-nodebug-pie.exp: New file.
2637
5eb5f850
TT
26382017-09-05 Tom Tromey <tom@tromey.com>
2639
2640 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2641 for rust.
2642
ae780a21
SM
26432017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2644
2645 * gdb.multi/multi-arch-exec.exp: Test with different
2646 "follow-exec-mode" settings.
2647 (do_test): New procedure.
2648
3693fdb3
PA
26492017-09-04 Pedro Alves <palves@redhat.com>
2650
2651 * gdb.base/func-static.c (S::method const, S::method volatile)
2652 (S::method volatile const): New methods.
2653 (c_s, v_s, cv_s): New instances.
2654 (main): Call method() on them.
2655 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2656 (cannot_resolve): New procedure.
2657 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2658 print-quote-unquoted columns.
2659 (do_test): Test printing each scope too.
2660
e68cb8e0
PA
26612017-09-04 Pedro Alves <palves@redhat.com>
2662
2663 * gdb.base/local-static.exp: Also test with
2664 class::method::variable wholly quoted.
2665 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2666
858be34c
PA
26672017-09-04 Pedro Alves <palves@redhat.com>
2668
2669 * gdb.base/local-static.c: New.
2670 * gdb.base/local-static.cc: New.
2671 * gdb.base/local-static.exp: New.
2672
46a4882b
PA
26732017-09-04 Pedro Alves <palves@redhat.com>
2674
2675 * gdb.asm/asm-source.exp: Add casts to int.
2676 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2677 (dataglobal64_1, dataglobal64_2): New globals.
2678 * gdb.base/nodebug.exp: Test different expressions involving the
2679 new globals, with print, whatis and ptype. Add casts to int.
2680 * gdb.base/solib-display.exp: Add casts to int.
2681 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2682 * gdb.cp/m-static.exp: Add cast to int.
2683 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2684 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2685 tls variable with no debug info without a cast. Test with a cast
2686 to int too.
2687 * gdb.trace/entry-values.exp: Add casts.
2688
2c5a2be1
PA
26892017-09-04 Pedro Alves <palves@redhat.com>
2690
2691 * gdb.base/nodebug.exp: Test that ptype's error about functions
2692 with unknown return type includes the function name too.
2693
7022349d
PA
26942017-09-04 Pedro Alves <palves@redhat.com>
2695
2696 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2697 return type of munmap in infcall.
2698 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2699 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2700 type of ftell in infcall.
2701 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2702 type of getpid in infcall.
2703 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2704 infcall.
2705 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2706 Bail on failure to extract the pid.
2707 * gdb.base/nodebug.c: #include <stdint.h>.
2708 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2709 New functions.
2710 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2711 Change expected output of print/whatis/ptype with functions with
2712 no debug info. Test all supported languages. Call
2713 test_call_promotion.
2714 * gdb.compile/compile.exp: Adjust expected output to expect
2715 warning.
2716 * gdb.threads/siginfo-threads.exp: Likewise.
2717
54990598
PA
27182017-09-04 Pedro Alves <palves@redhat.com>
2719
2720 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2721 "prototypes". Test calling float functions via prototyped and
2722 unprototyped function pointers.
2723 (perform_all_tests): New parameter "prototypes". Pass it down.
2724 (top level): Pass down "prototypes" parameter to
2725 perform_all_tests.
2726
34d16ea2
SM
27272017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2728
2729 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2730 Test with nested loops.
2731
9521ecda
SM
27322017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2733
2734 * gdb.base/commands.exp: Call the new procedures.
2735 (loop_break_test, loop_continue_test): New procedures.
2736
80a65e9b
SM
27372017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2738
2739 * gdb.base/commands.exp: Call new procedure.
2740 (define_if_without_arg_test): New procedure.
2741
e439fa14
PA
27422017-09-04 Pedro Alves <palves@redhat.com>
2743
2744 * gdb.base/list-ambiguous.exp: New file.
2745 * gdb.base/list-ambiguous0.c: New file.
2746 * gdb.base/list-ambiguous1.c: New file.
2747 * gdb.base/list.exp (test_list_range): Adjust expected output.
2748
0a2dde4a
SDJ
27492017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2750
2751 * gdb.base/share-env-with-gdbserver.c: New file.
2752 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2753
5e89eb3a
SM
27542017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2755
2756 * gdb.base/commands.exp (gdbvar_simple_if_test,
2757 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2758 progvar_simple_if_test, progvar_simple_while_test,
2759 progvar_complex_if_while_test, user_defined_command_test,
2760 user_defined_command_args_eval,
2761 user_defined_command_args_stack_test,
2762 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2763 temporary_breakpoint_commands,
2764 gdb_test_no_prompt, redefine_hook_test,
2765 redefine_backtrace_test): Remove "global gdb_prompt".
2766
fd437cbc
SM
27672017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2768
2769 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2770 New proc, call it from toplevel.
2771
87215ad1
SDJ
27722017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2773
2774 PR remote/21852
2775 * gdb.server/normal.c: New file, copied from gdb.base.
2776 * gdb.server/run-without-local-binary.exp: New file.
2777
58afddc6
WP
27782017-08-07 Weimin Pan <weimin.pan@oracle.com>
2779
2780 * gdb.arch/sparc64-adi.exp: New file.
2781 * gdb.arch/sparc64-adi.c: New file.
2782
5277199a
PA
27832017-08-22 Pedro Alves <palves@redhat.com>
2784
2785 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2786 (top level): Add "list all overloads" tests.
2787
14278e1f
TT
27882017-08-22 Tom Tromey <tom@tromey.com>
2789
2790 * gdb.gdb/xfullpath.exp: Remove.
2791
bf223d3e
PA
27922017-08-21 Pedro Alves <palves@redhat.com>
2793
2794 PR gdb/19487
2795 * gdb.base/symbol-alias.c: New.
2796 * gdb.base/symbol-alias2.c: New.
2797 * gdb.base/symbol-alias.exp: New.
2798
c973d0aa
PA
27992017-08-21 Pedro Alves <palves@redhat.com>
2800
2801 * gdb.base/dfp-test.c
2802 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2803 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2804 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2805 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2806 * gdb.base/whatis-ptype-typedefs.c: New.
2807 * gdb.base/whatis-ptype-typedefs.exp: New.
2808 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2809 (an_int, an_int_type, an_int_type2): New globals.
2810 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2811 involving typedefs and cast expressions.
2812 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2813 (lookup_typedefs_function): New.
2814 (typedefs_pretty_printers_dict): New.
2815 (top level): Register lookup_typedefs_function in
2816 gdb.pretty_printers.
2817
6d580b63
YQ
28182017-08-18 Yao Qi <yao.qi@linaro.org>
2819
2820 * gdb.server/unittest.exp: New.
2821
206726fb
SDJ
28222017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2823
2824 PR gdb/21954
2825 * gdb.base/environ.exp: Add test to check if 'unset environment'
2826 works.
2827
bf0ec4c2
AA
28282017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2829
2830 * lib/gdb.exp (universal_compile_options): New caching proc.
2831 (gdb_compile): Suppress GCC's coloring of messages.
2832
d6382fff
TT
28332017-08-14 Tom Tromey <tom@tromey.com>
2834
2835 PR gdb/21675:
2836 * gdb.base/printcmds.exp (test_radices): New function.
2837 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2838 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2839 * lib/gdb.exp (get_integer_valueof): Use p/d.
2840
c2c2dd9f
SM
28412017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2842
2843 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2844 characters.
2845
fdffd6f4
TT
28462017-08-05 Tom Tromey <tom@tromey.com>
2847
2848 * gdb.rust/simple.exp: Allow String to appear in a different
2849 namespace.
2850
27d41eac
YQ
28512017-07-26 Yao Qi <yao.qi@linaro.org>
2852
2853 * gdb.gdb/unittest.exp: Invoke command
2854 "maintenance check xml-descriptions".
2855
031ed05d
AA
28562017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2857
2858 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2859 calling context.
2860 (hex128): Drop erroneous calculation of parameters.
2861
dcd27ddf
SM
28622017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2863
2864 * gdb.python/py-unwind.exp: Disable stack protection when
2865 building test file.
2866
47e77640
PA
28672017-07-20 Pedro Alves <palves@redhat.com>
2868
2869 * gdb.base/default.exp (set language): Adjust expected output.
2870
62d2a18a
PA
28712017-07-20 Pedro Alves <palves@redhat.com>
2872
2873 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2874 (test_minsym): ... this, and make static.
2875 (get_pck__foo__bar__minsym): Rename to ...
2876 (get_test_minsym): ... this.
2877 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2878 symbol names and comments.
2879 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2880 (get_test_minsym): ... this.
2881 (pck__foo__bar__minsym__2): Rename to ...
2882 (test_minsym): ... this.
2883 (main): Adjust.
2884
c45ec17c
PA
28852017-07-17 Pedro Alves <palves@redhat.com>
2886
2887 * gdb.base/completion.exp: Adjust expected output.
2888 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2889 the completer works.
2890
c6756f62
PA
28912017-07-17 Pedro Alves <palves@redhat.com>
2892
2893 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2894
5bd68487
AB
28952017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2896
2897 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2898
8880f2a9
TT
28992017-07-14 Tom Tromey <tom@tromey.com>
2900
2901 PR rust/21764:
2902 * gdb.rust/simple.exp: Add tests.
2903
65547233
TT
29042017-07-14 Tom Tromey <tom@tromey.com>
2905
2906 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2907
8f14146e
PA
29082017-07-14 Pedro Alves <palves@redhat.com>
2909
2910 * gdb.linespec/base/one/thefile.cc (z1): New function.
2911 * gdb.linespec/base/two/thefile.cc (z2): New function.
2912 * gdb.linespec/linespec.exp: Add tests.
2913
b4365d02
AB
29142017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2915
2916 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2917 to mi_create_breakpoint.
2918
5d2cbaa5
AB
29192017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2920
2921 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2922 mi_create_breakpoint.
2923
11cb5716
IB
29242017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2925
2926 * gdb.dlang/demangle.exp: Update for demangling changes.
2927
03278692
TT
29282017-07-09 Tom Tromey <tom@tromey.com>
2929
2930 * gdb.dwarf2/shortpiece.exp: New file.
2931
33c5cd75
DB
29322017-07-06 David Blaikie <dblaikie@gmail.com>
2933
2934 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2935 built from fissiont-multi-cu{1,2}.c.
2936 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2937 except putting 'main' and 'func' in separate CUs in the same DWO file.
2938 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2939 test.
2940 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2941 test.
2942
8455d262
PA
29432017-07-06 Pedro Alves <palves@redhat.com>
2944
2945 * gdb.python/py-unwind.exp: Test flushregs.
2946
dc4bde35
SDJ
29472017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2948
2949 PR cli/21688
2950 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2951 tests for alias commands and trailing whitespace.
2952
51ed89aa
SDJ
29532017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2954
2955 PR cli/21688
2956 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2957 procedure. Call it.
2958
eb17d413
PA
29592017-06-29 Pedro Alves <palves@redhat.com>
2960
2961 * gdb.base/printcmds.exp: Add tests.
2962
41664b45
DG
29632017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2964
2965 PR gdb/21337
2966 * gdb.base/reread-readsym.exp: New file.
2967 * gdb.base/reread-readsym.c: New file.
2968
75312ae3
KB
29692017-06-21 Kevin Buettner <kevinb@redhat.com>
2970
2971 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2972 subpattern.
2973
66953522
PB
29742017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2975
2976 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2977 extended mnemonic.
2978 * gdb.arch/powerpc-power9.s: Likewise.
2979
5524b525
AA
29802017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2981
2982 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2983 on 32-bit x86 targets. Exploit is_*_target macros where
2984 appropriate.
2985
03c8af18
AA
29862017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2987
2988 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2989 register pieces.
2990
3bf31011
AA
29912017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2992
2993 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2994 located in one or more DWARF pieces.
2995
805acca0
AA
29962017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2997
2998 * lib/gdb.exp (get_endianness): New proc.
2999 * gdb.arch/aarch64-fp.exp: Use it.
3000 * gdb.arch/altivec-regs.exp: Likewise.
3001 * gdb.arch/e500-regs.exp: Likewise.
3002 * gdb.arch/vsx-regs.exp: Likewise.
3003 * gdb.base/dump.exp: Likewise.
3004 * gdb.base/funcargs.exp: Likewise.
3005 * gdb.base/gnu_vector.exp: Likewise.
3006 * gdb.dwarf2/formdata16.exp: Likewise.
3007 * gdb.dwarf2/implptrpiece.exp: Likewise.
3008 * gdb.dwarf2/nonvar-access.exp: Likewise.
3009 * gdb.python/py-inferior.exp: Likewise.
3010 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3011
e9352324
AA
30122017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3013
3014 PR gdb/21226
3015 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3016 stack value pieces are taken from the LSB end.
3017
d5d1163e
AA
30182017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3019
3020 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3021 variable at nonzero offset.
3022
0567c986
AA
30232017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3024
3025 * gdb.dwarf2/var-access.c: New file.
3026 * gdb.dwarf2/var-access.exp: New test.
3027 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3028
973e9aab
TT
30292017-06-12 Tom Tromey <tom@tromey.com>
3030
3031 * gdb.dwarf2/formdata16.exp: Add tests.
3032
d9109c80
TT
30332017-06-12 Tom Tromey <tom@tromey.com>
3034
3035 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3036
30a25466
TT
30372017-06-12 Tom Tromey <tom@tromey.com>
3038
3039 PR exp/16225:
3040 * gdb.reverse/i386-sse-reverse.exp: Update tests.
3041 * gdb.arch/vsx-regs.exp: Update tests.
3042 * gdb.arch/s390-vregs.exp (hex128): New proc.
3043 Update test.
3044 * gdb.arch/altivec-regs.exp: Update tests.
3045
aefd8b33
SDJ
30462017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3047
3048 * gdb.base/startup-with-shell.c: New file.
3049 * gdb.base/startup-with-shell.exp: Likewise.
3050
2090129c
SDJ
30512017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3052
3053 * gdb.server/non-existing-program.exp: Update regex in order to
3054 reflect the fact that gdbserver is now using fork_inferior (with a
3055 shell) to startup the inferior.
3056
8e86a419
SM
30572017-05-30 Simon Marchi <simon.marchi@ericsson.com>
3058
3059 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3060 support function calls from GDB.
3061
e6cf65f2
TT
30622017-05-21 Tom Tromey <tom@tromey.com>
3063
3064 PR rust/21466:
3065 * gdb.rust/unsized.exp: New file.
3066 * gdb.rust/unsized.rs: New file.
3067
43cc5389
TT
30682017-05-19 Tom Tromey <tom@tromey.com>
3069
3070 PR rust/21484:
3071 * gdb.rust/watch.exp: New file.
3072 * gdb.rust/watch.rs: New file.
3073
ec8df234
TT
30742017-05-18 Tom Tromey <tom@tromey.com>
3075
3076 * gdb.rust/simple.exp: Allow Box to be qualified.
3077
3e3e7fae
TP
30782017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
3079
3080 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3081
59cc050d
PA
30822017-05-18 Pedro Alves <palves@redhat.com>
3083
3084 * gdb.base/fileio.c (test_write, test_read, test_close)
3085 (test_fstat): Don't print 'ret' in the fail path.
3086
c8f6abd1
PA
30872017-05-18 Pedro Alves <palves@redhat.com>
3088
3089 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3090 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3091 (test_system, test_rename, test_unlink, test_time): Change
3092 prototypes.
3093 * gdb.base/fileio.exp (stop_msg): Adjust.
3094
d2a03b77
PA
30952017-05-18 Pedro Alves <palves@redhat.com>
3096
3097 * gdb.base/fileio.c (null_str): New global.
3098 (test_stat): Use it.
3099 * gdb.base/fileio.exp: Remove nowarnings.
3100
0d5c6999
YQ
31012017-05-17 Yao Qi <yao.qi@linaro.org>
3102
3103 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3104
21873064
YQ
31052017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3106
3107 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3108 argument command.
3109 (top-level): Invoke test_set_inferior_tty.
3110
d512d31c
PA
31112017-05-04 Pedro Alves <palves@redhat.com>
3112
3113 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3114 Add parens to print call for Python 3.
3115
90cef2ed
KS
31162017-05-03 Keith Seitz <keiths@redhat.com>
3117
3118 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3119 (main): Call it.
3120
14f819c8
TW
31212017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3122
3123 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3124 to prev and next.
3125
913aeadd
TW
31262017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3127
3128 * gdb.python/py-record-btrace.exp: Remove test for
3129 gdb.BtraceInstruction.error.
3130
a3be24ad
TW
31312017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3132
3133 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3134
ae20e79a
TW
31352017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3136
3137 * gdb.python/py-record-btrace-threads.c: New file.
3138 * gdb.python/py-record-btrace-threads.exp: New file.
3139
45ce1b47
SDJ
31402017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3141
3142 PR testsuite/8595
3143 * gdb.base/environ.exp: Make test available in all architectures.
3144 Move bits related to "info program" testing to
3145 gdb.base/info-program.exp. Rewrite tests to use the two new
3146 procedures mentione below.
3147 (test_set_show_env_var) New procedure.
3148 (test_set_show_env_var_equal): Likewise.
3149 * gdb.base/info-program.exp: New file.
3150
e15c3eb4
KS
31512017-04-27 Keith Seitz <keiths@redhat.com>
3152
3153 * gdb.cp/oranking.cc (test15): New function.
3154 (main): Call test15 and declare additional variables for testing.
3155 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3156 "p foo101('abc')" tests.
3157 Add tests for cv qualifier overloads.
3158 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3159 "lvalue reference overload" test.
3160 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3161 "print value of f1 on Child&& in f2" test.
3162
3a3fd0fd
PA
31632017-04-19 Pedro Alves <palves@redhat.com>
3164
3165 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3166 procedure.
3167 (top level): Call it.
3168 * lib/gdb.exp (gdb_define_cmd): New procedure.
3169
53375380
PA
31702017-04-12 Pedro Alves <palves@redhat.com>
3171
3172 PR gdb/21323
3173 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3174 (wchar): New global.
3175 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3176 (do_test_wide_char, wide_char_types_no_program, top level): Add
3177 wchar_t testing.
3178
53e710ac
PA
31792017-04-12 Pedro Alves <palves@redhat.com>
3180
3181 PR c++/21323
3182 * gdb.cp/wide_char_types.c: New file.
3183 * gdb.cp/wide_char_types.exp: New file.
3184
0ad9d8c7
SDJ
31852017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3186
3187 PR gdb/21352
3188 * gdb.trace/tsv.exp: Add test for "tsave -r".
3189
b1b45502
IB
31902017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3191
3192 * gdb.dlang/watch-loc.c: New file.
3193 * gdb.dlang/watch-loc.exp: New file.
3194
ec13808e
JK
31952017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3196
3197 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3198
fe5f7374
AK
31992017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3200
3201 * gdb.arch/arc-analyze-prologue.S: New file.
3202 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3203
eea78757
AK
32042017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3205
3206 * gdb.arch/arc-decode-insn.S: New file.
3207 * gdb.arch/arc-decode-insn.exp: Likewise.
3208
5badf10a
IR
32092017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3210
3211 PR tdep/20928
3212 * gdb.arch/sparc64-regs.exp: New file.
3213 * gdb.arch/sparc64-regs.S: Likewise.
3214
cee59b3f
TW
32152017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3216
3217 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3218 and memory view on Python 3.
3219
c0f55cc6
AV
32202017-03-20 Artemiy Volkov <artemiyv@acm.org>
3221 Keith Seitz <keiths@redhat.com>
3222
3223 PR gdb/14441
3224 * gdb.cp/demangle.exp: Add rvalue reference tests.
3225 * gdb.cp/rvalue-ref-casts.cc: New file.
3226 * gdb.cp/rvalue-ref-casts.exp: New file.
3227 * gdb.cp/rvalue-ref-overload.cc: New file.
3228 * gdb.cp/rvalue-ref-overload.exp: New file.
3229 * gdb.cp/rvalue-ref-params.cc: New file.
3230 * gdb.cp/rvalue-ref-params.exp: New file.
3231 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3232 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3233 * gdb.cp/rvalue-ref-types.cc: New file.
3234 * gdb.cp/rvalue-ref-types.exp: New file.
3235 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3236 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3237
51457a05
MAL
32382017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3239
3240 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3241 New procedure.
3242
5b291c04
MAL
32432017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3244
3245 * lib/mi-support.exp (mi_gdb_test): Add additional message
3246 for unexpected output.
3247
59a56148
AA
32482017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3249
3250 * gdb.base/examine-backward.c (Barrier): New character array
3251 constant, to ensure that TestStrings is preceded by a string
3252 terminator.
3253
7942e96e
AA
32542017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3255
3256 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3257 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3258 and implicit pointer into such a location.
3259
6ebac3fb
DE
32602017-03-16 Doug Evans <dje@google.com>
3261
3262 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3263
ec3b243d
TP
32642017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3265
3266 * gdb.cp/m-static.exp: Fix expectation for prototype of
3267 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
3268
32692017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
3270
3271 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3272 * gdb.guile/scm-lazy-string.c: New file.
3273 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3274 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3275 for pointer, array, typedef lazy strings.
3276
2cc36e25 32772017-03-16 Doug Evans <dje@google.com>
34b43320
DE
3278
3279 PR python/17728, python/18439, python/18779
3280 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3281 * gdb.python/py-lazy-string.c (pointer): New typedef.
3282 (main): New locals ptr, array, typedef_ptr.
3283 * gdb.python/py-value.exp: Move lazy string tests to ...
3284 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3285 array, typedef lazy strings.
ec3b243d 3286
0efcde63
AK
32872017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3288
3289 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3290 Add optional 'test' parameter.
3291
7978d7c3
SM
32922017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3293
3294 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3295 Skip for versions of DejaGnu < 1.5.
3296
896c0c1e
SM
32972017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3298
3299 * lib/gdb.exp (dejagnu_version): New proc.
3300 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3301 Use dejagnu_version.
3302
5f4d1085
KS
33032017-03-10 Keith Seitz <keiths@redhat.com>
3304
3305 PR c++/8128
3306 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3307 type from destructor regexps.
3308 Add a branch which actually passes the test.
3309 Adjust "ptype t5i" test names.
3310
1de05205
PA
33112017-03-08 Pedro Alves <palves@redhat.com>
3312
3313 * gdb.base/step-over-exit.exp: Add explicit test message.
3314
c65d6b55
PA
33152017-03-08 Pedro Alves <palves@redhat.com>
3316
3317 PR gdb/18360
3318 * gdb.threads/interrupt-while-step-over.c: New file.
3319 * gdb.threads/interrupt-while-step-over.exp: New file.
3320
2e86a283
PA
33212017-03-08 Pedro Alves <palves@redhat.com>
3322
3323 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3324 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3325
25dcbff6
PA
33262017-03-08 Pedro Alves <palves@redhat.com>
3327
3328 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3329 PKRU as not supported as a PASS.
3330
dc9366eb
PA
33312017-03-08 Pedro Alves <palves@redhat.com>
3332
3333 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3334 prefix instead of $binfile1/$binfile2.
3335 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3336 in test message.
3337 * gdb.python/py-completion.exp: Use "load python file" as test
3338 messages instead of unstable path names.
3339
6e5d74e7
PA
33402017-03-08 Pedro Alves <palves@redhat.com>
3341 Jan Kratochvil <jan.kratochvil@redhat.com>
3342
3343 PR cli/21218
3344 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3345 New proc.
3346 (top level): Call it.
3347
9753a2f6
PA
33482017-03-08 Pedro Alves <palves@redhat.com>
3349
3350 PR tui/21216
3351 * gdb.tui/tui-nl-filtered-output.exp: New file.
3352
1a4dd9dd
PA
33532017-03-08 Pedro Alves <palves@redhat.com>
3354
3355 * gdb.base/completion.exp: Move TUI completion tests to ...
3356 * gdb.tui/completion.exp: ... this new file.
3357
7cbbff33
PA
33582017-03-08 Pedro Alves <palves@redhat.com>
3359
3360 * gdb.base/tui-disasm-long-lines.c,
3361 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3362 gdb.base/tui-layout.exp: Move to ...
3363 * gdb.tui/: ... this new directory.
3364
5f6fd321
PA
33652017-03-07 Pedro Alves <palves@redhat.com>
3366
3367 * gdb.base/tui-layout.c: New file.
3368 * gdb.base/tui-layout.exp: New file.
3369
44959fa8
PA
33702017-03-07 Pedro Alves <palves@redhat.com>
3371
3372 * gdb.base/tui-layout.c: Rename to ...
3373 * gdb.base/tui-disasm-long-lines.c: ... this.
3374 * gdb.base/tui-layout.exp: Rename to ...
3375 * gdb.base/tui-disasm-long-lines.exp: ... this.
3376
f8c4e718
PA
33772017-03-07 Pedro Alves <palves@redhat.com>
3378
3379 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3380
6dbb839a 33812017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
3382
3383 * i386-mpx-call.c: New file.
3384 * i386-mpx-call.exp: New file.
3385
65b48a81
PB
33862017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3387
3388 * gdb.arch/powerpc-power.exp: Delete test.
3389 * gdb.arch/powerpc-power.s: Likewise.
3390 * gdb.disasm/disassembler-options.exp: New test.
3391 * gdb.arch/powerpc-altivec.exp: Likewise.
3392 * gdb.arch/powerpc-altivec.s: Likewise.
3393 * gdb.arch/powerpc-altivec2.exp: Likewise.
3394 * gdb.arch/powerpc-altivec2.s: Likewise.
3395 * gdb.arch/powerpc-altivec3.exp: Likewise.
3396 * gdb.arch/powerpc-altivec3.s: Likewise.
3397 * gdb.arch/powerpc-power7.exp: Likewise.
3398 * gdb.arch/powerpc-power7.s: Likewise.
3399 * gdb.arch/powerpc-power8.exp: Likewise.
3400 * gdb.arch/powerpc-power8.s: Likewise.
3401 * gdb.arch/powerpc-power9.exp: Likewise.
3402 * gdb.arch/powerpc-power9.s: Likewise.
3403 * gdb.arch/powerpc-vsx.exp: Likewise.
3404 * gdb.arch/powerpc-vsx.s: Likewise.
3405 * gdb.arch/powerpc-vsx2.exp: Likewise.
3406 * gdb.arch/powerpc-vsx2.s: Likewise.
3407 * gdb.arch/powerpc-vsx3.exp: Likewise.
3408 * gdb.arch/powerpc-vsx3.s: Likewise.
3409 * gdb.arch/arm-disassembler-options.exp: Likewise.
3410 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3411 * gdb.arch/s390-disassembler-options.exp: Likewise.
3412
17cd4947
LM
34132017-02-23 Luis Machado <lgustavo@codesourcery.com>
3414
3415 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3416 (check_supported_features): ... this. Changed return type to void.
3417 (supports_rdseed): New static global.
3418 (rdseed): Check supports_rdseed.
3419 (initialize): Call check_supported_features.
3420
2039d74e
EBM
34212017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3422
3423 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3424 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3425 and lqarx/stqcx.
3426 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3427 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3428
a51d7ecf
EBM
34292017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3430
3431 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3432 uppercase.
3433
0224619f
JK
34342017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3435
3436 * gdb.dwarf2/formdata16.c: New file.
3437 * gdb.dwarf2/formdata16.exp: New file.
3438 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3439
216f72a1
JK
34402017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3441
3442 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3443 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3444 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3445 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3446 DW_AT_GNU_*.
3447
43988095
JK
34482017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3449
3450 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3451
99e8a4f9
SDJ
34522017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
3453
3454 PR gdb/21164
3455 * gdb.base/maint.exp: Add testcases for when the commands do
3456 not have arguments.
3457
b58a8c0c
TP
34582017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3459
3460 * gdb.cp/chained-calls.exp: Use p instead of P.
3461
4e746bb6
TW
34622017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
3463
3464 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3465 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3466
3f77c769
TT
34672017-02-14 Tom Tromey <tom@tromey.com>
3468
3469 PR python/13598:
3470 * gdb.python/py-events.exp: Add before_prompt event tests.
3471
075beec0
AA
34722017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3473
3474 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3475
bf5f525c
LM
34762017-02-13 Luis Machado <lgustavo@codesourcery.com>
3477
3478 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3479 (main): Call my_unique_function_name.
3480 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3481 completion of patterns with a single match.
3482 Add missing -re switches to gdb_test_multiple calls.
3483
13a66184
LM
34842017-02-13 Luis Machado <lgustavo@codesourcery.com>
3485
3486 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3487 return if core file is not recognized.
3488
26a06916
SM
34892017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3490
3491 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3492 and extra UIs.
3493
b761ca9e
SM
34942017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3495
3496 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3497 proc_with_prefix.
3498
b964bee0
TT
34992017-02-10 Tom Tromey <tom@tromey.com>
3500
3501 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3502
18da0c51
MG
35032017-02-10 Martin Galvan <martingalvan@sourceware.org>
3504
3505 PR gdb/21122
3506 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3507
604c4576
JG
35082017-02-08 Jerome Guitton <guitton@adacore.com>
3509
3510 * gdb.base/define.exp: Add test for command abbreviations
3511 in define.
3512
20b477a7
LM
35132017-02-06 Luis Machado <lgustavo@codesourcery.com>
3514
3515 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3516 * gdb.reverse/insn-reverse-x86.c: New file.
3517
3f7b46f2
IR
35182017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3519
3520 PR tdep/20936
3521 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3522
f0fd41c1
TT
35232017-02-03 Tom Tromey <tom@tromey.com>
3524
3525 PR rust/21097:
3526 * gdb.rust/simple.exp: Add new tests.
3527
5be5dbf0
PA
35282017-02-02 Pedro Alves <palves@redhat.com>
3529
3530 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3531 tests.
3532
7346ef59
AA
35332017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3534
3535 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3536 taking a 2-byte value out of a 4-byte DWARF implicit value on
3537 big-endian targets.
3538 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3539 logic. Add test cases for DW_OP_implicit.
3540
787f0025
MM
35412017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3542
3543 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3544
68777c29
MM
35452017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3546
3547 * gdb.btrace/enable.exp: Call gdb_exit before
3548 skip_gdbserver_tests.
3549
0a1c7e28
MM
35502017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3551
3552 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3553 GDBFLAGS.
3554
b5ac99b0
MM
35552017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3556
3557 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3558 the test is skipped.
3559 * gdb.btrace/data.exp: Likewise.
3560 * gdb.btrace/delta.exp: Likewise.
3561 * gdb.btrace/dlopen.exp: Likewise.
3562 * gdb.btrace/enable-running.exp: Likewise.
3563 * gdb.btrace/enable.exp: Likewise.
3564 * gdb.btrace/exception.exp: Likewise.
3565 * gdb.btrace/function_call_history.exp: Likewise.
3566 * gdb.btrace/gcore.exp: Likewise.
3567 * gdb.btrace/instruction_history.exp: Likewise.
3568 * gdb.btrace/multi-thread-step.exp: Likewise.
3569 * gdb.btrace/nohist.exp: Likewise.
3570 * gdb.btrace/non-stop.exp: Likewise.
3571 * gdb.btrace/reconnect.exp: Likewise.
3572 * gdb.btrace/record_goto-step.exp: Likewise.
3573 * gdb.btrace/record_goto.exp: Likewise.
3574 * gdb.btrace/rn-dl-bind.exp: Likewise.
3575 * gdb.btrace/segv.exp: Likewise.
3576 * gdb.btrace/step.exp: Likewise.
3577 * gdb.btrace/stepi.exp: Likewise.
3578 * gdb.btrace/tailcall-only.exp: Likewise.
3579 * gdb.btrace/tailcall.exp: Likewise.
3580 * gdb.btrace/tsx.exp: Likewise.
3581 * gdb.btrace/unknown_functions.exp: Likewise.
3582 * gdb.btrace/vdso.exp: Likewise.
3583
cd4007e4
MM
35842017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3585
3586 * gdb.btrace/enable-running.c: New.
3587 * gdb.btrace/enable-running.exp: New.
3588
2735833d
WT
35892017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3590
3591 * gdb.arch/amd64-gs_base.c: New file.
3592 * gdb.arch/amd64-gs_base.exp: New file.
3593
b51e1e94
LM
35942017-01-26 Luis Machado <lgustavo@codesourcery.com>
3595
3596 * lib/memory.exp: Remove spurious empty newlines.
3597
72ca0410
SM
35982017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3599
3600 * gdb.python/py-bad-printers.exp: Load python file using "source".
3601 * gdb.python/py-events.exp: Likewise.
3602 * gdb.python/py-evsignal.exp: Likewise.
3603 * gdb.python/py-evthreads.exp: Likewise.
3604 * gdb.python/py-frame-args.exp: Likewise.
3605 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3606 * gdb.python/py-framefilter-mi.exp: Likewise.
3607 * gdb.python/py-framefilter.exp: Likewise.
3608 * gdb.python/py-mi.exp: Likewise.
3609 * gdb.python/py-pp-maint.exp: Likewise.
3610 * gdb.python/py-pp-registration.exp: Likewise.
3611 * gdb.python/py-prettyprint.exp: Likewise.
3612 (run_lang_tests): Likewise.
3613 * gdb.python/py-typeprint.exp: Likewise.
3614
e309aa65
LM
36152017-01-26 Luis Machado <lgustavo@codesourcery.com>
3616
3617 * lib/memory.exp: New file.
3618 * lib/gdb.exp: Load memory.exp.
3619 * gdb.base/memattr.exp (delete_memory): Move proc to
3620 lib/memory.exp and rename to delete_memory_regions.
3621 Replace delete_memory with delete_memory_regions.
3622 Cleanup memory regions before tests.
3623 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3624 before tests.
3625
515aff23
LM
36262017-01-26 Luis Machado <lgustavo@codesourcery.com>
3627
3628 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3629 files.
3630 (initialize): New function conditionally defined.
3631 (testcases): Move within conditional block.
3632 (main): Call initialize.
3633 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3634 of gdb.reverse/insn-reverse.c.
3635 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3636 gdb.reverse/insn-reverse.c.
3637
d8b49cf0
YQ
36382017-01-26 Yao Qi <yao.qi@linaro.org>
3639
3640 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3641 disassemble on address 0.
3642
f13a9a0c
YQ
36432017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3644 Yao Qi <yao.qi@linaro.org>
3645
3646 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3647 * gdb.dwarf2/implptr-64bit.S: Remove.
3648 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3649 variables in caller's context. Add DW_OP_implicit_value.
3650
5ac95241
YQ
36512017-01-25 Yao Qi <yao.qi@linaro.org>
3652
3653 * lib/dwarf.exp (Dwarf::_location): Handle
3654 DW_OP_GNU_implicit_pointer with proper size.
3655
23e82930
LM
36562017-01-20 Luis Machado <lgustavo@codesourcery.com>
3657
3658 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3659 and add untested calls.
3660
d334ae25
LM
36612017-01-20 Luis Machado <lgustavo@codesourcery.com>
3662
3663 * gdb.python/python.exp: Check line number against what GDB thinks
3664 the line number is for func1.
3665
f5e6296e
IB
36662017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3667
3668 * gdb.dlang/debug-expr.exp: New file.
3669
5b362f04
LM
36702016-12-23 Luis Machado <lgustavo@codesourcery.com>
3671
3672 Fix test names for the following files:
3673
3674 * gdb.ada/exec_changed.exp
3675 * gdb.ada/info_types.exp
3676 * gdb.arch/aarch64-atomic-inst.exp
3677 * gdb.arch/aarch64-fp.exp
3678 * gdb.arch/altivec-abi.exp
3679 * gdb.arch/altivec-regs.exp
3680 * gdb.arch/amd64-byte.exp
3681 * gdb.arch/amd64-disp-step.exp
3682 * gdb.arch/amd64-dword.exp
3683 * gdb.arch/amd64-entry-value-inline.exp
3684 * gdb.arch/amd64-entry-value-param.exp
3685 * gdb.arch/amd64-entry-value-paramref.exp
3686 * gdb.arch/amd64-entry-value.exp
3687 * gdb.arch/amd64-i386-address.exp
3688 * gdb.arch/amd64-invalid-stack-middle.exp
3689 * gdb.arch/amd64-invalid-stack-top.exp
3690 * gdb.arch/amd64-optimout-repeat.exp
3691 * gdb.arch/amd64-prologue-skip.exp
3692 * gdb.arch/amd64-prologue-xmm.exp
3693 * gdb.arch/amd64-stap-special-operands.exp
3694 * gdb.arch/amd64-stap-wrong-subexp.exp
3695 * gdb.arch/amd64-tailcall-cxx.exp
3696 * gdb.arch/amd64-tailcall-noret.exp
3697 * gdb.arch/amd64-tailcall-ret.exp
3698 * gdb.arch/amd64-tailcall-self.exp
3699 * gdb.arch/amd64-word.exp
3700 * gdb.arch/arm-bl-branch-dest.exp
3701 * gdb.arch/arm-disp-step.exp
3702 * gdb.arch/arm-neon.exp
3703 * gdb.arch/arm-single-step-kernel-helper.exp
3704 * gdb.arch/avr-flash-qualifier.exp
3705 * gdb.arch/disp-step-insn-reloc.exp
3706 * gdb.arch/e500-abi.exp
3707 * gdb.arch/e500-regs.exp
3708 * gdb.arch/ftrace-insn-reloc.exp
3709 * gdb.arch/i386-avx512.exp
3710 * gdb.arch/i386-bp_permanent.exp
3711 * gdb.arch/i386-byte.exp
3712 * gdb.arch/i386-cfi-notcurrent.exp
3713 * gdb.arch/i386-disp-step.exp
3714 * gdb.arch/i386-dr3-watch.exp
3715 * gdb.arch/i386-float.exp
3716 * gdb.arch/i386-gnu-cfi.exp
3717 * gdb.arch/i386-mpx-map.exp
3718 * gdb.arch/i386-mpx-sigsegv.exp
3719 * gdb.arch/i386-mpx-simple_segv.exp
3720 * gdb.arch/i386-mpx.exp
3721 * gdb.arch/i386-permbkpt.exp
3722 * gdb.arch/i386-prologue.exp
3723 * gdb.arch/i386-signal.exp
3724 * gdb.arch/i386-size-overlap.exp
3725 * gdb.arch/i386-unwind.exp
3726 * gdb.arch/i386-word.exp
3727 * gdb.arch/mips-fcr.exp
3728 * gdb.arch/powerpc-d128-regs.exp
3729 * gdb.arch/powerpc-stackless.exp
3730 * gdb.arch/ppc64-atomic-inst.exp
3731 * gdb.arch/s390-stackless.exp
3732 * gdb.arch/s390-tdbregs.exp
3733 * gdb.arch/s390-vregs.exp
3734 * gdb.arch/sparc-sysstep.exp
3735 * gdb.arch/thumb-bx-pc.exp
3736 * gdb.arch/thumb-singlestep.exp
3737 * gdb.arch/thumb2-it.exp
3738 * gdb.arch/vsx-regs.exp
3739 * gdb.asm/asm-source.exp
3740 * gdb.base/a2-run.exp
3741 * gdb.base/advance.exp
3742 * gdb.base/all-bin.exp
3743 * gdb.base/anon.exp
3744 * gdb.base/args.exp
3745 * gdb.base/arithmet.exp
3746 * gdb.base/async-shell.exp
3747 * gdb.base/async.exp
3748 * gdb.base/attach-pie-noexec.exp
3749 * gdb.base/attach-twice.exp
3750 * gdb.base/auto-load.exp
3751 * gdb.base/bang.exp
3752 * gdb.base/bitfields.exp
3753 * gdb.base/break-always.exp
3754 * gdb.base/break-caller-line.exp
3755 * gdb.base/break-entry.exp
3756 * gdb.base/break-inline.exp
3757 * gdb.base/break-on-linker-gcd-function.exp
3758 * gdb.base/break-probes.exp
3759 * gdb.base/break.exp
3760 * gdb.base/breakpoint-shadow.exp
3761 * gdb.base/call-ar-st.exp
3762 * gdb.base/call-sc.exp
3763 * gdb.base/call-signal-resume.exp
3764 * gdb.base/call-strs.exp
3765 * gdb.base/callfuncs.exp
3766 * gdb.base/catch-fork-static.exp
3767 * gdb.base/catch-gdb-caused-signals.exp
3768 * gdb.base/catch-load.exp
3769 * gdb.base/catch-signal-fork.exp
3770 * gdb.base/catch-signal.exp
3771 * gdb.base/catch-syscall.exp
3772 * gdb.base/charset.exp
3773 * gdb.base/checkpoint.exp
3774 * gdb.base/chng-syms.exp
3775 * gdb.base/code-expr.exp
3776 * gdb.base/code_elim.exp
3777 * gdb.base/commands.exp
3778 * gdb.base/completion.exp
3779 * gdb.base/complex.exp
3780 * gdb.base/cond-expr.exp
3781 * gdb.base/condbreak.exp
3782 * gdb.base/consecutive.exp
3783 * gdb.base/continue-all-already-running.exp
3784 * gdb.base/coredump-filter.exp
3785 * gdb.base/corefile.exp
3786 * gdb.base/dbx.exp
3787 * gdb.base/debug-expr.exp
3788 * gdb.base/define.exp
3789 * gdb.base/del.exp
3790 * gdb.base/disabled-location.exp
3791 * gdb.base/disasm-end-cu.exp
3792 * gdb.base/disasm-optim.exp
3793 * gdb.base/display.exp
3794 * gdb.base/duplicate-bp.exp
3795 * gdb.base/ena-dis-br.exp
3796 * gdb.base/ending-run.exp
3797 * gdb.base/enumval.exp
3798 * gdb.base/environ.exp
3799 * gdb.base/eu-strip-infcall.exp
3800 * gdb.base/eval-avoid-side-effects.exp
3801 * gdb.base/eval-skip.exp
3802 * gdb.base/exitsignal.exp
3803 * gdb.base/expand-psymtabs.exp
3804 * gdb.base/filesym.exp
3805 * gdb.base/find-unmapped.exp
3806 * gdb.base/finish.exp
3807 * gdb.base/float.exp
3808 * gdb.base/foll-exec-mode.exp
3809 * gdb.base/foll-exec.exp
3810 * gdb.base/foll-fork.exp
3811 * gdb.base/fortran-sym-case.exp
3812 * gdb.base/freebpcmd.exp
3813 * gdb.base/func-ptr.exp
3814 * gdb.base/func-ptrs.exp
3815 * gdb.base/funcargs.exp
3816 * gdb.base/gcore-buffer-overflow.exp
3817 * gdb.base/gcore-relro-pie.exp
3818 * gdb.base/gcore-relro.exp
3819 * gdb.base/gcore.exp
3820 * gdb.base/gdb1090.exp
3821 * gdb.base/gdb11530.exp
3822 * gdb.base/gdb11531.exp
3823 * gdb.base/gdb1821.exp
3824 * gdb.base/gdbindex-stabs.exp
3825 * gdb.base/gdbvars.exp
3826 * gdb.base/hbreak.exp
3827 * gdb.base/hbreak2.exp
3828 * gdb.base/included.exp
3829 * gdb.base/infcall-input.exp
3830 * gdb.base/inferior-died.exp
3831 * gdb.base/infnan.exp
3832 * gdb.base/info-macros.exp
3833 * gdb.base/info-os.exp
3834 * gdb.base/info-proc.exp
3835 * gdb.base/info-shared.exp
3836 * gdb.base/info-target.exp
3837 * gdb.base/infoline.exp
3838 * gdb.base/interp.exp
3839 * gdb.base/interrupt.exp
3840 * gdb.base/jit-reader.exp
3841 * gdb.base/jit-simple.exp
3842 * gdb.base/kill-after-signal.exp
3843 * gdb.base/kill-detach-inferiors-cmd.exp
3844 * gdb.base/label.exp
3845 * gdb.base/langs.exp
3846 * gdb.base/ldbl_e308.exp
3847 * gdb.base/line-symtabs.exp
3848 * gdb.base/linespecs.exp
3849 * gdb.base/list.exp
3850 * gdb.base/long_long.exp
3851 * gdb.base/longest-types.exp
3852 * gdb.base/maint.exp
3853 * gdb.base/max-value-size.exp
3854 * gdb.base/memattr.exp
3855 * gdb.base/mips_pro.exp
3856 * gdb.base/morestack.exp
3857 * gdb.base/moribund-step.exp
3858 * gdb.base/multi-forks.exp
3859 * gdb.base/nested-addr.exp
3860 * gdb.base/nextoverexit.exp
3861 * gdb.base/noreturn-finish.exp
3862 * gdb.base/noreturn-return.exp
3863 * gdb.base/nostdlib.exp
3864 * gdb.base/offsets.exp
3865 * gdb.base/opaque.exp
3866 * gdb.base/pc-fp.exp
3867 * gdb.base/permissions.exp
3868 * gdb.base/print-symbol-loading.exp
3869 * gdb.base/prologue-include.exp
3870 * gdb.base/psymtab.exp
3871 * gdb.base/ptype.exp
3872 * gdb.base/random-signal.exp
3873 * gdb.base/randomize.exp
3874 * gdb.base/range-stepping.exp
3875 * gdb.base/readline-ask.exp
3876 * gdb.base/recpar.exp
3877 * gdb.base/recurse.exp
3878 * gdb.base/relational.exp
3879 * gdb.base/restore.exp
3880 * gdb.base/return-nodebug.exp
3881 * gdb.base/return.exp
3882 * gdb.base/run-after-attach.exp
3883 * gdb.base/save-bp.exp
3884 * gdb.base/scope.exp
3885 * gdb.base/sect-cmd.exp
3886 * gdb.base/set-lang-auto.exp
3887 * gdb.base/set-noassign.exp
3888 * gdb.base/setvar.exp
3889 * gdb.base/sigall.exp
3890 * gdb.base/sigbpt.exp
3891 * gdb.base/siginfo-addr.exp
3892 * gdb.base/siginfo-infcall.exp
3893 * gdb.base/siginfo-obj.exp
3894 * gdb.base/siginfo.exp
3895 * gdb.base/signals-state-child.exp
3896 * gdb.base/signest.exp
3897 * gdb.base/sigstep.exp
3898 * gdb.base/sizeof.exp
3899 * gdb.base/skip.exp
3900 * gdb.base/solib-corrupted.exp
3901 * gdb.base/solib-nodir.exp
3902 * gdb.base/solib-search.exp
3903 * gdb.base/stack-checking.exp
3904 * gdb.base/stale-infcall.exp
3905 * gdb.base/stap-probe.exp
3906 * gdb.base/start.exp
3907 * gdb.base/step-break.exp
3908 * gdb.base/step-bt.exp
3909 * gdb.base/step-line.exp
3910 * gdb.base/step-over-exit.exp
3911 * gdb.base/step-over-syscall.exp
3912 * gdb.base/step-resume-infcall.exp
3913 * gdb.base/step-test.exp
3914 * gdb.base/store.exp
3915 * gdb.base/structs3.exp
3916 * gdb.base/sym-file.exp
3917 * gdb.base/symbol-without-target_section.exp
3918 * gdb.base/term.exp
3919 * gdb.base/testenv.exp
3920 * gdb.base/ui-redirect.exp
3921 * gdb.base/until.exp
3922 * gdb.base/unwindonsignal.exp
3923 * gdb.base/value-double-free.exp
3924 * gdb.base/vla-datatypes.exp
3925 * gdb.base/vla-ptr.exp
3926 * gdb.base/vla-sideeffect.exp
3927 * gdb.base/volatile.exp
3928 * gdb.base/watch-cond-infcall.exp
3929 * gdb.base/watch-cond.exp
3930 * gdb.base/watch-non-mem.exp
3931 * gdb.base/watch-read.exp
3932 * gdb.base/watch-vfork.exp
3933 * gdb.base/watchpoint-cond-gone.exp
3934 * gdb.base/watchpoint-delete.exp
3935 * gdb.base/watchpoint-hw-hit-once.exp
3936 * gdb.base/watchpoint-hw.exp
3937 * gdb.base/watchpoint-stops-at-right-insn.exp
3938 * gdb.base/watchpoints.exp
3939 * gdb.base/wchar.exp
3940 * gdb.base/whatis-exp.exp
3941 * gdb.btrace/buffer-size.exp
3942 * gdb.btrace/data.exp
3943 * gdb.btrace/delta.exp
3944 * gdb.btrace/dlopen.exp
3945 * gdb.btrace/enable.exp
3946 * gdb.btrace/exception.exp
3947 * gdb.btrace/function_call_history.exp
3948 * gdb.btrace/gcore.exp
3949 * gdb.btrace/instruction_history.exp
3950 * gdb.btrace/nohist.exp
3951 * gdb.btrace/reconnect.exp
3952 * gdb.btrace/record_goto-step.exp
3953 * gdb.btrace/record_goto.exp
3954 * gdb.btrace/rn-dl-bind.exp
3955 * gdb.btrace/segv.exp
3956 * gdb.btrace/step.exp
3957 * gdb.btrace/stepi.exp
3958 * gdb.btrace/tailcall-only.exp
3959 * gdb.btrace/tailcall.exp
3960 * gdb.btrace/tsx.exp
3961 * gdb.btrace/unknown_functions.exp
3962 * gdb.btrace/vdso.exp
3963 * gdb.compile/compile-ifunc.exp
3964 * gdb.compile/compile-ops.exp
3965 * gdb.compile/compile-print.exp
3966 * gdb.compile/compile-setjmp.exp
3967 * gdb.cp/abstract-origin.exp
3968 * gdb.cp/ambiguous.exp
3969 * gdb.cp/annota2.exp
3970 * gdb.cp/annota3.exp
3971 * gdb.cp/anon-ns.exp
3972 * gdb.cp/anon-struct.exp
3973 * gdb.cp/anon-union.exp
3974 * gdb.cp/arg-reference.exp
3975 * gdb.cp/baseenum.exp
3976 * gdb.cp/bool.exp
3977 * gdb.cp/breakpoint.exp
3978 * gdb.cp/bs15503.exp
3979 * gdb.cp/call-c.exp
3980 * gdb.cp/casts.exp
3981 * gdb.cp/chained-calls.exp
3982 * gdb.cp/class2.exp
3983 * gdb.cp/classes.exp
3984 * gdb.cp/cmpd-minsyms.exp
3985 * gdb.cp/converts.exp
3986 * gdb.cp/cp-relocate.exp
3987 * gdb.cp/cpcompletion.exp
3988 * gdb.cp/cpexprs.exp
3989 * gdb.cp/cplabel.exp
3990 * gdb.cp/cplusfuncs.exp
3991 * gdb.cp/cpsizeof.exp
3992 * gdb.cp/ctti.exp
3993 * gdb.cp/derivation.exp
3994 * gdb.cp/destrprint.exp
3995 * gdb.cp/dispcxx.exp
3996 * gdb.cp/enum-class.exp
3997 * gdb.cp/exception.exp
3998 * gdb.cp/exceptprint.exp
3999 * gdb.cp/expand-psymtabs-cxx.exp
4000 * gdb.cp/expand-sals.exp
4001 * gdb.cp/extern-c.exp
4002 * gdb.cp/filename.exp
4003 * gdb.cp/formatted-ref.exp
4004 * gdb.cp/fpointer.exp
4005 * gdb.cp/gdb1355.exp
4006 * gdb.cp/gdb2495.exp
4007 * gdb.cp/hang.exp
4008 * gdb.cp/impl-this.exp
4009 * gdb.cp/infcall-dlopen.exp
4010 * gdb.cp/inherit.exp
4011 * gdb.cp/iostream.exp
4012 * gdb.cp/koenig.exp
4013 * gdb.cp/local.exp
4014 * gdb.cp/m-data.exp
4015 * gdb.cp/m-static.exp
4016 * gdb.cp/mb-ctor.exp
4017 * gdb.cp/mb-inline.exp
4018 * gdb.cp/mb-templates.exp
4019 * gdb.cp/member-name.exp
4020 * gdb.cp/member-ptr.exp
4021 * gdb.cp/meth-typedefs.exp
4022 * gdb.cp/method.exp
4023 * gdb.cp/method2.exp
4024 * gdb.cp/minsym-fallback.exp
4025 * gdb.cp/misc.exp
4026 * gdb.cp/namelessclass.exp
4027 * gdb.cp/namespace-enum.exp
4028 * gdb.cp/namespace-nested-import.exp
4029 * gdb.cp/namespace.exp
4030 * gdb.cp/nextoverthrow.exp
4031 * gdb.cp/no-dmgl-verbose.exp
4032 * gdb.cp/non-trivial-retval.exp
4033 * gdb.cp/noparam.exp
4034 * gdb.cp/nsdecl.exp
4035 * gdb.cp/nsimport.exp
4036 * gdb.cp/nsnested.exp
4037 * gdb.cp/nsnoimports.exp
4038 * gdb.cp/nsrecurs.exp
4039 * gdb.cp/nsstress.exp
4040 * gdb.cp/nsusing.exp
4041 * gdb.cp/operator.exp
4042 * gdb.cp/oranking.exp
4043 * gdb.cp/overload-const.exp
4044 * gdb.cp/overload.exp
4045 * gdb.cp/ovldbreak.exp
4046 * gdb.cp/ovsrch.exp
4047 * gdb.cp/paren-type.exp
4048 * gdb.cp/parse-lang.exp
4049 * gdb.cp/pass-by-ref.exp
4050 * gdb.cp/pr-1023.exp
4051 * gdb.cp/pr-1210.exp
4052 * gdb.cp/pr-574.exp
4053 * gdb.cp/pr10687.exp
4054 * gdb.cp/pr12028.exp
4055 * gdb.cp/pr17132.exp
4056 * gdb.cp/pr17494.exp
4057 * gdb.cp/pr9067.exp
4058 * gdb.cp/pr9167.exp
4059 * gdb.cp/pr9631.exp
4060 * gdb.cp/printmethod.exp
4061 * gdb.cp/psmang.exp
4062 * gdb.cp/psymtab-parameter.exp
4063 * gdb.cp/ptype-cv-cp.exp
4064 * gdb.cp/ptype-flags.exp
4065 * gdb.cp/re-set-overloaded.exp
4066 * gdb.cp/ref-types.exp
4067 * gdb.cp/rtti.exp
4068 * gdb.cp/scope-err.exp
4069 * gdb.cp/shadow.exp
4070 * gdb.cp/smartp.exp
4071 * gdb.cp/static-method.exp
4072 * gdb.cp/static-print-quit.exp
4073 * gdb.cp/temargs.exp
4074 * gdb.cp/templates.exp
4075 * gdb.cp/try_catch.exp
4076 * gdb.cp/typedef-operator.exp
4077 * gdb.cp/typeid.exp
4078 * gdb.cp/userdef.exp
4079 * gdb.cp/using-crash.exp
4080 * gdb.cp/var-tag.exp
4081 * gdb.cp/virtbase.exp
4082 * gdb.cp/virtfunc.exp
4083 * gdb.cp/virtfunc2.exp
4084 * gdb.cp/vla-cxx.exp
4085 * gdb.disasm/t01_mov.exp
4086 * gdb.disasm/t02_mova.exp
4087 * gdb.disasm/t03_add.exp
4088 * gdb.disasm/t04_sub.exp
4089 * gdb.disasm/t05_cmp.exp
4090 * gdb.disasm/t06_ari2.exp
4091 * gdb.disasm/t07_ari3.exp
4092 * gdb.disasm/t08_or.exp
4093 * gdb.disasm/t09_xor.exp
4094 * gdb.disasm/t10_and.exp
4095 * gdb.disasm/t11_logs.exp
4096 * gdb.disasm/t12_bit.exp
4097 * gdb.disasm/t13_otr.exp
4098 * gdb.dlang/circular.exp
4099 * gdb.dwarf2/arr-stride.exp
4100 * gdb.dwarf2/arr-subrange.exp
4101 * gdb.dwarf2/atomic-type.exp
4102 * gdb.dwarf2/bad-regnum.exp
4103 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4104 * gdb.dwarf2/callframecfa.exp
4105 * gdb.dwarf2/clztest.exp
4106 * gdb.dwarf2/corrupt.exp
4107 * gdb.dwarf2/data-loc.exp
4108 * gdb.dwarf2/dup-psym.exp
4109 * gdb.dwarf2/dw2-anon-mptr.exp
4110 * gdb.dwarf2/dw2-anonymous-func.exp
4111 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4112 * gdb.dwarf2/dw2-bad-unresolved.exp
4113 * gdb.dwarf2/dw2-basic.exp
4114 * gdb.dwarf2/dw2-canonicalize-type.exp
4115 * gdb.dwarf2/dw2-case-insensitive.exp
4116 * gdb.dwarf2/dw2-common-block.exp
4117 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4118 * gdb.dwarf2/dw2-compressed.exp
4119 * gdb.dwarf2/dw2-const.exp
4120 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4121 * gdb.dwarf2/dw2-cu-size.exp
4122 * gdb.dwarf2/dw2-dup-frame.exp
4123 * gdb.dwarf2/dw2-entry-value.exp
4124 * gdb.dwarf2/dw2-icycle.exp
4125 * gdb.dwarf2/dw2-ifort-parameter.exp
4126 * gdb.dwarf2/dw2-inline-break.exp
4127 * gdb.dwarf2/dw2-inline-param.exp
4128 * gdb.dwarf2/dw2-intercu.exp
4129 * gdb.dwarf2/dw2-intermix.exp
4130 * gdb.dwarf2/dw2-lexical-block-bare.exp
4131 * gdb.dwarf2/dw2-linkage-name-trust.exp
4132 * gdb.dwarf2/dw2-minsym-in-cu.exp
4133 * gdb.dwarf2/dw2-noloc.exp
4134 * gdb.dwarf2/dw2-op-call.exp
4135 * gdb.dwarf2/dw2-op-out-param.exp
4136 * gdb.dwarf2/dw2-opt-structptr.exp
4137 * gdb.dwarf2/dw2-param-error.exp
4138 * gdb.dwarf2/dw2-producer.exp
4139 * gdb.dwarf2/dw2-ranges-base.exp
4140 * gdb.dwarf2/dw2-ref-missing-frame.exp
4141 * gdb.dwarf2/dw2-reg-undefined.exp
4142 * gdb.dwarf2/dw2-regno-invalid.exp
4143 * gdb.dwarf2/dw2-restore.exp
4144 * gdb.dwarf2/dw2-restrict.exp
4145 * gdb.dwarf2/dw2-single-line-discriminators.exp
4146 * gdb.dwarf2/dw2-strp.exp
4147 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4148 * gdb.dwarf2/dw2-unresolved.exp
4149 * gdb.dwarf2/dw2-var-zero-addr.exp
4150 * gdb.dwarf2/dw4-sig-types.exp
4151 * gdb.dwarf2/dwz.exp
4152 * gdb.dwarf2/dynarr-ptr.exp
4153 * gdb.dwarf2/enum-type.exp
4154 * gdb.dwarf2/gdb-index.exp
4155 * gdb.dwarf2/implptr-64bit.exp
4156 * gdb.dwarf2/implptr-optimized-out.exp
4157 * gdb.dwarf2/implptr.exp
4158 * gdb.dwarf2/implref-array.exp
4159 * gdb.dwarf2/implref-const.exp
4160 * gdb.dwarf2/implref-global.exp
4161 * gdb.dwarf2/implref-struct.exp
4162 * gdb.dwarf2/mac-fileno.exp
4163 * gdb.dwarf2/main-subprogram.exp
4164 * gdb.dwarf2/member-ptr-forwardref.exp
4165 * gdb.dwarf2/method-ptr.exp
4166 * gdb.dwarf2/missing-sig-type.exp
4167 * gdb.dwarf2/nonvar-access.exp
4168 * gdb.dwarf2/opaque-type-lookup.exp
4169 * gdb.dwarf2/pieces-optimized-out.exp
4170 * gdb.dwarf2/pieces.exp
4171 * gdb.dwarf2/pr10770.exp
4172 * gdb.dwarf2/pr13961.exp
4173 * gdb.dwarf2/staticvirtual.exp
4174 * gdb.dwarf2/subrange.exp
4175 * gdb.dwarf2/symtab-producer.exp
4176 * gdb.dwarf2/trace-crash.exp
4177 * gdb.dwarf2/typeddwarf.exp
4178 * gdb.dwarf2/valop.exp
4179 * gdb.dwarf2/watch-notconst.exp
4180 * gdb.fortran/array-element.exp
4181 * gdb.fortran/charset.exp
4182 * gdb.fortran/common-block.exp
4183 * gdb.fortran/complex.exp
4184 * gdb.fortran/derived-type-function.exp
4185 * gdb.fortran/derived-type.exp
4186 * gdb.fortran/logical.exp
4187 * gdb.fortran/module.exp
4188 * gdb.fortran/multi-dim.exp
4189 * gdb.fortran/nested-funcs.exp
4190 * gdb.fortran/print-formatted.exp
4191 * gdb.fortran/subarray.exp
4192 * gdb.fortran/vla-alloc-assoc.exp
4193 * gdb.fortran/vla-datatypes.exp
4194 * gdb.fortran/vla-history.exp
4195 * gdb.fortran/vla-ptr-info.exp
4196 * gdb.fortran/vla-ptype-sub.exp
4197 * gdb.fortran/vla-ptype.exp
4198 * gdb.fortran/vla-sizeof.exp
4199 * gdb.fortran/vla-type.exp
4200 * gdb.fortran/vla-value-sub-arbitrary.exp
4201 * gdb.fortran/vla-value-sub-finish.exp
4202 * gdb.fortran/vla-value-sub.exp
4203 * gdb.fortran/vla-value.exp
4204 * gdb.fortran/whatis_type.exp
4205 * gdb.go/chan.exp
4206 * gdb.go/handcall.exp
4207 * gdb.go/hello.exp
4208 * gdb.go/integers.exp
4209 * gdb.go/methods.exp
4210 * gdb.go/package.exp
4211 * gdb.go/strings.exp
4212 * gdb.go/types.exp
4213 * gdb.go/unsafe.exp
4214 * gdb.guile/scm-arch.exp
4215 * gdb.guile/scm-block.exp
4216 * gdb.guile/scm-breakpoint.exp
4217 * gdb.guile/scm-cmd.exp
4218 * gdb.guile/scm-disasm.exp
4219 * gdb.guile/scm-equal.exp
4220 * gdb.guile/scm-frame-args.exp
4221 * gdb.guile/scm-frame-inline.exp
4222 * gdb.guile/scm-frame.exp
4223 * gdb.guile/scm-iterator.exp
4224 * gdb.guile/scm-math.exp
4225 * gdb.guile/scm-objfile.exp
4226 * gdb.guile/scm-ports.exp
4227 * gdb.guile/scm-symbol.exp
4228 * gdb.guile/scm-symtab.exp
4229 * gdb.guile/scm-value-cc.exp
4230 * gdb.guile/types-module.exp
4231 * gdb.linespec/break-ask.exp
4232 * gdb.linespec/cpexplicit.exp
4233 * gdb.linespec/explicit.exp
4234 * gdb.linespec/keywords.exp
4235 * gdb.linespec/linespec.exp
4236 * gdb.linespec/ls-dollar.exp
4237 * gdb.linespec/ls-errs.exp
4238 * gdb.linespec/skip-two.exp
4239 * gdb.linespec/thread.exp
4240 * gdb.mi/mi-async.exp
4241 * gdb.mi/mi-basics.exp
4242 * gdb.mi/mi-break.exp
4243 * gdb.mi/mi-catch-load.exp
4244 * gdb.mi/mi-cli.exp
4245 * gdb.mi/mi-cmd-param-changed.exp
4246 * gdb.mi/mi-console.exp
4247 * gdb.mi/mi-detach.exp
4248 * gdb.mi/mi-disassemble.exp
4249 * gdb.mi/mi-eval.exp
4250 * gdb.mi/mi-file-transfer.exp
4251 * gdb.mi/mi-file.exp
4252 * gdb.mi/mi-fill-memory.exp
4253 * gdb.mi/mi-inheritance-syntax-error.exp
4254 * gdb.mi/mi-linespec-err-cp.exp
4255 * gdb.mi/mi-logging.exp
4256 * gdb.mi/mi-memory-changed.exp
4257 * gdb.mi/mi-read-memory.exp
4258 * gdb.mi/mi-record-changed.exp
4259 * gdb.mi/mi-reg-undefined.exp
4260 * gdb.mi/mi-regs.exp
4261 * gdb.mi/mi-return.exp
4262 * gdb.mi/mi-reverse.exp
4263 * gdb.mi/mi-simplerun.exp
4264 * gdb.mi/mi-solib.exp
4265 * gdb.mi/mi-stack.exp
4266 * gdb.mi/mi-stepi.exp
4267 * gdb.mi/mi-syn-frame.exp
4268 * gdb.mi/mi-until.exp
4269 * gdb.mi/mi-var-block.exp
4270 * gdb.mi/mi-var-child.exp
4271 * gdb.mi/mi-var-cmd.exp
4272 * gdb.mi/mi-var-cp.exp
4273 * gdb.mi/mi-var-display.exp
4274 * gdb.mi/mi-var-invalidate.exp
4275 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4276 * gdb.mi/mi-vla-fortran.exp
4277 * gdb.mi/mi-watch.exp
4278 * gdb.mi/mi2-var-child.exp
4279 * gdb.mi/user-selected-context-sync.exp
4280 * gdb.modula2/unbounded-array.exp
4281 * gdb.multi/dummy-frame-restore.exp
4282 * gdb.multi/multi-arch-exec.exp
4283 * gdb.multi/multi-arch.exp
4284 * gdb.multi/tids.exp
4285 * gdb.multi/watchpoint-multi.exp
4286 * gdb.opencl/callfuncs.exp
4287 * gdb.opencl/convs_casts.exp
4288 * gdb.opencl/datatypes.exp
4289 * gdb.opencl/operators.exp
4290 * gdb.opencl/vec_comps.exp
4291 * gdb.opt/clobbered-registers-O2.exp
4292 * gdb.opt/inline-break.exp
4293 * gdb.opt/inline-bt.exp
4294 * gdb.opt/inline-cmds.exp
4295 * gdb.opt/inline-locals.exp
4296 * gdb.pascal/case-insensitive-symbols.exp
4297 * gdb.pascal/floats.exp
4298 * gdb.pascal/gdb11492.exp
4299 * gdb.python/lib-types.exp
4300 * gdb.python/py-arch.exp
4301 * gdb.python/py-as-string.exp
4302 * gdb.python/py-bad-printers.exp
4303 * gdb.python/py-block.exp
4304 * gdb.python/py-breakpoint-create-fail.exp
4305 * gdb.python/py-breakpoint.exp
4306 * gdb.python/py-caller-is.exp
4307 * gdb.python/py-cmd.exp
4308 * gdb.python/py-explore-cc.exp
4309 * gdb.python/py-explore.exp
4310 * gdb.python/py-finish-breakpoint.exp
4311 * gdb.python/py-finish-breakpoint2.exp
4312 * gdb.python/py-frame-args.exp
4313 * gdb.python/py-frame-inline.exp
4314 * gdb.python/py-frame.exp
4315 * gdb.python/py-framefilter-mi.exp
4316 * gdb.python/py-infthread.exp
4317 * gdb.python/py-lazy-string.exp
4318 * gdb.python/py-linetable.exp
4319 * gdb.python/py-mi-events.exp
4320 * gdb.python/py-mi-objfile.exp
4321 * gdb.python/py-mi.exp
4322 * gdb.python/py-objfile.exp
4323 * gdb.python/py-pp-integral.exp
4324 * gdb.python/py-pp-maint.exp
4325 * gdb.python/py-pp-re-notag.exp
4326 * gdb.python/py-pp-registration.exp
4327 * gdb.python/py-recurse-unwind.exp
4328 * gdb.python/py-strfns.exp
4329 * gdb.python/py-symbol.exp
4330 * gdb.python/py-symtab.exp
4331 * gdb.python/py-sync-interp.exp
4332 * gdb.python/py-typeprint.exp
4333 * gdb.python/py-unwind-maint.exp
4334 * gdb.python/py-unwind.exp
4335 * gdb.python/py-value-cc.exp
4336 * gdb.python/py-xmethods.exp
4337 * gdb.reverse/amd64-tailcall-reverse.exp
4338 * gdb.reverse/break-precsave.exp
4339 * gdb.reverse/break-reverse.exp
4340 * gdb.reverse/consecutive-precsave.exp
4341 * gdb.reverse/consecutive-reverse.exp
4342 * gdb.reverse/finish-precsave.exp
4343 * gdb.reverse/finish-reverse-bkpt.exp
4344 * gdb.reverse/finish-reverse.exp
4345 * gdb.reverse/fstatat-reverse.exp
4346 * gdb.reverse/getresuid-reverse.exp
4347 * gdb.reverse/i386-precsave.exp
4348 * gdb.reverse/i386-reverse.exp
4349 * gdb.reverse/i386-sse-reverse.exp
4350 * gdb.reverse/i387-env-reverse.exp
4351 * gdb.reverse/i387-stack-reverse.exp
4352 * gdb.reverse/insn-reverse.exp
4353 * gdb.reverse/machinestate-precsave.exp
4354 * gdb.reverse/machinestate.exp
4355 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4356 * gdb.reverse/pipe-reverse.exp
4357 * gdb.reverse/readv-reverse.exp
4358 * gdb.reverse/recvmsg-reverse.exp
4359 * gdb.reverse/rerun-prec.exp
4360 * gdb.reverse/s390-mvcle.exp
4361 * gdb.reverse/step-precsave.exp
4362 * gdb.reverse/step-reverse.exp
4363 * gdb.reverse/time-reverse.exp
4364 * gdb.reverse/until-precsave.exp
4365 * gdb.reverse/until-reverse.exp
4366 * gdb.reverse/waitpid-reverse.exp
4367 * gdb.reverse/watch-precsave.exp
4368 * gdb.reverse/watch-reverse.exp
4369 * gdb.rust/generics.exp
4370 * gdb.rust/methods.exp
4371 * gdb.rust/modules.exp
4372 * gdb.rust/simple.exp
4373 * gdb.server/connect-with-no-symbol-file.exp
4374 * gdb.server/ext-attach.exp
4375 * gdb.server/ext-restart.exp
4376 * gdb.server/ext-wrapper.exp
4377 * gdb.server/file-transfer.exp
4378 * gdb.server/server-exec-info.exp
4379 * gdb.server/server-kill.exp
4380 * gdb.server/server-mon.exp
4381 * gdb.server/wrapper.exp
4382 * gdb.stabs/exclfwd.exp
4383 * gdb.stabs/gdb11479.exp
4384 * gdb.threads/clone-new-thread-event.exp
4385 * gdb.threads/corethreads.exp
4386 * gdb.threads/current-lwp-dead.exp
4387 * gdb.threads/dlopen-libpthread.exp
4388 * gdb.threads/gcore-thread.exp
4389 * gdb.threads/sigstep-threads.exp
4390 * gdb.threads/watchpoint-fork.exp
4391 * gdb.trace/actions-changed.exp
4392 * gdb.trace/backtrace.exp
4393 * gdb.trace/change-loc.exp
4394 * gdb.trace/circ.exp
4395 * gdb.trace/collection.exp
4396 * gdb.trace/disconnected-tracing.exp
4397 * gdb.trace/ftrace.exp
4398 * gdb.trace/mi-trace-frame-collected.exp
4399 * gdb.trace/mi-trace-unavailable.exp
4400 * gdb.trace/mi-traceframe-changed.exp
4401 * gdb.trace/mi-tsv-changed.exp
4402 * gdb.trace/no-attach-trace.exp
4403 * gdb.trace/passc-dyn.exp
4404 * gdb.trace/qtro.exp
4405 * gdb.trace/range-stepping.exp
4406 * gdb.trace/read-memory.exp
4407 * gdb.trace/save-trace.exp
4408 * gdb.trace/signal.exp
4409 * gdb.trace/status-stop.exp
4410 * gdb.trace/tfile.exp
4411 * gdb.trace/trace-break.exp
4412 * gdb.trace/trace-buffer-size.exp
4413 * gdb.trace/trace-condition.exp
4414 * gdb.trace/tracefile-pseudo-reg.exp
4415 * gdb.trace/tstatus.exp
4416 * gdb.trace/unavailable.exp
4417 * gdb.trace/while-dyn.exp
4418 * gdb.trace/while-stepping.exp
4419
34c41c68
DE
44202016-12-22 Doug Evans <xdje42@gmail.com>
4421
4422 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4423 and msymbols.
4424
16e69324
YQ
44252016-12-19 Yao Qi <yao.qi@linaro.org>
4426
4427 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4428 (test_with_self): Don't call do_steps_and_nexts, and remove
4429 code about stepping into xmalloc.
4430
f94f411b
YQ
44312016-12-09 Yao Qi <yao.qi@linaro.org>
4432
4433 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4434
44352016-12-09 Yao Qi <yao.qi@linaro.org>
4436
4437 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4438
f1b5deee
PA
44392016-12-09 Pedro Alves <palves@redhat.com>
4440
4441 * gdb.base/all-architectures-0.exp: New file.
4442 * gdb.base/all-architectures-1.exp: New file.
4443 * gdb.base/all-architectures-2.exp: New file.
4444 * gdb.base/all-architectures-3.exp: New file.
4445 * gdb.base/all-architectures-4.exp: New file.
4446 * gdb.base/all-architectures-5.exp: New file.
4447 * gdb.base/all-architectures-6.exp: New file.
4448 * gdb.base/all-architectures-7.exp: New file.
4449 * gdb.base/all-architectures.exp.in: New file.
4450
364ca42e
YQ
44512016-12-09 Yao Qi <yao.qi@linaro.org>
4452
4453 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4454
107c2d62
LM
44552016-12-02 Luis Machado <lgustavo@codesourcery.com>
4456
4457 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4458 possible.
4459 Remove useless pattern-matching code.
4460
df3ee9ca
PA
44612016-12-02 Pedro Alves <palves@redhat.com>
4462
4463 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4464 procedure.
4465 (top level): Call it.
4466
ec835369
PA
44672016-12-02 Pedro Alves <palves@redhat.com>
4468
4469 * gdb.base/commands.exp (user_defined_command_args_stack_test):
4470 New procedure.
4471 (top level): Call it.
4472
01770bbd
PA
44732016-12-02 Pedro Alves <palves@redhat.com>
4474
4475 PR cli/20559
4476 * gdb.base/commands.exp (user_defined_command_args_eval): New
4477 procedure.
4478 (top level): Call it.
4479
008459ea
LM
44802016-12-02 Luis Machado <lgustavo@codesourcery.com>
4481
4482 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4483 timeout handling.
4484
0c1b455e
TT
44852016-12-02 Tom Tromey <tom@tromey.com>
4486
4487 * gdb.dwarf2/main-subprogram.c: New file.
4488 * gdb.dwarf2/main-subprogram.exp: New file.
4489
018572b8
LM
44902016-12-01 Luis Machado <lgustavo@codesourcery.com>
4491
4492 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4493 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4494 gdb_test_no_output for a couple of cases.
4495 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4496
84c93cd5
LM
44972016-12-01 Luis Machado <lgustavo@codesourcery.com>
4498
4499 Fix test names and standardize compilation error messages throughout
4500 the following files:
4501
4502 * gdb.ada/start.exp
4503 * gdb.arch/alpha-step.exp
4504 * gdb.arch/e500-prologue.exp
4505 * gdb.arch/ftrace-insn-reloc.exp
4506 * gdb.arch/gdb1291.exp
4507 * gdb.arch/gdb1431.exp
4508 * gdb.arch/gdb1558.exp
4509 * gdb.arch/i386-dr3-watch.exp
4510 * gdb.arch/i386-sse-stack-align.exp
4511 * gdb.arch/ia64-breakpoint-shadow.exp
4512 * gdb.arch/pa-nullify.exp
4513 * gdb.arch/powerpc-aix-prologue.exp
4514 * gdb.arch/thumb-bx-pc.exp
4515 * gdb.base/annota1.exp
4516 * gdb.base/annota3.exp
4517 * gdb.base/arrayidx.exp
4518 * gdb.base/assign.exp
4519 * gdb.base/attach.exp
4520 * gdb.base/auxv.exp
4521 * gdb.base/bang.exp
4522 * gdb.base/bfp-test.exp
4523 * gdb.base/bigcore.exp
4524 * gdb.base/bitfields2.exp
4525 * gdb.base/break-fun-addr.exp
4526 * gdb.base/break-probes.exp
4527 * gdb.base/call-rt-st.exp
4528 * gdb.base/callexit.exp
4529 * gdb.base/catch-fork-kill.exp
4530 * gdb.base/charset.exp
4531 * gdb.base/checkpoint.exp
4532 * gdb.base/comprdebug.exp
4533 * gdb.base/constvars.exp
4534 * gdb.base/coredump-filter.exp
4535 * gdb.base/cursal.exp
4536 * gdb.base/cvexpr.exp
4537 * gdb.base/detach.exp
4538 * gdb.base/display.exp
4539 * gdb.base/dmsym.exp
4540 * gdb.base/dprintf-pending.exp
4541 * gdb.base/dso2dso.exp
4542 * gdb.base/dtrace-probe.exp
4543 * gdb.base/dump.exp
4544 * gdb.base/enum_cond.exp
4545 * gdb.base/exe-lock.exp
4546 * gdb.base/exec-invalid-sysroot.exp
4547 * gdb.base/execl-update-breakpoints.exp
4548 * gdb.base/exprs.exp
4549 * gdb.base/fileio.exp
4550 * gdb.base/find.exp
4551 * gdb.base/finish.exp
4552 * gdb.base/fixsection.exp
4553 * gdb.base/foll-vfork.exp
4554 * gdb.base/frame-args.exp
4555 * gdb.base/gcore.exp
4556 * gdb.base/gdb1250.exp
4557 * gdb.base/global-var-nested-by-dso.exp
4558 * gdb.base/gnu-ifunc.exp
4559 * gdb.base/hashline1.exp
4560 * gdb.base/hashline2.exp
4561 * gdb.base/hashline3.exp
4562 * gdb.base/hbreak-in-shr-unsupported.exp
4563 * gdb.base/huge.exp
4564 * gdb.base/infcall-input.exp
4565 * gdb.base/info-fun.exp
4566 * gdb.base/info-shared.exp
4567 * gdb.base/jit-simple.exp
4568 * gdb.base/jit-so.exp
4569 * gdb.base/jit.exp
4570 * gdb.base/jump.exp
4571 * gdb.base/label.exp
4572 * gdb.base/lineinc.exp
4573 * gdb.base/logical.exp
4574 * gdb.base/longjmp.exp
4575 * gdb.base/macscp.exp
4576 * gdb.base/miscexprs.exp
4577 * gdb.base/new-ui-echo.exp
4578 * gdb.base/new-ui-pending-input.exp
4579 * gdb.base/new-ui.exp
4580 * gdb.base/nodebug.exp
4581 * gdb.base/nofield.exp
4582 * gdb.base/offsets.exp
4583 * gdb.base/overlays.exp
4584 * gdb.base/pending.exp
4585 * gdb.base/pointers.exp
4586 * gdb.base/pr11022.exp
4587 * gdb.base/printcmds.exp
4588 * gdb.base/prologue.exp
4589 * gdb.base/ptr-typedef.exp
4590 * gdb.base/realname-expand.exp
4591 * gdb.base/relativedebug.exp
4592 * gdb.base/relocate.exp
4593 * gdb.base/remote.exp
4594 * gdb.base/reread.exp
4595 * gdb.base/return2.exp
4596 * gdb.base/savedregs.exp
4597 * gdb.base/sep.exp
4598 * gdb.base/sepdebug.exp
4599 * gdb.base/sepsymtab.exp
4600 * gdb.base/set-inferior-tty.exp
4601 * gdb.base/setshow.exp
4602 * gdb.base/shlib-call.exp
4603 * gdb.base/sigaltstack.exp
4604 * gdb.base/siginfo-addr.exp
4605 * gdb.base/signals.exp
4606 * gdb.base/signull.exp
4607 * gdb.base/sigrepeat.exp
4608 * gdb.base/so-impl-ld.exp
4609 * gdb.base/solib-display.exp
4610 * gdb.base/solib-overlap.exp
4611 * gdb.base/solib-search.exp
4612 * gdb.base/solib-symbol.exp
4613 * gdb.base/structs.exp
4614 * gdb.base/structs2.exp
4615 * gdb.base/symtab-search-order.exp
4616 * gdb.base/twice.exp
4617 * gdb.base/unload.exp
4618 * gdb.base/varargs.exp
4619 * gdb.base/watchpoint-solib.exp
4620 * gdb.base/watchpoint.exp
4621 * gdb.base/whatis.exp
4622 * gdb.base/wrong_frame_bt_full.exp
4623 * gdb.btrace/dlopen.exp
4624 * gdb.cell/ea-standalone.exp
4625 * gdb.cell/ea-test.exp
4626 * gdb.cp/dispcxx.exp
4627 * gdb.cp/gdb2384.exp
4628 * gdb.cp/method2.exp
4629 * gdb.cp/nextoverthrow.exp
4630 * gdb.cp/pr10728.exp
4631 * gdb.disasm/am33.exp
4632 * gdb.disasm/h8300s.exp
4633 * gdb.disasm/mn10300.exp
4634 * gdb.disasm/sh3.exp
4635 * gdb.dwarf2/dw2-dir-file-name.exp
4636 * gdb.fortran/complex.exp
4637 * gdb.fortran/library-module.exp
4638 * gdb.guile/scm-pretty-print.exp
4639 * gdb.guile/scm-symbol.exp
4640 * gdb.guile/scm-type.exp
4641 * gdb.guile/scm-value.exp
4642 * gdb.linespec/linespec.exp
4643 * gdb.mi/gdb701.exp
4644 * gdb.mi/gdb792.exp
4645 * gdb.mi/mi-breakpoint-changed.exp
4646 * gdb.mi/mi-dprintf-pending.exp
4647 * gdb.mi/mi-dprintf.exp
4648 * gdb.mi/mi-exit-code.exp
4649 * gdb.mi/mi-pending.exp
4650 * gdb.mi/mi-solib.exp
4651 * gdb.mi/new-ui-mi-sync.exp
4652 * gdb.mi/pr11022.exp
4653 * gdb.mi/user-selected-context-sync.exp
4654 * gdb.opt/solib-intra-step.exp
4655 * gdb.python/py-events.exp
4656 * gdb.python/py-finish-breakpoint.exp
4657 * gdb.python/py-mi.exp
4658 * gdb.python/py-prettyprint.exp
4659 * gdb.python/py-shared.exp
4660 * gdb.python/py-symbol.exp
4661 * gdb.python/py-template.exp
4662 * gdb.python/py-type.exp
4663 * gdb.python/py-value.exp
4664 * gdb.reverse/solib-precsave.exp
4665 * gdb.reverse/solib-reverse.exp
4666 * gdb.server/solib-list.exp
4667 * gdb.stabs/weird.exp
4668 * gdb.threads/reconnect-signal.exp
4669 * gdb.threads/stepi-random-signal.exp
4670 * gdb.trace/actions.exp
4671 * gdb.trace/ax.exp
4672 * gdb.trace/backtrace.exp
4673 * gdb.trace/change-loc.exp
4674 * gdb.trace/deltrace.exp
4675 * gdb.trace/ftrace-lock.exp
4676 * gdb.trace/ftrace.exp
4677 * gdb.trace/infotrace.exp
4678 * gdb.trace/mi-tracepoint-changed.exp
4679 * gdb.trace/packetlen.exp
4680 * gdb.trace/passcount.exp
4681 * gdb.trace/pending.exp
4682 * gdb.trace/range-stepping.exp
4683 * gdb.trace/report.exp
4684 * gdb.trace/stap-trace.exp
4685 * gdb.trace/tfind.exp
4686 * gdb.trace/trace-break.exp
4687 * gdb.trace/trace-condition.exp
4688 * gdb.trace/trace-enable-disable.exp
4689 * gdb.trace/trace-mt.exp
4690 * gdb.trace/tracecmd.exp
4691 * gdb.trace/tspeed.exp
4692 * gdb.trace/tsv.exp
4693 * lib/perftest.exp
4694
fb9feb35
LM
46952016-12-01 Luis Machado <lgustavo@codesourcery.com>
4696
4697 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4698 with gdb_test_no_output.
4699 Use command as test name.
4700
cd2ddb6c
LM
47012016-12-01 Luis Machado <lgustavo@codesourcery.com>
4702
4703 Fix test names starting with uppercase throughout the files.
4704
4705 * gdb.ada/assign_1.exp
4706 * gdb.ada/boolean_expr.exp
4707 * gdb.base/arrayidx.exp
4708 * gdb.base/del.exp
4709 * gdb.base/gcore-buffer-overflow.exp
4710 * gdb.base/testenv.exp
4711 * gdb.compile/compile.exp
4712 * gdb.python/py-framefilter-invalidarg.exp
4713 * gdb.python/py-framefilter.exp
4714
bb95117e
LM
47152016-12-01 Luis Machado <lgustavo@codesourcery.com>
4716
4717 Fix test names starting with uppercase throughout the files.
4718
4719 * gdb.ada/array_return.exp
4720 * gdb.ada/expr_delims.exp
4721 * gdb.ada/mi_dyn_arr.exp
4722 * gdb.ada/mi_interface.exp
4723 * gdb.ada/mi_var_array.exp
4724 * gdb.ada/watch_arg.exp
4725 * gdb.arch/alpha-step.exp
4726 * gdb.arch/altivec-regs.exp
4727 * gdb.arch/e500-regs.exp
4728 * gdb.arch/powerpc-d128-regs.exp
4729 * gdb.base/arrayidx.exp
4730 * gdb.base/break.exp
4731 * gdb.base/checkpoint.exp
4732 * gdb.base/debug-expr.exp
4733 * gdb.base/dmsym.exp
4734 * gdb.base/radix.exp
4735 * gdb.base/sepdebug.exp
4736 * gdb.base/testenv.exp
4737 * gdb.base/watch_thread_num.exp
4738 * gdb.base/watchpoint-cond-gone.exp
4739 * gdb.cell/break.exp
4740 * gdb.cell/ea-cache.exp
4741 * gdb.compile/compile.exp
4742 * gdb.cp/gdb2495.exp
4743 * gdb.gdb/selftest.exp
4744 * gdb.gdb/xfullpath.exp
4745 * gdb.go/hello.exp
4746 * gdb.go/integers.exp
4747 * gdb.objc/basicclass.exp
4748 * gdb.pascal/hello.exp
4749 * gdb.pascal/integers.exp
4750 * gdb.python/py-breakpoint.exp
4751 * gdb.python/py-cmd.exp
4752 * gdb.python/py-linetable.exp
4753 * gdb.python/py-xmethods.exp
4754 * gdb.python/python.exp
4755 * gdb.reverse/consecutive-precsave.exp
4756 * gdb.reverse/finish-precsave.exp
4757 * gdb.reverse/i386-precsave.exp
4758 * gdb.reverse/machinestate-precsave.exp
4759 * gdb.reverse/sigall-precsave.exp
4760 * gdb.reverse/solib-precsave.exp
4761 * gdb.reverse/step-precsave.exp
4762 * gdb.reverse/until-precsave.exp
4763 * gdb.reverse/watch-precsave.exp
4764 * gdb.threads/leader-exit.exp
4765 * gdb.threads/pthreads.exp
4766 * gdb.threads/wp-replication.exp
4767 * gdb.trace/actions.exp
4768 * gdb.trace/mi-tsv-changed.exp
4769 * gdb.trace/tsv.exp
4770
de97fdd4
LM
47712016-12-01 Luis Machado <lgustavo@codesourcery.com>
4772
4773 Fix test names starting with uppercase throughout the files.
4774
4775 * gdb.arch/i386-bp_permanent.exp
4776 * gdb.arch/i386-gnu-cfi.exp
4777 * gdb.base/disasm-end-cu.exp
4778 * gdb.base/macscp.exp
4779 * gdb.base/pending.exp
4780 * gdb.base/watch_thread_num.exp
4781 * gdb.cp/exception.exp
4782 * gdb.cp/gdb2495.exp
4783 * gdb.cp/local.exp
4784 * gdb.python/py-evsignal.exp
4785 * gdb.python/python.exp
4786 * gdb.trace/tracecmd.exp
4787
9f058c10
LM
47882016-12-01 Luis Machado <lgustavo@codesourcery.com>
4789
4790 Fix test names starting with uppercase throughout the files.
4791
4792 * gdb.base/charset.exp
4793 * gdb.base/eval.exp
4794 * gdb.base/multi-forks.exp
4795 * gdb.guile/scm-progspace.exp
4796 * gdb.opencl/datatypes.exp
4797 * gdb.python/py-block.exp
4798 * gdb.python/py-function.exp
4799 * gdb.python/py-symbol.exp
4800 * gdb.python/py-symtab.exp
4801 * gdb.python/py-xmethods.exp
4802 * gdb.reverse/break-precsave.exp
4803 * gdb.reverse/break-reverse.exp
4804 * gdb.reverse/consecutive-precsave.exp
4805 * gdb.reverse/consecutive-reverse.exp
4806 * gdb.reverse/finish-precsave.exp
4807 * gdb.reverse/finish-reverse-bkpt.exp
4808 * gdb.reverse/finish-reverse.exp
4809 * gdb.reverse/fstatat-reverse.exp
4810 * gdb.reverse/getresuid-reverse.exp
4811 * gdb.reverse/i386-precsave.exp
4812 * gdb.reverse/i386-reverse.exp
4813 * gdb.reverse/i386-sse-reverse.exp
4814 * gdb.reverse/i387-stack-reverse.exp
4815 * gdb.reverse/insn-reverse.exp
4816 * gdb.reverse/machinestate-precsave.exp
4817 * gdb.reverse/machinestate.exp
4818 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4819 * gdb.reverse/pipe-reverse.exp
4820 * gdb.reverse/readv-reverse.exp
4821 * gdb.reverse/recvmsg-reverse.exp
4822 * gdb.reverse/rerun-prec.exp
4823 * gdb.reverse/s390-mvcle.exp
4824 * gdb.reverse/sigall-precsave.exp
4825 * gdb.reverse/sigall-reverse.exp
4826 * gdb.reverse/solib-precsave.exp
4827 * gdb.reverse/solib-reverse.exp
4828 * gdb.reverse/step-precsave.exp
4829 * gdb.reverse/step-reverse.exp
4830 * gdb.reverse/time-reverse.exp
4831 * gdb.reverse/until-precsave.exp
4832 * gdb.reverse/until-reverse.exp
4833 * gdb.reverse/waitpid-reverse.exp
4834 * gdb.reverse/watch-precsave.exp
4835 * gdb.reverse/watch-reverse.exp
4836
cdc7edd7
LM
48372016-12-01 Luis Machado <lgustavo@codesourcery.com>
4838
4839 Fix test names starting with uppercase throughout the files.
4840
4841 * gdb.arch/i386-mpx-simple_segv.exp
4842 * gdb.arch/i386-mpx.exp
4843 * gdb.arch/i386-permbkpt.exp
4844 * gdb.arch/pa-nullify.exp
4845 * gdb.arch/powerpc-d128-regs.exp
4846 * gdb.arch/vsx-regs.exp
4847 * gdb.base/bfp-test.exp
4848 * gdb.base/break.exp
4849 * gdb.base/breakpoint-shadow.exp
4850 * gdb.base/callfuncs.exp
4851 * gdb.base/charset.exp
4852 * gdb.base/commands.exp
4853 * gdb.base/completion.exp
4854 * gdb.base/dfp-test.exp
4855 * gdb.base/echo.exp
4856 * gdb.base/ending-run.exp
4857 * gdb.base/eval.exp
4858 * gdb.base/expand-psymtabs.exp
4859 * gdb.base/float128.exp
4860 * gdb.base/floatn.exp
4861 * gdb.base/foll-exec-mode.exp
4862 * gdb.base/gdb1056.exp
4863 * gdb.base/gdb11531.exp
4864 * gdb.base/kill-after-signal.exp
4865 * gdb.base/multi-forks.exp
4866 * gdb.base/overlays.exp
4867 * gdb.base/pending.exp
4868 * gdb.base/sepdebug.exp
4869 * gdb.base/testenv.exp
4870 * gdb.base/valgrind-db-attach.exp
4871 * gdb.base/watch_thread_num.exp
4872 * gdb.base/watchpoint-cond-gone.exp
4873 * gdb.base/watchpoint.exp
4874 * gdb.base/watchpoints.exp
4875 * gdb.cp/arg-reference.exp
4876 * gdb.cp/baseenum.exp
4877 * gdb.cp/operator.exp
4878 * gdb.cp/shadow.exp
4879 * gdb.dwarf2/dw2-op-out-param.exp
4880 * gdb.dwarf2/dw2-reg-undefined.exp
4881 * gdb.go/chan.exp
4882 * gdb.go/hello.exp
4883 * gdb.go/integers.exp
4884 * gdb.go/methods.exp
4885 * gdb.go/package.exp
4886 * gdb.guile/scm-parameter.exp
4887 * gdb.guile/scm-progspace.exp
4888 * gdb.guile/scm-value.exp
4889 * gdb.mi/mi-pending.exp
4890 * gdb.mi/user-selected-context-sync.exp
4891 * gdb.multi/multi-attach.exp
4892 * gdb.multi/tids.exp
4893 * gdb.opt/clobbered-registers-O2.exp
4894 * gdb.pascal/floats.exp
4895 * gdb.pascal/integers.exp
4896 * gdb.python/py-block.exp
4897 * gdb.python/py-events.exp
4898 * gdb.python/py-parameter.exp
4899 * gdb.python/py-symbol.exp
4900 * gdb.python/py-symtab.exp
4901 * gdb.python/py-type.exp
4902 * gdb.python/py-value.exp
4903 * gdb.python/py-xmethods.exp
4904 * gdb.python/python.exp
4905 * gdb.reverse/break-precsave.exp
4906 * gdb.reverse/consecutive-precsave.exp
4907 * gdb.reverse/finish-precsave.exp
4908 * gdb.reverse/i386-precsave.exp
4909 * gdb.reverse/machinestate-precsave.exp
4910 * gdb.reverse/sigall-precsave.exp
4911 * gdb.reverse/solib-precsave.exp
4912 * gdb.reverse/step-precsave.exp
4913 * gdb.reverse/until-precsave.exp
4914 * gdb.reverse/watch-precsave.exp
4915 * gdb.server/ext-attach.exp
4916 * gdb.server/ext-restart.exp
4917 * gdb.server/ext-run.exp
4918 * gdb.server/ext-wrapper.exp
4919 * gdb.stabs/gdb11479.exp
4920 * gdb.stabs/weird.exp
4921 * gdb.threads/attach-many-short-lived-threads.exp
4922 * gdb.threads/kill.exp
4923 * gdb.threads/watchpoint-fork.exp
4924
bc6c7af4
LM
49252016-12-01 Luis Machado <lgustavo@codesourcery.com>
4926
4927 Fix test names starting with uppercase throughout all the files below.
4928
4929 * gdb.ada/array_return.exp
4930 * gdb.ada/catch_ex.exp
4931 * gdb.ada/info_exc.exp
4932 * gdb.ada/mi_catch_ex.exp
4933 * gdb.ada/mi_dyn_arr.exp
4934 * gdb.ada/mi_ex_cond.exp
4935 * gdb.ada/mi_exc_info.exp
4936 * gdb.ada/mi_interface.exp
4937 * gdb.ada/mi_task_arg.exp
4938 * gdb.ada/mi_task_info.exp
4939 * gdb.ada/mi_var_array.exp
4940 * gdb.arch/alpha-step.exp
4941 * gdb.arch/amd64-disp-step.exp
4942 * gdb.arch/arm-disp-step.exp
4943 * gdb.arch/disp-step-insn-reloc.exp
4944 * gdb.arch/e500-prologue.exp
4945 * gdb.arch/ftrace-insn-reloc.exp
4946 * gdb.arch/gdb1558.exp
4947 * gdb.arch/i386-bp_permanent.exp
4948 * gdb.arch/i386-disp-step.exp
4949 * gdb.arch/i386-float.exp
4950 * gdb.arch/i386-gnu-cfi.exp
4951 * gdb.arch/ia64-breakpoint-shadow.exp
4952 * gdb.arch/mips16-thunks.exp
4953 * gdb.arch/pa-nullify.exp
4954 * gdb.arch/powerpc-aix-prologue.exp
4955 * gdb.arch/powerpc-power.exp
4956 * gdb.arch/ppc-dfp.exp
4957 * gdb.arch/s390-tdbregs.exp
4958 * gdb.arch/spu-info.exp
4959 * gdb.arch/spu-ls.exp
4960 * gdb.arch/thumb-bx-pc.exp
4961 * gdb.base/advance.exp
4962 * gdb.base/annota-input-while-running.exp
4963 * gdb.base/arrayidx.exp
4964 * gdb.base/asmlabel.exp
4965 * gdb.base/async.exp
4966 * gdb.base/attach-wait-input.exp
4967 * gdb.base/auto-connect-native-target.exp
4968 * gdb.base/batch-preserve-term-settings.exp
4969 * gdb.base/bfp-test.exp
4970 * gdb.base/bigcore.exp
4971 * gdb.base/bp-permanent.exp
4972 * gdb.base/break-always.exp
4973 * gdb.base/break-fun-addr.exp
4974 * gdb.base/break-idempotent.exp
4975 * gdb.base/break-main-file-remove-fail.exp
4976 * gdb.base/break-probes.exp
4977 * gdb.base/break-unload-file.exp
4978 * gdb.base/break.exp
4979 * gdb.base/call-ar-st.exp
4980 * gdb.base/call-rt-st.exp
4981 * gdb.base/call-sc.exp
4982 * gdb.base/call-signal-resume.exp
4983 * gdb.base/call-strs.exp
4984 * gdb.base/callexit.exp
4985 * gdb.base/callfuncs.exp
4986 * gdb.base/catch-gdb-caused-signals.exp
4987 * gdb.base/catch-signal-siginfo-cond.exp
4988 * gdb.base/catch-syscall.exp
4989 * gdb.base/compare-sections.exp
4990 * gdb.base/cond-eval-mode.exp
4991 * gdb.base/condbreak-call-false.exp
4992 * gdb.base/consecutive-step-over.exp
4993 * gdb.base/cursal.exp
4994 * gdb.base/disabled-location.exp
4995 * gdb.base/disasm-end-cu.exp
4996 * gdb.base/display.exp
4997 * gdb.base/double-prompt-target-event-error.exp
4998 * gdb.base/dprintf-bp-same-addr.exp
4999 * gdb.base/dprintf-detach.exp
5000 * gdb.base/dprintf-next.exp
5001 * gdb.base/dprintf-non-stop.exp
5002 * gdb.base/dprintf-pending.exp
5003 * gdb.base/dso2dso.exp
5004 * gdb.base/ending-run.exp
5005 * gdb.base/enum_cond.exp
5006 * gdb.base/examine-backward.exp
5007 * gdb.base/exe-lock.exp
5008 * gdb.base/exec-invalid-sysroot.exp
5009 * gdb.base/execl-update-breakpoints.exp
5010 * gdb.base/execution-termios.exp
5011 * gdb.base/fileio.exp
5012 * gdb.base/fixsection.exp
5013 * gdb.base/foll-exec-mode.exp
5014 * gdb.base/foll-exec.exp
5015 * gdb.base/fork-running-state.exp
5016 * gdb.base/frame-args.exp
5017 * gdb.base/fullpath-expand.exp
5018 * gdb.base/func-ptr.exp
5019 * gdb.base/gcore-relro-pie.exp
5020 * gdb.base/gdb1090.exp
5021 * gdb.base/gdb1555.exp
5022 * gdb.base/global-var-nested-by-dso.exp
5023 * gdb.base/gnu-ifunc.exp
5024 * gdb.base/hbreak-in-shr-unsupported.exp
5025 * gdb.base/hbreak-unmapped.exp
5026 * gdb.base/hook-stop.exp
5027 * gdb.base/infcall-input.exp
5028 * gdb.base/info-fun.exp
5029 * gdb.base/info-shared.exp
5030 * gdb.base/interrupt-noterm.exp
5031 * gdb.base/jit-so.exp
5032 * gdb.base/jit.exp
5033 * gdb.base/line-symtabs.exp
5034 * gdb.base/list.exp
5035 * gdb.base/longjmp.exp
5036 * gdb.base/macscp.exp
5037 * gdb.base/max-value-size.exp
5038 * gdb.base/nodebug.exp
5039 * gdb.base/nofield.exp
5040 * gdb.base/overlays.exp
5041 * gdb.base/paginate-after-ctrl-c-running.exp
5042 * gdb.base/paginate-bg-execution.exp
5043 * gdb.base/paginate-inferior-exit.exp
5044 * gdb.base/pending.exp
5045 * gdb.base/pr11022.exp
5046 * gdb.base/printcmds.exp
5047 * gdb.base/ptr-typedef.exp
5048 * gdb.base/ptype.exp
5049 * gdb.base/randomize.exp
5050 * gdb.base/range-stepping.exp
5051 * gdb.base/realname-expand.exp
5052 * gdb.base/relativedebug.exp
5053 * gdb.base/remote.exp
5054 * gdb.base/savedregs.exp
5055 * gdb.base/sepdebug.exp
5056 * gdb.base/set-noassign.exp
5057 * gdb.base/shlib-call.exp
5058 * gdb.base/shreloc.exp
5059 * gdb.base/sigaltstack.exp
5060 * gdb.base/sigbpt.exp
5061 * gdb.base/siginfo-addr.exp
5062 * gdb.base/siginfo-obj.exp
5063 * gdb.base/siginfo-thread.exp
5064 * gdb.base/signest.exp
5065 * gdb.base/signull.exp
5066 * gdb.base/sigrepeat.exp
5067 * gdb.base/skip.exp
5068 * gdb.base/so-impl-ld.exp
5069 * gdb.base/solib-corrupted.exp
5070 * gdb.base/solib-disc.exp
5071 * gdb.base/solib-display.exp
5072 * gdb.base/solib-overlap.exp
5073 * gdb.base/solib-search.exp
5074 * gdb.base/solib-symbol.exp
5075 * gdb.base/source-execution.exp
5076 * gdb.base/sss-bp-on-user-bp-2.exp
5077 * gdb.base/sss-bp-on-user-bp.exp
5078 * gdb.base/stack-checking.exp
5079 * gdb.base/stale-infcall.exp
5080 * gdb.base/step-break.exp
5081 * gdb.base/step-line.exp
5082 * gdb.base/step-over-exit.exp
5083 * gdb.base/step-test.exp
5084 * gdb.base/structs.exp
5085 * gdb.base/sym-file.exp
5086 * gdb.base/symtab-search-order.exp
5087 * gdb.base/term.exp
5088 * gdb.base/type-opaque.exp
5089 * gdb.base/unload.exp
5090 * gdb.base/until-nodebug.exp
5091 * gdb.base/until.exp
5092 * gdb.base/unwindonsignal.exp
5093 * gdb.base/watch-cond.exp
5094 * gdb.base/watch-non-mem.exp
5095 * gdb.base/watch_thread_num.exp
5096 * gdb.base/watchpoint-reuse-slot.exp
5097 * gdb.base/watchpoint-solib.exp
5098 * gdb.base/watchpoint.exp
5099 * gdb.btrace/dlopen.exp
5100 * gdb.cell/arch.exp
5101 * gdb.cell/break.exp
5102 * gdb.cell/bt.exp
5103 * gdb.cell/core.exp
5104 * gdb.cell/data.exp
5105 * gdb.cell/dwarfaddr.exp
5106 * gdb.cell/ea-cache.exp
5107 * gdb.cell/ea-standalone.exp
5108 * gdb.cell/ea-test.exp
5109 * gdb.cell/f-regs.exp
5110 * gdb.cell/fork.exp
5111 * gdb.cell/gcore.exp
5112 * gdb.cell/mem-access.exp
5113 * gdb.cell/ptype.exp
5114 * gdb.cell/registers.exp
5115 * gdb.cell/sizeof.exp
5116 * gdb.cell/solib-symbol.exp
5117 * gdb.cell/solib.exp
5118 * gdb.compile/compile-tls.exp
5119 * gdb.cp/exception.exp
5120 * gdb.cp/gdb2495.exp
5121 * gdb.cp/local.exp
5122 * gdb.cp/mb-inline.exp
5123 * gdb.cp/mb-templates.exp
5124 * gdb.cp/pr10687.exp
5125 * gdb.cp/pr9167.exp
5126 * gdb.cp/scope-err.exp
5127 * gdb.cp/templates.exp
5128 * gdb.cp/virtfunc.exp
5129 * gdb.dwarf2/dw2-dir-file-name.exp
5130 * gdb.dwarf2/dw2-single-line-discriminators.exp
5131 * gdb.fortran/complex.exp
5132 * gdb.fortran/library-module.exp
5133 * gdb.guile/guile.exp
5134 * gdb.guile/scm-cmd.exp
5135 * gdb.guile/scm-frame-inline.exp
5136 * gdb.guile/scm-objfile.exp
5137 * gdb.guile/scm-pretty-print.exp
5138 * gdb.guile/scm-symbol.exp
5139 * gdb.guile/scm-type.exp
5140 * gdb.guile/scm-value.exp
5141 * gdb.linespec/keywords.exp
5142 * gdb.linespec/ls-errs.exp
5143 * gdb.linespec/macro-relative.exp
5144 * gdb.linespec/thread.exp
5145 * gdb.mi/mi-breakpoint-changed.exp
5146 * gdb.mi/mi-dprintf-pending.exp
5147 * gdb.mi/mi-fullname-deleted.exp
5148 * gdb.mi/mi-logging.exp
5149 * gdb.mi/mi-pending.exp
5150 * gdb.mi/mi-solib.exp
5151 * gdb.mi/new-ui-mi-sync.exp
5152 * gdb.mi/user-selected-context-sync.exp
5153 * gdb.multi/dummy-frame-restore.exp
5154 * gdb.multi/multi-arch-exec.exp
5155 * gdb.multi/remove-inferiors.exp
5156 * gdb.multi/watchpoint-multi-exit.exp
5157 * gdb.opt/solib-intra-step.exp
5158 * gdb.perf/backtrace.exp
5159 * gdb.perf/single-step.exp
5160 * gdb.perf/skip-command.exp
5161 * gdb.perf/skip-prologue.exp
5162 * gdb.perf/solib.exp
5163 * gdb.python/lib-types.exp
5164 * gdb.python/py-as-string.exp
5165 * gdb.python/py-bad-printers.exp
5166 * gdb.python/py-block.exp
5167 * gdb.python/py-breakpoint.exp
5168 * gdb.python/py-cmd.exp
5169 * gdb.python/py-events.exp
5170 * gdb.python/py-evthreads.exp
5171 * gdb.python/py-finish-breakpoint.exp
5172 * gdb.python/py-finish-breakpoint2.exp
5173 * gdb.python/py-frame-inline.exp
5174 * gdb.python/py-frame.exp
5175 * gdb.python/py-inferior.exp
5176 * gdb.python/py-infthread.exp
5177 * gdb.python/py-mi.exp
5178 * gdb.python/py-objfile.exp
5179 * gdb.python/py-pp-maint.exp
5180 * gdb.python/py-pp-registration.exp
5181 * gdb.python/py-prettyprint.exp
5182 * gdb.python/py-recurse-unwind.exp
5183 * gdb.python/py-shared.exp
5184 * gdb.python/py-symbol.exp
5185 * gdb.python/py-symtab.exp
5186 * gdb.python/py-template.exp
5187 * gdb.python/py-type.exp
5188 * gdb.python/py-unwind-maint.exp
5189 * gdb.python/py-unwind.exp
5190 * gdb.python/py-value.exp
5191 * gdb.python/python.exp
5192 * gdb.reverse/finish-reverse-bkpt.exp
5193 * gdb.reverse/insn-reverse.exp
5194 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5195 * gdb.reverse/solib-precsave.exp
5196 * gdb.reverse/solib-reverse.exp
5197 * gdb.stabs/gdb11479.exp
5198 * gdb.stabs/weird.exp
5199 * gdb.threads/fork-child-threads.exp
5200 * gdb.threads/fork-plus-threads.exp
5201 * gdb.threads/fork-thread-pending.exp
5202 * gdb.threads/forking-threads-plus-breakpoint.exp
5203 * gdb.threads/hand-call-in-threads.exp
5204 * gdb.threads/interrupted-hand-call.exp
5205 * gdb.threads/linux-dp.exp
5206 * gdb.threads/local-watch-wrong-thread.exp
5207 * gdb.threads/next-while-other-thread-longjmps.exp
5208 * gdb.threads/non-ldr-exit.exp
5209 * gdb.threads/pending-step.exp
5210 * gdb.threads/print-threads.exp
5211 * gdb.threads/process-dies-while-detaching.exp
5212 * gdb.threads/process-dies-while-handling-bp.exp
5213 * gdb.threads/pthreads.exp
5214 * gdb.threads/queue-signal.exp
5215 * gdb.threads/reconnect-signal.exp
5216 * gdb.threads/signal-command-handle-nopass.exp
5217 * gdb.threads/signal-command-multiple-signals-pending.exp
5218 * gdb.threads/signal-delivered-right-thread.exp
5219 * gdb.threads/signal-sigtrap.exp
5220 * gdb.threads/sigthread.exp
5221 * gdb.threads/staticthreads.exp
5222 * gdb.threads/stepi-random-signal.exp
5223 * gdb.threads/thread-unwindonsignal.exp
5224 * gdb.threads/thread_check.exp
5225 * gdb.threads/thread_events.exp
5226 * gdb.threads/tid-reuse.exp
5227 * gdb.threads/tls-nodebug.exp
5228 * gdb.threads/tls-shared.exp
5229 * gdb.threads/tls-so_extern.exp
5230 * gdb.threads/tls.exp
5231 * gdb.threads/wp-replication.exp
5232 * gdb.trace/actions-changed.exp
5233 * gdb.trace/actions.exp
5234 * gdb.trace/backtrace.exp
5235 * gdb.trace/change-loc.exp
5236 * gdb.trace/collection.exp
5237 * gdb.trace/deltrace.exp
5238 * gdb.trace/disconnected-tracing.exp
5239 * gdb.trace/entry-values.exp
5240 * gdb.trace/ftrace-lock.exp
5241 * gdb.trace/ftrace.exp
5242 * gdb.trace/infotrace.exp
5243 * gdb.trace/mi-trace-frame-collected.exp
5244 * gdb.trace/mi-trace-unavailable.exp
5245 * gdb.trace/mi-traceframe-changed.exp
5246 * gdb.trace/mi-tracepoint-changed.exp
5247 * gdb.trace/mi-tsv-changed.exp
5248 * gdb.trace/no-attach-trace.exp
5249 * gdb.trace/packetlen.exp
5250 * gdb.trace/passc-dyn.exp
5251 * gdb.trace/passcount.exp
5252 * gdb.trace/pending.exp
5253 * gdb.trace/pr16508.exp
5254 * gdb.trace/qtro.exp
5255 * gdb.trace/range-stepping.exp
5256 * gdb.trace/read-memory.exp
5257 * gdb.trace/report.exp
5258 * gdb.trace/save-trace.exp
5259 * gdb.trace/signal.exp
5260 * gdb.trace/stap-trace.exp
5261 * gdb.trace/status-stop.exp
5262 * gdb.trace/strace.exp
5263 * gdb.trace/tfile.exp
5264 * gdb.trace/tfind.exp
5265 * gdb.trace/trace-break.exp
5266 * gdb.trace/trace-condition.exp
5267 * gdb.trace/trace-enable-disable.exp
5268 * gdb.trace/trace-mt.exp
5269 * gdb.trace/tracecmd.exp
5270 * gdb.trace/tracefile-pseudo-reg.exp
5271 * gdb.trace/tspeed.exp
5272 * gdb.trace/tstatus.exp
5273 * gdb.trace/tsv.exp
5274 * gdb.trace/unavailable.exp
5275 * gdb.trace/while-dyn.exp
5276 * gdb.trace/while-stepping.exp
5277 * lib/gdb-guile.exp
5278 * lib/gdb.exp
5279 * lib/mi-support.exp
5280 * lib/pascal.exp
5281 * lib/perftest.exp
5282 * lib/prelink-support.exp
5283 * lib/selftest-support.exp
5284
ad02e4fe
SM
52852016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5286
5287 * Makefile.in: Include disable-implicit-rules.mk.
5288
22347e55
AA
52892016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5290
5291 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5292 non-byte-aligned bit fields.
5293
da5b30da
AA
52942016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5295
5296 PR gdb/12616
5297 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
5298 respects the DW_AT_data_bit_offset attribute.
5299
b593ecca
SM
53002016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
5301
5302 * gdb.base/default.exp: Fix output of "set language".
5303
3b165252
SM
53042016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
5305
5306 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5307 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
5308 make.
5309 * configure.ac: Remove checks for the make program.
5310 * configure: Re-generate.
5311
1a2f3d7f
KB
53122016-11-16 Kevin Buettner <kevinb@redhat.com>
5313
5314 * gdb.python/py-recurse-unwind.c (main): Add loop.
5315 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5316 to read_register() and gdb.parse_and_eval(). Make each code
5317 call a separate case that can be individually tested.
5318 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5319 proc. Call cont_and_backtrace for each of the code paths that
5320 we want to test in the unwinder.
5321
b7f38fda
AA
53222016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5323
5324 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5325 the definition of struct S.
5326
1f8db343
CM
53272016-11-11 Catherine Moore <clm@codesourcery.com>
5328
5329 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5330
fad0c9fb
PA
53312016-11-09 Pedro Alves <palves@redhat.com>
5332
5333 * gdb.base/commands.exp (runto_or_return): New procedure.
5334 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5335 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5336 (progvar_simple_while_test, progvar_complex_if_while_test)
5337 (if_while_breakpoint_command_test)
5338 (infrun_breakpoint_command_test, breakpoint_command_test)
5339 (user_defined_command_test, watchpoint_command_test)
5340 (test_command_prompt_position, redefine_hook_test)
5341 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5342 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5343 multi_line_input and multi_line. Remove gdb_expect and
5344 gdb_stop_suppressing_tests uses.
5345 * lib/gdb.exp (valnum_re): New global.
5346 (multi_line_input): New procedure.
5347
8354c62c
SM
53482016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5349
5350 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5351 Remove.
5352 (test_setup): Define with proc_with_prefix.
5353 (test_cli_inferior): Likewise.
5354 (test_cli_thread): Likewise.
5355 (test_cli_frame): Likewise.
5356 (test_cli_select_frame): Likewise.
5357 (test_cli_up_down): Likewise.
5358 (test_mi_thread_select): Likewise.
5359 (test_mi_stack_select_frame): Likewise.
5360 (test_cli_in_mi_inferior): Likewise.
5361 (test_cli_in_mi_thread): Likewise.
5362 (test_cli_in_mi_frame): Likewise.
5363 (top level): Do not use with_test_prefix_procname.
5364
64f367a2
PA
53652016-11-09 Pedro Alves <palves@redhat.com>
5366
5367 * gdb.base/commands.exp (gdbvar_simple_if_test)
5368 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5369 (progvar_simple_if_test, progvar_simple_while_test)
5370 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5371 (infrun_breakpoint_command_test, breakpoint_command_test)
5372 (user_defined_command_test, watchpoint_command_test)
5373 (test_command_prompt_position, deprecated_command_test)
5374 (bp_deleted_in_command, temporary_breakpoint_commands)
5375 (stray_arg0_test, source_file_with_indented_comment)
5376 (recursive_source_test, if_commands_test)
5377 (error_clears_commands_left, redefine_hook_test)
5378 (redefine_backtrace_test): Use proc_with_prefix.
5379 * lib/gdb.exp (proc_with_prefix): New proc.
5380
0bb65f1e
AA
53812016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5382
5383 * gdb.base/tui-layout.c: New file.
5384 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5385 disassembly window contains very long lines.
5386
7353f247
TT
53872016-11-08 Tom Tromey <tom@tromey.com>
5388
5389 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5390 depend on Python 2.
5391
30a7bb83
TT
53922016-11-08 Tom Tromey <tom@tromey.com>
5393
5394 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5395 New method.
5396
cdf5a07c
MG
53972016-10-29 Manish Goregaokar <manish@mozilla.com>
5398
2806dc7e 5399 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 5400
51a789c3
MG
54012016-10-27 Manish Goregaokar <manish@mozilla.com>
5402
2806dc7e
PA
5403 * gdb.rust/simple.rs: Add test for univariant enums without
5404 discriminants and for encoded struct-like enums.
51a789c3 5405
f610ab6d
PA
54062016-10-28 Pedro Alves <palves@redhat.com>
5407
5408 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5409 gdb_test_multiple, tighten regexps and match symtabs and line
5410 tables incrementally.
5411
b129b0ca
LM
54122016-10-28 Luis Machado <lgustavo@codesourcery.com>
5413
5414 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5415 general.
5416
ecf45d2c
SL
54172016-10-25 Luis Machado <lgustavo@codesourcery.com>
5418
5419 * gdb.base/exec-invalid-sysroot.exp: New file.
5420
b8d38ee4
JK
54212016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5422
5423 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5424
f90fd8c2
JK
54252016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5426
5427 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5428
2d2476aa
MR
54292016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5430
2806dc7e
PA
5431 * gdb.base/killed-outside.exp: Remove $options from a call to
5432 `prepare_for_testing'.
2d2476aa 5433
e42b25a0
SM
54342016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5435
5436 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5437 Change test message.
5438
3ccdb432
SM
54392016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5440
5441 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5442 Update comment.
5443
5bad3170
SM
54442016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5445
5446 * gdb.trace/mi-trace-save.exp: New file.
5447
5ad9dba7
YQ
54482016-10-13 Yao Qi <yao.qi@linaro.org>
5449
5450 * gdb.base/code_elim.exp (get_var_address): Remove.
5451 * gdb.base/relocate.exp: Likewise.
5452 * gdb.base/shreloc.exp: Likewise.
5453 * lib/gdb.exp (get_var_address): New.
5454
62df7e21
YQ
54552016-10-13 Yao Qi <yao.qi@linaro.org>
5456
5457 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5458 floating point tests if $skip_float_test is false.
5459
4dac951e
LM
54602016-10-12 Luis Machado <lgustavo@codesourcery.com>
5461
5462 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5463 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5464 argc values.
5465 Add 1 to argc so we guarantee distinct initial/modified argc values.
5466
8f1a8fc4
JK
54672016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5468
5469 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5470
16c85b5d
JK
54712016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5472
5473 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5474 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5475 * gdb.arch/vsx-regs.exp: Likewise.
5476
1d0e042a
YQ
54772016-10-07 Yao Qi <yao.qi@linaro.org>
5478
5479 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5480
68dadef5
MM
54812016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5482
5483 * gdb.python/python.exp: Test decode_line("*0").
5484
33fa2c6e
DE
54852016-10-06 Doug Evans <dje@google.com>
5486
5487 * gdb.python/py-value.exp (test_value_creation): Add test for large
5488 unsigned 64-bit value.
5489
9c37b5ae
TT
54902016-10-06 Tom Tromey <tom@tromey.com>
5491
5492 * gdb.compile/compile.exp: Change java tests to rust.
5493 * gdb.base/setshow.exp: Change java tests to rust.
5494 * gdb.base/default.exp: Remove java from language list.
5495 * README (Examples): Update language example.
5496 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5497 test.
5498 * lib/gdb.exp (skip_java_tests): Remove.
5499 * lib/java.exp: Remove.
5500 * gdb.java: Remove.
5501
78b86327
MR
55022016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5503
5504 * gdb.arch/mips-fcr.exp: New test.
5505 * gdb.arch/mips-fcr.c: Source for the new test.
5506
7470adbb
MR
55072016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5508
5509 * gdb.base/solib-disc.exp: Use `standard_output_file'
5510 throughout.
5511
4a556533
PA
55122016-10-06 Pedro Alves <palves@redhat.com>
5513
5514 * gdb.base/jit-simple-dl.c: New file.
5515 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5516 * gdb.base/jit-simple.c: ... this.
5517 * gdb.base/jit-simple.exp (jit_run): Delete.
5518 (build_jit): New proc.
5519 (jit_test_reread): Recompile either the main program or the shared
5520 library, depending on what is being tested. Skip changing address
5521 if caller wants to. Compare before/after addresses. If testing
5522 standalone, explicitly load the binary. Test "maint info
5523 breakpoints".
5524 (top level): Add "standalone vs shared lib" and "change address"
5525 vs "same address" axes.
5526
5a122fbc
PA
55272016-10-06 Pedro Alves <palves@redhat.com>
5528
5529 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5530 call.
5531 (jit_run): Delete.
5532 (jit_test_reread): Use with_test_prefix. Reload the main binary
5533 explicitly. Compare the before/after addresses of the JIT
5534 descriptor.
5535
ee8da4b8
DE
55362016-08-15 Doug Evans <dje@google.com>
5537
5538 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5539 for single bitfields is bool.
5540 * gdb.xml/tdesc-regs.exp: Ditto.
5541
f389f6fe
JK
55422016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5543
5544 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5545
fdebf1a4
YQ
55462016-10-05 Yao Qi <yao.qi@linaro.org>
5547
5548 * lib/gdb.exp (support_complex_tests): Return zero if
5549 gdb_skip_float_test return true.
5550
9c36d954 55512016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 5552 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
5553
5554 PR gdb/20487
5555 * gdb.mi/user-selected-context-sync.exp: New file.
5556 * gdb.mi/user-selected-context-sync.c: New file.
5557
4034d0ff 55582016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 5559 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
5560
5561 PR gdb/20487
5562 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5563 =thread-select-event check.
5564
a4297203
PB
55652016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5566
5567 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5568 the compulsory L operand changes.
5569 * gdb.arch/powerpc-power.s: Likewise.
5570
bb805577
JK
55712016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5572
5573 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5574 * gdb.base/jit-attach-pie.c: New file.
5575 * gdb.base/jit-attach-pie.exp: New file.
5576
6d61dee5
PA
55772016-09-28 Pedro Alves <palves@redhat.com>
5578
5579 * gdb.base/infcall-input.c: New file.
5580 * gdb.base/infcall-input.exp: New file.
5581
f73842fc
YQ
55822016-09-22 Yao Qi <yao.qi@linaro.org>
5583
5584 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5585 (gdb_exit): Rename it to ...
5586 (gdbserver_gdb_exit): ... Close GDBserver.
5587 (gdb_exit): New proc, call gdbserver_gdb_exit.
5588 (mi_gdb_exit): Likewise.
5589
90681dab
YQ
55902016-09-22 Yao Qi <yao.qi@linaro.org>
5591
5592 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5593 path.
5594 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5595 Remove duplication.
5596
9c211fd8
YQ
55972016-09-22 Yao Qi <yao.qi@linaro.org>
5598
5599 * lib/gdbserver-support.exp: Check the existence of
5600 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5601
ad0a504f
AK
56022016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5603
5604 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5605
36cf1806
TT
56062016-09-21 Tom Tromey <tom@tromey.com>
5607
5608 PR gdb/20604:
5609 * gdb.base/quit.exp: New file.
5610
74172ecf
SM
56112016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5612
5613 * .gitignore: New file.
5614
3d0ec882
MR
56152016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5616
5617 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5618 throughout.
5619
8193adea
AA
56202016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5621
5622 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5623
d41a5c09
JK
56242016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5625
5626 * gdb.cp/casts.cc (decltype): Move it ...
5627 (main): ... with its call to ...
5628 * gdb.cp/casts03.cc: ... a new file.
5629 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5630
d2dfe700
JK
56312016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5632
5633 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5634
e2a92b16
PB
56352016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5636
5637 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5638 and sync up the test with tests in gas/testsuite/gas/ppc.
5639 * gdb.arch/powerpc-power.exp: Likewise.
5640
49b4de64
JK
56412016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5642
5643 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5644
2c29df25
SDJ
56452016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5646 Jan Kratochvil <jan.kratochvil@redhat.com>
5647
5648 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5649 make m1's definition to be different from m2's. Use 'dummy' as an
5650 argument for probe 'two'.
5651
cc3c2846
JB
56522016-09-10 Jon Beniston <jon@beniston.com>
5653
5654 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5655 for sim target.
5656
e1b2624a
AA
56572016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5658
5659 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5660 variable declaration.
5661 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5662 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5663 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5664 received HWCAP as its argument.
5665
4295e285
PA
56662016-09-06 Pedro Alves <palves@redhat.com>
5667
5668 * gdb.base/new-ui-pending-input.c: New file.
5669 * gdb.base/new-ui-pending-input.exp: New file.
5670 * gdb.exp (clear_gdb_spawn_id): New procedure.
5671 (with_spawn_id): Check whether gdb_spawn_id exists before
5672 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5673 on exit.
5674
00d5215e
UW
56752016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5676
5677 * gdb.base/float128.c: New file.
5678 * gdb.base/float128.exp: Likewise.
5679 * gdb.base/floatn.c: Likewise.
5680 * gdb.base/floatn.exp: Likewise.
5681
a9ff5f12
UW
56822016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5683
5684 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5685
f245535c
PA
56862016-09-05 Pedro Alves <palves@redhat.com>
5687
5688 PR backtrace/19927
5689 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5690 unwinders are immediately called as side effect of "source" or
5691 "disable unwinder" commands.
5692 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5693
ae9cf263
YQ
56942016-09-02 Yao Qi <yao.qi@linaro.org>
5695
5696 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5697 is true and $type is "float" or "double".
5698
27aba047
YQ
56992016-09-02 Yao Qi <yao.qi@linaro.org>
5700
5701 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5702 true.
5703 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5704 * gdb.base/call-rt-st.exp: Likewise.
5705 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5706 return value instead of gdb,skip_float_test.
5707 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5708 (do_function_calls): Use its return value instead of
5709 gdb,skip_float_test.
5710 * gdb.base/finish.exp: Likewise.
5711 * gdb.base/funcargs.exp: Likewise.
5712 * gdb.base/return.exp: Likewise.
5713 * gdb.base/return2.exp: Likewise.
5714 * gdb.base/varargs.exp: Likewise.
5715 * lib/gdb.exp (gdb_skip_float_test): Change it to
5716 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5717
5af962df
AA
57182016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5719
5720 * gdb.multi/tids.exp: Test "thread apply all".
5721
7fac6910
JK
57222016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5723
5724 * gdb.base/default.exp (tty): Remove.
5725
bb1fe4ac
KB
57262016-08-24 Kevin Buettner <kevinb@redhat.com>
5727
2806dc7e
PA
5728 * gdb.python/py-recurse-unwind.c: New file.
5729 * gdb.python/py-recurse-unwind.py: New file.
5730 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 5731
0a1ddfa6
SM
57322016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5733
5734 * gdb.base/set-inferior-tty.exp: New file.
5735 * gdb.base/set-inferior-tty.c: New file.
5736
d9de1fe3
PA
57372016-08-23 Pedro Alves <palves@redhat.com>
5738
5739 PR gdb/20494
5740 * gdb.base/new-ui-echo.c: New file.
5741 * gdb.base/new-ui-echo.exp: New file.
5742
e9d9abd7
YQ
57432016-08-23 Yao Qi <yao.qi@linaro.org>
5744
5745 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5746 gdbserver_spawn.
5747 * gdb.server/connect-without-multi-process.exp (do_test):
5748 Likewise.
5749
3589529e
YQ
57502016-08-23 Yao Qi <yao.qi@linaro.org>
5751
5752 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5753 standalone_txt. Delete gdb_txt and standalone_txt on host
5754 and target. Spawn the binary on target. Copy files from
5755 target to host.
5756
6bb90213
PA
57572016-08-22 Pedro Alves <palves@redhat.com>
5758
5759 PR gdb/20505
5760 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5761 with_test_prefix. Factor out bits to ...
5762 (test_no_vdso): ... this new procedure.
5763
20c2c024
CL
57642016-08-19 Carl Love <cel@us.ibm.com>
5765
5766 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5767 maintaining separate logic for constructing the output path.
5768 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5769 * gdb.arch/ppc-dfp.exp: Likewise.
5770 * gdb.arch/ppc-fp.exp: Likewise.
5771 * gdb.arch/vsx-regs.exp: Likewise.
5772 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5773 binprefix for generating the additional binary files.
5774
0646e07d
PA
57752016-08-19 Pedro Alves <palves@redhat.com>
5776
5777 * gdb.trace/mi-trace-frame-collected.exp
5778 (test_trace_frame_collected): On x32, expect two registers.
5779
46da9242
CL
57802016-08-18 Carl Love <cel@us.ibm.com>
5781
5782 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5783 and sync up the test with tests in gas/testsuite/gas/ppc.
5784 * gdb.arch/powerpc-power.exp: Likewise.
5785
eb2332d7
SM
57862016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5787
5788 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5789 expected error message.
5790
63c61e04
SM
57912016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5792
5793 * gdb.multi/remove-inferiors.exp: New file.
5794 * gdb.multi/remove-inferiors.c: New file.
5795
7b17065f
YQ
57962016-08-12 Yao Qi <yao.qi@linaro.org>
5797
5798 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5799 argument list.
5800
01d3dedf
PA
58012016-08-10 Pedro Alves <palves@redhat.com>
5802
5803 PR gdb/19187
5804 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5805 setup_kfails.
5806
3eb7562a
PA
58072016-08-09 Pedro Alves <palves@redhat.com>
5808 Simon Marchi <simon.marchi@ericsson.com>
5809
5810 PR gdb/20418
5811 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5812 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5813
80614914
PA
58142016-08-09 Pedro Alves <palves@redhat.com>
5815
5816 PR mi/20431
5817 * gdb.mi/mi-cmd-error.exp: New file.
5818
f348d89a
PA
58192016-08-09 Pedro Alves <palves@redhat.com>
5820
5821 PR gdb/18653
5822 * gdb.base/signals-state-child.c: New file.
5823 * gdb.base/signals-state-child.exp: New file.
5824 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5825
e5ca03b4
PA
58262016-08-09 Pedro Alves <palves@redhat.com>
5827
5828 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5829
282a0691
TT
58302016-08-03 Tom Tromey <tom@tromey.com>
5831
5832 PR python/18565:
5833 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5834
41bfcd63
YQ
58352016-08-01 Yao Qi <yao.qi@linaro.org>
5836
5837 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5838 variable mode to "multi-process" if $multi_process is 1, otherwise
5839 set it to "single-process".
5840
e3465b24
YQ
58412016-08-01 Yao Qi <yao.qi@linaro.org>
5842
5843 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5844 * gdb.cp/cpexprs.exp: Likewise.
5845 * gdb.cp/m-static.exp: Likewise.
5846
0b31a4bc
TT
58472016-07-26 Tom Tromey <tom@tromey.com>
5848
5849 PR python/20190:
5850 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5851 test.
5852
e0461dbb
MM
58532016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5854
5855 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5856 selecting assembly source files.
5857 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5858 assembly source files.
5859 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5860 assembly source files.
5861 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5862 selecting assembly source files.
5863
8194e927
SM
58642016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5865
5866 * gdb.base/new-ui.exp (do_test_invalid_args): New
5867 procedure.
5868
c0272db5
TW
58692016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5870
5871 * gdb.btrace/reconnect.c: New file.
5872 * gdb.btrace/reconnect.exp: New file.
5873
e3487908
GKB
58742016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5875
5876 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5877 to test_catch_syscall_group.
5878 (test_catch_syscall_group): New.
5879
12df5c00
TT
58802016-07-21 Tom Tromey <tom@tromey.com>
5881
5882 * gdb.rust/simple.rs (main): Use empty struct expression.
5883 * gdb.rust/simple.exp: Add tests for empty struct expression.
5884
bae62ee2
YQ
58852016-07-21 Yao Qi <yao.qi@linaro.org>
5886
5887 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5888 if gdb_skip_xml_test is true on some targets.
5889
b1b53fb3
YQ
58902016-07-21 Yao Qi <yao.qi@linaro.org>
5891
5892 * gdb.server/solib-list.exp: Unset last_loaded_file.
5893
027d97f8
JK
58942016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5895
5896 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5897 "step into captured_main (args)".
5898
7674d381
JK
58992016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5900
5901 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5902
72b5d099
JK
59032016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5904
5905 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5906
1f960ced
PA
59072016-07-19 Pedro Alves <palves@redhat.com>
5908
5909 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5910 * gdb.opt/inline-bt.exp: Likewise.
5911 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5912 additional_flags=-Winline.
5913 * gdb.opt/inline-locals.exp: Likewise.
5914 * gdb.opt/inline-markers.c (ATTR): Define.
5915 (inlined_fn): Use it.
5916
f25827c1
YQ
59172016-07-19 Yao Qi <yao.qi@linaro.org>
5918
5919 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5920 (test_with_self): Remove some code. Remove argument executable.
5921 (top-level): Use do_self_tests.
5922
37539ebe
DB
59232016-07-15 Zachary Welch <zwelch@codesourcery.com>
5924 Don Breazeal <donb@codesourcery.com>
5925
5926 * gdb.base/maint.exp: Escape paths used in regular expressions.
5927 * gdb.stabs/weird.exp: Likewise.
5928
dac790e1
TT
59292016-07-13 Tom Tromey <tom@tromey.com>
5930
5931 PR python/15620, PR python/18620:
5932 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5933 (test_bkpt_events): New procs.
5934
93daf339
TT
59352016-07-13 Tom Tromey <tom@tromey.com>
5936
5937 PR python/17698:
5938 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5939 test.
5940 (test_watchpoints): Likewise.
5941 (test_bkpt_pending): New proc.
5942
6571a381
TT
59432016-07-13 Tom Tromey <tom@tromey.com>
5944
5945 PR cli/18053:
5946 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5947 completion test.
5948
e8732474
JK
59492016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5950
5951 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5952 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5953 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5954 f_label.
5955 (g): Rename g_end_lbl to g_label.
5956 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5957 low_pc and high_pc.
5958 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5959
e0f3fd7c
TT
59602016-07-12 Tom Tromey <tom@tromey.com>
5961
5962 PR python/19293:
5963 * gdb.python/py-unwind-maint.exp: Update tests.
5964
3cfe46b6
YQ
59652016-07-12 Yao Qi <yao.qi@linaro.org>
5966
5967 * lib/selftest-support.exp (selftest_setup): Match the output
5968 when captured_main is inlined.
5969
4f19a0e6
WT
59702016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5971
5972 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5973 New variables.
5974 (print this%a, print this%b, print this): New tests.
5975 * gdb.fortran/derived-types.f90 (this): New object and
5976 initialization.
5977
986cf455
SM
59782016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5979
5980 * gdb.ada/arraydim.exp: Remove extra directory level in build
5981 directory.
5982
f0464b23
SM
59832016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5984
5985 * lib/ada.exp: Remove extra directory level in build directory.
5986 * gdb.ada/cond_lang.exp: Likewise.
5987 * gdb.ada/exec_changed.exp: Likewise.
5988 * gdb.ada/lang_switch.exp: Likewise.
5989
42d94011
MG
59902016-07-06 Manish Goregaokar <manish@mozilla.com>
5991
2806dc7e
PA
5992 * simple.rs: Add test for raw pointer subscripting.
5993 * simple.exp: Add test expectations.
42d94011 5994
647c264c
YQ
59952016-07-05 Yao Qi <yao.qi@linaro.org>
5996
5997 * gdb.mi/mi-reverse.exp: Match =record-started output.
5998
20aa2c60
PA
59992016-07-01 Pedro Alves <palves@redhat.com>
6000
6001 * gdb.base/jit-reader.exp (info_registers_current_frame): New
6002 procedure.
6003 (jit_reader_test): Test the jit reader's unwinder.
6004 * gdb.base/jithost.c (jit_function_00_code): New global.
6005 (main): Use memcpy to fill in the mmapped code, instead of poking
6006 bytes manually here.
6007 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6008 value.
6009 (read_debug_info): Save the function's range.
6010 (read_sp): New function.
6011 (unwind_frame): Use it. Also unwind RBP.
6012 (get_frame_id): Use read_sp.
6013 (gdb_init_reader): Use calloc instead of malloc.
6014 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6015 parameter. Use gdb_test_multiple.
6016
ced2dffb
PA
60172016-07-01 Pedro Alves <palves@redhat.com>
6018 Antoine Tremblay <antoine.tremblay@ericsson.com>
6019
6020 * gdb.threads/process-dies-while-detaching.c: New file.
6021 * gdb.threads/process-dies-while-detaching.exp: New file.
6022
63000888
PA
60232016-07-01 Pedro Alves <palves@redhat.com>
6024
6025 * gdb.multi/watchpoint-multi-exit.c: New file.
6026 * gdb.multi/watchpoint-multi-exit.exp: New file.
6027
038d4868
PA
60282016-06-30 Pedro Alves <palves@redhat.com>
6029
6030 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6031 unset inferior_spawn_id.
6032
994e9c83
PA
60332016-06-30 Pedro Alves <palves@redhat.com>
6034
6035 * lib/mi-support.exp (default_mi_gdb_start): Declare global
6036 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6037
e5653468
YQ
60382016-06-29 Yao Qi <yao.qi@linaro.org>
6039
6040 * gdb.base/return.c: Add copyright header.
6041
803b47e5
TT
60422016-06-29 Tom Tromey <tom@tromey.com>
6043
6044 PR python/20129:
6045 * gdb.python/py-framefilter.exp: Add tests for setting priority
6046 and disabling of non-existent frame filter.
6047
28244707
YQ
60482016-06-29 Yao Qi <yao.qi@linaro.org>
6049
6050 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6051 0x0f07ff.
6052
a31d2f06
YQ
60532016-06-28 Yao Qi <yao.qi@linaro.org>
6054
6055 * gdb.base/catch-syscall.exp: Remove check on isnative and target
6056 triplets. Start gdb, execute catch syscall, and continue. Check
6057 gdb's output to determine catch syscall is supported.
6058
921d8f54
MG
60592016-06-27 Manish Goregaokar <manish@mozilla.com>
6060
25d49b86
PA
6061 * gdb.rust/simple.rs: Add test for returning unit in a function.
6062 * gdb.rust/simple.exp: Add expectation for functions returning
6063 unit.
921d8f54 6064
f4952523
PMR
60652016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
6066
6067 * gdb.python/py-breakpoint-create-fail.c,
6068 gdb.python/py-breakpoint-create-fail.exp,
6069 gdb.python/py-breakpoint-create-fail.py: New testcase.
6070
fccb08f8
MG
60712016-06-25 Manish Goregaokar <manish@mozilla.com>
6072
6073 PR gdb/20239
6074 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
6075 * gdb.rust/simple.exp: Add test expectations for new NonZero
6076 tests.
fccb08f8 6077
6b850546
DT
60782016-06-24 David Taylor <dtaylor@emc.com>
6079
6080 * gdb.base/offsets.exp: New file.
6081 * gdb.base/offsets.c: New file.
6082
17621150
TT
60832016-06-23 Tom Tromey <tom@tromey.com>
6084
6085 PR gdb/16483:
6086 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6087 before any filters are loaded.
6088
04d59df6
WT
60892016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
6090
6091 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6092 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6093 structs.
6094 * gdb.fortran/derived-type-function.exp: New file.
6095 * gdb.fortran/derived-type-function.f90: New file.
6096
6097
ac69f786
PA
60982016-06-21 Pedro Alves <palves@redhat.com>
6099
6100 * gdb.base/new-ui.exp: New file.
6101 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6102 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6103 (with_spawn_id): New procedure.
6104
49940788
PA
61052016-06-21 Pedro Alves <palves@redhat.com>
6106
6107 * gdb.mi/mi-exec-run.exp: New file.
6108
ef274d26
PA
61092016-06-21 Pedro Alves <palves@redhat.com>
6110
6111 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6112 breakpoint command's output on the main UI.
6113 (test_break): New procedure, factored out from calls in the top
6114 level.
6115 (top level): Use foreach_with_prefix to test MI as main UI and as
6116 separate UI.
6117
468afe6c
PA
61182016-06-21 Pedro Alves <palves@redhat.com>
6119
6120 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6121 (test_awatch_creation_and_listing)
6122 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6123 Remove 'type' parameter.
6124 (test_watchpoint_all): New parameter mi_mode. Remove
6125 with_test_prefix.
6126 (top level): Use foreach_with_prefix, and add main/separate UI MI
6127 testing axis.
6128
51f77c37
PA
61292016-06-21 Pedro Alves <palves@redhat.com>
6130
6131 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6132 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6133 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6134 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6135 (gdb_main_spawn_id, mi_spawn_id): Declare and
6136 comment.
6137 (mi_create_inferior_pty): New procedure,
6138 factored out from default_mi_gdb_start.
6139 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6140 procedures.
6141 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6142 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6143 Use mi_create_inferior_pty.
6144 (mi_gdb_start): Use eval to pass down args list.
6145
8980e177
PA
61462016-06-21 Pedro Alves <palves@redhat.com>
6147
6148 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6149 * gdb.opt/inline-cmds.exp: Add MI tests.
6150
f38d3ad1
PA
61512016-06-21 Pedro Alves <palves@redhat.com>
6152
6153 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6154
45db7c09
PA
61552016-06-21 Pedro Alves <palves@redhat.com>
6156
6157 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6158 (top level): Use it instead of mi_execute_to.
6159
5a069ab3
PA
61602016-06-21 Pedro Alves <palves@redhat.com>
6161
6162 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6163 (cont_handler_str): New.
6164 (signal_stop_handler): Set stop_handler_str instead of printing to
6165 stdout.
6166 (continue_handler): Set cont_handler_str instead of printing to
6167 stdout.
6168 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6169 mi_send_resuming_command. Print stop_handler_str and
6170 cont_handler_str instead of expecting the python events print
6171 directly.
6172
2838cc1d
SD
61732016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6174
6175 * gdb.base/jit-reader.exp: New file.
6176 * gdb.base/jithost.c: New file.
6177 * gdb.base/jithost.h: New file.
6178 * gdb.base/jitreader.c : New file.
6179 * gdb.base/jit-protocol.h: New file.
6180
21a77091
YQ
61812016-06-17 Yao Qi <yao.qi@linaro.org>
6182
6183 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6184 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6185 and detach-on-fork. Adjust tests.
6186 (top level): Invoke break_cond_on_syscall with combinations of
6187 syscall, follow-fork-mode and detach-on-fork.
6188
f50bf8e5
YQ
61892016-06-17 Yao Qi <yao.qi@linaro.org>
6190
6191 * gdb.base/step-over-exit.c: New.
6192 * gdb.base/step-over-exit.exp: New.
6193
a28d8e50
YTL
61942016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6195
6196 * gdb.base/float.exp: Add target check for nds32*-*-*.
6197 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6198
cad8e26d
AB
61992016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6200
6201 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6202 for unsupported target features.
6203 * gdb.base/call-rt-st.exp: Likewise.
6204 * gdb.base/call-sc.exp: Likewise.
6205 * gdb.base/call-signal-resume.exp: Likewise.
6206 * gdb.base/call-strs.exp: Likewise.
6207 * gdb.base/callexit.exp: Likewise.
6208 * gdb.base/callfuncs.exp: Likewise.
6209 * gdb.base/nodebug.exp: Likewise.
6210 * gdb.base/printcmds.exp: Likewise.
6211 * gdb.base/ptype.exp: Likewise.
6212 * gdb.base/structs.exp: Likewise.
6213 * gdb.base/unwindonsignal.exp: Likewise.
6214 * gdb.cp/gdb2495.exp: Likewise.
6215 * gdb.cp/templates.exp: Likewise.
6216 * gdb.cp/virtfunc.exp: Likewise.
6217 * gdb.threads/hand-call-in-threads.exp: Likewise.
6218 * gdb.threads/interrupted-hand-call.exp: Likewise.
6219 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6220
347dc102
TT
62212016-06-10 Tom Tromey <tom@tromey.com>
6222
6223 PR rust/20110:
6224 * gdb.rust/expr.exp: Add test for integer constant larger than
6225 i32.
6226
5e13cf25
BH
62272016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6228
6229 * gdb.fortran/nested-funcs.exp: New.
6230 * gdb.fortran/nested-funcs.f90: New.
6231
bb556f1f
TK
62322016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6233
6234 * gdb.base/examine-backward.c: New file.
6235 * gdb.base/examine-backward.exp: New file.
6236
38b022b4
SM
62372016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6238
6239 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6240 matching.
6241
1b40ec05
TT
62422016-06-02 Tom Tromey <tom@tromey.com>
6243
6244 PR python/18984:
6245 * gdb.python/py-shared.exp: Add solib_name test.
6246
193bd378
SM
62472016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6248
6249 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6250
3326303b
MG
62512016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6252
6253 PR c++/19893
6254 * gdb.dwarf2/implref.exp: Rename to...
6255 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6256 * gdb.dwarf2/implref-array.c: New file.
6257 * gdb.dwarf2/implref-array.exp: Likewise.
6258 * gdb.dwarf2/implref-global.c: Likewise.
6259 * gdb.dwarf2/implref-global.exp: Likewise.
6260 * gdb.dwarf2/implref-struct.c: Likewise.
6261 * gdb.dwarf2/implref-struct.exp: Likewise.
6262
825c8ef2
AT
62632016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6264
6265 * gdb.trace/trace-condition.exp: Add 64bit tests.
6266
2320162a
AT
62672016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6268
6269 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6270 bits types.
6271 (main): Adapt to 8 to 64 bits types.
6272 * gdb.trace/trace-condition.exp: Add new tests.
6273
a7818233
AT
62742016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6275
6276 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6277
0d336466
AT
62782016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6279
6280 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6281 Move condition tests...
6282 * gdb.trace/trace-condition.exp: Here.
6283
7faeb45a
AT
62842016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6285
6286 * gdb.trace/trace-condition.exp: Add counter-case tests.
6287
e385593e
JK
62882016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6289
6290 PR c++/15231
6291 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6292 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6293
744608cc
PA
62942016-05-27 Pedro Alves <palves@redhat.com>
6295
6296 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6297 New procedure.
6298 (top level): Call it, and bail out of DejaGnu is known to be bad.
6299
ac775bf4
AB
63002016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6301
6302 * gdb.base/whatis.c: Extend the test case.
6303 * gdb.base/whatis.exp: Add additional tests.
6304
2bbad2ea
BH
63052016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6306
6307* gdb.fortran/type.f90: Add pointer variable.
6308* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6309
8b70175d
BH
63102016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6311
6312 * gdb.fortran/vla-type.exp: Fix testcase name.
6313
86d8a848
BH
63142016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6315
6316 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6317
e188eb36
BH
63182016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6319
6320 * gdb.fortran/type.f90: Add nested structures.
6321 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6322 * gdb.fortran/derived-type.exp: Adapt expected output.
6323 * gdb.fortran/vla-type.exp: Adapt expected output.
6324
9b2db1fd
BH
63252016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6326
6327 * gdb.fortran/whatis_type.exp: Adapt expected output.
6328
72b17055
BH
63292016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6330
6331 * gdb.fortran/print_type.exp: Fix expected output.
6332 * gdb.fortran/whatis_type.exp: Fix expected output.
6333
3cd81d8d
BH
63342016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6335
6336 * gdb.fortran/whatis_type.exp: Use multi_line.
6337
ddae9462
TT
63382016-05-24 Tom Tromey <tom@tromey.com>
6339
6340 PR python/17386:
6341 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6342 use value as an index.
6343
1957f6b8
TT
63442016-05-23 Tom Tromey <tom@tromey.com>
6345
6346 PR python/17981:
6347 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6348 no-breakpoint case.
6349
026a9174
PA
63502016-05-24 Pedro Alves <palves@redhat.com>
6351
6352 PR gdb/19828
6353 * gdb.threads/clone-attach-detach.c: New file.
6354 * gdb.threads/clone-attach-detach.exp: New file.
6355
e70a7231
FR
63562016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6357
6358 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6359
0f6ed0e0
TT
63602016-05-23 Tom Tromey <tom@tromey.com>
6361
6362 PR python/19438, PR python/18393:
6363 * gdb.python/py-progspace.exp: Add "dir" test.
6364 * gdb.python/py-objfile.exp: Add "dir" test.
6365
ffd19d61
YQ
63662016-05-23 Yao Qi <yao.qi@linaro.org>
6367
6368 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6369 * gdb.arch/thumb2-it.exp: Likewise.
6370
9e8f9b05
SM
63712016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6372
6373 * gdb.mi/mi-threads-interrupt.c: New file.
6374 * gdb.mi/mi-threads-interrupt.exp: New file.
6375
61c6156d
SM
63762016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6377
6378 PR gdb/18077
6379 * gdb.mi/mi-async-run.exp: New file.
6380 * gdb.mi/mi-async-run.c: New file.
6381
67218854
TT
63822016-05-17 Tom Tromey <tom@tromey.com>
6383 Manish Goregaokar <manishsmail@gmail.com>
6384
6385 * lib/rust-support.exp: New file.
6386 * lib/gdb.exp (skip_rust_tests): New proc.
6387 (build_executable_from_specs): Handle rust.
6388 * lib/future.exp (gdb_find_rustc): New proc.
6389 (gdb_default_target_compile): Handle rust.
6390 * gdb.rust/expr.exp: New file.
6391 * gdb.rust/generics.exp: New file.
6392 * gdb.rust/generics.rs: New file.
6393 * gdb.rust/methods.exp: New file.
6394 * gdb.rust/methods.rs: New file.
6395 * gdb.rust/modules.exp: New file.
6396 * gdb.rust/modules.rs: New file.
6397 * gdb.rust/simple.exp: New file.
6398 * gdb.rust/simple.rs: New file.
6399
c44af4eb
TT
64002016-05-17 Tom Tromey <tom@tromey.com>
6401
6402 * gdb.base/default.exp (set language): Add rust.
6403
dcd1f979
TT
64042016-05-17 Tom Tromey <tom@tromey.com>
6405
6406 * gdb.gdb/unittest.exp: New file.
6407
155b7f57
YQ
64082016-05-16 Yao Qi <yao.qi@linaro.org>
6409
6410 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6411 shell_prompt. Update shell_prompt_re.
6412
8ddd5a6c
DE
64132016-05-12 Doug Evans <dje@google.com>
6414
6415 PR symtab/19999
6416 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6417 $options when building executable.
6418 * gdb.dwarf2/fission-loclists-pie.S: New file.
6419 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6420
02e370d9
SM
64212016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6422
6423 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6424 of [is_remote target],
6425
8929ad8b
SM
64262016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6427
6428 * lib/gdb.exp (use_gdb_stub): New procedure.
6429
6c447423
DE
64302016-05-03 Yunlian Jiang <yunlian@google.com>
6431 Doug Evans <dje@google.com>
6432
6433 PR symtab/19914
6434 * gdb.dwarf2/dwp-sepdebug.c: New file.
6435 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6436
444e826c
SM
64372016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6438
6439 * gdb.base/detach.exp: Remove is_remote check.
6440
740feeaa
SM
64412016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6442
6443 * gdb.base/annota-input-while-running.exp: Don't check for
6444 [is_remote target]. Enable annotations after running to main.
6445 Remove unused "set test..." line.
6446
9080ac9d
SM
64472016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6448
6449 * gdb.trace/trace-enable-disable.exp: New file.
6450 * gdb.trace/trace-enable-disable.c: New file.
6451
952ebca5
SM
64522016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6453
6454 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6455 use it in info sharedlibrary test.
6456 * gdb.trace/ftrace-lock.exp: Likewise.
6457 * gdb.trace/ftrace.exp: Likewise.
6458 * gdb.trace/range-stepping.exp: Likewise.
6459 * gdb.trace/trace-break.exp: Likewise.
6460 * gdb.trace/trace-condition.exp: Likewise.
6461 * gdb.trace/trace-mt.exp: Likewise.
6462
d9019901
SM
64632016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6464
6465 * lib/gdb.exp (gdb_load_shlibs): Rename to...
6466 (gdb_load_shlib): ... this.
6467 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6468 gdb_load_shlib.
6469 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6470 * gdb.base/ctxobj.exp: Likewise.
6471 * gdb.base/dprintf-pending.exp: Likewise.
6472 * gdb.base/dso2dso.exp: Likewise.
6473 * gdb.base/fixsection.exp: Likewise.
6474 * gdb.base/gcore-relro.exp: Likewise.
6475 * gdb.base/gdb1555.exp: Likewise.
6476 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6477 * gdb.base/gnu-ifunc.exp: Likewise.
6478 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6479 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6480 * gdb.base/pending.exp: Likewise.
6481 * gdb.base/print-file-var.exp: Likewise.
6482 * gdb.base/print-symbol-loading.exp: Likewise.
6483 * gdb.base/shlib-call.exp: Likewise.
6484 * gdb.base/shreloc.exp: Likewise.
6485 * gdb.base/so-impl-ld.exp: Likewise.
6486 * gdb.base/solib-disc.exp: Likewise.
6487 * gdb.base/solib-nodir.exp: Likewise.
6488 * gdb.base/solib-overlap.exp: Likewise.
6489 * gdb.base/solib-symbol.exp: Likewise.
6490 * gdb.base/solib-weak.exp (do_test): Likewise.
6491 * gdb.base/sym-file.exp: Likewise.
6492 * gdb.base/symtab-search-order.exp: Likewise.
6493 * gdb.base/type-opaque.exp: Likewise.
6494 * gdb.base/unload.exp: Likewise.
6495 * gdb.base/watchpoint-solib.exp: Likewise.
6496 * gdb.compile/compile.exp: Likewise.
6497 * gdb.cp/gdb2384.exp: Likewise.
6498 * gdb.cp/infcall-dlopen.exp: Likewise.
6499 * gdb.cp/re-set-overloaded.exp: Likewise.
6500 * gdb.fortran/library-module.exp: Likewise.
6501 * gdb.opt/solib-intra-step.exp: Likewise.
6502 * gdb.python/py-finish-breakpoint.exp: Likewise.
6503 * gdb.python/py-shared.exp: Likewise.
6504 * gdb.reverse/solib-precsave.exp: Likewise.
6505 * gdb.reverse/solib-reverse.exp: Likewise.
6506 * gdb.server/solib-list.exp: Likewise.
6507 * gdb.threads/dlopen-libpthread.exp: Likewise.
6508 * gdb.threads/tls-shared.exp: Likewise.
6509 * gdb.threads/tls-so_extern.exp: Likewise.
6510 * gdb.trace/change-loc.exp: Likewise.
6511 * gdb.trace/ftrace-lock.exp: Likewise.
6512 * gdb.trace/ftrace.exp: Likewise.
6513 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6514 * gdb.trace/pending.exp: Likewise.
6515 * gdb.trace/range-stepping.exp: Likewise.
6516 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6517 (strace_info_marker): Likewise.
6518 (strace_probe_marker): Likewise.
6519 (strace_trace_on_same_addr): Likewise.
6520 (strace_trace_on_diff_addr): Likewise.
6521 * gdb.trace/trace-break.exp: Likewise.
6522 * gdb.trace/trace-condition.exp: Likewise.
6523 * gdb.trace/trace-mt.exp: Likewise.
6524
fca4cfd9
SM
65252016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6526
6527 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6528 result of gdb_remote_download.
6529 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6530 * gdb.base/dso2dso.exp: Likewise.
6531 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6532 * gdb.base/print-file-var.exp: Likewise.
6533 * gdb.base/shlib-call.exp: Likewise.
6534 * gdb.base/shreloc.exp: Likewise.
6535 * gdb.base/solib-overlap.exp: Likewise.
6536 * gdb.base/solib-weak.exp (do_test): Likewise.
6537 * gdb.base/unload.exp: Likewise.
6538
11cf4ffb
YQ
65392016-04-27 Yao Qi <yao.qi@linaro.org>
6540
6541 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6542 exists.
6543
3e2e34f8
KB
65442016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6545
6546 * vla-type.exp: Print structure from toplevel.
6547
8f07e298
BH
65482016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6549
6550 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6551 of dynamic types.
6552 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6553 of dynamic types.
6554
9920b434
BH
65552016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6556
6557 * gdb.fortran/vla-type.f90: New file.
6558 * gdb.fortran/vla-type.exp: New file.
6559
f3abeff5
YQ
65602016-04-25 Yao Qi <yao.qi@linaro.org>
6561
6562 * gdb.base/branch-to-self.c: New file.
6563 * gdb.base/branch-to-self.exp: New file.
6564
0a5d52f0
YQ
65652016-04-22 Yao Qi <yao.qi@linaro.org>
6566
6567 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6568 more after $hex.
6569
495346f6
YQ
65702016-04-22 Yao Qi <yao.qi@linaro.org>
6571
6572 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6573 * gdb.base/annota3.exp: Likewise.
6574
4a7e075c
YQ
65752016-04-22 Yao Qi <yao.qi@linaro.org>
6576
6577 * gdb.reverse/step-precsave.exp: Do one step and test program
6578 stops in "callee" and do multiple steps until program goes out
6579 of "callee".
6580 * gdb.reverse/step-reverse.exp: Likewise.
6581
5b061e98
YQ
65822016-04-22 Yao Qi <yao.qi@linaro.org>
6583
6584 * gdb.trace/signal.exp: Also pass if
6585 $tracepoint_hits($i) > $iterations.
6586
5c5dc57f
YQ
65872016-04-22 Yao Qi <yao.qi@linaro.org>
6588
6589 * gdb.trace/signal.c: New file.
6590 * gdb.trace/signal.exp: New file.
6591
a55411b9
DE
65922016-04-19 Doug Evans <xdje42@gmail.com>
6593
6594 * gdb.base/bad-file.exp: New file.
6595
a22df60a
MG
65962016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6597
6598 * gdb.dwarf2/implref.exp: New file.
6599
0c13f7e5
BH
66002016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6601
6602 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6603 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6604 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6605 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6606 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6607 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6608 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6609 * lib/fortran.exp (fortran_int4): New procedure.
6610 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6611 (fortran_logical4): Likewise.
6612
9b9b09e9
BH
66132016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6614
6615 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6616
a14d1f4d
BH
66172016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6618
6619 * lib/compiler.c: Add Intel specific preprocessor macros.
6620 * lib/compiler.cc: Likewise.
25d49b86 6621
7d49b1d0
LM
66222016-04-13 Luis Machado <lgustavo@codesourcery.com>
6623
6624 * gdb.server/connect-with-no-symbol-file.c: New file.
6625 * gdb.server/connect-with-no-symbol-file.exp: New file.
6626
8392fa22
SM
66272016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6628
6629 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6630
8c4c4aeb
SM
66312016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6632
6633 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6634 standard output directory.
6635
45e3745e
AT
66362016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6637
6638 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6639
e26b7e41
MM
66402016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6641
6642 * gdb.btrace/instruction_history.c (loop): Add declaration.
6643
8ce09462
AT
66442016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6645
6646 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6647
2e88a1ea
SM
66482016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6649
6650 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6651 parentheses to print.
6652 (continue_handler): Likewise.
6653
f48e22e3
SM
66542016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6655
6656 * gdb.server/solib-list.exp: Remove is_remote check.
6657 Pass shlib= to gdb_compile. Don't link shared library with
6658 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6659 Run binary filename through "readlink -f" on the target.
6660
096be756
PA
66612016-04-08 Pedro Alves <palves@redhat.com>
6662
6663 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6664 interpreter filename as argument to gdbserver_spawn.
6665 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6666 Return empty if $last_loaded_file does not exist.
6667
06500533
JK
66682016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6669
6670 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6671 * gdb.base/jit-main.c: Use exit after usage.
6672
2d35e871
JK
66732016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6674
6675 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6676 GDBHISTSIZE prior to the tests.
6677 * gdb.base/gdbinit-history.exp: Likewise.
6678
66792016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
6680
6681 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6682 instead of build_executable. Use gdb_load_shlibs.
6683
c8064e7e
YQ
66842016-04-07 Yao Qi <yao.qi@linaro.org>
6685
6686 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6687 Execute "si" command.
6688
bde47561
YQ
66892016-04-07 Yao Qi <yao.qi@linaro.org>
6690
6691 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6692 number instead of the comments on some line.
6693
b16f8a3b
DB
66942016-04-06 Don Breazeal <donb@codesourcery.com>
6695
6696 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6697 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6698
c2f901df
SM
66992016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6700
6701 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6702 standard_output_file. Remove unused binfile variable.
6703
ac17fda0
CU
67042016-04-05 Catalin Udma <catalin.udma@freescale.com>
6705
6706 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6707 * gdb.python/py-mi-objfile.exp: Match "list main" output
6708 in console format.
6709
03a8c4df
SM
67102016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6711
6712 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6713 absolute.
6714
6e774b13
SM
67152016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6716
6717 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6718 absolute.
6719 * gdb.trace/ftrace.exp: Likewise.
6720 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6721 targets as well.
6722 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6723 (gdb_load_shlibs): Copy libraries to test directory when testing
6724 natively. Only set solib-search-path if testing remotely.
6725 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6726
7817ea46
SM
67272016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6728
6729 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6730 gdb_download. Use it even if the target is not remote.
6731 * gdb.base/jit.exp (compile_jit_test): Likewise.
6732 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6733 output directory if the destination board is local, otherwise use
6734 the standard remote_download from DejaGnu.
6735 (gdb_download): Remove.
6736 (gdb_load_shlibs): Use gdb_remote_download instead of
6737 gdb_download.
6738 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6739 Use gdb_remote_download instead of gdb_download. Use it even if
6740 the target is not remote.
6741 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6742 instead of gdb_download.
6743
7beb7f68
SM
67442016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6745
6746 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6747 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6748 run.
6749
cc63428a
AV
67502016-04-01 Artemiy Volkov <artemiyv@acm.org>
6751
6752 PR gdb/19820
6753 * gdb.base/printcmds.exp: Add artificial arrays tests.
6754
64cdf930
PA
67552016-03-31 Pedro Alves <palves@redhat.com>
6756
6757 PR gdb/19858
6758 * gdb.base/jit-main.c: Include unistd.h.
6759 (ATTACH): Define to 0 if not already defined.
6760 (wait_for_gdb, mypid): New globals.
6761 (WAIT_FOR_GDB): New macro.
6762 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6763 some breakpoint locations.
6764 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6765 New procedures.
6766 (one_jit_test): Add REATTACH parameter, and handle it. Use
6767 continue_to_test_location.
6768 (top level): Test attach, and adjusts calls to one_jit_test.
6769
40dea8cb
PA
67702016-03-31 Pedro Alves <palves@redhat.com>
6771
6772 PR gdb/19858
6773 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6774 BINSUFFIX parameter, and handle it.
6775 (top level): Adjust calls compile_jit_test.
6776
e7ea3ec7
CU
67772016-03-31 Catalin Udma <catalin.udma@freescale.com>
6778
6779 PR python/19743
6780 * gdb.python/py-mi-events-gdb.py: New file.
6781 * gdb.python/py-mi-events.c: New file.
6782 * gdb.python/py-mi-events.exp: New file.
6783
e6359af3
YQ
67842016-03-30 Yao Qi <yao.qi@linaro.org>
6785
6786 * gdb.reverse/until-precsave.exp: Match function name only.
6787 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6788 Move malloc to a condition block.
6789 * gdb.reverse/until-reverse.exp: Match function name only.
6790
a4105d04
MK
67912016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6792
6793 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6794 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6795 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6796 variable for GPR 0 instead of assuming it is register 0.
6797 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6798 * lib/trace-support.exp: Add s390 registers.
6799
bfa6adb9
YQ
68002016-03-29 Yao Qi <yao.qi@linaro.org>
6801
6802 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6803
1e6697ea
YQ
68042016-03-24 Yao Qi <yao.qi@linaro.org>
6805
6806 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6807 test message.
6808
64bcd522
AA
68092016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6810
6811 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6812 maintaining separate logic for constructing the output path.
6813
7868401b
DB
68142016-03-16 Don Breazeal <donb@codesourcery.com>
6815
6816 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6817 Retry fork and waitpid on interrupted system call errors.
6818 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6819 Use with_timeout_factor to increase timeout by factor of 10.
6820
1cafadb4
DB
68212016-03-15 Don Breazeal <donb@codesourcery.com>
6822
6823 * gdb.cp/scope-err.cc: New test program.
6824 * gdb.cp/scope-err.exp: New test script.
6825 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6826 lines and "set breakpoint here" comment.
6827 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6828 Fixed some whitespace and format issues.
6829 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6830 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6831
81516450
DE
68322016-03-15 Doug Evans <dje@google.com>
6833
6834 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6835 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6836 All callers updated. Add tests for enums, mixed flags register.
6837
aa52b601
DE
68382016-03-15 Doug Evans <dje@google.com>
6839
6840 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6841 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6842
fa4ff313
SM
68432016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6844
6845 * gdb.base/default.exp: Add $_as_string to the list of expected
6846 convenience functions.
6847
f2403c39
AB
68482016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6849
6850 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6851
f2f3ccb9
SM
68522016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6853
6854 * gdb.python/py-as-string.exp: New file.
6855 * gdb.python/py-as-string.c: New file.
6856
00dbd492
PA
68572016-03-09 Pedro Alves <palves@redhat.com>
6858
6859 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6860 signal" -> "Thread NN received signal" output change.
6861 * gdb.threads/ia64-sigill.exp: Likewise.
6862 * gdb.threads/linux-dp.exp: Likewise.
6863 * gdb.threads/manythreads.exp: Likewise.
6864 * gdb.threads/pending-step.exp: Likewise.
6865 * gdb.threads/print-threads.exp: Likewise.
6866 * gdb.threads/sigstep-threads.exp: Likewise.
6867 * gdb.threads/staticthreads.exp: Likewise.
6868 * gdb.threads/tls.exp: Likewise.
6869
1e6697ea
YQ
68702016-03-09 Pedro Alves <palves@redhat.com>
6871
6872 * gdb.base/command-line-input.exp: New file.
6873
b04fd3be
MK
68742016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6875
6876 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6877 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6878 * gdb.trace/pending.exp: Accept leading dot before function name.
6879 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6880 * lib/trace-support.exp: Set registers for ppc.
6881
98fa59e9
MK
68822016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6883
6884 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6885 use it for disassembly; accept .main in addition to main in backtrace.
6886
f77198c8
MK
68872016-03-09 Wei-cheng Wang <cole945@gmail.com>
6888 Marcin Kościelnicki <koriakin@0x04.net>
6889
6890 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6891 (gdb_recursion_test_ptr): New global variable.
6892 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6893 gdb_recursion_test.
6894 (gdb_c_test): Ditto.
6895
ba84e0da
MK
68962016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6897
6898 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6899 ordering.
6900
4366d36e
MK
69012016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6902
6903 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6904 (bar): Add bar_start_lbl label.
6905 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6906 of foo/bar for emitting DWARF and tracing.
6907
5eb264df
SDJ
69082016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6909
6910 * analyze-racy-logs.py: Set executable bit.
6911
fb6a751f
SDJ
69122016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6913
6914 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6915 (CHECK_TARGET_TMP): Likewise.
6916 (check-single-racy): New rule.
6917 (check-parallel-racy): Likewise.
6918 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6919 (do-check-parallel-racy): New rule.
6920 (check-racy/%.exp): Likewise.
6921 * README (Racy testcases): New section.
6922 * analyze-racy-logs.py: New file.
6923
bdf7e230
DE
69242016-03-03 Doug Evans <dje@google.com>
6925
6926 * gdb.base/skip.exp: Use with_test_prefix.
6927
4719d415
YQ
69282016-03-03 Yao Qi <yao.qi@linaro.org>
6929
6930 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6931 Invoke step_over_syscall "clone" and break_cond_on_syscall
6932 "clone".
6933 * gdb.base/step-over-clone.c: New file.
6934
ea507862
YQ
69352016-03-03 Yao Qi <yao.qi@linaro.org>
6936
6937 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6938 code format.
6939
8fc8cbda
YQ
69402016-03-03 Yao Qi <yao.qi@linaro.org>
6941
6942 * gdb.base/disp-step-fork.c: Rename to ...
6943 * gdb.base/step-over-fork.c: ... it. New file.
6944 * gdb.base/disp-step-vfork.c: Rename to ...
6945 * gdb.base/step-over-vfork.c: ... it. New file.
6946 * gdb.base/disp-step-syscall.exp: Rename to ...
6947 * gdb.base/step-over-syscall.exp: ... it. New file.
6948 (disp_step_cross_syscall): Rename to ...
6949 (step_over_syscall): ... it.
6950
92fa70b0
YQ
69512016-03-03 Yao Qi <yao.qi@linaro.org>
6952
6953 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6954 If target supports condition evaluation on target, invoke
6955 break_cond_on_syscall for fork and vfork.
6956
e197ad3c
YQ
69572016-03-03 Yao Qi <yao.qi@linaro.org>
6958
6959 * gdb.base/disp-step-syscall.exp: Don't invoke
6960 support_displaced_stepping.
6961 (disp_step_cross_syscall): Test with displaced stepping off and
6962 on if supported.
6963
0b47da9f
YQ
69642016-03-03 Yao Qi <yao.qi@linaro.org>
6965
6966 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6967 proc.
6968 (setup): New proc.
6969 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6970 and setup.
6971
065ab6dc
BH
69722016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6973
6974 * gdb.fortran/vla-history.exp: Remove breakpoint.
6975
07e448ad 69762016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6977
25d49b86
PA
6978 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6979 exceeds timeout.
07e448ad 6980
9ac2d526 69812016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6982
25d49b86
PA
6983 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6984 breakpoint.
9ac2d526 6985
17807369
BH
69862016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6987
6988 * gdb.mi/vla.f90: Nullify pointer after declaration.
6989
86e501af
PA
69902016-03-01 Pedro Alves <palves@redhat.com>
6991
6992 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6993
1e903e32
PA
69942016-03-01 Pedro Alves <palves@redhat.com>
6995
6996 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6997 before anything else.
6998 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6999 _GNU_SOURCE here.
7000 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7001 before anything else.
7002 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7003
6ccb54e2
PA
70042016-03-01 Pedro Alves <palves@redhat.com>
7005
7006 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7007
30ca9da1
YQ
70082016-03-01 Yao Qi <yao.qi@linaro.org>
7009
7010 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7011 prepare_for_testing.
7012
dc856b38
YQ
70132016-03-01 Yao Qi <yao.qi@linaro.org>
7014
7015 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7016
4a932159
AA
70172016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7018
7019 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7020 manually constructing the output path.
7021
f2489477
AA
70222016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7023
7024 * gdb.arch/s390-stackless.S: New.
7025 * gdb.arch/s390-stackless.exp: New.
7026
38899f16
IB
70272016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
7028
7029 * gdb.dlang/circular.c: New file.
7030 * gdb.dlang/circular.exp: New file.
7031
9fde51ed
YQ
70322016-02-26 Yao Qi <yao.qi@linaro.org>
7033
7034 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7035 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7036 (testcases): Update.
7037
ce90fefe
YQ
70382016-02-26 Yao Qi <yao.qi@linaro.org>
7039
7040 * gdb.reverse/aarch64.c: Rename to ...
7041 * gdb.reverse/insn-reverse.c: ... it.
7042 * gdb.reverse/aarch64.exp: Rename to ...
7043 * gdb.reverse/insn-reverse.exp: ... it.
7044
3263bceb
YQ
70452016-02-26 Yao Qi <yao.qi@linaro.org>
7046
7047 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7048 (testcase_ftype): New.
7049 (testcases): New array.
7050 (n_testcases): New.
7051 (main): Call each element in testcases.
7052 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7053 (read_testcase): New.
7054 Do the tests in a loop.
7055
6cb59ff1
YQ
70562016-02-25 Yao Qi <yao.qi@linaro.org>
7057
7058 * gdb.base/branches.c: Remove.
7059
ae91f625
MK
70602016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7061
7062 PR gdb/13808
7063 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7064
678b48b7
MK
70652016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7066
7067 * gdb.trace/ftrace.exp: Remove unnecessary target check.
7068
7337a6f2
MK
70692016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7070
7071 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7072 change x86_64 call_insn to 'callq'.
7073
861ca91f
AT
70742016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7075
7076 * gdb.trace/tfile-avx.c: Move to...
7077 * gdb.trace/tracefile-pseudo-reg.c: Here.
7078 * gdb.trace/tfile-avx.exp: Move to...
7079 * gdb.trace/tracefile-pseudo-reg.exp: Here.
7080
bf74e428
GB
70812016-02-24 Gary Benson <gbenson@redhat.com>
7082
7083 * gdb.base/attach-pie-noexec.exp: Do not expect an error
7084 message on attach.
7085
cce0e923
DE
70862016-02-23 Doug Evans <dje@google.com>
7087
7088 * gdb.base/skip.c (test_skip): New function.
7089 (end_test_skip_file_and_function): New function.
7090 (test_skip_file_and_function): New function.
7091 * gdb.base/skip1.c (test_skip): New function.
7092 (skip1_test_skip_file_and_function): New function.
7093 * gdb.base/skip.exp: Add tests for new skip options.
7094 * gdb.base/skip-solib.exp: Update expected output.
7095 * gdb.perf/skip-command.cc: New file.
7096 * gdb.perf/skip-command.exp: New file.
7097 * gdb.perf/skip-command.py: New file.
7098
4000e47e
MK
70992016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7100
7101 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7102 info registers pattern.
7103
24f75ead
IB
71042016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7105
7106 * lib/future.exp: Add D support.
7107 (gdb_find_gdc): New proc.
7108 (gdb_default_target_compile): Add D support.
7109
fbb7bcbe
WW
71102016-02-18 Wei-cheng Wang <cole945@gmail.com>
7111
7112 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7113 user+system time.
7114 (trace_speed_test): Determine the iteration count for a time
7115 between 15..30 seconds.
7116
012b3a21
WT
71172016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7118
7119 * gdb.arch/i386-mpx-sigsegv.c: New file.
7120 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7121 * gdb.arch/i386-mpx-simple_segv.c: New file.
7122 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7123
2d5189bd
YQ
71242016-02-18 Yao Qi <yao.qi@linaro.org>
7125
7126 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7127 Don't call setup_kfail.
7128
40fb20d0
YQ
71292016-02-18 Yao Qi <yao.qi@linaro.org>
7130
7131 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7132 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7133
21b1f8d2
DE
71342016-02-16 Doug Evans <dje@google.com>
7135
7136 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7137 * gdb.base/skip1.c: Ditto.
7138 * gdb.base/skip.exp: Whitespace cleanup.
7139
4041ed77
DB
71402016-02-16 Don Breazeal <donb@codesourcery.com>
7141
7142 PR remote/19496
7143 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7144 Remove kfail for PR remote/19496.
7145
c4ef31bf
SM
71462016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7147
7148 * lib/gdb.exp (standard_temp_file): Return a path specific to
7149 the runtest invocation.
7150
266b65b3
SM
71512016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7152
7153 * gdb.trace/save-trace.exp: Change relative path to be in the
7154 standard output directory.
7155
a7a0a6a9
JK
71562016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7157
7158 * gdb.arch/i386-prologue.c: Add missing prototypes.
7159
c99dbb42
JK
71602016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7161
7162 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7163 * gdb.arch/i386-prologue.exp: Likewise.
7164 * gdb.arch/i386-size.exp: Likewise.
7165
aa480355
SM
71662016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7167
7168 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7169 define object file path.
7170 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7171 file path.
7172 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7173 standard_output_file to define binfile.
7174
ba881f50
JK
71752016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7176
7177 Fix compatibility with recent gfortran-5.3.1.
7178 * gdb.fortran/vla-history.exp (print vla1 allocated)
7179 (print vla2 allocated, print $2, print $3): Remove
7180 (print $4): Rename to ...
7181 (print $2): ... here.
7182 (print $9): Rename to ...
7183 (print $5): ... here.
7184 (print $10): Rename to ...
7185 (print $6): ... here.
7186 * gdb.fortran/vla.f90: Add pvla initialization.
7187
e9fb005c
JK
71882016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7189
7190 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7191 New test.
7192 * gdb.fortran/vla-value-sub.exp: Likewise.
7193
e44e00ff
MK
71942016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7195
7196 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7197
97e94151
SM
71982016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7199
7200 * i386-biarch-core.exp: Define corefile using
7201 standard_output_file.
7202
01113bc1
YQ
72032016-02-12 Yao Qi <yao.qi@linaro.org>
7204
7205 * gdb.arch/arm-single-step-kernel-helper.c: New.
7206 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7207
33b4777c
MM
72082016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7209
7210 * gdb.btrace/tailcall-only.exp: New.
7211 * gdb.btrace/tailcall-only.c: New.
7212 * gdb.btrace/x86_64-tailcall-only.S: New.
7213 * gdb.btrace/i686-tailcall-only.S: New.
7214
acc23c11
PA
72152016-02-11 Pedro Alves <palves@redhat.com>
7216
7217 * README (Parallel testing): Add missing double quotes.
7218
e352bf0a
PA
72192016-02-11 Pedro Alves <palves@redhat.com>
7220
7221 * README (Parallel testing): New section.
7222 (GDB_PARALLEL): Rewrite.
7223 (FORCE_PARALLEL): Document.
7224
9f5fed78
MK
72252016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7226
7227 * gdb.trace/tfile-avx.c: New test.
7228 * gdb.trace/tfile-avx.exp: New test.
7229
9ef9e6a6
KS
72302016-02-09 Keith Seitz <keiths@redhat.com>
7231
7232 PR breakpoints/19546
7233 * gdb.base/infcall-exec.c: New file.
7234 * gdb.base/infcall-exec2.c: New file.
7235 * gdb.base/infcall-exec.exp: New file.
7236
a96e36da
KS
72372016-02-09 Keith Seitz <keiths@redhat.com>
7238
7239 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7240 (toplevel): Call test_bkpt_address.
7241
9f61929f
KS
72422016-02-09 Keith Seitz <keiths@redhat.com>
7243
7244 PR python/19506
7245 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7246 (toplevel): Call test_bkpt_address.
7247
1e94266c
SM
72482016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7249
7250 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7251 to AC_OUTPUT.
7252 * configure: Regenerate.
7253
2a7f3dff
PA
72542016-02-09 Pedro Alves <palves@redhat.com>
7255
7256 PR breakpoints/19548
7257 * gdb.base/execl-update-breakpoints.c (some_function): New
7258 function.
7259 (main): Call it.
7260 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7261 Tighten expected GDB output.
7262
2151ccc5
SM
72632016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7264
7265 * Makefile.in (ALL_SUBDIRS): Remove.
7266 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7267 (distclean maintainer-clean realclean): Likewise.
7268 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7269 * configure: Regenerate.
7270 * gdb.ada/Makefile.in: Delete.
7271 * gdb.arch/Makefile.in: Likewise.
7272 * gdb.asm/Makefile.in: Likewise.
7273 * gdb.base/Makefile.in: Likewise.
7274 * gdb.btrace/Makefile.in: Likewise.
7275 * gdb.cell/Makefile.in: Likewise.
7276 * gdb.compile/Makefile.in: Likewise.
7277 * gdb.cp/Makefile.in: Likewise.
7278 * gdb.disasm/Makefile.in: Likewise.
7279 * gdb.dlang/Makefile.in: Likewise.
7280 * gdb.dwarf2/Makefile.in: Likewise.
7281 * gdb.fortran/Makefile.in: Likewise.
7282 * gdb.gdb/Makefile.in: Likewise.
7283 * gdb.go/Makefile.in: Likewise.
7284 * gdb.guile/Makefile.in: Likewise.
7285 * gdb.java/Makefile.in: Likewise.
7286 * gdb.linespec/Makefile.in: Likewise.
7287 * gdb.mi/Makefile.in: Likewise.
7288 * gdb.modula2/Makefile.in: Likewise.
7289 * gdb.multi/Makefile.in: Likewise.
7290 * gdb.objc/Makefile.in: Likewise.
7291 * gdb.opencl/Makefile.in: Likewise.
7292 * gdb.opt/Makefile.in: Likewise.
7293 * gdb.pascal/Makefile.in: Likewise.
7294 * gdb.perf/Makefile.in: Likewise.
7295 * gdb.python/Makefile.in: Likewise.
7296 * gdb.reverse/Makefile.in: Likewise.
7297 * gdb.server/Makefile.in: Likewise.
7298 * gdb.stabs/Makefile.in: Likewise.
7299 * gdb.threads/Makefile.in: Likewise.
7300 * gdb.trace/Makefile.in: Likewise.
7301 * gdb.xml/Makefile.in: Likewise.
7302 * lib/gdb.exp (make_gdb_parallel_path): Add check for
7303 GDB_PARALLEL.
7304 (standard_output_file): Remove check for GDB_PARALLEL, always
7305 return path in outputs/$subdir/$testname.
7306
437277d4
SM
73072016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7308
7309 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7310 (site.exp): Assign abs_srcdir to tcl's srcdir.
7311
31d913c7
YQ
73122016-02-04 Yao Qi <yao.qi@linaro.org>
7313
7314 * gdb.base/foll-exec-mode.c: Include limits.h.
7315 (main): Add parameters argc and argv. Get directory from
7316 argv[0].
7317 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7318 compilation.
7319 * gdb.base/foll-exec.c: Include limits.h.
7320 (main): Add parameters argc and argv.
7321 Get directory from argv[0].
7322 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7323 Adjust tests on the number of lines as source code changed.
7324 * gdb.base/foll-vfork-exit.c: Include limits.h.
7325 (main): Add one line of statement before vfork.
7326 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7327 (main): Add parameters argc and argv. Get directory from
7328 argv[0].
7329 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7330 (setup_gdb): Set tbreak to skip some source lines.
7331 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7332 (main): Add parameters argc and argv. Get directory from
7333 argv[0].
7334 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7335 compilation.
7336 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7337 (main): Add parameters argc and argv. Get directory from
7338 argv[0].
7339 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7340 compilation.
7341
9482b9fb
DE
73422016-02-01 Doug Evans <dje@google.com>
7343
7344 * gdb.base/skip.exp: Clean up multiple references to same test name.
7345
6b2e4f10
PA
73462016-02-01 Pedro Alves <palves@redhat.com>
7347
ccb6afd6 7348 PR remote/19496
6b2e4f10
PA
7349 * gdb.threads/forking-threads-plus-breakpoint.exp
7350 (displaced_stepping_supported): New global.
7351 (probe_displaced_stepping_support): New procedure.
7352 (do_test): Add 'displaced' parameter, and use it.
7353 (top level): Check for displaced stepping support. Add displaced
7354 stepping on/off testing axis.
7355
37a8db1a
AB
73562016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7357
7358 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7359 pointer. Don't perform further tests on the unassociated pointer
7360 if the first test fails.
7361
5fdf6324
AB
73622016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7363
7364 * gdb.base/max-value-size.c: New file.
7365 * gdb.base/max-value-size.exp: New file.
7366 * gdb.base/huge.exp: Disable max-value-size for this test.
7367
935c6144
IB
73682016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7369
7370 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7371
7fe8399d
YQ
73722016-01-28 Yao Qi <yao.qi@linaro.org>
7373
7374 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7375
a2077e25
PA
73762016-01-25 Pedro Alves <palves@redhat.com>
7377
7378 PR threads/19461
7379 * gdb.base/fork-running-state.c: New file.
7380 * gdb.base/fork-running-state.exp: New file.
7381
1d2736d4
PA
73822016-01-25 Pedro Alves <palves@redhat.com>
7383
7384 PR gdb/19494
7385 * gdb.base/catch-fork-kill.c: New file.
7386 * gdb.base/catch-fork-kill.exp: New file.
7387
f1da4b11
PA
73882016-01-25 Pedro Alves <palves@redhat.com>
7389
7390 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7391 Delete, moved to lib/gdb.exp.
7392 * gdb.threads/forking-threads-plus-breakpoint.exp
7393 (foreach_with_prefix): Likewise.
7394 * gdb.threads/process-dies-while-handling-bp.exp
7395 (foreach_with_prefix): Likewise.
7396 * lib/gdb.exp (foreach_with_prefix): New procedure.
7397
45f38546
MK
73982016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7399
7400 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7401 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7402
dc29a1ce
MK
74032016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7404
7405 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7406 endian targets.
7407
092127d7
JK
74082016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7409 Pedro Alves <palves@redhat.com>
7410
7411 Fix testsuite compatibility with Guile.
7412 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7413 number.
7414
31d765d3
JK
74152016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7416
7417 Fix testsuite compatibility with Guile.
7418 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7419 (thread 1): New test for backtrace through signal handler.
7420
1ac78c04
YQ
74212016-01-22 Yao Qi <yao.qi@linaro.org>
7422
7423 PR testsuite/19491
7424 * gdb.base/multi-forks.c: Include
7425 ../lib/unbuffer_output.c
7426 (main): Call gdb_unbuffer_output.
7427
4f5946a8
DE
74282016-01-21 Doug Evans <dje@google.com>
7429
7430 * lib/ada.exp (gdb_compile_ada): Fix typo.
7431
305e13e6
JB
74322016-01-21 Joel Brobecker <brobecker@adacore.com>
7433
7434 * gdb.base/break-fun-addr.exp: New file.
7435 * gdb.base/break-fun-addr1.c: New file.
7436 * gdb.base/break-fun-addr2.c: New file.
7437
5f5dfff6
SM
74382016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7439
7440 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7441 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7442 enum flag values.
7443
fd356fa2
AA
74442016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7445
7446 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7447 when GDB can not set the vector return value. Add more comments
7448 for clarification.
7449
9df22175
AT
74502016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
7451
7452 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
7453 command.
7454
41d1845e
SM
74552016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7456
7457 * Makefile.in (DO_RUNTEST): Add --status and update usages.
7458
01ac6840
SM
74592016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7460
7461 * Makefile.in (check-single): Pass --status to runtest.
7462 (check/%.exp): Likewise.
7463
74642016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7465
7466 * Makefile.in (check-parallel): Propagate return code from make
7467 do-check-parallel.
7468
bd0a71fa
MK
74692016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
7470
7471 * gdb.trace/ftrace.exp: Fix expected message on continue.
7472 * gdb.trace/pending.exp: Fix expected message on continue.
7473 * gdb.trace/trace-break.exp: Fix expected message on continue.
7474
8bcbad33
SM
74752016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7476
7477 * lib/gdb.exp (gdb_test): Remove unused global references.
7478
f303dbd6
PA
74792016-01-18 Pedro Alves <palves@redhat.com>
7480
7481 * gdb.base/async-shell.exp: Adjust expected output.
7482 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7483 * gdb.base/siginfo-thread.exp: Adjust expected output.
7484 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7485 * gdb.java/jnpe.exp: Adjust expected output.
7486 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7487 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7488 * gdb.threads/leader-exit.exp: Adjust expected output.
7489 * gdb.threads/manythreads.exp: Adjust expected output.
7490 * gdb.threads/pthreads.exp: Adjust expected output.
7491 * gdb.threads/schedlock.exp: Adjust expected output.
7492 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7493 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7494 expected output.
7495 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7496 output.
7497 * gdb.threads/sigthread.exp: Adjust expected output.
7498 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7499
b2789696
YQ
75002016-01-18 Yao Qi <yao.qi@linaro.org>
7501
7502 * gdb.guile/scm-section-script.c: Replace @progbits with
7503 %progbits.
7504 * gdb.python/py-section-script.c: Likewise.
7505
71ef29a8
PA
75062016-01-15 Pedro Alves <palves@redhat.com>
7507
7508 * gdb.multi/tids.exp: Test star wildcard ranges.
7509
3f5b7598
PA
75102016-01-15 Pedro Alves <palves@redhat.com>
7511
7512 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7513 command from "thread apply" invocation.
7514 (thr_apply_info_thr_invalid): Default the expected output to the
7515 input tid list.
7516 (top level): Add tests that use convenience variables. Add tests
7517 for "thread apply" with a valid TID list, but missing the command.
7518
663f6d42
PA
75192016-01-13 Pedro Alves <palves@redhat.com>
7520
7521 * gdb.base/default.exp: Expect $_gthread as well.
7522 * gdb.multi/tids.exp: Test $_gthread.
7523 * gdb.threads/thread-specific.exp: Test $_gthread.
7524
c84f6bbf
PA
75252016-01-13 Pedro Alves <palves@redhat.com>
7526
7527 * gdb.multi/tids.exp: Test "info threads -gid".
7528
22a02324
PA
75292016-01-13 Pedro Alves <palves@redhat.com>
7530
7531 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7532 Breakpoint.thread.
7533 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7534
5d5658a1
PA
75352016-01-07 Pedro Alves <palves@redhat.com>
7536
7537 * gdb.base/break.exp: Adjust to output changes.
7538 * gdb.base/hbreak2.exp: Likewise.
7539 * gdb.base/sepdebug.exp: Likewise.
7540 * gdb.base/watch_thread_num.exp: Likewise.
7541 * gdb.linespec/keywords.exp: Likewise.
7542 * gdb.multi/info-threads.exp: Likewise.
7543 * gdb.threads/thread-find.exp: Likewise.
7544 * gdb.multi/tids.c: New file.
7545 * gdb.multi/tids.exp: New file.
7546
84654457
PA
75472016-01-13 Pedro Alves <palves@redhat.com>
7548
7549 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7550
e3940304
PA
75512016-01-13 Pedro Alves <palves@redhat.com>
7552
7553 * gdb.base/default.exp: Expect $_inferior as well.
7554 * gdb.multi/base.exp: Test $_inferior.
7555
a911d87a
PA
75562016-01-13 Pedro Alves <palves@redhat.com>
7557
7558 PR breakpoints/19388
7559 * gdb.base/catch-signal-siginfo-cond.c: New file.
7560 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7561
82075af2
JS
75622016-01-12 Josh Stone <jistone@redhat.com>
7563 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7564
7565 * gdb.base/catch-syscall.c (do_execve): New variable.
7566 (main): Conditionally trigger an execve.
7567 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7568 (test_catch_syscall_execve): New, check entry/return across execve.
7569 (do_syscall_tests): Call test_catch_syscall_execve.
7570
e46eeedd
PA
75712016-01-12 Pedro Alves <palves@redhat.com>
7572
7573 * gdb.base/random-signal.exp (do_test): New procedure, with body
7574 of testcase moved in.
7575
01d8c27e
JK
75762016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7577 Pedro Alves <palves@redhat.com>
7578
7579 * gdb.base/funcargs.exp (finish from indirectly called function):
7580 Reintroduce the case for 'First'.
7581
9a706302
JK
75822016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7583 Pedro Alves <palves@redhat.com>
7584
7585 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7586 (tcatch_vfork_then_child_follow_exec)
7587 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7588 identification.
7589
c0ecb95f
JK
75902016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7591
7592 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7593 and repeats to unlimited.
7594 * gdb.python/py-value.exp: Likewise.
7595 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7596 and repeats to unlimited.
7597
6cfc1fcb
JK
75982016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7599
7600 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7601 and reordering the functions.
7602 * gdb.multi/hangout.c: Likewise.
7603 * gdb.multi/hello.c: Likewise.
7604
582a1b00
SM
76052016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7606
7607 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7608 absolute.
7609 (SingleStatisticTestResult.report): Use dict.keys instead of
7610 dict.iterkeys.
7611
79bc59cb
PA
76122016-01-06 Pedro Alves <palves@redhat.com>
7613
7614 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7615
43368e1d
MM
76162016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7617
7618 * gdb.btrace/dlopen.exp: New.
7619 * gdb.btrace/dlopen.c: New.
7620 * gdb.btrace/dlopen-dso.c: New.
7621
79fad5b8
SL
76222015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7623
7624 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7625 PATTERN argument is optional.
7626
ab8314b3
JB
76272015-12-24 Joel Brobecker <brobecker@adacore.com>
7628
7629 * lib/ada.exp (target_compile_ada_from_dir): New function.
7630 (gdb_compile_ada): Reimplement avoiding the use of project files.
7631 * gdb.ada/gnat_ada.gpr: Delete.
7632 * gdb.ada/cond_lang.exp: Adjust test to make path before
7633 filename optional.
7634 * gdb.ada/small_reg_param.exp: Likewise.
7635
fe33faff
SM
76362015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7637
7638 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7639
6d265cb4
TP
76402015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7641
7642 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7643 case.
7644
10125099
SM
76452015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7646
7647 * gdb.base/break.exp: Remove dead code.
7648 * gdb.base/sepdebug.exp: Likewise.
7649
3ca22649
SM
76502015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7651
7652 * gdb.asm/asm-source.exp: Remove HP-UX references.
7653 * gdb.base/annota1.exp: Likewise.
7654 * gdb.base/annota3.exp: Likewise.
7655 * gdb.base/attach.exp: Likewise.
7656 * gdb.base/bigcore.exp: Likewise.
7657 * gdb.base/break.exp: Likewise.
7658 * gdb.base/call-ar-st.exp: Likewise.
7659 * gdb.base/callfuncs.exp: Likewise.
7660 * gdb.base/catch-fork-static.exp: Likewise.
7661 * gdb.base/display.exp: Likewise.
7662 * gdb.base/foll-exec-mode.exp: Likewise.
7663 * gdb.base/foll-exec.exp: Likewise.
7664 * gdb.base/foll-fork.exp: Likewise.
7665 * gdb.base/foll-vfork.exp: Likewise.
7666 * gdb.base/funcargs.exp: Likewise.
7667 * gdb.base/hbreak2.exp: Likewise.
7668 * gdb.base/inferior-died.exp: Likewise.
7669 * gdb.base/interrupt.exp: Likewise.
7670 * gdb.base/multi-forks.exp: Likewise.
7671 * gdb.base/nodebug.exp: Likewise.
7672 * gdb.base/sepdebug.exp: Likewise.
7673 * gdb.base/solib1.c: Likewise.
7674 * gdb.base/step-test.exp: Likewise.
7675 * gdb.mi/non-stop.c: Likewise.
7676 * gdb.mi/pthreads.c: Likewise.
7677 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7678 * gdb.threads/pthreads.c: Likewise.
7679 * gdb.threads/staticthreads.exp: Likewise.
7680 * lib/future.exp: Likewise.
7681 * lib/gdb.exp: Likewise.
7682 * gdb.base/so-indr-cl.c: Remove.
7683 * gdb.base/so-indr-cl.exp: Likewise.
7684 * gdb.base/solib.c: Likewise.
7685 * gdb.base/solib.exp: Likewise.
7686 * gdb.base/solib2.c: Likewise.
7687
b6304613
SM
76882015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7689
7690 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7691 * gdb.base/call-ar-st.exp: Likewise.
7692 * gdb.base/callfuncs.exp: Likewise.
7693 * gdb.base/condbreak.exp: Likewise.
7694 * gdb.base/constvars.exp: Likewise.
7695 * gdb.base/hbreak2.exp: Likewise.
7696 * gdb.base/langs.exp: Likewise.
7697 * gdb.base/list.exp: Likewise.
7698 * gdb.base/long_long.exp: Likewise.
7699 * gdb.base/ptype.exp: Likewise.
7700 * gdb.base/scope.exp: Likewise.
7701 * gdb.base/signals.exp: Likewise.
7702 * gdb.base/so-impl-ld.exp: Likewise.
7703 * gdb.base/varargs.exp: Likewise.
7704 * gdb.base/volatile.exp: Likewise.
7705 * gdb.base/whatis.exp: Likewise.
7706 * gdb.cp/cplusfuncs.exp: Likewise.
7707 * gdb.cp/inherit.exp: Likewise.
7708 * gdb.cp/local.exp: Likewise.
7709 * gdb.cp/member-ptr.exp: Likewise.
7710 * gdb.cp/method.exp: Likewise.
7711 * gdb.cp/overload.exp: Likewise.
7712 * gdb.cp/templates.exp: Likewise.
7713 * gdb.stabs/weird.exp: Likewise.
7714 * lib/compiler.c: Likewise.
7715 * lib/compiler.cc: Likewise.
7716 * lib/cp-support.exp: Likewise.
7717 * lib/gdb.exp: Likewise.
7718
bf401b07
SM
77192015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7720
7721 * configure.ac: Remove HP-UX case.
7722 * configure: Regenerate.
7723
aff9c0f8
SM
77242015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7725
7726 * lib/gdb.exp (gdb_compile): Add function doc.
7727
a6904d5a
PA
77282015-12-17 Pedro Alves <palves@redhat.com>
7729
7730 PR threads/19354
7731 * gdb.multi/info-threads.exp: New file.
7732
a22279dd
YQ
77332015-12-15 Yao Qi <yao.qi@linaro.org>
7734
7735 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7736 is aarch64*-*-*.
7737
0588c796
SL
77382015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7739
7740 * gdb.base/history-duplicates.exp: Skip if no readline support.
7741
5d978e17
SL
77422015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7743
7744 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7745
7e763b86
SL
77462015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7747
7748 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7749
87a3a92c
SL
77502015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7751
7752 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7753 ctrl-C if nointerrupts target property is set.
7754 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7755 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7756 * gdb.base/paginate-bg-execution.exp: Likewise.
7757 * gdb.base/paginate-execution-startup.exp: Likewise.
7758 * gdb.base/random-signal.exp: Likewise.
7759 * gdb.base/range-stepping.exp: Likewise.
7760 * gdb.cp/annota2.exp: Likewise.
7761 * gdb.cp/annota3.exp: Likewise.
7762 * gdb.gdb/selftest.exp: Likewise.
7763 * gdb.threads/continue-pending-status.exp: Likewise.
7764 * gdb.threads/leader-exit.exp: Likewise.
7765 * gdb.threads/manythreads.exp: Likewise.
7766 * gdb.threads/pthreads.exp: Likewise.
7767 * gdb.threads/schedlock.exp: Likewise.
7768 * gdb.threads/sigthread.exp: Likewise.
7769
a8f077dc
DB
77702015-12-11 Don Breazeal <donb@codesourcery.com>
7771
7772 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7773 remote.
7774 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7775 * gdb.base/foll-exec.exp (main): Enable for target remote.
7776 * gdb.base/foll-fork.exp (main): Likewise.
7777 * gdb.base/foll-vfork.exp (main): Likewise.
7778 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7779 (proc continue_to_exit_bp_loc): Use clean_restart.
7780 * gdb.base/pie-execl.exp (main): Disable for target remote.
7781 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7782 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7783 * gdb.threads/execl.exp (main): Likewise.
7784 * gdb.threads/fork-child-threads.exp (main): Likewise.
7785 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7786 remote.
7787 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7788 remote.
7789 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7790 pid.tid style ptids, instead of just tid.
7791 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7792 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7793 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7794 ptids, instead of just tid.
7795
3b2464a8
AB
77962015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7797
7798 * gdb.base/list.exp (test_list_forward): Add end of file error
7799 test.
7800 (test_repeat_list_command): Add end of file error test.
7801 (test_list_backwards): Add beginning of file error test.
7802
a0def019
AB
78032015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7804
7805 * gdb.base/list.exp (test_list_invalid_args): New function,
7806 defined, and called.
7807
5c000dff
AB
78082015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7809
7810 * gdb.base/list.exp (test_list): Make test names unique.
7811
f1637ebe
YQ
78122015-12-11 Yao Qi <yao.qi@linaro.org>
7813
7814 * gdb.base/coremaker2.c: Remove.
7815
36d6fc0a
PA
78162015-12-10 Pedro Alves <palves@redhat.com>
7817
7818 * gdb.multi/base.exp: Remove stale "spaces" references.
7819
762f7747
PA
78202015-12-10 Pedro Alves <palves@redhat.com>
7821
7822 * gdb.multi/base.exp: Don't use nowarnings.
7823 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7824 * gdb.multi/hangout.c: Include stdio.h.
7825 * gdb.multi/hello.c: Include stdlib.h.
7826 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7827 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7828 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7829
28d2bfb9
AB
78302015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7831
7832 * gdb.dwarf2/dw2-ranges-base.c: New file.
7833 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7834 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7835 support additional line table, and debug ranges generation.
7836 (Dwarf::ranges): New function, generate .debug_ranges.
7837 (Dwarf::lines): Support generating simple line table programs.
7838 (Dwarf::assemble): Initialise new namespace variables.
7839
5fc2beac
KB
78402015-12-09 Kevin Buettner <kevinb@redhat.com>
7841
7842 * gdb.base/async.exp (proc test_background): Add case for
7843 asynchronous execution not supported.
7844
1c35a88f
LM
78452015-12-09 Luis Machado <lgustavo@codesourcery.com>
7846
7847 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7848 format and change test names to make them unique.
7849
b593e3d9
RK
78502015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7851 Pedro Alves <pedro@redhat.com>
7852
7853 PR gdb/18702
7854 Add checking of floatformats setup on x86_64 hosts.
7855 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7856 (smallval, bigval): New labels/constants.
7857 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7858 float" after loading bigval and smallval.
7859
d72413e6
PMR
78602015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7861
7862 * gdb.ada/fun_overload_menu.exp: New testcase.
7863 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7864
ece66d65
JS
78652015-12-04 Josh Stone <jistone@redhat.com>
7866
7867 * gdb.base/catch-fork-static.exp: New.
7868
41d0efca
YQ
78692015-12-03 Yao Qi <yao.qi@linaro.org>
7870
7871 * gdb.base/sizeof.c: Don't include stdio.h and
7872 ../lib/unbuffer_output.c.
7873 (main): New variable 'size' and 'value'. Remove printf and
7874 gdb_unbuffer_output. Assign return value to size and value.
7875 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7876 at the beginning.
7877 (check_sizeof): Check the result by printing variable 'size'.
7878 (check_valueof): Check the result by printing variable 'value'.
7879
99fd02d9
YQ
78802015-12-01 Yao Qi <yao.qi@linaro.org>
7881
7882 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7883 for aarch64*-*-linux* target.
7884
f2faf941
PA
78852015-11-30 Pedro Alves <palves@redhat.com>
7886
7887 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7888
04bf20c5
PA
78892015-11-30 Pedro Alves <palves@redhat.com>
7890
7891 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7892 Handle non-stop mode vCont replies.
7893
09df4675
PA
78942015-11-30 Pedro Alves <palves@redhat.com>
7895
7896 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7897 prepare_for_testing. Start gdb with "set non-stop on" appended to
7898 GDBFLAGS. Lax expected stop output.
7899
58b584af
YQ
79002015-11-27 Yao Qi <yao.qi@linaro.org>
7901
7902 * gdb.arch/arm-neon.exp: New.
7903 * gdb.arch/arm-neon.c: New.
7904
dfcb77a8
YQ
79052015-11-27 Yao Qi <yao.qi@linaro.org>
7906
7907 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7908
88e8ec1b
YQ
79092015-11-27 Yao Qi <yao.qi@linaro.org>
7910
7911 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7912 frames-invalid annotation.
7913
bfde72c2
YQ
79142015-11-27 Yao Qi <yao.qi@linaro.org>
7915
7916 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7917
f6512a69
SM
79182015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7919
7920 * gdb.threads/names.exp: New file.
7921 * gdb.threads/names.c: New file.
7922 * README: Mention gdb,no_thread_names.
7923
46a3515b
MM
79242015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7925
7926 PR 19297
7927 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7928 support" error.
7929
62147a22
PA
79302015-11-24 Pedro Alves <palves@redhat.com>
7931
7932 PR 17539
7933 * gdb.base/display.exp: Expect displays to be sorted in ascending
7934 order. Use multi_line.
7935 * gdb.base/solib-display.exp: Likewise.
7936
2f341b6e
PA
79372015-11-24 Pedro Alves <palves@redhat.com>
7938
7939 PR 17539
25d49b86
PA
7940 * gdb.base/display.exp: Expect displays to be sorted in ascending
7941 order. Use multi_line.
7942 * gdb.base/solib-display.exp: Likewise.
2f341b6e 7943
7e0aa6aa
PA
79442015-11-24 Pedro Alves <palves@redhat.com>
7945
7946 PR 17539
7947 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7948 threads in ascending order.
7949 * gdb.base/foll-fork.exp: Likewise.
7950 * gdb.base/foll-vfork.exp: Likewise.
7951 * gdb.base/multi-forks.exp: Likewise.
7952 * gdb.mi/mi-nonstop.exp: Likewise.
7953 * gdb.mi/mi-nsintrall.exp: Likewise.
7954 * gdb.multi/base.exp: Likewise.
7955 * gdb.multi/multi-arch.exp: Likewise.
7956 * gdb.python/py-inferior.exp: Likewise.
7957 * gdb.threads/break-while-running.exp: Likewise.
7958 * gdb.threads/execl.exp: Likewise.
7959 * gdb.threads/gcore-thread.exp: Likewise.
7960 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7961 * gdb.threads/kill.exp: Likewise.
7962 * gdb.threads/linux-dp.exp: Likewise.
7963 * gdb.threads/multiple-step-overs.exp: Likewise.
7964 * gdb.threads/next-bp-other-thread.exp: Likewise.
7965 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7966 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7967 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7968 * gdb.threads/thread-find.exp: Likewise.
7969 * gdb.threads/tls.exp: Likewise.
7970 * lib/mi-support.exp (mi_reverse_list): Delete.
7971 (mi_check_thread_states): No longer reverse list.
7972
2cc57ad8
PA
79732015-11-24 Pedro Alves <palves@redhat.com>
7974
7975 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7976 use lowercase.
7977
c93e8391
SM
79782015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7979
7980 * gdb.trace/actions.c: Include trace-common.h.
7981 (main): Add a location for a fast tracepoint.
7982 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7983 the normal tracepoints.
7984 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7985
045ccf91
SM
79862015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7987
7988 * save-trace.exp: Factor out code to these...
7989 (gdb_save_tracepoints): New.
7990 (gdb_load_tracepoints): New.
7991 (do_save_load_test): New.
7992
5506f9f6
KB
79932015-11-23 Kevin Buettner <kevinb@redhat.com>
7994
7995 * gdb.base/asmlabel.exp: New test.
7996 * gdb.base/asmlabel.c: New test case.
7997
16c3b12f
JB
79982015-11-23 Joel Brobecker <brobecker@adacore.com>
7999
8000 * gdb.base/wrong_frame_bt_full-main.c: New file.
8001 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8002 * gdb.base/wrong_frame_bt_full.exp: New file.
8003
155bfbd3
JB
80042015-11-23 Joel Brobecker <brobecker@adacore.com>
8005
8006 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8007
bb097445
JM
80082015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8009
206853a0 8010 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
8011 pstate register when comparing registers values in
8012 sparc64-*-linux-gnu targets to avoid spurious differences.
8013
9c88ed8f
JM
80142015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8015
206853a0 8016 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 8017
96161e25
SL
80182015-11-19 Sandra Loosemore <sandra@codesourcery.com>
8019
8020 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8021 as type argument to gdb_compile.
8022 * gdb.base/nested-subp2.exp: Likewise.
8023 * gdb.base/nested-subp3.exp: Likewise.
8024
340c2830
DV
80252015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
8026
8027 * lib/dwarf.exp (_note): Fix left shift of negative value.
8028 * gdb.trace/trace-condition.exp: Likewise.
8029
c1862d0f
YQ
80302015-11-13 Yao Qi <yao.qi@linaro.org>
8031
8032 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8033 comments about d10v.
8034 (test_scalar_returns): Likewise.
8035 * gdb.base/d10v.ld: Remove.
8036 * gdb.base/overlays.exp: Remove the target triplet checking for
8037 d10v-*-*.
8038 * gdb.base/structs.exp (test_struct_returns): Remove the
8039 comments about d10v.
8040 (test_struct_calls): Likewise.
8041
77ae9c19
YQ
80422015-11-13 Yao Qi <yao.qi@linaro.org>
8043
8044 * gdb.base/gnu_vector.exp: Check the return value by "p res".
8045 * gdb.base/gnu_vector.c: Don't include stdio.h.
8046 (main): Don't print res and call add_some_intvecs.
8047
430e004e
MK
80482015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
8049
8050 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8051 macro.
8052 (func5): Removed.
8053 (func4): Use FAST_TRACEPOINT_LABEL.
8054 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8055 macro.
8056 (func): Removed.
8057 (thread_function): Use FAST_TRACEPOINT_LABEL.
8058 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8059 (func): Remove.
8060 (marker): Use FAST_TRACEPOINT_LABEL.
8061 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8062 (pendfunc1): Remove.
8063 (pendfunc): Use FAST_TRACEPOINT_LABEL.
8064 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8065 (foo): Remove.
8066 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8067 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8068 macro.
8069 (func): Remove.
8070 (marker): Use FAST_TRACEPOINT_LABEL.
8071 * gdb.trace/trace-common.h: New header.
8072 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8073 macro.
8074 (func): Remove.
8075 (marker): Use FAST_TRACEPOINT_LABEL.
8076 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8077 (func): Remove.
8078 (thread_function): Use FAST_TRACEPOINT_LABEL.
8079
6e7675a7
MK
80802015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
8081
8082 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8083 in front.
8084 * gdb.trace/change-loc.exp: Use global pcreg definition.
8085 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8086 * gdb.trace/entry-values.exp: Use global spreg definition, add $
8087 in front.
8088 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8089 * gdb.trace/pending.exp: Likewise.
8090 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8091 * gdb.trace/trace-break.exp: Likewise.
8092 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8093 in front.
8094 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8095 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8096 in front.
8097 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8098
dddc0e16
JB
80992015-11-09 Joel Brobecker <brobecker@adacore.com>
8100
8101 * gdb.ada/fin_fun_out: New testcase.
8102
c6f0b406
KB
81032015-11-07 Kevin Buettner <kevinb@redhat.com>
8104
8105 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8106 value associated with DW_AT_byte_size.
8107 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8108 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8109 DW_AT_upper_bound.
8110
f01dcfd9
KB
81112015-11-07 Kevin Buettner <kevinb@redhat.com>
8112
8113 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8114 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8115 version.
8116 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8117 gdb.dwarf2/dw2-canonicalize-type.exp,
8118 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8119 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8120 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8121 provided by gdb_target_symbol_prefix_flags_asm.
8122 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8123 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8124 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8125 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8126 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8127 macros where needed). Use this macro for symbols which require
8128 the prefix provided by SYMBOL_PREFIX.
8129
2223449a
KB
81302015-11-05 Kevin Buettner <kevinb@redhat.com>
8131
8132 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8133 New procs.
8134 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8135 representing expressions, of more than one list element.
8136 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8137 to prepend linker symbol prefix to f.
8138 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8139 table_1 and table_2.
8140 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8141 Likewise, for f and g.
8142 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8143 for ptr.
8144 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8145 for main.
8146 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8147 table_1_ptr and table_2_ptr.
8148
6f2f1a3a
JK
81492015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8150 Joel Brobecker <brobecker@adacore.com>
8151
8152 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8153
566c56c9
MK
81542015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8155
8156 * gdb.reverse/s390-mvcle.c: New test.
8157 * gdb.reverse/s390-mvcle.exp: New file.
8158 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8159
d5f0636b
MK
81602015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8161
8162 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8163
7ad8b86c
MK
81642015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8165
8166 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8167 reaching marker2.
8168 * gdb.reverse/getresuid-reverse.exp: Likewise.
8169 * gdb.reverse/pipe-reverse.exp: Likewise.
8170 * gdb.reverse/readv-reverse.exp: Likewise.
8171 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8172 * gdb.reverse/time-reverse.exp: Likewise.
8173 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8174
4081c0f1
YQ
81752015-10-30 Yao Qi <yao.qi@linaro.org>
8176
8177 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8178 (empty_cycle): Remove.
8179 (main): Don't call empty_cycle. Don't use watch_count_done.
8180 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8181 empty_cycle. Rewrite the code counting HW watchpoints.
8182
452b4ba5
MK
81832015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8184
8185 * gdb.reverse/fstatat-reverse.c: New test.
8186 * gdb.reverse/fstatat-reverse.exp: New file.
8187 * gdb.reverse/getresuid-reverse.c: New test.
8188 * gdb.reverse/getresuid-reverse.exp: New file.
8189 * gdb.reverse/pipe-reverse.c: New test.
8190 * gdb.reverse/pipe-reverse.exp: New file.
8191 * gdb.reverse/readv-reverse.c: New test.
8192 * gdb.reverse/readv-reverse.exp: New file.
8193 * gdb.reverse/recvmsg-reverse.c: New test.
8194 * gdb.reverse/recvmsg-reverse.exp: New file.
8195 * gdb.reverse/time-reverse.c: New test.
8196 * gdb.reverse/time-reverse.exp: New file.
8197 * gdb.reverse/waitpid-reverse.c: New test.
8198 * gdb.reverse/waitpid-reverse.exp: New file.
8199
5e2e7507
JK
82002015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8201
8202 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8203
0fde2c53
DE
82042015-10-26 Doug Evans <dje@google.com>
8205
8206 PR symtab/17391
8207 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8208 * gdb.dwarf2/bad-regnum.c: New file.
8209 * gdb.dwarf2/bad-regnum.exp: New file.
8210
1a70ae97
DE
82112015-10-26 Doug Evans <dje@google.com>
8212
8213 PR python/18938
8214 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8215 file.
8216
27dc26ab
JK
82172015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8218
8219 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8220 for a change by "Mention language in compile error message".
8221
bed91f4d
SM
82222015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8223
8224 PR python/18073
8225 * gdb.python/py-type.c (C::a_method): New.
8226 (C::a_const_method): New.
8227 (C::a_static_method): New.
8228 (a_function): New.
8229 * gdb.python/py-type.exp (test_fields): Test getting fields
8230 from function and method.
8231
3f2f83dd
KB
82322015-10-21 Keven Boell <keven.boell@intel.com>
8233
8234 * gdb.fortran/vla-alloc-assoc.exp: New file.
8235 * gdb.fortran/vla-datatypes.exp: New file.
8236 * gdb.fortran/vla-datatypes.f90: New file.
8237 * gdb.fortran/vla-history.exp: New file.
8238 * gdb.fortran/vla-ptype-sub.exp: New file.
8239 * gdb.fortran/vla-ptype.exp: New file.
8240 * gdb.fortran/vla-sizeof.exp: New file.
8241 * gdb.fortran/vla-sub.f90: New file.
8242 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8243 * gdb.fortran/vla-value-sub-finish.exp: New file.
8244 * gdb.fortran/vla-value-sub.exp: New file.
8245 * gdb.fortran/vla-value.exp: New file.
8246 * gdb.fortran/vla-ptr-info.exp: New file.
8247 * gdb.mi/mi-vla-fortran.exp: New file.
8248 * gdb.mi/vla.f90: New file.
8249
27145d50
SL
82502015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8251
8252 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8253 of hardwired timeout value.
8254
5f3ff4f8
JK
82552015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8256 Pedro Alves <palves@redhat.com>
8257
8258 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8259 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8260
bfd09d20
JS
82612015-10-19 Josh Stone <jistone@redhat.com>
8262
8263 * gdb.base/catch-syscall.c: Include <sched.h>.
8264 (unknown_syscall): New variable.
8265 (main): Trigger a vfork and an unknown syscall.
8266 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8267 (unknown_syscall_number): Likewise.
8268 (check_call_to_syscall): Accept an optional syscall pattern.
8269 (check_return_from_syscall): Likewise.
8270 (check_continue): Likewise.
8271 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8272 (test_catch_syscall_skipping_return): New test toggling off 'catch
8273 syscall' to step over the syscall return, then toggling back on.
8274 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8275 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8276 (do_syscall_tests): Call test_catch_syscall_without_args and
8277 test_catch_syscall_mid_vfork.
8278 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8279 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8280
b32b93c6
AS
82812015-10-19 Andrew Stubbs <ams@codesourcery.com>
8282
8283 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8284 print g_vE): Add new pass patterns.
8285 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8286 print various symbol names for vptr fields.
8287
9d622bda
AB
82882015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8289
8290 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8291 results.
8292
0fd8ac1c
YQ
82932015-10-12 Yao Qi <yao.qi@linaro.org>
8294
8295 * gdb.arch/disp-step-insn-reloc.exp: New test case.
8296
34240514
YQ
82972015-10-12 Yao Qi <yao.qi@linaro.org>
8298
8299 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8300 is aarch64*-*-linux*.
8301
8240f442
YQ
83022015-10-12 Yao Qi <yao.qi@linaro.org>
8303
8304 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8305 (can_relocate_bcond_true): ... it.
8306 (can_relocate_bcond_false): New function.
8307 (foo): Likewise.
8308 (can_relocate_bl): Likewise.
8309 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8310 can_relocate_bl.
8311
2520f728
PMR
83122015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8313
8314 * gdb.base/nested-addr.c: New file.
8315 * gdb.base/nested-addr.exp: New testcase.
8316
abcef95a
MM
83172015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8318
8319 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8320 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8321 its output. Ignore the output of "record goto begin" and instead
8322 check that GDB is replaying.
8323
145e3ddb
PA
83242015-10-09 Pedro Alves <palves@redhat.com>
8325
8326 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8327 (top level): Use it in the run with no args test.
8328
d5d8c4e1
IB
83292015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8330
8331 * gdb.dlang/properties.exp: New file.
8332
06e635ef
SL
83332015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8334
8335 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8336 whether or not address 0x1000 is mapped on the target.
8337
e019fd1d
SM
83382015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8339
8340 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8341 build.
8342
77ba2a67
MM
83432015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8344
8345 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8346 instruction-history test.
8347
c60eb31f
DE
83482015-09-28 Doug Evans <dje@google.com>
8349
8350 * gdb.base/gcore.c (array_func): Add reference to static_array.
8351
9a3c8263
SM
83522015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8353
8354 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8355 source line.
8356
9720e656
SL
83572015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8358
8359 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8360 short or char as base type.
8361
938d3bf2
SL
83622015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8363
8364 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8365 to allow any size enum.
8366
e6c2c623
PMR
83672015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8368
8369 * gdb.ada/array_ptr_renaming.exp: New testcase.
8370 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8371 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8372
06da0f77
PL
83732015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8374
8375 * gdb.trace/ftrace-lock.c: New file.
8376 * gdb.trace/ftrace-lock.exp: New file.
8377
4f51c22a
PL
83782015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8379
8380 * gdb.arch/insn-reloc.c: New file.
8381 * gdb.arch/ftrace-insn-reloc.exp: New file.
8382
7041adf4
PL
83832015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8384
8385 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8386 instruction.
8387 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8388 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8389 * gdb.trace/range-stepping.c: Likewise.
8390 * gdb.trace/trace-break.c: Likewise.
8391 * gdb.trace/trace-mt.c (thread_function): Likewise.
8392 * gdb.trace/ftrace.c (marker): Likewise.
8393 * gdb.trace/trace-condition.c (marker): Likewise.
8394 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8395 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8396 is_aarch64_target.
8397
015d2e7e
DE
83982015-09-18 Doug Evans <xdje42@gmail.com>
8399
8400 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8401 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8402
26b188a2
SL
84032015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8404
8405 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8406 the breakpoint.
8407
79dc332b
SL
84082015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8409
8410 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8411 the pending breakpoint. Remove timeout override for "Run till
8412 MI pending breakpoint on pendfunc3 on thread 2" test.
8413
f57929f2
SL
84142015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8415
8416 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8417 filename pattern.
8418
3f469b17
SL
84192015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8420
8421 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8422 in breakpoint filename pattern.
8423
515b89b3
SL
84242015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8425
7800dbe4
SL
8426 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8427
84282015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8429
515b89b3
SL
8430 * gdb.linespec/explicit.exp: Check for readline support for
8431 tab-completion tests. Fix obvious typo.
8432
d2939ba2
MM
84332015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8434
8435 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8436 and replay.
8437
cbb55fa7
MM
84382015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8439
8440 * gdb.btrace/non-stop.c: New.
8441 * gdb.btrace/non-stop.exp: New.
8442
43691ca1
PL
84432015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8444 Yao Qi <yao.qi@linaro.org>
8445
8446 * gdb.trace/trace-condition.c: New file.
8447 * gdb.trace/trace-condition.exp: New file.
8448
d78908cf
WW
84492015-09-16 Wei-cheng Wang <cole945@gmail.com>
8450
8451 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8452 for testing bytecode compilation.
8453
1ed415e2
PA
84542015-09-16 Pedro Alves <palves@redhat.com>
8455 Sandra Loosemore <sandra@codesourcery.com>
8456
8457 * gdb.threads/non-stop-fair-events.c (timeout): New global.
8458 (SECONDS): Redefine.
8459 (main): Call pthread_kill and alarm early.
8460 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8461 support.
8462 (test): If the target can't hardware step and doesn't support
8463 displaced stepping, increase the timeout.
8464
d136eff5
PA
84652015-09-16 Pedro Alves <palves@redhat.com>
8466
8467 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8468 (enable_debug): New procedures.
8469 (test): Use them. Bail out if waiting for threads fails.
8470 (top level): Bail out if a test fails.
8471
991f019c
YQ
84722015-09-16 Yao Qi <yao.qi@linaro.org>
8473
8474 * gdb.asm/asm-source.exp: Set asm-arch for
8475 aarch64*-*-* target.
8476 * gdb.asm/aarch64.inc: New file.
8477
bfca584f
PMR
84782015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8479
8480 * gdb.ada/array_of_variable_length.exp: New testcase.
8481 * gdb.ada/array_of_variable_length/foo.adb: New file.
8482 * gdb.ada/array_of_variable_length/pck.adb: New file.
8483 * gdb.ada/array_of_variable_length/pck.ads: New file.
8484
b326e587
DE
84852015-09-15 Doug Evans <dje@google.com>
8486
8487 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8488 of function static local variable.
8489
5382cfab
PW
84902015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8491
8492 * gdb.threads/tls-so_extern.exp: New test file.
8493 * gdb.threads/tls-so_extern.c: New test file.
8494 * gdb.threads/tls-so_extern_main.c: New test file.
8495
141c5cc4
JK
84962015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8497
8498 * gdb.opt/solib-intra-step-lib.c: New file.
8499 * gdb.opt/solib-intra-step-main.c: New file.
8500 * gdb.opt/solib-intra-step.exp: New file.
8501
d15dcecd
PA
85022015-09-15 Pedro Alves <palves@redhat.com>
8503
8504 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8505 gdb_continue_to_breakpoint instead of gdb_test_multiple.
8506
4c2f2a79
PA
85072015-09-14 Pedro Alves <palves@redhat.com>
8508
8509 * gdb.base/hook-stop-continue.c: Delete.
8510 * gdb.base/hook-stop-continue.exp: Delete.
8511 * gdb.base/hook-stop-frame.c: Delete.
8512 * gdb.base/hook-stop-frame.exp: Delete.
8513 * gdb.base/hook-stop.c: New file.
8514 * gdb.base/hook-stop.exp: New file.
8515
919e6dbe
PMR
85162015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8517
8518 * gdb.ada/access_to_packed_array.exp: New testcase.
8519 * gdb.ada/access_to_packed_array/foo.adb: New file.
8520 * gdb.ada/access_to_packed_array/pack.adb: New file.
8521 * gdb.ada/access_to_packed_array/pack.ads: New file.
8522
157280a4
MM
85232015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8524
8525 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8526 buffer size test.
8527
2fd33e94
DB
85282015-09-11 Don Breazeal <donb@codesourcery.com>
8529
8530 * gdb.base/foll-exec.c: Add copyright header. Fix
8531 formatting issues.
8532 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8533 (do_exec_tests): Use clean_restart in place of zap_session,
8534 and for test initialization. Fix formatting issues. Use
8535 fail in place of perror.
8536 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8537 an expect statement to match an expression with output from
8538 the program under debug.
8539 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8540 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8541 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8542 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8543 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8544
e70b6e8e
DE
85452015-09-09 Doug Evans <dje@google.com>
8546
8547 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8548
7a551a51
DE
85492015-09-09 Doug Evans <dje@google.com>
8550
8551 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8552
4c666f84
DE
85532015-09-09 Doug Evans <dje@google.com>
8554
8555 * gdb.base/savedregs.exp: Fix typo.
8556
243a9253
PA
85572015-09-09 Pedro Alves <palves@redhat.com>
8558
8559 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8560
c0fa8fbd
SL
85612015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8562
8563 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8564 command actually switches threads. Give up on remaining
8565 tests if target fails to stop at breakpoint.
8566
cd7c1778
PMR
85672015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8568
8569 * gdb.ada/funcall_char.exp: New testcase.
8570 * gdb.ada/funcall_char/foo.adb: New file.
8571
dc5c8746
PMR
85722015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8573
8574 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8575 expected outputs. Add two testcases for completing ambiguous
8576 functions.
8577 * gdb.ada/complete/aux_pck.adb: New file.
8578 * gdb.ada/complete/aux_pck.ads: New file.
8579 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8580 Ambiguous_Func functions.
8581 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8582 * gdb.ada/complete/pck.adb: Likewise.
8583
4e83a1e7
UW
85842015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8585
8586 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8587 failures to run the test program under GDB.
8588
8ce74153
LM
85892015-08-26 Luis Machado <lgustavo@codesourcery.com>
8590
8591 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8592 to C.
8593
e9756d52
PP
85942015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8595
8596 * gdb.base/run-after-attach.exp: New test file.
8597 * gdb.base/run-after-attach.c: New test file.
8598
8d37573b
DB
85992015-08-26 Don Breazeal <donb@codesourcery.com>
8600
8601 * gdb.base/foll-exec-2.c: New test program.
8602 * gdb.base/foll-exec-2.exp: New test.
8603
63e43d3a
PMR
86042015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8605
8606 * gdb.base/nested-subp1.exp: New file.
8607 * gdb.base/nested-subp1.c: New file.
8608 * gdb.base/nested-subp2.exp: New file.
8609 * gdb.base/nested-subp2.c: New file.
8610 * gdb.base/nested-subp3.exp: New file.
8611 * gdb.base/nested-subp3.c: New file.
8612
3d40fbb5
PA
86132015-08-24 Pedro Alves <palves@redhat.com>
8614
8615 * gdb.server/connect-without-multi-process.c: New file.
8616 * gdb.server/connect-without-multi-process.exp: New file.
8617
4422ac93
LM
86182015-08-24 Luis Machado <lgustavo@codesourcery.com>
8619
8620 * gdb.opt/inline-markers.c: Make z int.
8621
91dddb86
LM
86222015-08-24 Luis Machado <lgustavo@codesourcery.com>
8623
8624 * gdb.opt/inline-markers.c: Make z volatile.
8625
a48847ee
LM
86262015-08-24 Luis Machado <lgustavo@codesourcery.com>
8627
8628 * gdb.opt/inline-bt.c: New volatile global z.
8629 * gdb.opt/inline-cmds.c: Likewise.
8630 * gdb.opt/inline-locals.c: Likewise.
8631 * gdb.opt/inline-markers.c: New extern global z.
8632 (marker): Use z.
8633 (inline_fn): Likewise.
8634
0ebbc52b
PA
86352015-08-24 Pedro Alves <palves@redhat.com>
8636
8637 * config/m32r-stub.exp: Remove file.
8638 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8639 * gdb.base/call-rt-st.exp: Likewise.
8640 * gdb.base/call-strs.exp: Likewise.
8641 * gdb.base/default.exp: Remove references to h8300-*-hms and
8642 *-*-udi*.
8643 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8644
77c365df
AA
86452015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8646
8647 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8648 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8649 and "return" use KFAIL when GDB can not read/write the vector
8650 return value.
8651
4313b8c0
GB
86522015-08-21 Gary Benson <gbenson@redhat.com>
8653
8654 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8655
0e433b32
PA
86562015-08-20 Pedro Alves <palves@redhat.com>
8657
8658 * gdb.server/solib-list.exp: No longer expect an interior stop in
8659 non-stop mode.
8660
221e1a37
PA
86612015-08-20 Pedro Alves <palves@redhat.com>
8662
8663 * gdb.server/connect-stopped-target.c: New file.
8664 * gdb.server/connect-stopped-target.exp: New file.
8665
40e3ad0e
PA
86662015-08-20 Pedro Alves <palves@redhat.com>
8667
8668 * gdb.dwarf2/comp-unit-lang.exp: New file.
8669 * gdb.dwarf2/comp-unit-lang.c: New file.
8670
af39b327
PMR
86712015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8672
8673 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8674 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8675
7d45c7c3 86762015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 8677
7d45c7c3
KB
8678 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8679 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8680
4d6cceb4
DE
86812015-08-18 Doug Evans <dje@google.com>
8682 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8683
8684 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8685 skip_python_tests. New arg prompt_regexp.
8686 (skip_python_tests): New function.
8687 * lib/mi-support.exp (mi_skip_python_tests): New function.
8688 * gdb.python/py-mi-objfile-gdb.py: New file.
8689 * gdb.python/py-mi-objfile.c: New file.
8690 * gdb.python/py-mi-objfile.exp: New file.
8691
ad89c2aa
KS
86922015-08-17 Keith Seitz <keiths@redhat.com>
8693
8694 * gdb.linespec/explicit.exp: Move strace test from here ...
8695 * gdb.trace/strace.exp: ... to here.
8696
e3ae3c43
PP
86972015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8698
8699 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8700 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8701
604b2636
DE
87022015-08-14 Doug Evans <xdje42@gmail.com>
8703
8704 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8705 inferior before selecting a new file.
8706
6ff0ba5f
DE
87072015-08-14 Doug Evans <xdje42@gmail.com>
8708
8709 * gdb.mi/mi-disassemble.exp: Update.
8710 * gdb.base/disasm-optim.S: New file.
8711 * gdb.base/disasm-optim.c: New file.
8712 * gdb.base/disasm-optim.h: New file.
8713 * gdb.base/disasm-optim.exp: New file.
8714
9ca98f92
KS
87152015-08-14 Keith Seitz <keiths@redhat.com>
8716
8717 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8718 "evaluated-by".
8719
52bbc560
JB
87202015-08-13 Joel Brobecker <brobecker@adacore.com>
8721
8722 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8723
5d8c3ed3
PMR
87242015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8725
8726 * gdb.ada/fun_renaming.exp: New testcase.
8727 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8728 * gdb.ada/fun_renaming/pack.adb: New file.
8729 * gdb.ada/fun_renaming/pack.ads: New file.
8730
ea8812bc
KS
87312015-08-12 Keith Seitz <keiths@redhat.com>
8732
8733 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8734 gdb_get_line_number.
8735
4dafcdeb
JB
87362015-08-12 Joel Brobecker <brobecker@adacore.com>
8737
8738 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8739 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8740 gdb.base/dso2dso.exp: New files.
8741
5ba32597
SDJ
87422015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8743 Pedro Alves <palves@redhat.com>
8744 Keith Seitz <keiths@redhat.com>
8745
8746 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8747 GDBFLAGS.
8748
b6dafabf
PP
87492015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8750
8751 * gdb.base/gdbhistsize-history.exp
8752 (test_histsize_history_setting): Use save_vars.
8753 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8754 Use save_vars.
8755 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8756 * gdb.base/readline.exp: Use save_vars.
8757
abe8e607
PP
87582015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8759
8760 * lib/gdb.exp (save_vars): New proc.
8761
629500fa
KS
87622015-08-11 Keith Seitz <keiths@redhat.com>
8763
8764 * gdb.base/help.exp: Update help_breakpoint_text.
8765
eb8c4e2e
KS
87662015-08-11 Keith Seitz <keiths@redhat.com>
8767
8768 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8769 (at toplevel): Call test_explicit_breakpoints.
8770 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8771 breakpoints.
8772 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8773 breakpoint conditions, "-cond".
8774
87f0e720
KS
87752015-08-11 Keith Seitz <keiths@redhat.com>
8776
8777 * gdb.linespec/3explicit.c: New file.
8778 * gdb.linespec/cpexplicit.cc: New file.
8779 * gdb.linespec/cpexplicit.exp: New file.
8780 * gdb.linespec/explicit.c: New file.
8781 * gdb.linespec/explicit.exp: New file.
8782 * gdb.linespec/explicit2.c: New file.
8783 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8784 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8785 before using in the matching pattern.
8786 Clarify that `prefix' is a regular expression.
8787
f00aae0f
KS
87882015-08-11 Keith Seitz <keiths@redhat.com>
8789
8790 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8791 test.
8792 Add tests for missing ",FMT" and ",".
8793
e27852be
DE
87942015-08-10 Doug Evans <dje@google.com>
8795 Keith Seitz <keiths@redhat.com>
8796
8797 PR gdb/17960
8798 * gdb.base/completion.exp: Add location completer tests.
8799
7f03bd92
PA
88002015-08-07 Pedro Alves <palves@redhat.com>
8801
8802 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8803 tests here.
8804 (top level): Run do_test with and without displaced stepping.
8805
3fc8eb30
PA
88062015-08-07 Pedro Alves <palves@redhat.com>
8807
8808 * gdb.base/valgrind-disp-step.c: New file.
8809 * gdb.base/valgrind-disp-step.exp: New file.
8810
d4569d7b
PA
88112015-08-07 Pedro Alves <palves@redhat.com>
8812
8813 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8814 Delete function.
8815 (main): Add alarm. Run an infinite loop instead of calling
8816 wait_threads.
8817 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8818 comment.
8819 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8820 Delete function.
8821 (main): Add alarm. Run an infinite loop instead of calling
8822 wait_threads.
8823 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8824 comment.
8825
e1316e60
PA
88262015-08-07 Pedro Alves <palves@redhat.com>
8827
8828 * gdb.base/checkpoint-ns.exp: New file.
8829 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8830 standard_testfile.
8831
da8c46d2
MM
88322015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8833
8834 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8835 * gdb.btrace/instruction_history.exp: Update.
8836 * gdb.btrace/tsx.exp: New.
8837 * gdb.btrace/tsx.c: New.
8838
de1c2c52
PA
88392015-08-06 Pedro Alves <palves@redhat.com>
8840
8841 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8842 increase timeout.
8843 * gdb.reverse/until-precsave.exp: Bump timeouts.
8844
782e0bf4
PA
88452015-08-06 Pedro Alves <palves@redhat.com>
8846
8847 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8848
83e97ed0
PA
88492015-08-06 Pedro Alves <palves@redhat.com>
8850
8851 PR gdb/18749
8852 * gdb.threads/process-dies-while-handling-bp.c: New file.
8853 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8854
863d01bd
PA
88552015-08-06 Pedro Alves <palves@redhat.com>
8856
8857 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8858 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8859
0a39bb32
PA
88602015-08-05 Pedro Alves <palves@redhat.com>
8861
8862 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8863 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8864
ee2d2b10
SL
88652015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8866
8867 * gdb.base/bp-permanent.exp: Report test as unsupported if
8868 the target cannot stop at the permanent breakpoint.
8869
4e1bdb00
DE
88702015-08-03 Doug Evans <dje@google.com>
8871
8872 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8873 10000.
8874
3d338901
DE
88752015-08-03 Doug Evans <dje@google.com>
8876
8877 * Makefile.in (workers/%.worker, build-perf): New rule.
8878 (GDB_PERFTEST_MODE): New variable.
8879 (check-perf): Use it.
8880 (clean): Clean up gdb.perf parallel build subdirs.
8881 * lib/build-piece.exp: New file.
8882 * lib/gdb.exp (make_gdb_parallel_path): New function
8883 (standard_output_file, standard_temp_file): Call it.
8884 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8885 of $GDB_PARALLEL.
8886 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8887
af061d3e
DE
88882015-08-03 Doug Evans <dje@google.com>
8889
8e1afc81 8890 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
8891 (LOG_FILE_NAME): New global.
8892 (TextReporter.__init__): Initialize self.txt_sum.
8893 (TextReporter.report): Add support for multiple data-points.
8894 Move report to perftest.sum, put raw data in perftest.log.
8895 (TextReporter.start): Open sum and log files.
8896 (TextReporter.end): Close sum and log files.
8e1afc81
DE
8897 * gdb.perf/lib/perftest/testresult.py
8898 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 8899
2c8c5d37
PA
89002015-07-31 Pedro Alves <palves@redhat.com>
8901
8902 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8903 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8904 kill_wait_spawned_process instead of explicit "kill -9".
8905 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8906 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8907 kill_wait_spawned_process.
8908 * gdb.base/attach-twice.exp: Likewise.
8909 * gdb.base/attach.exp: Likewise.
8910 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8911 gdb_test_multiple.
8912 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8913 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8914 kill_wait_spawned_process.
8915 * gdb.base/valgrind-infcall.exp: Likewise.
8916 * gdb.multi/multi-attach.exp: Likewise.
8917 * gdb.python/py-prompt.exp: Likewise.
8918 * gdb.python/py-sync-interp.exp: Likewise.
8919 * gdb.server/ext-attach.exp: Likewise.
8920 * gdb.threads/attach-into-signal.exp (corefunc): Use
8921 spawn_wait_for_attach, spawn_id_get_pid and
8922 kill_wait_spawned_process.
8923 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8924 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8925 spawn_id_get_pid and kill_wait_spawned_process.
8926 * gdb.threads/attach-stopped.exp (corefunc): Use
8927 spawn_wait_for_attach, spawn_id_get_pid and
8928 kill_wait_spawned_process.
8929 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8930 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8931 kill_wait_spawned_process instead of explicit "kill -9".
8932 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8933 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8934 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8935 processes. Don't map cygwin/windows pids here. Now returns a
8936 spawn id list.
8937
032a0fca
SL
89382015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8939
8940 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8941 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8942 correct patch.
8943
61a934ca
SL
89442015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8945
8946 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8947
4bc4d428
SL
89482015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8949
8950 Reapply:
8951 2014-05-21 Mark Wielaard <mjw@redhat.com>
8952
8953 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8954
998d452a
PA
89552015-07-30 Pedro Alves <palves@redhat.com>
8956
8957 * linux-low.c (handle_extended_wait): Set the child's last
8958 reported status to TARGET_WAITKIND_STOPPED.
8959
69dde7dc
PA
89602015-07-30 Pedro Alves <palves@redhat.com>
8961
8962 PR threads/18600
8963 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8964 only shows inferior 1.
8965
4dd63d48
PA
89662015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8967 Pedro Alves <palves@redhat.com>
8968
8969 PR threads/18600
8970 * gdb.threads/fork-plus-threads.c: New file.
8971 * gdb.threads/fork-plus-threads.exp: New file.
8972
d618e4c5
PP
89732015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8974
8975 * gdb.base/batch-preserve-term-settings.exp
8976 (test_terminal_settings_preserved_after_cli_exit): Use
8977 send_quit_command.
8978
1eef6428
PA
89792015-07-29 Pedro Alves <palves@redhat.com>
8980 Don Breazeal <donb@codesourcery.com>
8981
8982 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8983 output from both inferior_spawn_id and gdb_spawn_id.
8984
7da5b897
SDJ
89852015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8986
8987 * gdb.threads/attach-into-signal.exp (corefunc): Use
8988 with_test_prefix on nested loops, uniquefying the test messages.
8989
dac804df
SDJ
89902015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8991
8992 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8993 commit.
8994
06265e53
PP
89952015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8996
8997 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8998 New proc.
8999 (test_terminal_settings_preserved_after_sigterm): New test.
9000
18206ca3
PP
90012015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9002
9003 * gdb.base/batch-preserve-term-settings.exp
9004 (test_terminal_settings_preserved_after_cli_exit): New test.
9005
90074d11
PP
90062015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9007
9008 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9009 manipulation of saved_gdbflags.
9010 (test_terminal_settings_preserved): Remove global declaration of
9011 the unused variable pagination_prompt. Remove manipulation of
9012 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
9013 GDBFLAGS.
9014
eb1a7902
PA
90152015-07-29 Pedro Alves <palves@redhat.com>
9016
9017 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9018
8b75dd3b
PA
90192015-07-29 Pedro Alves <palves@redhat.com>
9020
9021 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9022 at the top.
9023
dedad4e3
PA
90242015-07-29 Pedro Alves <palves@redhat.com>
9025
9026 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9027 (main): Call gdb_unbuffer_output.
9028 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9029 (main): Call gdb_unbuffer_output.
9030 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9031 (main): Call gdb_unbuffer_output.
9032 * gdb.base/call-strs.exp: Adjust to step over the
9033 gdb_unbuffer_output call.
9034 * gdb.base/catch-gdb-caused-signals.c: Include
9035 "../lib/unbuffer_output.c".
9036 (main): Call gdb_unbuffer_output.
9037 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9038 (main): Call gdb_unbuffer_output.
9039 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9040 (main): Call gdb_unbuffer_output.
9041 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9042 (main): Call gdb_unbuffer_output.
9043 * gdb.base/shlib-call.exp: Adjust to step over the
9044 gdb_unbuffer_output call.
9045 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9046 (main): Call gdb_unbuffer_output.
9047 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9048 (main): Call gdb_unbuffer_output.
9049 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9050 (main): Rename to ...
9051 (test): ... this.
9052 (main): Reimplement.
9053 * gdb.base/varargs.exp: Run to test instead of to main.
9054 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9055 (main): Call gdb_unbuffer_output.
9056
58789a91
PA
90572015-07-29 Pedro Alves <palves@redhat.com>
9058
9059 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9060 factore out from mi_continue_dprintf. For call-style dprintfs,
9061 expect dprintf output out of $inferior_spawn_id.
9062 (mi_continue_dprintf): Use mi_expect_dprintf.
9063 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9064 (main): Call gdb_unbuffer_output.
9065
e8376742
PA
90662015-07-29 Pedro Alves <palves@redhat.com>
9067
9068 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9069 (default_mi_gdb_start): Set inferior_spawn_id instead of
9070 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
9071 gdb_spawn_id.
9072 (mi_gdb_test): Always expect inferior output from both
9073 $inferior_spawn_id and $gdb_spawn_id.
9074
08280010
PA
90752015-07-29 Pedro Alves <palves@redhat.com>
9076
9077 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
9078 send_inferior and $inferior_spawn_id.
9079
4d30e432
PA
90802015-07-29 Pedro Alves <palves@redhat.com>
9081
9082 * gdb.gdb/complaints.exp (test_initial_complaints)
9083 (test_serial_complaints, test_short_complaints): Use
9084 gdb_test_stdio.
9085 (test_empty_complaint): Handle $inferior_spawn_id !=
9086 $gdb_spawn_id.
9087
0d30a335
PA
90882015-07-29 Pedro Alves <palves@redhat.com>
9089
9090 * gdb.base/varargs.exp: Use gdb_test_stdio.
9091
39413b29
PA
90922015-07-29 Pedro Alves <palves@redhat.com>
9093
9094 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9095
7cb000a9
PA
90962015-07-29 Pedro Alves <palves@redhat.com>
9097
9098 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9099
d7b8ac82
PA
91002015-07-29 Pedro Alves <palves@redhat.com>
9101
9102 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9103 parameter into two new parameters, "inf_result" and "gdb_result".
9104 Expect inferior output and gdb output from $inferior_spawn_id and
9105 $gdb_spawn_id, respectively. Adjust all callers.
9106
789c3a0c
PA
91072015-07-29 Pedro Alves <palves@redhat.com>
9108
9109 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9110 of gdb_test_sequence.
9111
77e760c3
PA
91122015-07-29 Pedro Alves <palves@redhat.com>
9113
9114 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9115 (saw_spurious_output): Expect inferior output from
9116 $inferior_spawn_id. Use gdb_test_stdio.
9117
8396d2cd
PA
91182015-07-29 Pedro Alves <palves@redhat.com>
9119
9120 * gdb.base/dprintf.exp: Use standard_testfile. Change
9121 prepare_for_testing call.
9122 (srcfile): Don't set.
9123 (restart): New procedure.
9124 (test_dprintf): New procecure, use to continue over dprintfs.
9125 (test_call, test_agent): New procedures, tests moved here.
9126 Restart gdb and recreate dprintfs. Adjust expected output.
9127
2051d61f
PA
91282015-07-29 Pedro Alves <palves@redhat.com>
9129
9130 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9131
452397af
PA
91322015-07-29 Pedro Alves <palves@redhat.com>
9133
9134 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9135
8aed9555
PA
91362015-07-29 Pedro Alves <palves@redhat.com>
9137
9138 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9139 gdb_test_stdio.
9140
188a61b4
PA
91412015-07-29 Pedro Alves <palves@redhat.com>
9142
9143 * lib/gdb.exp (gdb_test_stdio): New procedure.
9144
12264a45
PA
91452015-07-29 Pedro Alves <palves@redhat.com>
9146
9147 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9148
23ffc893
PA
91492015-07-29 Pedro Alves <palves@redhat.com>
9150
9151 * gdb.base/call-signal-resume.exp: Remove check for
9152 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9153 * gdb.base/unwindonsignal.exp: Likewise.
9154 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9155 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9156
65566918
PA
91572015-07-29 Pedro Alves <palves@redhat.com>
9158
9159 * gdb.base/siginfo-addr.c (pass): New function.
9160 (handler): Call it iff si_addr is correct.
9161 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9162 Set a breakpoint at "pass" and continue to it.
9163
d60a9221
SDJ
91642015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9165
9166 * gdb.python/py-objfile.exp: Make some tests have unique names.
9167 * gdb.python/py-pp-registration.exp: Likewise.
9168
bde40b8f
PA
91692015-07-28 Pedro Alves <palves@redhat.com>
9170
9171 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9172
13e1dec8
SM
91732015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9174
9175 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9176
da33c9a7
SM
91772015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9178
9179 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9180
077836f7
PP
91812015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9182
9183 * gdb.base/gdb-sigterm-2.exp: New test.
9184
b8cc7b2e
DE
91852015-07-25 Doug Evans <xdje42@gmail.com>
9186
9187 Revert:
9188 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9189 (workers/%.worker, build-perf): New rule.
9190 (GDB_PERFTEST_MODE): New variable.
9191 (check-perf): Use it.
9192 (clean): Clean up gdb.perf parallel build subdirs.
9193 * lib/build-piece.exp: New file.
9194 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9195 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9196 name.
9197 (standard_temp_file): Ditto.
9198 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9199 of $GDB_PARALLEL.
9200
c8bd4544
DE
92012015-07-24 Doug Evans <dje@google.com>
9202
9203 * gdb.perf/lib/perftest/utils.py: New file.
9204 * gdb.perf/gm-hello.cc: New file.
9205 * gdb.perf/gm-pervasive-typedef.cc: New file.
9206 * gdb.perf/gm-pervasive-typedef.h: New file.
9207 * gdb.perf/gm-std.cc: New file.
9208 * gdb.perf/gm-std.h: New file.
9209 * gdb.perf/gm-use-cerr.cc: New file.
9210 * gdb.perf/gm-utils.h: New file.
9211 * gdb.perf/gmonster-null-lookup.py: New file.
9212 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9213 * gdb.perf/gmonster-print-cerr.py: New file.
9214 * gdb.perf/gmonster-ptype-string.py: New file.
9215 * gdb.perf/gmonster-runto-main.py: New file.
9216 * gdb.perf/gmonster-select-file.py: New file.
9217 * gdb.perf/gmonster1-null-lookup.exp: New file.
9218 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9219 * gdb.perf/gmonster1-print-cerr.exp: New file.
9220 * gdb.perf/gmonster1-ptype-string.exp: New file.
9221 * gdb.perf/gmonster1-runto-main.exp: New file.
9222 * gdb.perf/gmonster1-select-file.exp: New file.
9223 * gdb.perf/gmonster1.cc: New file.
9224 * gdb.perf/gmonster1.exp: New file.
9225 * gdb.perf/gmonster2-null-lookup.exp: New file.
9226 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9227 * gdb.perf/gmonster2-print-cerr.exp: New file.
9228 * gdb.perf/gmonster2-ptype-string.exp: New file.
9229 * gdb.perf/gmonster2-runto-main.exp: New file.
9230 * gdb.perf/gmonster2-select-file.exp: New file.
9231 * gdb.perf/gmonster2.cc: New file.
9232 * gdb.perf/gmonster2.exp: New file.
9233
6eab34f3
DE
92342015-07-24 Doug Evans <dje@google.com>
9235
9236 * gdb.perf/README: New file.
9237 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9238 * lib/gen-perf-test.exp: New file.
9239
63738bfd
DE
92402015-07-24 Doug Evans <dje@google.com>
9241
9242 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9243 (PerfTest::startup): New function.
9244 (PerfTest::run): Return result of calling body.
9245 (PerfTest::assemble): Rewrite.
9246 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9247 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9248 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9249 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9250 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9251
7b606f95
DE
92522015-07-24 Doug Evans <dje@google.com>
9253
9254 * lib/gdb.exp (clean_restart): Make executable optional.
9255
a97b16b8
DE
92562015-07-24 Doug Evans <dje@google.com>
9257
9258 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9259 compiler_info references.
9260 * gdb.cp/temargs.exp: Ditto.
9261 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9262 (get_compiler_info): Early exit if already computed. Set compiler_info
9263 to "unknown" if there was a problem.
9264 (test_compiler_info): Add function comment. Call get_compiler_info.
9265
35baa57f
DE
92662015-07-24 Doug Evans <dje@google.com>
9267
9268 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9269 (workers/%.worker, build-perf): New rule.
9270 (GDB_PERFTEST_MODE): New variable.
9271 (check-perf): Use it.
9272 (clean): Clean up gdb.perf parallel build subdirs.
9273 * lib/build-piece.exp: New file.
9274 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9275 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9276 name.
9277 (standard_temp_file): Ditto.
9278 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9279 of $GDB_PARALLEL.
9280
6ebea266
DE
92812015-07-24 Doug Evans <dje@google.com>
9282
9283 * lib/future.exp (gdb_default_target_compile): New option
9284 "early_flags".
9285 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9286 --as-needed.
9287
1e76a7e9
SDJ
92882015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9289
9290 * gdb.base/catch-syscall.exp: Call gdb_exit before
9291 gdb_skip_xml_test.
9292
5068630a
PA
92932015-07-24 Pedro Alves <palves@redhat.com>
9294
9295 * gdb.python/py-events.exp: Accept output between the stop event
9296 and the prompt.
9297 * gdb.python/py-evsignal.exp: Likewise.
9298 * gdb.python/py-evthreads.exp: Likewise.
9299
77598427
PA
93002015-07-24 Pedro Alves <palves@redhat.com>
9301
9302 PR gdb/18717
9303 * gdb.threads/non-ldr-exit.c: New file.
9304 * gdb.threads/non-ldr-exit.exp: New file.
9305
11e6c98f
YQ
93062015-07-24 Yao Qi <yao.qi@linaro.org>
9307
9308 * gdb.server/ext-wrapper.exp: Test --wrapper option when
9309 restarting process.
9310
51aee833
YQ
93112015-07-24 Yao Qi <yao.qi@linaro.org>
9312
9313 * gdb.server/ext-restart.exp: New file.
9314
8cfe207c
YQ
93152015-07-24 Yao Qi <yao.qi@linaro.org>
9316
9317 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9318 argument options.
9319 * gdb.server/ext-wrapper.exp: New file.
9320
cc12ce38
DE
93212015-07-23 Doug Evans <dje@google.com>
9322
9323 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9324 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9325
d0d84780
PMR
93262015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9327
9328 * gdb.ada/var_arr_typedef.exp: New testcase.
9329 * gdb.ada/var_arr_typedef/pack.adb: New file.
9330 * gdb.ada/var_arr_typedef/pack.ads: New file.
9331 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9332
8b558f79
JB
93332015-07-20 Joel Brobecker <brobecker@adacore.com>
9334
9335 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9336
775a3298
JK
93372015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9338
9339 * gdb.arch/i386-biarch-core.exp: Replace istarget
9340 by "complete set gnutarget". Remove expectation for the "core-file"
9341 command.
9342
db1ff28b
JK
93432015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9344
9345 Revert the previous commit:
9346 Tests for validate symbol file using build-id.
9347
0a94970d
JK
93482015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9349
9350 Tests for validate symbol file using build-id.
9351 * gdb.base/solib-mismatch-lib.c: New file.
9352 * gdb.base/solib-mismatch-libmod.c: New file.
9353 * gdb.base/solib-mismatch.c: New file.
9354 * gdb.base/solib-mismatch.exp: New file.
9355
03346981
SL
93562015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9357
9358 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9359 nios2-*-linux*.
9360 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9361 * gdb.base/siginfo.exp: Likewise.
9362 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9363
42422cc7
PL
93642015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9365
9366 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9367 Move it to ...
9368 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9369 ... here.
9370 * gdb.trace/range-stepping.exp: Check that the target supports
9371 range stepping.
9372
cfa68bae
JK
93732015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9374
9375 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9376
8ffdba26
PA
93772015-07-14 Pedro Alves <palves@redhat.com>
9378
9379 * gdb.base/killed-outside.exp: New file.
9380 * gdb.base/killed-outside.c: New file.
9381
218a5a11
JK
93822015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9383
9384 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9385 (n at main): New.
9386 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9387
e03ed3c6
AA
93882015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9389
9390 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9391 infcall tests instead of setting up for KFAIL.
9392
485668e5
MM
93932015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9394
9395 * gdb.btrace/record_goto-step.exp: New.
9396
08464196
JK
93972015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9398
9399 PR compile/18484
9400 * gdb.compile/compile.c (struct struct_type): Add volatile to
9401 selffield's type.
9402 * gdb.compile/compile.exp
9403 (compile code struct_object.selffield = &struct_object): Skip further
9404 struct_object tests if this one xfails.
9405
bcf5c1d9
RC
94062015-07-08 Robert O'Callahan <robert@ocallahan.org>
9407
9408 PR exp/18617
9409 * gdb.trace/ax.exp: Add test.
9410
4931af25
YQ
94112015-07-07 Yao Qi <yao.qi@linaro.org>
9412
9413 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9414 instead of istarget "aarch64*-*-*".
9415 * gdb.arch/aarch64-fp.exp: Likewise.
9416 * gdb.base/float.exp: Likewise.
9417 * gdb.reverse/aarch64.exp: Likewise.
9418 * lib/gdb.exp (is_aarch64_target): New proc.
9419
9fcf688e
YQ
94202015-07-07 Yao Qi <yao.qi@linaro.org>
9421
9422 * lib/gdb.exp (is_aarch32_target): New proc.
9423 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9424 instead of "istarget "arm*-*-*"".
9425 * gdb.arch/arm-disp-step.exp: Likewise.
9426 * gdb.arch/thumb-bx-pc.exp: Likewise.
9427 * gdb.arch/thumb-prologue.exp: Likewise.
9428 * gdb.arch/thumb-singlestep.exp: Likewise.
9429 * gdb.base/disp-step-syscall.exp: Likewise.
9430 * gdb.base/float.exp: Likewise.
9431
fbd8d50d
YQ
94322015-07-07 Yao Qi <yao.qi@linaro.org>
9433
9434 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9435 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9436
71be1fdc
YQ
94372015-07-07 Yao Qi <yao.qi@linaro.org>
9438
9439 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9440 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9441 if it exists.
9442 * gdb.multi/multi-arch.exp: Likewise.
9443
3e221d36
SM
94442015-07-07 Simon Marchi <simon.marchi@ericsson.com>
9445
9446 * gdb.python/py-lazy-string.exp: Add missing parentheses to
9447 print.
9448
d441430b
YQ
94492015-07-07 Yao Qi <yao.qi@linaro.org>
9450
9451 * gdb.arch/thumb-singlestep.exp: Do one more single step.
9452
06f810bd
MG
94532015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
9454
9455 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9456 '[' and ']' characters.
9457
5e61e7c0
IB
94582015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
9459
9460 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9461
28bf096c
PA
94622015-06-29 Pedro Alves <palves@redhat.com>
9463
9464 PR threads/18127
9465 * gdb.threads/hand-call-new-thread.c: New file.
9466 * gdb.threads/hand-call-new-thread.c: New file.
9467
ee93cd5e
KS
94682015-06-26 Keith Seitz <keiths@redhat.com>
9469 Doug Evans <dje@google.com>
9470
9471 PR 16253
9472 * gdb.cp/var-tag-2.cc: New file.
9473 * gdb.cp/var-tag-3.cc: New file.
9474 * gdb.cp/var-tag-4.cc: New file.
9475 * gdb.cp/var-tag.cc: New file.
9476 * gdb.cp/var-tag.exp: New file.
9477
fc637f04
PP
94782015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9479
9480 * gdb.base/history-duplicates.exp: New test.
9481
2e52ae68
PP
94822015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9483
9484 * gdb.base/completion.exp: Test the completion of the "focus"
9485 command.
9486
6e22494e
JK
94872015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9488
9489 * gdb.arch/amd64-prologue-skip.S: New file.
9490 * gdb.arch/amd64-prologue-skip.exp: New file.
9491
bf7b9cd9
SM
94922015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9493
9494 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9495 is_address_zero_readable check.
9496
201e8dfd
PB
94972015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9498
9499 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9500 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9501
5cd867b4
YQ
95022015-06-24 Yao Qi <yao.qi@linaro.org>
9503
9504 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9505 linux targets.
9506
4d7be007
YQ
95072015-06-24 Yao Qi <yao.qi@linaro.org>
9508
9509 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9510 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9511 * gdb.base/siginfo-thread.exp: Likewise.
9512
07fcd301
YQ
95132015-06-22 Yao Qi <yao.qi@linaro.org>
9514
9515 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9516
52042a00
YQ
95172015-06-22 Yao Qi <yao.qi@linaro.org>
9518
9519 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9520 aarch64*-*-*.
9521 (skip_hw_watchpoint_tests): Likewise.
9522
74bd41ce
PP
95232015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9524
9525 * gdb.base/gdbinit-history.exp: Test the interaction between
9526 setting GDBHISTSIZE and setting the history size via .gdbinit.
9527
bc460514
PP
95282015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9529
9530 PR gdb/16999
9531 * gdb.base/gdbhistsize-history.exp: New test.
9532
b58c513b
PP
95332015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9534
9535 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9536 with GDBHISTSIZE.
9537 * gdb.base/readline.exp: Likewise.
9538
92046791
YQ
95392015-06-17 Yao Qi <yao.qi@linaro.org>
9540
9541 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9542 line.
9543
2093d2d3
PP
95442015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9545
9546 * gdb.base/gdbinit-history.exp: Add test case to check that
9547 an unlimited history file does not get truncated on exit.
9548
e6c693af
AA
95492015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9550
9551 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9552 (VECTOR): New macro. Use it...
9553 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9554 ...for these typedefs.
9555 (int8, char1, int1, double1): New typedefs.
9556 (struct just_int2, struct two_int2): New structures.
9557 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9558 (add_structvecs, add_singlevecs): New functions.
9559 (main): Call add_some_intvecs twice.
9560 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9561 the compile and exit upon failure. Try compiling for the "native"
9562 architecture. Test inferior function calls with vector arguments
9563 and vector return value handling with "finish" and "return".
9564
c74f7d1c
JT
95652015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9566
9567 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9568 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9569 PE file.
9570 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9571
98aa42ee
AT
95722015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9573
9574 PR breakpoints/16465
9575 * gdb.mi/mi-dprintf-pending.c: New file.
9576 * gdb.mi/mi-dprintf-pending.exp: New test.
9577 * gdb.mi/mi-dprintf-pendshr.c: New file.
9578
7d73c23c 95792015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 9580 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
9581
9582 * gdb.arch/i386-mpx-map.c: New file.
9583 * gdb.arch/i386-mpx-map.exp: New File.
9584
95852015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9586
9587 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9588 * gdb.arch/i386-mpx.exp: Indentation fixed.
9589
95902015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9591
9592 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9593 function and improved indentation.
9594 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9595 gdb_test_multiple. Added additional tests to skip the test.
9596
95972015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9598
9599 * gdb.arch/i386-avx512.c: Change path in include file.
9600 * gdb.arch/i386-avx512.exp: Change include dir path
9601 compilation flag.
9602 * gdb.arch/i386-mpx.c: Change path in include file.
9603 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9604 flag.
9605
d5eba19a
JK
96062015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9607
9608 * gdb.compile/compile-print.exp (compile print *vararray@3)
9609 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9610
7f361056
JK
96112015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9612
9613 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9614 (do not keep jit in memory): ... this.
9615 (expect 5): Change it to ...
9616 (expect no 5): ... this.
9617
3b462ec2
SM
96182015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9619
9620 PR gdb/15564
9621 * gdb.mi/mi-detach.exp: New file.
9622
e0619de6
JK
96232015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9624
9625 PR symtab/18392
9626 * gdb.arch/amd64-tailcall-self.S: New file.
9627 * gdb.arch/amd64-tailcall-self.c: New file.
9628 * gdb.arch/amd64-tailcall-self.exp: New file.
9629
e970cb34
DB
96302015-05-28 Don Breazeal <donb@codesourcery.com>
9631
9632 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9633 tests for remote targets by checking is_target_gdbserver.
9634
b2e2f908
DE
96352015-05-27 Doug Evans <dje@google.com>
9636
9637 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9638 * gdb.dwarf2/opaque-type-lookup.c: New file.
9639 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9640
82c7be31
DE
96412015-05-26 Doug Evans <dje@google.com>
9642
9643 * gdb.cp/iostream.cc: New file.
9644 * gdb.cp/iostream.exp: New file.
9645
b4f54984
DE
96462015-05-26 Doug Evans <dje@google.com>
9647
9648 * gdb.dwarf2/dw2-op-call.exp: Update.
9649 * gdb.dwarf2/dw4-sig-types.exp: Update.
9650 * gdb.dwarf2/implptr.exp: Update.
9651 * gdb.mi/mi-cmd-param-changed.exp: Update.
9652
4ea6efe9
DE
96532015-05-26 Doug Evans <dje@google.com>
9654
9655 * gdb.python/py-lazy-string.c: New file.
9656 * gdb.python/py-lazy-string.exp: New file.
9657 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9658 (main): Update. Add estring3.
9659 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9660 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9661
f6bb7db3
YQ
96622015-05-26 Omair Javaid <omair.javaid@linaro.org>
9663 Yao Qi <yao.qi@linaro.org>
9664
9665 * gdb.reverse/aarch64.c: New.
9666 * gdb.reverse/aarch64.exp: New.
9667
a81bfbd0
OJ
96682015-05-26 Omair Javaid <omair.javaid@linaro.org>
9669
25d49b86
PA
9670 * lib/gdb.exp (supports_process_record): Return true for
9671 aarch64*-linux*.
a81bfbd0
OJ
9672 (supports_reverse): Likewise.
9673
158bf1b4
PP
96742015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9675
9676 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9677 Use with_test_prefix.
9678
a0145030
AB
96792015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9680
9681 * gdb.base/completion.exp: Add test for completion of layout
9682 names.
9683
ebe3b578
AB
96842015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9685
9686 * lib/gdb.exp (skip_tui_tests): New proc.
9687 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9688
84204ed7
PA
96892015-05-19 Pedro Alves <palves@redhat.com>
9690
9691 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9692 Save the whole env array instead of just HOME. Unset HISTSIZE in
9693 the environment while testing. Restore whole environment
9694 afterwards.
9695
37442ce1
DE
96962015-05-16 Doug Evans <xdje42@gmail.com>
9697
9698 * gdb.guile/scm-ports.c: New file.
9699 * gdb.guile/scm-ports.exp: Add memory port tests.
9700
36de76f9
JK
97012015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9702
9703 * gdb.compile/compile-print.c: New file.
9704 * gdb.compile/compile-print.exp: New file.
9705
3a9558c4
JK
97062015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9707
9708 * gdb.compile/compile-ops.exp: Cast param to void.
9709 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9710 (compile code struct_object.selffield = &struct_object): Add xfail.
9711
aa715135
JG
97122015-05-15 Joel Brobecker <brobecker@adacore.com>
9713
9714 * gdb.ada/arr_enum_with_gap: New testcase.
9715
931e5bc3
JG
97162015-05-15 Joel Brobecker <brobecker@adacore.com>
9717
9718 * gdb.ada/byte_packed_arr: New testcase.
9719
9cd4d857
JB
97202015-05-15 Joel Brobecker <brobecker@adacore.com>
9721
9722 * gdb.ada/pckd_neg: New testcase.
9723
ebfd00d2
PP
97242015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9725
9726 PR gdb/17820
9727 * gdb.base/gdbinit-history.exp: New test.
9728 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9729 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9730
4c082a81
SC
97312015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9732
9733 * gdb.python/py-xmethods.cc: Enhance test case.
9734 * gdb.python/py-xmethods.exp: New tests.
9735 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9736 function.
9737 (B_indexoper): Likewise.
9738 (global_dm_list) : Add new xmethod worker functions.
9739
f7797074
SDJ
97402015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9741
9742 * gdb.base/coredump-filter.exp: Correctly unset
9743 "coredump_var_addr" array.
9744
a4674e4e
PA
97452015-05-08 Pedro Alves <palves@redhat.com>
9746
9747 * gdb.server/non-existing-program.exp: Unset spawn_id.
9748
df2eb078
SC
97492015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9750
9751 PR python/18291
9752 * gdb.python/py-xmethods.exp: Add tests.
9753
422349a3
YQ
97542015-05-08 Yao Qi <yao.qi@linaro.org>
9755
9756 PR gdb/18208
9757 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9758 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9759 function set_coredump_filter, and remove remote_exec call.
9760 Remove argument ipid. Callers update.
9761 (top level): Don't get inferior's PID.
9762
63fc80ce
AA
97632015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9764
9765 * gdb.base/watch_thread_num.exp: Skip test on targets without
9766 access watchpoints.
9767
80ad801e
PA
97682015-05-06 Pedro Alves <palves@redhat.com>
9769
9770 PR server/18081
9771 * gdb.server/non-existing-program.exp: New file.
9772
0fa7fe50
JB
97732015-05-05 Joel Brobecker <brobecker@adacore.com>
9774
9775 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9776
3ea89b92
PMR
97772015-05-05 Joel Brobecker <brobecker@adacore.com>
9778
9779 * gdb.ada/out_of_line_in_inlined: New testcase.
9780
87b8eff0
JB
97812015-05-05 Joel Brobecker <brobecker@adacore.com>
9782
9783 * gdb.ada/var_rec_arr: New testcase.
9784
5fccc635
YQ
97852015-04-30 Yao Qi <yao.qi@linaro.org>
9786
9787 * gdb.base/break-idempotent.exp: If
9788 skip_hw_watchpoint_multi_tests returns true, skip the tests
9789 on "rwatch" and "awatch".
9790
42d38f42
YQ
97912015-04-30 Yao Qi <yao.qi@linaro.org>
9792
9793 * gdb.base/relativedebug.exp: Invoke gdb command
9794 "info sharedlibrary", and if libc.so doesn't have debug info,
9795 skip the test.
9796
2ce1cdbf
DE
97972015-04-29 Doug Evans <dje@google.com>
9798
9799 * gdb.python/py-xmethods.exp: Add ptype tests.
9800 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9801 get_result_type method.
9802
f24a38c5
LM
98032015-04-29 Luis Machado <lgustavo@codesourcery.com>
9804
9805 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9806 the target does not support hardware watchpoints.
9807
ecbf2b3c
LM
98082015-04-29 Luis Machado <lgustavo@codesourcery.com>
9809
9810 * gdb.base/break-always.exp: Abort testing if writing to memory
9811 causes an error.
9812
34f5f757
DE
98132015-04-28 Doug Evans <dje@google.com>
9814
9815 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9816 * gdb.python/py-pp-registration.exp: ... here. New file.
9817 * gdb.python/py-pp-registration.c: New file.
9818 * gdb.python/py-pp-registration.py: New file.
9819
69b4374a
DE
98202015-04-28 Doug Evans <dje@google.com>
9821
9822 * gdb.python/py-bad-printers.c: New file.
9823 * gdb.python/py-bad-printers.py: New file.
9824 * gdb.python/py-bad-printers.exp: New file.
9825
59fb7612
SS
98262015-04-28 Sasha Smundak <asmundak@google.com>
9827
9828 * gdb.python/py-type.exp: New test.
9829
2631b16a
AW
98302015-04-28 Andy Wingo <wingo@igalia.com>
9831
9832 * gdb.python/py-parameter.exp:
9833 * gdb.guile/scm-parameter.exp: Escape the path that we are
9834 matching against, as it might contain characters that are special
9835 to regular expressions.
9836
460efde1
JB
98372015-04-27 Joel Brobecker <brobecker@adacore.com>
9838
9839 * gdb.ada/rec_comp: New testcase.
9840
2d369d8e
SDJ
98412015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9842
9843 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9844 before using it.
9845
cf75d6c3
AB
98462015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9847
9848 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9849 new tests for verilog output.
9850
8dbe7ca5
YQ
98512015-04-24 Yao Qi <yao.qi@linaro.org>
9852
9853 * boards/remote-gdbserver-on-localhost.exp: New file.
9854
4ef9fb2f
PA
98552015-04-23 Pedro Alves <palves@redhat.com>
9856
9857 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9858 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9859 "end of file", remove $inferior_spawn_id from the indirect list.
9860
0a803169
PA
98612015-04-23 Pedro Alves <palves@redhat.com>
9862
9863 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9864
749ef8f8
PA
98652015-04-23 Pedro Alves <palves@redhat.com>
9866
9867 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9868 on $any_spawn_id instead of only on $gdb_spawn_id.
9869
8aae4344
PM
98702015-04-21 Pierre Muller <muller@sourceware.org>
9871
9872 PR pascal/17815
9873 * lib/pascal.exp (gpc_compile): Add new option "class".
9874 (fpc_compile): Likewise.
9875 * gdb.pascal/case-insensitive-symbols.pas: New file.
9876 * gdb.pascal/case-insensitive-symbols.exp: New file.
9877
1586c8fb
GB
98782015-04-20 Gary Benson <gbenson@redhat.com>
9879
9880 * gdb.base/attach.exp: Fix three extended remote failures.
9881
1b6e6f5c
GB
98822015-04-17 Gary Benson <gbenson@redhat.com>
9883
9884 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9885 the main executable over the remote protocol.
9886
e797481d
PA
98872015-04-16 Pedro Alves <palves@redhat.com>
9888
9889 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9890 a new gdbserver if gdbserver_reconnect_p is set.
9891
1ca99c42
PA
98922015-04-16 Pedro Alves <palves@redhat.com>
9893
9894 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9895 is set, don't exit gdbserver.
9896
af9fd6f8
AA
98972015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9898
9899 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9900 appropriate .insn, such that an older assembler can be used.
9901 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9902 the z/Architecture instruction set on 31-bit targets as well.
9903
04ff1e61
AA
99042015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9905
9906 * gdb.go/handcall.exp: Remove all logic related to the first
9907 breakpoint and rely on go_runto_main instead.
9908 * gdb.go/strings.exp: Likewise.
9909 * gdb.go/unsafe.exp: Likewise.
9910 * gdb.go/hello.exp: Likewise. Also rename the remaining
9911 breakpoint marker to "breakpoint 1".
9912 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9913 * gdb.go/strings.go: Likewise.
9914 * gdb.go/unsafe.go: Likewise.
9915 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9916 "set breakpoint 2 here" and rename the remaining breakpoint marker
9917 to "breakpoint 1".
9918
40d2f8d6
SM
99192015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9920
9921 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9922 if itertools.imap is not present.
9923 * gdb.python/py-objfile.exp: Add parentheses.
9924 * gdb.python/py-type.exp: Same.
9925 * gdb.python/py-unwind-maint.py: Same.
9926
8cbc97c6
YQ
99272015-04-15 Yao Qi <yao.qi@linaro.org>
9928
9929 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9930 of ":$ptr_size" and set its form explicitly.
9931
45fd756c
YQ
99322015-04-15 Pedro Alves <palves@redhat.com>
9933 Yao Qi <yao.qi@linaro.org>
9934
9935 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9936 timeout by factor of 4.
9937 (test_regular_watch): Likewise.
9938 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9939 * gdb.reverse/sigall-reverse.exp: Likewise.
9940 * gdb.reverse/until-precsave.exp: Likewise.
9941 * lib/gdb.exp (with_timeout_factor): New proc.
9942 (gdb_expect): Move some code to ...
9943 (get_largest_timeout): ... here. New procedure.
9944
9e811bc3
LM
99452015-04-14 Luis Machado <lgustavo@codesourcery.com>
9946
9947 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9948
0ff6fcb2
LM
99492015-04-13 Luis Machado <lgustavo@codesourcery.com>
9950
9951 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9952 to write to the .text section.
9953
7578d5f7
LM
99542015-04-13 Luis Machado <lgustavo@codesourcery.com>
9955
9956 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9957 Handle the case of targets that do not provide PID information.
9958
2efe15c4
YQ
99592015-04-13 Yao Qi <yao.qi@linaro.org>
9960
9961 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9962 and use expect instead of gdb_expect.
9963
8cd8f2f8
SDJ
99642015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9965
9966 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9967 "coredump_var_addr" to avoid naming conflict with other testcases.
9968
9ee41772
PA
99692015-04-10 Pedro Alves <palves@redhat.com>
9970
9971 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9972 gdb_test_sequence and gdb_assert.
9973
07473109
PA
99742015-04-10 Pedro Alves <palves@redhat.com>
9975
9976 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9977 test messages that don't include the breakpoint address.
9978
de3db44c
YQ
99792015-04-10 Yao Qi <yao.qi@linaro.org>
9980
9981 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9982 false for some offset and width combinations which aren't
9983 supported by linux kernel.
9984
c79d856c
PA
99852015-04-10 Pedro Alves <palves@redhat.com>
9986
9987 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9988 procedure, factored out from ...
9989 (top level): ... here. Add "set displaced-stepping" testing axis.
9990 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9991 parameter "displaced". Use it.
9992 (top level): Use foreach and add "set displaced-stepping" testing
9993 axis.
9994
ebc90b50
PA
99952015-04-10 Pedro Alves <palves@redhat.com>
9996
9997 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9998 Remove comment.
9999 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10000 both the address of the instruction that triggers the watchpoint
10001 and the address of the instruction immediately after, and use
10002 those addresses for the test. Fix comment.
10003
8f572e5c
PA
100042015-04-10 Pedro Alves <palves@redhat.com>
10005
10006 * gdb.base/sigstep.exp (breakpoint_to_handler)
10007 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
10008 Test "backtrace" in handler.
10009 (breakpoint_over_handler): New parameter 'displaced'. Use it.
10010 (top level): Add new "displaced" test axis to
10011 breakpoint_to_handler, breakpoint_to_handler_entry and
10012 breakpoint_over_handler.
10013
8d707a12
PA
100142015-04-10 Pedro Alves <palves@redhat.com>
10015
10016 PR gdb/18216
10017 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10018
ef713951
YQ
100192015-04-10 Yao Qi <yao.qi@linaro.org>
10020
10021 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10022 (test_add_rn_pc): New function.
10023 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10024 (top level): Invoke test_add_rn_pc.
10025
906d60cf
PA
100262015-04-10 Pedro Alves <palves@redhat.com>
10027
10028 PR gdb/13858
10029 * gdb.base/step-over-no-symbols.exp: New file.
10030
f2983cc3
AW
100312015-04-09 Andy Wingo <wingo@igalia.com>
10032
10033 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10034 after the Python tests.
10035
6d62641c
SDJ
100362015-04-08 Keith Seitz <keiths@redhat.com>
10037
10038 PR python/16699
10039 * gdb.python/py-completion.exp: New tests for completion.
10040 * gdb.python/py-completion.py (CompleteLimit1): New class.
10041 (CompleteLimit2): Likewise.
10042 (CompleteLimit3): Likewise.
10043 (CompleteLimit4): Likewise.
10044 (CompleteLimit5): Likewise.
10045 (CompleteLimit6): Likewise.
10046 (CompleteLimit7): Likewise.
10047
f3770638
PA
100482015-04-08 Pedro Alves <palves@redhat.com>
10049
10050 PR gdb/18214
10051 PR gdb/18216
10052 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10053 function.
10054 (main): Install it as SIGUSR1 handler.
10055 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10056 parameter. Always use "setup" as prefix. Toggle "set
10057 displaced-stepping" off/on depending on global. Don't switch to
10058 thread 1 here.
10059 (top level): Add displaced stepping "off/on" test axis. Update
10060 "setup" calls. Wrap each subtest with with_test_prefix. Test
10061 continuing with a queued signal in each thread.
10062
4496bed7
PA
100632015-04-08 Pedro Alves <palves@redhat.com>
10064
10065 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10066 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
10067 gdb_breakpoint instead of gdb_test that doesn't expect anything.
10068 Return early if running to main fails.
10069 * gdb.trace/while-stepping.exp: Likewise.
10070
b97fde92
PA
100712015-04-07 Pedro Alves <palves@redhat.com>
10072
10073 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10074 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
10075 interact with inferior program.
10076
f71c18e7
PA
100772015-04-07 Pedro Alves <palves@redhat.com>
10078
10079 * lib/gdb.exp (inferior_spawn_id): New global.
10080 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
10081 spawn id after processing the user code.
10082 (default_gdb_start): Set inferior_spawn_id.
10083 (send_inferior): New procedure.
10084 * lib/gdbserver-support.exp (gdbserver_start): Set
10085 inferior_spawn_id.
10086 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10087
6423214f
PA
100882015-04-07 Pedro Alves <palves@redhat.com>
10089
10090 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10091 * lib/gdbserver-support.exp (gdbserver_start): Make
10092 $server_spawn_id global.
10093 (gdbserver_start): Don't wait for gdbserver's spawn id with
10094 expect_background.
10095 (close_gdbserver): New procedure.
10096 (gdb_exit): Rename the default version and reimplement.
10097
71c0ee8c
PA
100982015-04-07 Pedro Alves <palves@redhat.com>
10099
72f4393d 10100 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
10101 append the substituted item, not the original item.
10102
203bc29b
PA
101032015-04-07 Pedro Alves <palves@redhat.com>
10104
10105 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10106 gdb_expect.
10107
508a3ddf
PA
101082015-04-07 Pedro Alves <palves@redhat.com>
10109
10110 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10111 output appearing once only.
10112
9f6dbe2b
PA
101132015-04-07 Pedro Alves <palves@redhat.com>
10114
10115 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10116 that doesn't expect anything. Return early if running to main
10117 fails.
10118
337532fa
YQ
101192015-04-07 Yao Qi <yao.qi@linaro.org>
10120
10121 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10122 (child_function): Call alarm.
10123 (main): Move call to alarm into the loop.
10124 * gdb.threads/non-stop-fair-events.exp: Build program with
10125 -DTIMEOUT=$timeout.
10126
01b622d4
DE
101272015-04-06 Doug Evans <xdje42@gmail.com>
10128
10129 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10130 Fix dest parameter to board_info.
10131 (fpc_compile): Ditto.
10132 (gdb_compile_pascal): Rename dest arg to destfile.
10133
961f4160
PMR
101342015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10135
10136 * gdb.ada/funcall_ref.exp: New file.
10137 * gdb.ada/funcall_ref/foo.adb: New file.
10138
cafda597
YQ
101392015-04-02 Yao Qi <yao.qi@linaro.org>
10140
10141 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10142 is remote.
10143
fed040c6
GB
101442015-04-02 Gary Benson <gbenson@redhat.com>
10145
10146 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10147
d11916aa
SS
101482015-04-01 Sasha Smundak <asmundak@google.com>
10149
10150 * gdb.python/py-unwind-maint.c: New file.
10151 * gdb.python/py-unwind-maint.exp: New test.
10152 * gdb.python/py-unwind-maint.py: New file.
10153 * gdb.python/py-unwind.c: New file.
10154 * gdb.python/py-unwind.exp: New test.
10155 * gdb.python/py-unwind.py: New test.
10156
a1471180
PA
101572015-04-01 Pedro Alves <palves@redhat.com>
10158
10159 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10160 to fail instead of non-existent $test.
10161
0bbeccb1
PA
101622015-04-01 Pedro Alves <palves@redhat.com>
10163
10164 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10165 GDBFLAGS if not empty.
10166
3c724c8c
PMR
101672015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10168
10169 * gdb.ada/complete.exp: Remove "multi_line".
10170 * gdb.ada/info_exc.exp: Remove "multi_line".
10171 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10172 * gdb.ada/ptype_field.exp: Remove "multi_line".
10173 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10174 * gdb.ada/tagged.exp: Remove "multi_line".
10175 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10176 [multi_line ...]
10177 * gdb.btrace/delta.exp: Likewise.
10178 * gdb.btrace/exception.exp: Likewise.
10179 * gdb.btrace/function_call_history.exp: Likewise.
10180 * gdb.btrace/instruction_history.exp: Likewise.
10181 * gdb.btrace/nohist.exp: Likewise.
10182 * gdb.btrace/record_goto.exp: Likewise.
10183 * gdb.btrace/segv.exp: Likewise.
10184 * gdb.btrace/stepi.exp: Likewise.
10185 * gdb.btrace/tailcall.exp: Likewise.
10186 * gdb.btrace/unknown_functions.exp: Likewise.
10187 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10188 * lib/gdb.exp: Add the "multi_line" helper.
10189
4eec2deb
PA
101902015-04-01 Pedro Alves <palves@redhat.com>
10191
10192 * gdb.threads/tid-reuse.c: New file.
10193 * gdb.threads/tid-reuse.exp: New file.
10194
df8411da
SDJ
101952015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10196
10197 PR corefiles/16092
10198 * gdb.base/coredump-filter.c: New file.
10199 * gdb.base/coredump-filter.exp: Likewise.
10200
6ef37366
PM
102012015-03-27 Petr Machata <pmachata@redhat.com>
10202
10203 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10204 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10205 (Dwarf::assemble): Initialize them.
10206 (Dwarf::lines): New function.
10207
7ec911b0
JT
102082015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10209
10210 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10211 SYMBOL_PREFIX for x86_64-*-cygwin.
10212
ff908ebf
AW
102132015-03-26 Andy Wingo <wingo@igalia.com>
10214
10215 PR symtab/18148
10216 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10217 const_value but not a location.
10218 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10219 location defined in non-main CUs are visible.
10220
6d5f0679
YQ
102212015-03-26 Yao Qi <yao.qi@linaro.org>
10222
10223 PR testsuite/18139
10224 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10225 Add a line number entry for the same line.
10226 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10227 Add a line number entry for the same line.
10228
2898689b
YQ
102292015-03-26 Yao Qi <yao.qi@linaro.org>
10230
10231 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10232 .int 0.
10233 (func): Likewise. Add .Lfunc_1 label.
10234 Use .Lfunc_1 label.
10235 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10236 .int 0.
10237 (func): Likewise.
10238 Use .Lfunc_1 label.
10239
85180498
YQ
102402015-03-26 Yao Qi <yao.qi@linaro.org>
10241
10242 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10243 Call gdb_compile instead to compile each .s files without debug
10244 information.
10245
8aa08a8d
YQ
102462015-03-26 Yao Qi <yao.qi@linaro.org>
10247
10248 * gdb.base/savedregs.exp (process_saved_regs): Make
10249 "Saved registers:" optional in the pattern.
10250
66849923
MM
102512015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10252
10253 * gdb.btrace/next.exp: Merged into step.exp.
10254 * gdb.btrace/finish.exp: Merged into step.exp.
10255 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10256 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10257 "record goto" and checking the exact replay position.
10258 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10259 check for "Recording format" in "info record" output.
10260 * gdb.btrace/record_goto.exp: Choose test file based on target.
10261 * gdb.btrace/x86-record_goto.S: Renamed into ...
10262 * gdb.btrace/x86_64-record_goto.S: ... this.
10263 * gdb.btrace/i686-record_goto.S: New.
10264 * gdb.btrace/x86-tailcall.S: Renamed into ...
10265 * gdb.btrace/x86_64-tailcall.S: ... this.
10266 * gdb.btrace/i686-tailcall.S: New.
10267 * gdb.btrace/x86-tailcall.c: Renamed into ...
10268 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10269 separate statements. Update test.
10270 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10271 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10272 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10273 * gdb.btrace/tailcall.exp: Choose test file based on target.
10274 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10275
11cc1b74
MM
102762015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10277
10278 * gdb.btrace/exception.exp: Increase BTS buffer size.
10279
a25d8bf9
PA
102802015-03-24 Pedro Alves <palves@redhat.com>
10281
10282 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10283
856e7dd6
PA
102842015-03-24 Pedro Alves <palves@redhat.com>
10285
10286 * gdb.threads/schedlock.exp (test_step): No longer expect that
10287 "set scheduler-locking step" with "next" over a function call runs
10288 threads unlocked.
10289
ad235a41
AT
102902015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10291
10292 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10293
15630549
AT
102942015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10295
10296 PR breakpoints/16466
10297 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10298 * gdb.mi/mi-pending.c (thread_func): New function.
10299 (int main): Add threading support required.
10300 * gdb.mi/mi-pending.exp: Add tests for this issue.
10301 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10302 (pendfunc2): Remove stdio dependency.
10303 * gdb.mi/mi-pendshr2.c: New file.
10304
693dca06
KS
103052015-03-23 Keith Seitz <keiths@redhat.com>
10306
10307 * gdb.linespec/keywords.c: New file.
10308 * gdb.linespec/keywords.exp: New file.
10309
7e993ebf
KS
103102015-03-23 Keith Seitz <keiths@redhat.com>
10311
10312 PR gdb/18021
10313 * gdb.dwarf2/staticvirtual.exp: New test.
10314
bc23328c
JK
103152015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10316
10317 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10318 * README: Remove HP-UX and gdb.hp.
10319 (configuration):
10320 * configure: Regenerate.
10321 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10322 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10323 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10324 gdb.hp/gdb.defects/Makefile.
10325 * gdb.hp/Makefile.in: File deleted.
10326 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10327 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10328 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10329 * gdb.hp/gdb.aCC/run.c: File deleted.
10330 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10331 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10332 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10333 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10334 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10335 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10336 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10337 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10338 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10339 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10340 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10341 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10342 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10343 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10344 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10345 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10346 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10347 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10348 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10349 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10350 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10351 * gdb.hp/gdb.compat/average.c: File deleted.
10352 * gdb.hp/gdb.compat/sum.c: File deleted.
10353 * gdb.hp/gdb.compat/xdb.c: File deleted.
10354 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10355 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10356 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10357 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10358 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10359 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10360 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10361 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10362 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10363 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10364 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10365 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10366 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10367 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10368 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10369 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10370 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10371 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10372 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10373 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10374 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10375 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10376 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10377 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10378 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10379 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10380 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10381 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10382 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10383 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10384 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10385 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10386 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10387 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10388 * gdb.hp/tools/odump: File deleted.
10389
8bf3b159
PA
103902015-03-19 Pedro Alves <palves@redhat.com>
10391
10392 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10393 (saw_thread_3): New globals.
10394 (top level): Increment them when an event for the corresponding
10395 thread is seen.
10396 (no thread starvation): New test.
10397
eb54c8bf
PA
103982015-03-19 Pedro Alves <palves@redhat.com>
10399
10400 * gdb.threads/continue-pending-status.c: New file.
10401 * gdb.threads/continue-pending-status.exp: New file.
10402
32d2e5d6
PA
104032015-03-18 Pedro Alves <palves@redhat.com>
10404
10405 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10406 Use gdb_is_target_remote instead of is_remote. Use
10407 gdb_test_multiple instead of gdb_expect. Exit early if
10408 gdb_test_multiple hits its internal matches. Tighten stepi tests
10409 expected output. Fail on exit with any signal, instead of just
10410 SIGILL.
10411
f68f11b7
YQ
104122015-03-18 Yao Qi <yao.qi@linaro.org>
10413
10414 PR tdep/18107
10415 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10416 variable.
10417 * gdb.base/catch-syscall.exp: Don't skip it on
10418 aarch64*-*-linux* target. Remove elements in all_syscalls.
10419 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10420 target.
10421 (setup_all_syscalls): New proc.
10422
ca5fd19b
YQ
104232015-03-16 Yao Qi <yao.qi@linaro.org>
10424
10425 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10426 (top level): Skip tests if valid_addr_p returns false for
10427 $cmd1 or $cmd2.
10428
85642ba0
AW
104292015-03-11 Andy Wingo <wingo@igalia.com>
10430
10431 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10432
e03f9645
YQ
104332015-03-11 Yao Qi <yao.qi@linaro.org>
10434
10435 * gdb.base/catch-syscall.exp: Fix typo in comments.
10436
5d0962b2
YQ
104372015-03-11 Yao Qi <yao.qi@linaro.org>
10438
10439 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10440
b2df3cef
PA
104412015-03-09 Pedro Alves <palves@redhat.com>
10442
10443 * dg-extract-results.py: Delete.
10444
ef878e53
PA
104452015-03-09 Pedro Alves <palves@redhat.com>
10446
10447 Merge dg-extract-results.sh from GCC upstream (r218843).
10448
10449 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
10450 * dg-extract-results.sh: Use --text with grep to avoid issues with
10451 binary files. Fall back to cat -v, if that doesn't work.
10452
9494d219
PA
104532015-03-05 Pedro Alves <palves@redhat.com>
10454
10455 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10456
a8d9763a
SM
104572015-03-04 Simon Marchi <simon.marchi@ericsson.com>
10458
10459 * lib/mi-support.exp (mi_expect_interrupt): Accept
10460 alternative event for when in all-stop mode.
10461
be9957b8
PA
104622015-03-04 Pedro Alves <palves@redhat.com>
10463
10464 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10465
d57be0f4 104662015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
10467
10468 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10469
c214c7cf
AA
104702015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10471
10472 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10473 regexps for GDB's current line display, accept a hex address
10474 preceding the line number.
10475
6d74a497
AA
104762015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10477
10478 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10479 the 'arch1' variable for "s390*-linux*" targets.
10480
511aee7c
PA
104812015-03-04 Pedro Alves <palves@redhat.com>
10482
10483 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10484 (main): Pass missing retval argument to pthread_join call.
10485
95e50b27
PA
104862015-03-02 Pedro Alves <palves@redhat.com>
10487
10488 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10489 (top level): Call do_test with non-stop as well.
10490
28054d69
PA
104912015-03-02 Pedro Alves <palves@redhat.com>
10492
10493 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10494 -1.
10495
4fa5d7b4
AA
104962015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10497
10498 * gdb.arch/s390-vregs.exp: New test.
10499 * gdb.arch/s390-vregs.S: New file.
10500
97c18565
PA
105012015-02-27 Pedro Alves <palves@redhat.com>
10502
10503 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10504 call to catch_command_errors.
10505 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10506 catch_command_errors.
10507
a37bfa30
PA
105082015-02-27 Pedro Alves <palves@redhat.com>
10509
10510 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10511 "true" for boolean result.
10512 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10513 prototype of main.
10514
6f98576f
PA
105152015-02-27 Pedro Alves <palves@redhat.com>
10516
10517 * lib/unbuffer_output.c: New file.
10518 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10519 (main): Call gdb_unbuffer_output.
10520
eba5ab56
YQ
105212015-02-27 Yao Qi <yao.qi@linaro.org>
10522
10523 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10524 target.
10525
0def5aaa
DE
105262015-02-26 Doug Evans <dje@google.com>
10527
10528 * gdb.cp/class2.cc (Dbase, D): New classes.
10529 (main): New local delta.
10530 * gdb.cp/class2.exp: Test printing delta.
10531 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10532 (dynbar): New global.
10533 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10534
081a1c2c
JK
105352015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10536
10537 * gdb.compile/compile-ifunc.c: New file.
10538 * gdb.compile/compile-ifunc.exp: New file.
10539
2f41223f
AT
105402015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10541
10542 * gdb.base/structs.exp: Check for correct struct on finish.
10543
03eddd80
YQ
105442015-02-26 Yao Qi <yao.qi@linaro.org>
10545
10546 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10547 is zero.
10548
80c57053
JK
105492015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10550
10551 * gdb.arch/cordic.ko.bz2: New file.
10552 * gdb.arch/cordic.ko.debug.bz2: New file.
10553 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10554
21613c12
YQ
105552015-02-25 Yao Qi <yao.qi@linaro.org>
10556
10557 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10558 aarch64*-*-* target.
10559
d8b901ed
PA
105602015-02-23 Pedro Alves <palves@redhat.com>
10561
10562 * lib/gdb.exp (delete_breakpoints): Rewrite using
10563 gdb_test_multiple.
10564
e5b85ead
PA
105652015-02-23 Pedro Alves <palves@redhat.com>
10566
10567 * gdb.base/info-os.c: Include stdlib.h.
10568
85c3a371
DE
105692015-02-22 Doug Evans <xdje42@gmail.com>
10570
10571 PR symtab/17855
10572 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10573 is read after symbols have been re-read.
10574 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10575 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10576
96553a0c
DE
105772015-02-21 Doug Evans <dje@google.com>
10578
10579 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10580
97a0c697
JK
105812015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10582
10583 PR corefiles/17808
10584 * gdb.arch/i386-biarch-core.core.bz2: New file.
10585 * gdb.arch/i386-biarch-core.exp: New file.
10586
a47cd6e9
PA
105872015-02-21 Pedro Alves <palves@redhat.com>
10588
10589 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10590 runto_main fails.
10591
c5facdc4
PA
105922015-02-20 Pedro Alves <palves@redhat.com>
10593
10594 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10595 info probes.
10596
2db9a427
PA
105972015-02-20 Pedro Alves <palves@redhat.com>
10598
10599 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10600
60fb7e9e
PA
106012015-02-20 Pedro Alves <palves@redhat.com>
10602
10603 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10604 clean_restart before gdb_target_supports_trace.
10605
5c5019c2
PA
106062015-02-20 Pedro Alves <palves@redhat.com>
10607
10608 PR threads/18006
10609 * gdb.threads/clone-thread_db.c: New file.
10610 * gdb.threads/clone-thread_db.exp: New file.
10611
c9587f88
AT
106122015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10613
10614 PR breakpoints/16812
10615 * gdb.base/catch-gdb-caused-signals.c: New file.
10616 * gdb.base/catch-gdb-caused-signals.exp: New file.
10617
f6a88844
JM
106182015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10619
10620 * configure: Regenerated.
10621 * configure.ac: Use GDB_AC_TRANSFORM.
10622 * aclocal.m4: sinclude ../transform.m4.
10623
497c491b
JM
106242015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10625
10626 * lib/dtrace.exp: New file.
10627 * gdb.base/dtrace-probe.exp: Likewise.
10628 * gdb.base/dtrace-probe.d: Likewise.
10629 * gdb.base/dtrace-probe.c: Likewise.
10630 * lib/pdtrace.in: Likewise.
10631 * configure.ac: Output variables with the transformed names of
10632 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10633 * configure: Regenerated.
10634
03e98035
JM
106352015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10636
10637 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10638 expected message when trying to access $_probe_* convenience
10639 variables while not on a probe.
10640
63cc30e9
JK
106412015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10642
10643 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10644
0703599a
PA
106452015-02-11 Pedro Alves <pedro@codesourcery.com>
10646
10647 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10648 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10649
7e60a48e
DE
106502015-02-10 Doug Evans <xdje42@gmail.com>
10651
10652 * lib/gdb.exp (gdb_load): Always return a result.
10653
01b088bc
PA
106542015-02-10 Pedro Alves <palves@redhat.com>
10655
10656 * gdb.threads/signal-sigtrap.c: New file.
10657 * gdb.threads/signal-sigtrap.exp: New file.
10658
b05ec7a5
AT
106592015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10660
10661 * gdb.trace/no-attach-trace.c: New file.
10662 * gdb.trace/no-attach-trace.exp: New file.
10663
a2c2acaf
MW
106642015-02-09 Mark Wielaard <mjw@redhat.com>
10665
10666 * gdb.dwarf2/atomic.c: New file.
10667 * gdb.dwarf2/atomic-type.exp: Likewise.
10668
31fd9caa
MM
106692015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10670
10671 * gdb.btrace/buffer-size.exp: Update "info record" output.
10672 * gdb.btrace/delta.exp: Update "info record" output.
10673 * gdb.btrace/enable.exp: Update "info record" output.
10674 * gdb.btrace/finish.exp: Update "info record" output.
10675 * gdb.btrace/instruction_history.exp: Update "info record" output.
10676 * gdb.btrace/next.exp: Update "info record" output.
10677 * gdb.btrace/nexti.exp: Update "info record" output.
10678 * gdb.btrace/step.exp: Update "info record" output.
10679 * gdb.btrace/stepi.exp: Update "info record" output.
10680 * gdb.btrace/nohist.exp: Update "info record" output.
10681
d33501a5
MM
106822015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10683
10684 * gdb.btrace/buffer-size: New.
10685
f4abbc16
MM
106862015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10687
10688 * gdb.btrace/delta.exp: Update "info record" output.
10689 * gdb.btrace/enable.exp: Update "info record" output.
10690 * gdb.btrace/finish.exp: Update "info record" output.
10691 * gdb.btrace/instruction_history.exp: Update "info record" output.
10692 * gdb.btrace/next.exp: Update "info record" output.
10693 * gdb.btrace/nexti.exp: Update "info record" output.
10694 * gdb.btrace/step.exp: Update "info record" output.
10695 * gdb.btrace/stepi.exp: Update "info record" output.
10696 * gdb.btrace/nohist.exp: Update "info record" output.
10697
b9d61307
SM
106982015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10699
10700 PR gdb/15678
10701 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10702
e584fdbc
PA
107032015-02-06 Pedro Alves <palves@redhat.com>
10704
10705 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10706 macro.
10707 (seconds_left, again): New globals.
10708 (main): Wait seconds_left in a 1-second sleep loop instead of
10709 sleeping 180 seconds. If 'again' is set, reset the seconds
10710 counter.
10711 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10712 'again' in the inferior before detaching. Print the seconds left.
10713 (options): New global.
10714 (top level): Build program with -DTIMEOUT=$timeout.
10715
77f41761
PA
107162015-02-06 Pedro Alves <palves@redhat.com>
10717
10718 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10719 determine how many seconds to pass to 'alarm'.
10720 * gdb.base/gdb-sigterm.exp (top level): Build program with
10721 -DTIMEOUT=$timeout.
10722 (do_test): Return success/failure indication. Add more verbose
10723 logging. Don't fail if 200 single steps are seen. Instead, fail
10724 when the test times out.
10725 (passes): New global.
10726 (top level): Break the testing loop if testing fails on any
10727 iteration. Use gdb_assert.
10728
b9394193
DB
107292015-02-04 Don Breazeal <donb@codesourcery.com>
10730
10731 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10732 and initialize them.
10733 (ipc_cleanup): New function.
10734 (main): Don't declare shmid, semid, and msqid. Add a call to
10735 atexit so that we call ipc_cleanup on exit.
10736
42d9e528
PA
107372015-02-04 Pedro Alves <palves@redhat.com>
10738
10739 * boards/native-extended-gdbserver.exp: Remove any target variant
10740 specifications from the board name before clearing the isremote
10741 flag from board_info.
10742
ae6ae975
DE
107432015-01-31 Doug Evans <xdje42@gmail.com>
10744
10745 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10746
cfb069a8
GB
107472015-01-31 Gary Benson <gbenson@redhat.com>
10748
10749 * gdb.base/completion.exp: Disable completion limiting for
10750 existing tests. Add new tests to check completion limiting.
10751 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10752
5dd31d79
DE
107532015-01-31 Doug Evans <xdje42@gmail.com>
10754
10755 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10756
9f050062
DE
107572015-01-31 Doug Evans <xdje42@gmail.com>
10758
10759 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10760 entries. Duplicate file section script entries.
10761 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10762 inlined entries. Add test for safe-path rejection.
10763 * gdb.python/py-section-script.c: Add duplicate inlined section script
10764 entries. Duplicate file section script entries.
10765 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10766 inlined entries. Add test for safe-path rejection.
10767
df25ebbd
JB
107682015-01-29 Joel Brobecker <brobecker@adacore.com>
10769
10770 * gdb.ada/disc_arr_bound: New testcase.
10771
4a0ca9ec
JB
107722015-01-29 Joel Brobecker <brobecker@adacore.com>
10773
10774 * gdb.ada/mi_var_array: New testcase.
10775
3a8b707a
DE
107762015-01-27 Doug Evans <dje@google.com>
10777
10778 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10779 Add test for objfile.filename, objfile.username after objfile
10780 has been unloaded.
10781
f8313f6e
JB
107822015-01-26 Joel Brobecker <brobecker@adacore.com>
10783
10784 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10785 the second test to print the name attribute of value
10786 returned by the call to gdb.lookup_type, and adjust
10787 the expected output accordingly.
10788
37bc665e
MW
107892015-01-25 Mark Wielaard <mjw@redhat.com>
10790
10791 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10792 * gdb.base/disp-step-fork.c: Include unistd.h.
10793 * gdb.base/siginfo-obj.c: Include stdio.h.
10794 * gdb.base/siginfo-thread.c: Likewise.
10795 * gdb.mi/non-stop.c: Include unistd.h.
10796 * gdb.mi/nsthrexec.c: Include stdio.h.
10797 * gdb.mi/pthreads.c: Include unistd.h.
10798 * gdb.modula2/unbounded1.c (main): Declare returns int.
10799 * gdb.reverse/consecutive-reverse.c: Likewise.
10800 * gdb.threads/create-fail.c: Include unistd.h.
10801 * gdb.threads/killed.c: Likewise.
10802 * gdb.threads/linux-dp.c: Likewise.
10803 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10804 * gdb.threads/non-ldr-exc-2.c: Likewise.
10805 * gdb.threads/non-ldr-exc-3.c: Likewise.
10806 * gdb.threads/non-ldr-exc-4.c: Likewise.
10807 * gdb.threads/pthreads.c: Include unistd.h.
10808 (main): Declare returns int.
10809 * gdb.threads/tls-main.c (foo): New declaration.
10810 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10811
f7e5394d
SM
108122015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10813
10814 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10815 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10816
743649fd
MW
108172015-01-15 Mark Wielaard <mjw@redhat.com>
10818
10819 * gdb.base/noreturn-return.c: New file.
10820 * gdb.base/noreturn-return.exp: New file.
10821 * gdb.base/noreturn-finish.c: New file.
10822 * gdb.base/noreturn-finish.exp: New file.
10823
198297aa
PA
108242015-01-23 Pedro Alves <palves@redhat.com>
10825
10826 * gdb.threads/continue-pending-after-query.c: New file.
10827 * gdb.threads/continue-pending-after-query.exp: New file.
10828
717cf30c
AG
108292015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10830 Simon Marchi <simon.marchi@ericsson.com>
10831
10832 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10833 * gdb.base/valgrind-db-attach.exp: Same.
10834 * gdb.base/valgrind-infcall.exp: Same.
10835 * lib/mi-support.exp (default_mi_gdb_start): Same.
10836 * lib/prompt.exp (default_prompt_gdb_start): Same.
10837 * lib/gdb.exp (default_gdb_spawn): Same.
10838 (gdb_interact): New.
10839
10840
4b62a76e
JK
108412015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10842
10843 * gdb.compile/compile.exp (pointer to jit function): New test.
10844
b4cdae6f
WW
108452015-01-17 Wei-cheng Wang <cole945@gmail.com>
10846
10847 * lib/gdb.exp (supports_process_record): Return true for
10848 powerpc*-*-linux*.
10849 (supports_reverse): Likewise.
10850
d221e7ef
DB
108512015-01-15 Don Breazeal <donb@codesourcery.com>
10852
10853 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10854 instead of checking whether the target board is remote and
10855 use spawn_wait_for_attach instead of exec/sleep.
10856 * gdb.base/attach-twice.exp: Likewise.
10857
bafffb51
JB
108582015-01-15 Joel Brobecker <brobecker@adacore.com>
10859
10860 * gdb.ada/var_arr_attrs: New testcase.
10861
5589af0e
PA
108622015-01-14 Pedro Alves <palves@redhat.com>
10863 Joel Brobecker <brobecker@adacore.com>
10864
10865 PR gdb/17525
10866 * gdb.base/bp-cmds-execution-x-script.c: New file.
10867 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10868 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10869
6c400b59
PA
108702015-01-14 Pedro Alves <palves@redhat.com>
10871
10872 PR cli/17828
10873 * gdb.base/batch-preserve-term-settings.c: New file.
10874 * gdb.base/batch-preserve-term-settings.exp: New file.
10875
e02c96a7
DE
108762015-01-13 Doug Evans <dje@google.com>
10877
10878 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10879 binary.
10880
576fd14c
JB
108812015-01-13 Joel Brobecker <brobecker@adacore.com>
10882
10883 * Makefile.in (clean mostlyclean): Do not delete *.py.
10884
04dccad0
JB
108852015-01-13 Joel Brobecker <brobecker@adacore.com>
10886
10887 * gdb.python/py-lookup-type.exp: New file.
10888
3d230f71
PA
108892015-01-12 Pedro Alves <palves@redhat.com>
10890
10891 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10892 restore GDBFLAGS before returning.
10893
7e67715d
JK
108942015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10895
10896 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10897 is_amd64_regs_target and is_x86_like_target.
10898
f2e0d4b4
DE
108992015-01-11 Doug Evans <xdje42@gmail.com>
10900
10901 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10902 is given without an explicit form.
10903 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10904 attributes.
10905 * gdb.dwarf/corrupt.exp: Ditto.
10906 * gdb.dwarf2/enum-type.exp: Ditto.
10907 * gdb.trace/entry-values.exp: Ditto.
10908 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10909
439250fb
DE
109102015-01-11 Doug Evans <xdje42@gmail.com>
10911
10912 PR gdb/15830
10913 * gdb.base/maint.exp: Remove references to "maint demangle".
10914 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10915 Add tests for explicitly specifying language to demangle.
10916 * gdb.dlang/demangle.exp: Ditto.
10917
ede9f622
PA
109182015-01-09 Pedro Alves <palves@redhat.com>
10919
10920 * gdb.threads/non-stop-fair-events.c: New file.
10921 * gdb.threads/non-stop-fair-events.exp: New file.
10922
a7b796db
PA
109232015-01-09 Pedro Alves <palves@redhat.com>
10924
10925 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10926 the global scope. Set a breakpoint after all threads are started
10927 rather than stepping over two source lines. Expect the prompt.
10928 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10929 global.
10930 (NUM): Now 15.
10931 (main): Use threads_started_barrier to wait for all threads to
10932 start. Main thread no longer calls thread_function. Exit after
10933 180 seconds.
10934 (loop): New function.
10935 (thread_function): Wait on threads_started_barrier barrier. Call
10936 'loop' at each iteration.
10937 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10938 threads have started, instead of hardcoding number of "next"
10939 steps. Use an access watchpoint instead of a write watchpoint.
10940
9665ffdd
PA
109412015-01-09 Pedro Alves <palves@redhat.com>
10942
10943 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10944 (thread_func): Wait on barrier.
10945 (main): Wait for all threads to start before stopping GDB.
10946 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10947 global.
10948 (thread1_func, thread2_func): Wait on barrier.
10949 (main): Wait for all threads to start before stopping GDB.
10950 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10951 New global.
10952 (thread1_func, thread2_func): Wait on barrier.
10953 (main): Wait for all threads to start before stopping GDB.
10954
c945a99f
PA
109552015-01-09 Pedro Alves <palves@redhat.com>
10956
10957 * gdb.threads/attach-many-short-lived-threads.c: New file.
10958 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10959
c1a747c1
PA
109602014-01-09 Pedro Alves <palves@redhat.com>
10961
10962 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10963 instead of to thread 2.
10964 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10965 Add barrier around each pthread_create call instead of around all
10966 calls.
10967 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10968 Set a break on thread_function and have the child threads hit it
10969 one at at a time.
10970
60b3033e
PA
109712015-01-09 Pedro Alves <palves@redhat.com>
10972
10973 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10974 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10975 false.
10976 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10977 checking whether the target board is remote.
10978 * gdb.multi/multi-attach.exp: Likewise.
10979 * gdb.python/py-sync-interp.exp: Likewise.
10980 * gdb.server/ext-attach.exp: Likewise.
10981 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10982 tests that need to attach, instead of checking whether the target
10983 board is remote at the top of the file.
10984
acc018ac
YQ
109852015-01-08 Yao Qi <yao@codesourcery.com>
10986
10987 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10988
50a18af8
JK
109892015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10990
10991 Fix testcase compilation.
10992 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10993
8503d6e1
JB
109942015-01-06 Joel Brobecker <brobecker@adacore.com>
10995
10996 * gdb.python/py-type.exp: Add a couple test about empty
10997 array creation, and negative-length array creation.
10998
cc73dbcc
DE
109992015-01-02 Doug Evans <xdje42@gmail.com>
11000
11001 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11002
0300bbc7
DE
110032015-01-02 Doug Evans <dje@google.com>
11004
11005 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11006
9d85a0ec
YQ
110072014-12-29 Yao Qi <yao@codesourcery.com>
11008
11009 * gdb.trace/entry-values.exp: Update comments. Rename variable
11010 bar_call_foo to returned_from_foo.
11011
87186c6a
MMN
110122014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
11013
11014 PR gdb/17394
11015 * gdb.linespec/break-asm-file.c: New file.
11016 * gdb.linespec/break-asm-file.exp: New file.
11017 * gdb.linespec/break-asm-file0.s: New file.
11018 * gdb.linespec/break-asm-file1.s: New file.
11019
1bab7383
YQ
110202014-12-18 Nigel Stephens <nigel@mips.com>
11021 Maciej W. Rozycki <macro@codesourcery.com>
11022
11023 * gdb.base/float.exp: Handle the new output from "info float" on
11024 MIPS targets.
11025
1bc1068a
JK
110262014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11027
11028 Fix MinGW compilation.
11029 * gdb.compile/compile-ops.exp: Update untested message if
11030 !skip_compile_feature_tests.
11031 * gdb.compile/compile-setjmp.exp: Likewise.
11032 * gdb.compile/compile-tls.exp: Likewise.
11033 * gdb.compile/compile.exp: Likewise.
11034 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11035 supported on this host".
11036
b6615d10
DE
110372014-12-16 Doug Evans <xdje42@gmail.com>
11038
11039 * boards/stabs.exp: New file.
11040
25dda427
AA
110412014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
11042
11043 * gdb.base/completion.exp: Adjust to format changes of "maint
11044 print user-registers".
11045
bf330350
CU
110462014-12-16 Catalin Udma <catalin.udma@freescale.com>
11047
11048 PR server/17457
11049 * gdb.arch/aarch64-fp.c: New file.
11050 * gdb.arch/aarch64-fp.exp: New file.
11051
395cf596
SDJ
110522014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11053
11054 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11055 r210637, r210913, r211666, r215400, r215817).
11056
11057 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
11058 * dg-extract-results.py: New file.
11059 * dg-extract-results.sh: Use it if the environment seems
11060 suitable.
11061
11062 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
11063
11064 * dg-extract-results.py (parse_run): Handle warnings that
11065 are printed before a test harness is run.
11066
11067 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
11068
11069 * dg-extract-results.py (Named): Remove __cmp__ method.
11070 (output_variation): Use a key to sort variation.harnesses.
11071
11072 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
11073
11074 * dg-extract-results.py: For Python 3, force sys.stdout to
11075 handle surrogate escape sequences.
11076 (safe_open): New function.
11077 (output_segment, main): Use it.
11078
11079 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
11080
11081 * dg-extract-results.py (Prog.result_re): Include options
11082 in test name.
11083
11084 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
11085
11086 * dg-extract-results.py (output_variation): Always sort if
11087 do_sum.
11088
e882ef3c
SM
110892014-12-15 Simon Marchi <simon.marchi@ericsson.com>
11090
11091 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11092 as long as we get pagination notifications.
11093
4992aa20
JM
110942014-12-15 Jason Merrill <jason@redhat.com>
11095
11096 * Makefile.in (check-gdb.%): Restore.
11097 * README: Mention it.
11098
c1b5a1a6
JB
110992014-12-13 Joel Brobecker <brobecker@adacore.com>
11100
11101 * gdb.ada/str_uninit: New testcase.
11102
5537b577
JK
111032014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11104
11105 PR symtab/17642
11106 * gdb.base/vla-stub-define.c: New file.
11107 * gdb.base/vla-stub.c: New file.
11108 * gdb.base/vla-stub.exp: New file.
11109
bb2ec1b3
TT
111102014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11111 Jan Kratochvil <jan.kratochvil@redhat.com>
11112 Tom Tromey <tromey@redhat.com>
11113
11114 * configure.ac: Add gdb.compile/.
11115 * configure: Regenerate.
11116 * gdb.compile/Makefile.in: New file.
11117 * gdb.compile/compile-ops.exp: New file.
11118 * gdb.compile/compile-ops.c: New file.
11119 * gdb.compile/compile-tls.c: New file.
11120 * gdb.compile/compile-tls.exp: New file.
11121 * gdb.compile/compile-constvar.S: New file.
11122 * gdb.compile/compile-constvar.c: New file.
11123 * gdb.compile/compile-mod.c: New file.
11124 * gdb.compile/compile-nodebug.c: New file.
11125 * gdb.compile/compile-setjmp-mod.c: New file.
11126 * gdb.compile/compile-setjmp.c: New file.
11127 * gdb.compile/compile-setjmp.exp: New file.
11128 * gdb.compile/compile-shlib.c: New file.
11129 * gdb.compile/compile.c: New file.
11130 * gdb.compile/compile.exp: New file.
11131 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11132
4ff709eb
TT
111332014-12-12 Tom Tromey <tromey@redhat.com>
11134
11135 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11136 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11137
6dddd6a5
DE
111382014-12-12 Doug Evans <dje@google.com>
11139
11140 * lib/gdb-python.exp (get_python_valueof): New function.
11141 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11142
71c24708
AA
111432014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11144
11145 * gdb.base/completion.exp: Add test for completion of "info
11146 registers ".
11147
3e29f34a
MR
111482014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11149
11150 * gdb.base/func-ptrs.c: New file.
11151 * gdb.base/func-ptrs.exp: New file.
11152
fc126975
SM
111532014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11154
11155 PR breakpoints/17012
11156 * gdb.base/dprintf-detach.c: New file.
11157 * gdb.base/dprintf-detach.exp: New file.
11158
0a46d518
SM
111592014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11160
11161 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11162 * lib/gdb.exp (target_is_gdbserver): New procedure.
11163
a0be3e44
DE
111642014-12-08 Doug Evans <dje@google.com>
11165
11166 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11167
df1b803a
YQ
111682014-12-05 Yao Qi <yao@codesourcery.com>
11169
11170 * gdb.guile/scm-error.exp: Remove the third argument to
11171 gdb_remote_download.
11172 * gdb.guile/scm-frame-args.exp: Likewise.
11173 * gdb.guile/scm-section-script.exp: Likewise.
11174
ddb9f679
YQ
111752014-12-05 Yao Qi <yao@codesourcery.com>
11176
11177 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11178
86e4ed39
DE
111792014-12-04 Doug Evans <dje@google.com>
11180
11181 * gdb.python/py-objfile.exp: Add tests for
11182 objfile.add_separate_debug_file.
11183
7c50a931
DE
111842014-12-04 Doug Evans <dje@google.com>
11185
11186 * lib/gdb.exp (get_build_id): New function.
11187 (build_id_debug_filename_get): Rewrite to use it.
11188 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11189
621661e3
MR
111902014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11191
11192 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11193 `method(long)', not just 0x0.
11194 * gdb.cp/nsalias.exp: Align code labels to 4.
11195 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11196 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11197 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11198 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11199 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11200 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11201
29f0c3b7
DE
112022014-12-02 Doug Evans <dje@google.com>
11203
e1e061e7 11204 PR symtab/17602
29f0c3b7 11205 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 11206 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
11207 * gdb.cp/anon-ns.exp: Update.
11208
162078c8
NB
112092014-12-02 Nick Bull <nicholaspbull@gmail.com>
11210
11211 * gdb.python/py-events.py (inferior_call_handler): New.
11212 (register_changed_handler, memory_changed_handler): New.
11213 (test_events.invoke): Register new handlers.
11214 * gdb.python/py-events.exp: Add tests for inferior call,
11215 memory_changed and register_changed events.
11216
fdb09caf
AA
112172014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11218
11219 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11220 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11221 if the linker doesn't understand this.
11222
55cfb2c4
SM
112232014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11224
11225 * gdb.python/python.exp: Change expected reply to help().
11226
9e8cd6df
YQ
112272014-12-01 Yao Qi <yao@codesourcery.com>
11228
11229 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11230 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11231 * configure: Re-generated.
11232
6c659fc2
SC
112332014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11234
11235 * gdb.cp/chained-calls.cc: New file.
11236 * gdb.cp/chained-calls.exp: New file.
11237 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11238
d7fc3181
SM
112392014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11240
11241 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11242 * gdb.dwarf2/symtab-producer.exp: Same.
11243 * gdb.gdb/python-interrupts.exp: Same.
11244 * gdb.gdb/python-selftest.exp: Same.
11245 * gdb.python/py-linetable.exp: Same.
11246 * gdb.python/py-type.exp: Same.
11247 * gdb.python/py-value-cc.exp: Same.
11248 * gdb.python/py-value.exp: Same.
11249
10e79639
YQ
112502014-11-28 Yao Qi <yao@codesourcery.com>
11251
11252 * gdb.base/break-probes.exp: Match library name prefixed with
11253 sysroot.
11254
f28a0564
SM
112552014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11256
11257 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11258 test expected output. Add parentheses for the call to print.
11259 Remove L suffix from integers.
11260
3fe1ce1d
DE
112612014-11-26 Doug Evans <dje@google.com>
11262
11263 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11264
84429e27
YQ
112652014-11-22 Yao Qi <yao@codesourcery.com>
11266
11267 * gdb.trace/entry-values.c: Remove asms.
11268 (foo): Add foo_label.
11269 (bar): Add bar_label.
11270 * gdb.trace/entry-values.exp: Remove code computing foo's
11271 length and bar's length.
11272 (Dwarf::assemble): Invoke function_range for bar and use
11273 MACRO_AT_func for foo.
11274
26741859
YQ
112752014-11-22 Yao Qi <yao@codesourcery.com>
11276
11277 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11278 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11279 Use .Lgcc43_procstart instead of gcc43.
11280
45e44d27
JB
112812014-11-21 Joel Brobecker <brobecker@adacore.com>
11282
11283 * gdb.ada/n_arr_bound: New testcase.
11284
458c8db8
SDJ
112852014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11286
11287 PR breakpoints/10737
11288 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11289 test_catch_syscall_multi_arch.
11290 (test_catch_syscall_multi_arch): New function.
11291
43f3e411
DE
112922014-11-20 Doug Evans <xdje42@gmail.com>
11293
11294 * gdb.base/maint.exp: Update expected output.
11295
0d7b2549
AA
112962014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11297
11298 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11299 4-byte instruction on S390.
11300
8908fca5
JB
113012014-11-19 Joel Brobecker <brobecker@adacore.com>
11302
11303 * gdb.ada/arr_arr: New testcase.
11304
4a46959e
JB
113052014-11-19 Joel Brobecker <brobecker@adacore.com>
11306
11307 * gdb.ada/pkd_arr_elem: New Testcase.
11308
470e2f4e
LM
113092014-11-18 Luis Machado <lgustavo@codesourcery.com>
11310
11311 * gdb.reverse/break-precsave: Expect completion message for
11312 core file reads.
11313 * gdb.reverse/consecutive-precsave.exp: Likewise.
11314 * gdb.reverse/finish-precsave.exp: Likewise.
11315 * gdb.reverse/i386-precsave.exp: Likewise.
11316 * gdb.reverse/machinestate-precsave.exp: Likewise.
11317 * gdb.reverse/sigall-precsave.exp: Likewise.
11318 * gdb.reverse/solib-precsave.exp: Likewise.
11319 * gdb.reverse/step-precsave.exp: Likewise.
11320 * gdb.reverse/until-precsave.exp: Likewise.
11321 * gdb.reverse/watch-precsave.exp: Likewise.
11322
a267f3ad
AA
113232014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11324
11325 * gdb.base/bp-permanent.c: Include unistd.h.
11326 * gdb.python/py-framefilter-mi.c (main): Add return type.
11327 * gdb.python/py-framefilter.c (main): Likewise.
11328 * gdb.trace/actions-changed.c (main): Likewise.
11329
12084a9a
AA
113302014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11331
11332 * gdb.mi/until.c: Add eye-catchers.
11333 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11334 line numbers.
11335
dc7e1a77
AA
113362014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11337
11338 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11339 function header variants in break1.c.
11340 * gdb.base/ena-dis-br.exp: Likewise.
11341 * gdb.base/hbreak2.exp: Likewise.
11342 * gdb.reverse/until-precsave.exp: Drop references to removed
11343 non-prototype function header variants in ur1.c.
11344 * gdb.reverse/until-reverse.exp: Likewise.
11345
41c77605
PM
113462014-11-17 Petr Machata <pmachata@redhat.com>
11347
11348 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11349 ${_cu_offset_size} bytes abbrev offset.
11350
34248c3a
DE
113512014-11-15 Doug Evans <xdje42@gmail.com>
11352
11353 PR symtab/17559
11354 * gdb.base/line-symtabs.exp: New file.
11355 * gdb.base/line-symtabs.c: New file.
11356 * gdb.base/line-symtabs.h: New file.
11357
646da059
YQ
113582014-11-14 Yao Qi <yao@codesourcery.com>
11359
11360 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11361 (func): Add label func_label.
11362 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11363 Replace low_pc and high_pc with MACRO_AT_range.
11364 Replace name, low_pc and high_pc with MACRO_AT_func.
11365
9301ebe6
YQ
113662014-11-14 Yao Qi <yao@codesourcery.com>
11367
11368 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11369 Replace name, low_pc and high_pc with MACRO_AT_func.
11370
f166b542
YQ
113712014-11-14 Yao Qi <yao@codesourcery.com>
11372
11373 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11374 produce debug information.
11375 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11376
0f6e71e3
YQ
113772014-11-14 Yao Qi <yao@codesourcery.com>
11378
11379 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11380 object and get function length.
11381 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11382 with MACRO_AT_func.
11383 (top-level): Replace gdb_compile and clean_restart with
11384 prepare_for_testing.
11385 * gdb.dwarf2/main.c (main): Add label main_label.
11386
876c4df9
YQ
113872014-11-14 Yao Qi <yao@codesourcery.com>
11388
11389 * lib/dwarf.exp (function_range): New procedure.
11390 (Dwarf::_handle_macro_at_func): New procedure.
11391 (Dwarf::_handle_macro_at_range): New procedure.
11392 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11393
02ad9cf1
YQ
113942014-11-14 Yao Qi <yao@codesourcery.com>
11395
11396 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11397 (_handle_attribute): New procedure.
11398
a59add0c
AA
113992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11400
11401 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11402 * gdb.base/call-sc.c (zed): Likewise.
11403 * gdb.base/checkpoint.c (main): Likewise.
11404 * gdb.base/dump.c (main): Likewise.
11405 * gdb.base/gcore.c (main): Likewise.
11406 * gdb.base/huge.c (main): Likewise.
11407 * gdb.base/multi-forks.c (main): Likewise.
11408 * gdb.base/pr10179-a.c (main): Likewise.
11409 * gdb.base/savedregs.c (main): Likewise.
11410 * gdb.base/sigaltstack.c (main): Likewise.
11411 * gdb.base/siginfo.c (main): Likewise.
11412 * gdb.base/structs.c (zed): Likewise.
11413 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11414 * gdb.mi/mi-syn-frame.c (main): Likewise.
11415 * gdb.mi/until.c (foo, main): Likewise.
11416 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11417 * gdb.base/solib-weak.c (foo): Declare.
11418 * gdb.base/attach-twice.c: Include stdio.h.
11419 * gdb.base/weaklib1.c: Likewise.
11420 * gdb.base/weaklib2.c: Likewise.
11421 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11422 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11423 unistd.h.
11424 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11425 * gdb.mi/mi-exit-code.c: Likewise.
11426 * gdb.base/break-interp-lib.c: Include string.h.
11427 * gdb.base/coremaker.c: Likewise.
11428 * gdb.base/testenv.c: Likewise.
11429 * gdb.python/py-finish-breakpoint.c: Likewise.
11430 * gdb.base/inferior-died.c: Include sys/wait.h.
11431 * gdb.base/fileio.c: Include time.h.
11432 * gdb.base/async-shell.c: Include unistd.h.
11433 * gdb.base/dprintf-non-stop.c: Likewise.
11434 * gdb.base/info-os.c: Likewise.
11435 * gdb.mi/mi-console.c: Likewise.
11436 * gdb.mi/watch-nonstop.c: Likewise.
11437 * gdb.python/py-events.c: Likewise.
11438 * gdb.base/async.c (baz): Move up before its invocation.
11439 * gdb.base/code_elim2.c (my_global_func): Likewise.
11440 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11441 * gdb.base/advance.c (func2): Likewise.
11442
3b5d5997
AA
114432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11444
11445 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11446 variant.
11447 * gdb.base/annota3.c: Likewise.
11448 * gdb.base/async.c: Likewise.
11449 * gdb.base/average.c: Likewise.
11450 * gdb.base/call-ar-st.c: Likewise.
11451 * gdb.base/call-rt-st.c: Likewise.
11452 * gdb.base/call-sc.c: Likewise.
11453 * gdb.base/call-strs.c: Likewise.
11454 * gdb.base/ending-run.c: Likewise.
11455 * gdb.base/execd-prog.c: Likewise.
11456 * gdb.base/exprs.c: Likewise.
11457 * gdb.base/foll-exec.c: Likewise.
11458 * gdb.base/foll-fork.c: Likewise.
11459 * gdb.base/foll-vfork.c: Likewise.
11460 * gdb.base/funcargs.c: Likewise.
11461 * gdb.base/gcore.c: Likewise.
11462 * gdb.base/jump.c: Likewise.
11463 * gdb.base/langs0.c: Likewise.
11464 * gdb.base/langs1.c: Likewise.
11465 * gdb.base/langs2.c: Likewise.
11466 * gdb.base/mips_pro.c: Likewise.
11467 * gdb.base/nodebug.c: Likewise.
11468 * gdb.base/opaque0.c: Likewise.
11469 * gdb.base/opaque1.c: Likewise.
11470 * gdb.base/recurse.c: Likewise.
11471 * gdb.base/run.c: Likewise.
11472 * gdb.base/scope0.c: Likewise.
11473 * gdb.base/scope1.c: Likewise.
11474 * gdb.base/setshow.c: Likewise.
11475 * gdb.base/setvar.c: Likewise.
11476 * gdb.base/shmain.c: Likewise.
11477 * gdb.base/shr1.c: Likewise.
11478 * gdb.base/shr2.c: Likewise.
11479 * gdb.base/sigall.c: Likewise.
11480 * gdb.base/signals.c: Likewise.
11481 * gdb.base/so-indr-cl.c: Likewise.
11482 * gdb.base/solib2.c: Likewise.
11483 * gdb.base/structs.c: Likewise.
11484 * gdb.base/sum.c: Likewise.
11485 * gdb.base/vforked-prog.c: Likewise.
11486 * gdb.base/watchpoint.c: Likewise.
11487 * gdb.reverse/shr2.c: Likewise.
11488 * gdb.reverse/until-reverse.c: Likewise.
11489 * gdb.reverse/ur1.c: Likewise.
11490 * gdb.reverse/watch-reverse.c: Likewise.
11491
066a77c5
AA
114922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11493
11494 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11495 variant.
11496 * gdb.base/sepdebug.exp: Drop references to removed code.
11497
4f204ea5
AA
114982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11499
11500 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11501 variant. Preserve original line numbering.
11502 * gdb.base/list1.c: Likewise.
11503
3b377a3a
AA
115042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11505
11506 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11507 variant.
11508 * gdb.base/break1.c: Likewise.
11509 * gdb.base/break.exp: Drop references to removed code.
11510
e444df73
AA
115112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11512
11513 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11514 variant.
11515
8008f2a7
AA
115162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11517
11518 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11519
a5a06887
AA
115202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11521
11522 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11523 logic into perform_all_tests() and invoke it with and without
11524 function header prototypes.
11525 (do_function_calls): Remove conditional XFAIL for PR 5318.
11526 (rerun_and_prepare): Remove duplicate code.
11527 (perform_all_tests): New. Main logic moved here.
11528
44dba9b9
AA
115292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11530
11531 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11532 code guarded by #ifdef NO_PROTOTYPES.
11533 (t_double_many_args): Likewise.
11534 (DEF_FUNC_MANY_ARGS_1): Likewise.
11535 (DEF_FUNC_VALUES_1): Likewise.
11536 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11537 guarded by #ifdef PROTOTYPES.
11538
d1fbcd56
AA
115392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11540
11541 * gdb.mi/mi-console.c: Add eye-catcher.
11542 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11543 instead of literal line number.
11544
b0e59b8f
AA
115452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11546
11547 * gdb.base/shr2.c: Add eye-catcher.
11548 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11549 line number.
11550
78f98cca
AA
115512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11552
11553 * gdb.base/jump.c: Add eye-catchers.
11554 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11555 numbers.
11556
58fa2af0
AA
115572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11558
11559 * gdb.base/execd-prog.c: Add eye-catchers.
11560 * gdb.base/foll-exec.c: Likewise.
11561 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11562 line numbers.
11563
04e5059b
AA
115642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11565
11566 * gdb.base/ending-run.c: Add eye-catchers.
11567 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11568 literal line numbers.
11569
dbfdb174
AA
115702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11571
11572 * gdb.base/call-rt-st.c: Add eye-catchers.
11573 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11574 literal line numbers.
11575
888a2ade
AA
115762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11577
11578 * gdb.base/call-ar-st.c: Add eye-catchers.
11579 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11580 literal line numbers.
11581
6acc2dde
AA
115822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11583
11584 * gdb.base/average.c: Add eye-catchers.
11585 * gdb.base/sum.c: Likewise.
11586 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11587 regexps dynamically.
11588
9ecfcd1d
AA
115892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11590
11591 * gdb.base/solib1.c: Add eye-catchers.
11592 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11593 literal line numbers.
11594
78708b7c
PA
115952014-11-12 Pedro Alves <palves@redhat.com>
11596
11597 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11598 leader has exited.
11599
af48d08f
PA
116002014-11-12 Pedro Alves <palves@redhat.com>
11601
11602 * gdb.arch/i386-bp_permanent.c: New file.
11603 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11604 (srcfile): Set to i386-bp_permanent.c.
11605 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11606 that stepi does not execute the 'leave' instruction, instead of
11607 testing it does execute.
11608 * gdb.base/bp-permanent.c: New file.
11609 * gdb.base/bp-permanent.exp: New file.
11610
af3768e9
DE
116112014-11-10 Doug Evans <xdje42@gmail.com>
11612
11613 PR symtab/17564
11614 * gdb.base/symtab-search-order.exp: New file.
11615 * gdb.base/symtab-search-order.c: New file.
11616 * gdb.base/symtab-search-order-1.c: New file.
11617 * gdb.base/symtab-search-order-shlib-1.c: New file.
11618
9de00a4a
PA
116192014-11-07 Pedro Alves <palves@redhat.com>
11620
11621 PR gdb/17511
11622 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11623 i?86-*-linux*.
11624
e0f52461
SC
116252014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11626
11627 PR c++/17494
11628 * gdb.cp/pr17494.cc: New file.
11629 * gdb.cp/pr17494.exp: New file.
11630
6ce8c980
YQ
116312014-11-02 Yao Qi <yao@codesourcery.com>
11632
11633 * gdb.python/python.exp: Get working directory and match the
11634 output of "set extended-prompt \\w " with it.
11635
02be9a71
DE
116362014-10-30 Doug Evans <dje@google.com>
11637
11638 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11639 in objfiles.
11640 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11641 in progspaces.
11642
3bdff46b
LM
116432014-10-30 Janis Johnson <janisjo@codesourcery.com>
11644
11645 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11646 * gdb.base/realname-expand.exp: Likewise.
11647 * gdb.linespec/macro-relative.exp: Likewise.
11648
ab917dfb
PA
116492014-10-29 Pedro Alves <palves@redhat.com>
11650
11651 PR gdb/17408
11652 * gdb.threads/schedlock.c (some_function): New function.
11653 (call_function): New global.
11654 (MAYBE_CALL_SOME_FUNCTION): New macro.
11655 (thread_function): Call it.
11656 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11657 and use it instead of a global counter. Adjust all callers.
11658 (get_current_thread): Use "find current thread" for test message
11659 here rather than having all callers pass down the same string.
11660 (goto_loop): New procedure, factored out from ...
11661 (my_continue): ... this.
11662 (step_ten_loops): Change parameter from test message to command to
11663 use. Adjust.
11664 (list_count): Delete global.
11665 (check_result): New procedure, factored out from duplicate top
11666 level code.
11667 (continue tests): Wrap in with_test_prefix.
11668 (test_step): New procedure, factored out from duplicate top level
11669 code.
11670 (top level): Test "step" in combination with all scheduler-locking
11671 modes. Test "next" in combination with all scheduler-locking
11672 modes, and in combination with stepping over a function call or
11673 not.
11674 * gdb.threads/next-bp-other-thread.c: New file.
11675 * gdb.threads/next-bp-other-thread.exp: New file.
11676
d3d4baed
PA
116772014-10-29 Pedro Alves <palves@redhat.com>
11678
11679 PR python/17372
11680 * gdb.python/python.exp: Test a multi-line command that spawns
11681 interactive Python.
11682 * gdb.base/multi-line-starts-subshell.exp: New file.
11683
563e8d85
YQ
116842014-10-29 Yao Qi <yao@codesourcery.com>
11685
11686 * gdb.base/fileio.exp: Make directories on host.
11687
0ea4d52e
YQ
116882014-10-29 Yao Qi <yao@codesourcery.com>
11689
11690 * gdb.base/fileio.c (test_write): Close the file.
11691
7f5ef605
PA
116922014-10-28 Pedro Alves <palves@redhat.com>
11693
11694 PR gdb/12623
11695 * gdb.base/sigstep.c (no_handler): New global.
11696 (main): If 'no_handler is true, set the signal handlers to
11697 SIG_IGN.
11698 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11699 with_sw_watch and no_handler parameters. Handle them.
11700 (top level) <stepping over handler when stopped at a breakpoint
11701 test>: Add a test axis for testing with a software watchpoint, and
11702 another for testing with the signal handler set to SIG_IGN.
11703 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11704 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11705
abbdbd03
PA
117062014-10-28 Pedro Alves <palves@redhat.com>
11707
11708 PR gdb/17511
11709 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11710 * gdb.base/sigstep.exp (other_handler_location): New global.
11711 (advance): Support stepping into the signal handler, and running
11712 commands while in the handler.
11713 (in_handler_map): New global.
11714 (top level): In the advance test, add combinations for getting
11715 into the handler with stepping commands, and for running commands
11716 in the handler. Add comment descripting the advancei tests.
11717
1df4399f
PA
117182014-10-28 Pedro Alves <palves@redhat.com>
11719
11720 * gdb.base/sigstep.exp: Use build_executable instead of
11721 prepare_for_testing.
11722 (top level): Move code that starts GDB, runs to main and creates a
11723 display to ...
11724 (restart): ... this new procedure.
11725 (top level): Move backtrace from signal handler test to ...
11726 (validate_backtrace): ... this new procedure.
11727 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11728 with_test_prefix. Always restart GDB.
11729 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11730 with_test_prefix. Always restart GDB. No need to delete
11731 breakpoints after the test.
11732 (test_skip_handler): Remove prefix parameter.
11733 (skip_over_handler, breakpoint_to_handler)
11734 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11735 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11736 restart GDB. No need to delete breakpoints after the test.
11737 (top level): Use foreach to call the test procedures with
11738 different commands.
11739
a5b6e449
PA
117402014-10-28 Pedro Alves <palves@redhat.com>
11741
11742 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11743 instead of GNATS numbers.
11744 * gdb.base/sigbpt.exp: Likewise.
11745 * gdb.base/siginfo.exp: Likewise.
11746 * gdb.base/sigstep.exp: Likewise.
11747
e5f8a7cc
PA
117482014-10-27 Pedro Alves <palves@redhat.com>
11749
11750 * gdb.base/sigstep.c (dummy): New global.
11751 (main): Issue a couple writes to the new global.
11752 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11753 procedures.
11754 (skip_over_handler): Use test_skip_handler.
11755 (top level): Call skip_over_handler for stepi and nexti too.
11756 (breakpoint_over_handler): Use test_skip_handler.
11757 (top level): Call breakpoint_over_handler for stepi and nexti too.
11758
763905a3
YQ
117592014-10-27 Yao Qi <yao@codesourcery.com>
11760
11761 * gdb.trace/tfile.c (adjust_function_address)
11762 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11763 function descriptor.
11764
6f259a23
DB
117652014-10-24 Don Breazeal <donb@codesourcery.com>
11766
11767 * gdb.base/foll-fork.exp (test_follow_fork,
11768 catch_fork_child_follow): Check for updated fork messages emitted
11769 from infrun.c.
11770 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11771 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11772 vfork_and_exec_child_follow_through_step): Check for updated vfork
11773 messages emitted from infrun.c.
11774
09dd9a69
PA
117752014-10-24 Pedro Alves <palves@redhat.com>
11776
11777 * gdb.base/corefile.exp: Remove references to ultrix.
11778 * gdb.base/interrupt.exp: Likewise.
11779 * gdb.base/whatis.exp: Likewise.
11780 * gdb.gdb/selftest.exp: Likewise.
11781 * gdb.threads/manythreads.exp: Likewise.
11782 * gdb.threads/print-threads.exp: Likewise.
11783 * gdb.threads/pthreads.exp:: Likewise.
11784 * gdb.threads/schedlock.exp: Likewise.
11785
3433cfa5
SC
117862014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11787
11788 * gdb.cp/non-trivial-retval.cc: Add a test case.
11789 * gdb.cp/non-trivial-retval.exp: Add a test.
11790
092f880b
YQ
117912014-10-20 Yao Qi <yao@codesourcery.com>
11792
11793 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11794 * gdb.python/py-objfile-script-gdb.py: New file.
11795 * gdb.python/py-objfile-script.exp: Update reference to
11796 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11797 of remote_download. Remove the dest file.
11798
acbdb7f3
YQ
117992014-10-20 Yao Qi <yao@codesourcery.com>
11800
11801 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11802 * gdb.base/step-line.exp: Likewise.
11803 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11804 * gdb.dwarf2/dw2-basic.exp: Likewise.
11805 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11806 * gdb.dwarf2/dw2-filename.exp: Likewise.
11807 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11808 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11809 * gdb.dwarf2/dw2-producer.exp: Likewise.
11810 * gdb.dwarf2/mac-fileno.exp: Likewise.
11811 * gdb.python/py-frame-args.exp: Likewise.
11812 * gdb.python/py-framefilter.exp: Likewise.
11813 * gdb.python/py-mi.exp: Likewise.
11814 * gdb.python/py-objfile-script.exp: Likewise
11815 * gdb.python/py-pp-integral.exp: Likewise.
11816 * gdb.python/py-pp-re-notag.exp: Likewise.
11817 * gdb.python/py-prettyprint.exp: Likewise.
11818 * gdb.python/py-section-script.exp: Likewise.
11819 * gdb.python/py-typeprint.exp: Likewise.
11820 * gdb.python/py-xmethods.exp: Likewise.
11821 * gdb.stabs/weird.exp: Likewise.
11822 * gdb.xml/tdesc-regs.exp: Likewise.
11823
bd286a29
KCY
118242014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11825
11826 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11827 (out_cu): Use addr_len for the size of addresses.
11828 (out_line): Likewise. Size DW_LNE_set_address instruction
11829 according to addr_len.
11830 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11831 (FUNC): Add START_INSNS to definition.
11832
673dc4a0
YQ
118332014-10-18 Yao Qi <yao@codesourcery.com>
11834
11835 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11836 gdb_has_argv0 return true.
11837 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11838 check [target_info exists noargs], check [gdb_has_argv0]
11839 instead.
11840 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11841 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11842 procedures.
11843
4ffbba72
DE
118442014-10-17 Doug Evans <dje@google.com>
11845
11846 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11847 event.
11848 * gdb.python/py-events.py: Add clear_objfiles event.
11849
d096d8c1
DE
118502014-10-17 Doug Evans <dje@google.com>
11851
11852 * gdb.python/py-objfile.exp: Test progspace attribute.
11853
a80db015
LM
118542014-10-17 Luis Machado <lgustavo@codesourcery.com>
11855
11856 * gdb.guile/scm-breakpoint.exp: Do not assume any
11857 directory separators when matching source file paths.
11858 * gdb.python/py-breakpoint.exp: Likewise.
11859 * gdb.reverse/break-precsave.exp: Likewise.
11860 * gdb.reverse/break-reverse.exp: Likewise.
11861 * gdb.reverse/consecutive-precsave.exp: Likewise.
11862 * gdb.reverse/finish-precsave.exp: Likewise.
11863 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11864 * gdb.reverse/finish-reverse.exp: Likewise.
11865 * gdb.reverse/i386-precsave.exp: Likewise.
11866 * gdb.reverse/i387-env-reverse.exp: Likewise.
11867 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11868 * gdb.reverse/machinestate-precsave.exp: Likewise.
11869 * gdb.reverse/machinestate.exp: Likewise.
11870 * gdb.reverse/sigall-precsave.exp: Likewise.
11871 * gdb.reverse/solib-precsave.exp: Likewise.
11872 * gdb.reverse/step-precsave.exp: Likewise.
11873 * gdb.reverse/until-precsave.exp: Likewise.
11874 * gdb.reverse/watch-precsave.exp: Likewise.
11875 * gdb.reverse/watch-reverse.exp: Likewise.
11876
b22089ab
YQ
118772014-10-17 Yao Qi <yao@codesourcery.com>
11878
11879 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11880 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11881
6c4486e6
PA
118822014-10-17 Pedro Alves <palves@redhat.com>
11883
11884 PR gdb/17471
11885 * gdb.base/bg-execution-repeat.c: New file.
11886 * gdb.base/bg-execution-repeat.exp: New file.
11887
0ff33695
PA
118882014-10-17 Pedro Alves <palves@redhat.com>
11889
11890 PR gdb/17300
11891 * gdb.base/continue-all-already-running.c: New file.
11892 * gdb.base/continue-all-already-running.exp: New file.
11893
6fdebc3d
PA
118942014-10-17 Pedro Alves <palves@redhat.com>
11895
11896 PR gdb/17472
11897 * gdb.base/annota-input-while-running.c: New file.
11898 * gdb.base/annota-input-while-running.exp: New file.
11899
32a8097b
PA
119002014-10-17 Pedro Alves <palves@redhat.com>
11901
11902 * gdb.base/callfuncs.exp: emove references to osf.
11903 * gdb.base/sigall.exp: Likewise.
11904 * gdb.gdb/selftest.exp: Likewise.
11905 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11906 * gdb.mi/non-stop.c: Likewise.
11907 * gdb.mi/pthreads.c: Likewise.
11908 * gdb.reverse/sigall-precsave.exp: Likewise.
11909 * gdb.reverse/sigall-reverse.exp: Likewise.
11910 * gdb.threads/pthreads.c: Likewise.
11911 * gdb.threads/pthreads.exp: Likewise.
11912
7a3517ff
YQ
119132014-10-17 Yao Qi <yao@codesourcery.com>
11914
11915 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11916 check 'target_info exists noargs'.
11917 (test_command_prompt_position): Likewise.
11918 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11919 Remove "set args".
11920 (progvar_simple_while_test): Likewise.
11921 (progvar_complex_if_while_test): Likewise.
11922 (if_while_breakpoint_command_test): Likewise.
11923 (infrun_breakpoint_command_test): Likewise.
11924 (breakpoint_command_test): Likewise.
11925 (watchpoint_command_test): Likewise.
11926 (bp_deleted_in_command_test): Likewise.
11927 (temporary_breakpoint_commands): Likewise.
11928
bb99c472
YQ
119292014-10-16 Yao Qi <yao@codesourcery.com>
11930
11931 * gdb.base/remotetimeout.exp: Remove noargs checking.
11932
7c16b83e
PA
119332014-10-15 Pedro Alves <palves@redhat.com>
11934
11935 PR breakpoints/9649
11936 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11937 * gdb.base/breakpoint-in-ro-region.exp
11938 (probe_target_hardware_step): New procedure.
11939 (top level): Probe hardware stepping and hardware breakpoint
11940 support. Test stepping through a read-only region, with both
11941 "breakpoint auto-hw" on and off and both "always-inserted" on and
11942 off.
11943
35a49624
IB
119442014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11945
11946 * gdb.dlang/demangle.exp: Update for demangling changes.
11947
2d1c107c
SC
119482014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11949
11950 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11951 * gdb.cp/non-trivial-retval.exp: Add new tests.
11952
778811d5
SC
119532014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11954
11955 PR c++/13403
11956 PR c++/15154
11957 * gdb.cp/non-trivial-retval.cc: New file.
11958 * gdb.cp/non-trivial-retval.exp: New file.
11959
10c5f0a8
YQ
119602014-10-15 Yao Qi <yao@codesourcery.com>
11961
11962 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11963 remote host.
11964
65d7b369
YQ
119652014-10-15 Yao Qi <yao@codesourcery.com>
11966
11967 * gdb.python/py-symbol.exp: Match file base name if host is
11968 remote, otherwise match file name with dir name.
11969 * gdb.python/py-symtab.exp: Likewise.
11970 * gdb.python/python.exp: Likewise.
11971
46dc1394
YQ
119722014-10-15 Yao Qi <yao@codesourcery.com>
11973
11974 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11975 pattern.
11976 * gdb.python/py-symtab.exp: Likewise.
11977 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11978 locationn.
11979
c40cc657
JB
119802014-10-14 Joel Brobecker <brobecker@adacore.com>
11981
11982 * gdb.ada/addr_arith: New testcase.
11983
2abf49e1
MR
119842014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11985
11986 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11987 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11988 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11989 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11990
f7088df3
SDJ
119912014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11992
11993 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11994 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11995 * gdb.arch/stap-eval-lang-ada.exp: New file.
11996
4dc06805
YQ
119972014-10-14 Yao Qi <yao@codesourcery.com>
11998
11999 * gdb.mi/mi-var-child.c (nothing1): New function.
12000 (nothing2): New function.
12001 (do_children_tests): Set function pointers by nothing1 and
12002 nothing2.
12003 * gdb.mi/mi-var-child.exp: Step over new added statements.
12004 Update test to match the new output.
12005 * gdb.mi/var-cmd.c (nothing1): New function.
12006 (nothing2): New function.
12007 (do_children_tests): Set function pointers by nothing1 and
12008 nothing2.
12009 * gdb.mi/mi-var-display.exp: Update test to match output.
12010 Step to the line specified by $line_dct_nothing.
12011 Increase the number of lines to step.
12012
46a93de2
YQ
120132014-10-14 Yao Qi <yao@codesourcery.com>
12014
12015 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12016 tests.
12017 * gdb.mi/mi2-var-child.exp: Likewise.
12018
14ea52ee
DE
120192014-10-13 Doug Evans <dje@google.com>
12020
12021 * gdb.python/py-objfile.exp: Change name of file name test.
12022
e5c6e92b
DE
120232014-10-13 Doug Evans <dje@google.com>
12024
12025 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12026 from the start of the CU.
12027
c780cc2f
JK
120282014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12029 Yao Qi <yao@codesourcery.com>
12030
12031 Fix "save breakpoints" for "catch" command.
12032 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12033 Remove -nonewline. Match also the added "main" line.
12034
99894e11
JK
120352014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12036
12037 Fix "save breakpoints" for "disable $bpnum" command.
12038 * gdb.base/save-bp.c (main): Add label.
12039 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
12040
6e1ac5a3
JK
120412014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12042
12043 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12044
754dd2b0
YQ
120452014-10-11 Yao Qi <yao@codesourcery.com>
12046
12047 * gdb.server/server-kill.exp: Execute command
12048 "set remote trace-status-packet on" before "tstatus".
12049
f90183d7
YQ
120502014-10-11 Yao Qi <yao@codesourcery.com>
12051
12052 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12053 (main): Call getppid.
12054 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12055 and continue to it. Read variable "server_pid".
12056
bf40a607
YQ
120572014-10-11 Yao Qi <yao@codesourcery.com>
12058
12059 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12060
052ca370
YQ
120612014-10-11 Yao Qi <yao@codesourcery.com>
12062
12063 * gdb.threads/thread-find.exp: Don't execute command
12064 "info threads".
12065 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12066 * gdb.threads/linux-dp.exp: Don't check the condition
12067 $threads_created equals to zero.
12068
3831839c
PA
120692014-10-10 Pedro Alves <palves@redhat.com>
12070
12071 * gdb.base/bigcore.exp: Remove references to IRIX.
12072 * gdb.base/funcargs.exp: Likewise.
12073 * gdb.base/interrupt.exp: Likewise.
12074 * gdb.base/mips_pro.exp: Likewise.
12075 * gdb.base/nodebug.exp: Likewise.
12076 * gdb.base/setvar.exp: Likewise.
12077 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12078
8b9a549d
PA
120792014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12080 Pedro Alves <palves@redhat.com>
12081
12082 PR symtab/14466
12083 * gdb.base/vdso-warning.c: New file.
12084 * gdb.base/vdso-warning.exp: New file.
12085
d48ba5e8
DE
120862014-10-02 Doug Evans <dje@google.com>
12087
12088 * gdb.base/structs.c (main): Don't run forever.
12089
2278c276
PA
120902014-10-02 Pedro Alves <palves@redhat.com>
12091
12092 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12093 (top level) <stop threads 1, stop threads 2>: Use it.
12094
b57bacec
PA
120952014-10-02 Pedro Alves <palves@redhat.com>
12096
12097 * gdb.threads/break-while-running.exp (test): Add new
12098 'update_thread_list' argument. Skip "info threads" if false.
12099 (top level): Add new 'update_thread_list' axis.
12100
13fd3ff3
PA
121012014-10-02 Pedro Alves <palves@redhat.com>
12102
12103 PR breakpoints/17431
12104 * gdb.base/execl-update-breakpoints.c: New file.
12105 * gdb.base/execl-update-breakpoints.exp: New file.
12106
0fec99e8
PA
121072014-10-01 Pedro Alves <palves@redhat.com>
12108
12109 * gdb.base/breakpoint-in-ro-region.c: New file.
12110 * gdb.base/breakpoint-in-ro-region.exp: New file.
12111
2ddf4301
SM
121122014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12113
12114 * gdb.mi/mi-exit-code.exp: New file.
12115 * gdb.mi/mi-exit-code.c: New file.
12116
6a5f3f43
YQ
121172014-09-30 Yao Qi <yao@codesourcery.com>
12118
12119 * lib/prelink-support.exp (build_executable_own_libs): Error if
12120 the target isn't native.
12121
345bcc73
YQ
121222014-09-30 Yao Qi <yao@codesourcery.com>
12123
12124 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12125 false.
12126
a25a5a45
PA
121272014-09-22 Pedro Alves <palves@redhat.com>
12128
12129 * gdb.threads/break-while-running.exp: New file.
12130 * gdb.threads/break-while-running.c: New file.
12131
00ba3162
YQ
121322014-09-19 Yao Qi <yao@codesourcery.com>
12133
12134 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12135 Invoke test. Restart GDB with --readnow and invoke test again.
12136
c3b7b696
YQ
121372014-09-19 Yao Qi <yao@codesourcery.com>
12138
12139 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12140 proc set_breakpoint_on_gcd_function. Invoke
12141 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12142 invoke set_breakpoint_on_gcd_function again.
12143
2b4fd423
DE
121442014-09-18 Doug Evans <dje@google.com>
12145
12146 * gdb.dwarf2/symtab-producer.exp: New file.
12147
a5947601
SDJ
121482014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12149
12150 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12151 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12152 * gdb.base/global-var-nested-by-dso.c: Likewise.
12153 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12154
91c19059
SDJ
121552014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12156 Pedro Alves <palves@redhat.com>
12157
12158 * gdb.base/watch-bitfields.exp: Pass string other than test file
12159 name to prepare_for_testing.
12160 (watch): New procedure.
12161 (expect_watchpoint): Use with_test_prefix.
12162 (top level): Factor out tests to ...
12163 (test_watch_location, test_regular_watch): ... these new
12164 procedures, and use with_test_prefix and gdb_continue_to_end.
12165
bb9d5f81
PP
121662014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12167
12168 PR breakpoints/12526
12169 * gdb.base/watch-bitfields.exp: New file.
12170 * gdb.base/watch-bitfields.c: New file.
12171
635856f5
PA
121722014-09-16 Pedro Alves <palves@redhat.com>
12173
12174 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12175 software and hardware addresses, not software address against
12176 itself.
12177
7280ceea
PA
121782014-09-16 Pedro Alves <palves@redhat.com>
12179
12180 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12181 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12182
428b16bd
PA
121832014-09-16 Pedro Alves <palves@redhat.com>
12184
12185 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12186 files.
12187 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12188 "*-*-vxworks*" throughout.
12189 * gdb.base/break.exp: Likewise.
12190 * gdb.base/default.exp: Likewise.
12191 * gdb.base/scope.exp: Likewise.
12192 * gdb.base/sepdebug.exp: Likewise.
12193 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12194 throughout.
12195 * gdb.base/run.c: Likewise.
12196 * gdb.base/sepdebug.c: Likewise.
12197 * gdb.hp/gdb.aCC/run.c: Likewise.
12198 * gdb.reverse/until-reverse.c: Likewise.
12199 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12200
666d413c
YQ
122012014-09-16 Yao Qi <yao@codesourcery.com>
12202
12203 * boards/local-remote-host-native.exp: New file.
12204
57cbd724
DE
122052014-09-14 Doug Evans <xdje42@gmail.com>
12206
12207 * gdb.threads/queue-signal.c (thread_count): New variable.
12208 (thread_count_mutex, thread_count_condvar): New variables.
12209 (incr_thread_count, wait_all_threads_running): New functions.
12210 (main): Wait for all threads to be in their thread functions.
12211
81219e53
DE
122122014-09-13 Doug Evans <xdje42@gmail.com>
12213
12214 * gdb.threads/queue-signal.c: New file.
12215 * gdb.threads/queue-signal.exp: New file.
12216
3714cea7
DE
122172014-09-13 Doug Evans <xdje42@gmail.com>
12218
12219 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12220 be consistent with what default_gdb_init uses.
12221 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12222 the plain text of the prompt. Add some logging printfs.
12223 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12224
fa43b1d7
PA
122252014-09-12 Pedro Alves <palves@redhat.com>
12226
12227 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12228 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12229 * gdb.arch/i386-size-overlap.exp: Likewise.
12230 * gdb.arch/i386-size.exp: Likewise.
12231 * gdb.arch/i386-unwind.exp: Likewise.
12232 * gdb.base/a2-run.exp: Likewise.
12233 * gdb.base/break.exp: Likewise.
12234 * gdb.base/charset.exp: Likewise.
12235 * gdb.base/chng-syms.exp: Likewise.
12236 * gdb.base/commands.exp: Likewise.
12237 * gdb.base/dbx.exp: Likewise.
12238 * gdb.base/find.exp: Likewise.
12239 * gdb.base/funcargs.exp: Likewise.
12240 * gdb.base/jit-simple.exp: Likewise.
12241 * gdb.base/reread.exp: Likewise.
12242 * gdb.base/sepdebug.exp: Likewise.
12243 * gdb.base/step-bt.exp: Likewise.
12244 * gdb.cp/mb-inline.exp: Likewise.
12245 * gdb.cp/mb-templates.exp: Likewise.
12246 * gdb.objc/basicclass.exp: Likewise.
12247 * gdb.threads/killed.exp: Likewise.
12248
9d9bf2df
EBM
122492014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12250
12251 PR tdep/17379
12252 * gdb.arch/powerpc-stackless.S: New file.
12253 * gdb.arch/powerpc-stackless.exp: New file.
12254
1cf2f1b0
JK
122552014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12256
12257 * gdb.base/attach.c: Include unistd.h.
12258 (main): Call alarm. Add label postloop.
12259 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12260 gdb_breakpoint, gdb_continue_to_breakpoint.
12261 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12262
98880d46
PA
122632014-09-11 Pedro Alves <palves@redhat.com>
12264
12265 PR gdb/17347
12266 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12267 * gdb.base/attach.exp (test_command_line_attach_run): New
12268 procedure.
12269 (top level): Call it.
12270
4c92ff2c
PA
122712014-09-11 Pedro Alves <palves@redhat.com>
12272
12273 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12274 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12275 (do_command_attach_tests): Use spawn_wait_for_attach.
12276 * gdb.base/solib-overlap.exp: Likewise.
12277 * gdb.multi/multi-attach.exp: Likewise.
12278 * gdb.python/py-prompt.exp: Likewise.
12279 * gdb.python/py-sync-interp.exp: Likewise.
12280 * gdb.server/ext-attach.exp: Likewise.
12281
3adc1a7d
GKB
122822014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12283
12284 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12285 command in testcase. Simplify testcase.
12286
96334934
JB
122872014-09-10 Joel Brobecker <brobecker@adacore.com>
12288
12289 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12290
eb479039
JB
122912014-09-10 Joel Brobecker <brobecker@adacore.com>
12292
12293 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12294
deede10c
JB
122952014-09-10 Joel Brobecker <brobecker@adacore.com>
12296
12297 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12298
7828a5f5
JB
122992014-09-10 Joel Brobecker <brobecker@adacore.com>
12300
12301 * gdb.dwarf2/dynarr-ptr.c: New file.
12302 * gdb.dwarf2/dynarr-ptr.exp: New file.
12303
33aeebcf
MR
123042014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12305
12306 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12307 of 30 rather than hardcoding 120 for a slow test case. Take the
12308 `gdb,timeout' target setting into account for this calculation.
12309 Don't extend the timeout for the test cases that don't need it.
12310
7b415901
MR
123112014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12312
12313 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12314 a factor of 2 for a slow test case. Take the `gdb,timeout'
12315 target setting into account for this calculation.
12316 * gdb.reverse/until-precsave.exp: Increase the timeout by
12317 a factor of 15 and 3 respectively rather than adding 120
12318 for a pair of slow test cases. Take the `gdb,timeout'
12319 target setting into account for this calculation.
12320
4a40f85a
MR
123212014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12322
12323 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12324 timeout, don't pass one down to gdb_expect.
12325 (gdb_expect): Rework timeout selection.
12326
09635af7
MR
123272014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12328
12329 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12330 exception on timeout.
12331 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12332 (gdbserver_start_extended): Catch any `gdbserver_start' error
12333 exceptions.
12334 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12335 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12336 `gdbserver_gdb_load' error exceptions.
12337
2bdd10b7
MR
123382014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12339
12340 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12341 120 on waiting for the TCP socket to open.
12342
316935f0
DE
123432014-09-09 Doug Evans <xdje42@gmail.com>
12344
12345 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12346 _caller_matches, _any_caller_is, _any_caller_matches.
12347
83740597
DE
123482014-09-09 Doug Evans <xdje42@gmail.com>
12349
12350 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12351
4c122fc3
YQ
123522014-09-09 Yao Qi <yao@codesourcery.com>
12353
12354 * gdb.mi/mi-var-display.exp: Set print symbol off.
12355
a9f116cb
GKB
123562014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12357
12358 PR gdb/17035
12359 * gdb.base/commands.exp: Add tests to verify user-defined
12360 commands with empty bodies.
12361 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12362 python commands in `show user command`.
12363 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12364 scheme commands in `show user command`.
12365
c75bd3a2
JK
123662014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12367
12368 PR python/17355
12369 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12370 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12371 * gdb.python/py-framefilter-invalidarg.exp: New file.
12372 * gdb.python/py-framefilter-invalidarg.py: New file.
12373
faa42425
DE
123742014-09-06 Doug Evans <xdje42@gmail.com>
12375
12376 PR 15276
12377 * gdb.python/py-caller-is.c: New file.
12378 * gdb.python/py-caller-is.exp: New file.
12379
474ca4f6
SDJ
123802014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12381
12382 PR gdb/17235
12383 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12384 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12385
eb0b0463
SDJ
123862014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12387
12388 PR fortran/17237
12389 * gdb.fortran/print-formatted.exp: New file.
12390 * gdb.fortran/print-formatted.f90: Likewise.
12391
5f3b99cf
SS
123922014-09-03 Sasha Smundak <asmundak@google.com>
12393
12394 * gdb.python/py-frame.exp: Test Frame.read_register.
12395
7d793aa9
SDJ
123962014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12397
12398 PR python/16699
12399 * gdb.python/py-completion.exp: New file.
12400 * gdb.python/py-completion.py: Likewise.
12401
fb0576e9
DE
124022014-08-28 Doug Evans <dje@google.com>
12403
12404 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12405 eax,etc. are live with values set by gdb and thus the compiler can't
12406 use them.
12407 * gdb.arch/i386-pseudo.c (main): Ditto.
12408
ee92b0dd
DE
124092014-08-27 Doug Evans <dje@google.com>
12410
12411 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12412
6649db35
DE
124132014-08-25 Doug Evans <dje@google.com>
12414
12415 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12416 (main): Ditto.
12417
564b7600
DE
124182014-08-25 Doug Evans <dje@google.com>
12419
12420 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12421
3881fb67
YQ
124222014-08-24 Yao Qi <yao@codesourcery.com>
12423
12424 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12425 symbol off.
12426 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12427
a05a36a5
DE
124282014-08-22 Doug Evans <dje@google.com>
12429
12430 PR 17276
12431 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12432 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12433 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12434
7c343b48
YQ
124352014-08-22 Yao Qi <yao@codesourcery.com>
12436
12437 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12438 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12439 * gdb.python/python.exp: Likewise. Use .py file on the host
12440 instead of the build.
12441
22fd09ae
JK
124422014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12443
12444 * gdb.threads/gcore-stale-thread.c: New file.
12445 * gdb.threads/gcore-stale-thread.exp: New file.
12446
a8454a7c
PA
124472014-08-21 Pedro Alves <palves@redhat.com>
12448
12449 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12450 * gdb.base/gcore-relro-pie.exp: Likewise.
12451 * gdb.base/gcore-relro.exp: Likewise.
12452 * gdb.base/gcore.exp: Likewise.
12453 * gdb.base/print-symbol-loading.exp: Likewise.
12454 * gdb.threads/gcore-thread.exp: Likewise.
12455 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12456
2a31c623
PA
124572014-08-20 Pedro Alves <palves@redhat.com>
12458 Jan Kratochvil <jan.kratochvil@redhat.com>
12459
12460 * Makefile.in (EXTRA_RULES, CC): New variables, get from
12461 configure.
12462 (EXPECT): Handle READ1 being set.
12463 (all): Depend on EXTRA_RULES.
12464 (check-read1, expect-read1, read1.so, read1): New rules.
12465 * README (Testsuite Parameters): Document the READ1 make variable.
12466 (Race detection): New section.
12467 * configure: Regenerate.
12468 * configure.ac: If build==host==target, and running under a
12469 GNU/glibc system, add read1 to the extra Makefile rules.
12470 (EXTRA_RULES): AC_SUBST it.
12471 * lib/read1.c: New file.
12472
d36430db
JB
124732014-08-20 Joel Brobecker <brobecker@adacore.com>
12474
12475 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12476 the handling of variables declared as a typedef to an array
12477 which a DW_AT_data_location attribute.
12478
9a0dc9e3
PA
124792014-08-19 Andrew Burgess <aburgess@broadcom.com>
12480 Pedro Alves <palves@redhat.com>
12481
12482 PR symtab/14604
12483 PR symtab/14605
12484 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12485 gdb_test.
12486
0718a8da
PA
124872014-08-19 Pedro Alves <palves@redhat.com>
12488
12489 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12490
13b448cd
YQ
124912014-08-19 Yao Qi <yao@codesourcery.com>
12492
12493 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12494 right line.
12495
1cbf5077
DB
124962014-08-18 David Blaikie <dblaikie@gmail.com>
12497
12498 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12499
bf0fae19
JB
125002014-08-18 Joel Brobecker <brobecker@adacore.com>
12501
12502 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12503 attribute in array range.
12504
3c8c5dcc
JB
125052014-08-18 Joel Brobecker <brobecker@adacore.com>
12506
12507 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12508
e66d4446
SC
125092014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12510
12511 PR c++/17132
12512 * gdb.cp/pr17132.cc: New file.
12513 * gdb.cp/pr17132.exp: New file.
12514
940df408
SC
125152014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12516
12517 * gdb.python/py-xmethods.py (A_getarrayind)
12518 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12519 Use 'print' with function call syntax.
12520 (E_method_matcher.match): Fix tab vs space indentation mixup.
12521
ebcc6c3a
YQ
125222014-08-15 Yao Qi <yao@codesourcery.com>
12523
12524 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12525 false.
12526
775e0f04
YQ
125272014-08-15 Yao Qi <yao@codesourcery.com>
12528
12529 * gdb.cp/casts.exp: Set print symbol off.
12530 * gdb.cp/class2.exp: Likewise.
12531 * gdb.cp/overload.exp: Likewise.
12532 * gdb.cp/templates.exp: Likewise.
12533
d769e349
DE
125342014-08-11 Doug Evans <dje@google.com>
12535
12536 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12537 (test_load_shlib): Update.
12538
20c6f1e1
YQ
125392014-08-09 Yao Qi <yao@codesourcery.com>
12540
12541 * gdb.base/display.exp: Invoke is_address_zero_readable.
12542 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12543 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12544 * gdb.base/hbreak-unmapped.exp: Return if
12545 is_address_zero_readable returns true.
12546 * gdb.base/signest.exp: Likewise.
12547 * gdb.base/signull.exp: Likewise.
12548 * gdb.base/sigbpt.exp: Likewise.
12549 * gdb.guile/scm-disasm.exp: Do the test if
12550 is_address_zero_readable returns false.
12551 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12552 * gdb.python/py-arch.exp: Likewise.
12553 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12554 * lib/gdb.exp (is_address_zero_readable): New proc.
12555
5792e8e3
YQ
125562014-08-09 Yao Qi <yao@codesourcery.com>
12557
12558 PR testsuite/13443
12559 * gdb.mi/mi-var-display.exp: Make test messages unique.
12560
3cecbbbe
TT
125612014-08-04 Tom Tromey <tromey@redhat.com>
12562
12563 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12564 target 0".
12565
00b51ff5
TT
125662014-08-04 Tom Tromey <tromey@redhat.com>
12567
12568 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12569 "target_resume".
12570
6908c509
JB
125712014-08-01 Joel Brobecker <brobecker@adacore.com>
12572
12573 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12574 inner_vla_struct_object_size.
12575 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12576 as xfail.
12577
cc6563d2
PA
125782014-07-30 Pedro Alves <palves@redhat.com>
12579
12580 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12581 comment.
12582
7e09a223
YQ
125832014-07-29 Yao Qi <yao@codesourcery.com>
12584
12585 PR gdb/17206
12586 * gdb.base/until-nodebug.exp: New.
12587
7ebdbe92
DE
125882014-07-28 Doug Evans <xdje42@gmail.com>
12589
12590 PR guile/17203
12591 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12592 previously existing parameter, and previously ambiguously spelled
12593 parameter.
12594
fdb1adc6
WN
125952014-07-28 Will Newton <will.newton@linaro.org>
12596
12597 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12598
186fcde0
DE
125992014-07-26 Ludovic Courtès <ludo@gnu.org>
12600 Doug Evans <xdje42@gmail.com>
12601
12602 PR guile/17146
12603 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12604
70509625
PA
126052014-07-25 Pedro Alves <palves@redhat.com>
12606
12607 * gdb.threads/signal-command-handle-nopass.c: New file.
12608 * gdb.threads/signal-command-handle-nopass.exp: New file.
12609 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12610 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12611 * gdb.threads/signal-delivered-right-thread.c: New file.
12612 * gdb.threads/signal-delivered-right-thread.exp: New file.
12613
c3f814a1
PA
126142014-07-25 Pedro Alves <palves@redhat.com>
12615
12616 * gdb.base/double-prompt-target-event-error.exp
12617 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12618 match.
12619 (cancel_pagination_in_target_event): Rework double prompt
12620 detection.
12621 * gdb.base/paginate-after-ctrl-c-running.exp
12622 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12623 <return>' match.
12624 * gdb.base/paginate-bg-execution.exp
12625 (test_bg_execution_pagination_return)
12626 (test_bg_execution_pagination_cancel): Remove '-notransfer
12627 <return>' matches.
12628 * gdb.base/paginate-execution-startup.exp
12629 (test_fg_execution_pagination_return)
12630 (test_fg_execution_pagination_cancel): Remove '-notransfer
12631 <return>' matches.
12632 * gdb.base/paginate-inferior-exit.exp
12633 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12634 match.
12635 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12636 * lib/gdb.exp (pagination_prompt): Run text through
12637 string_to_regexp.
12638 (gdb_test_multiple): Match $pagination_prompt instead of
12639 "<return>".
12640 (string_to_regexp): Move to lib/gdb-utils.exp.
12641
e214cf6c
JK
126422014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12643
12644 * gdb.arch/amd64-entry-value-paramref.S: New file.
12645 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12646 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12647 * gdb.arch/amd64-optimout-repeat.S: New file.
12648 * gdb.arch/amd64-optimout-repeat.c: New file.
12649 * gdb.arch/amd64-optimout-repeat.exp: New file.
12650
17d0c5c8
JK
126512014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12652
12653 PR gdb/17170
12654 * gdb.base/statistics.exp: New file.
12655
b8b8facf
DE
126562014-07-17 Doug Evans <dje@google.com>
12657
74b49205 12658 PR gdb/17170
b8b8facf
DE
12659 * gdb.base/maint.exp: Update testing of per-command stats.
12660
1b5d0ab3
PA
126612014-07-16 Pedro Alves <palves@redhat.com>
12662
12663 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12664 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12665 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12666 (tfile_write_buf): New functions.
12667 (add_memory_block): Rewrite using the above.
12668 (adjust_function_address): New function.
12669 (FUNCTION_ADDRESS): New macro.
12670 (write_basic_trace_file): Remove short_x local, and use
12671 tfile_write_16. Change type of func_addr local to unsigned long
12672 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12673 here. Cast argument of add_memory_block to char pointer.
12674 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12675 (main): Remove parameters.
12676 * gdb.trace/tfile.exp: Remove nowarnings.
12677
4d974e88
SM
126782014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12679
12680 * gdb.base/debug-expr.exp: Test string evaluation with
12681 "debug expression" on.
12682
41e99568
PA
126832014-07-15 Pedro Alves <palves@redhat.com>
12684
12685 * gdb.base/reread.exp: Use clean_restart.
12686
487d9753
PL
126872014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12688
12689 * gdb.arch/avr-flash-qualifer.c: New.
12690 * gdb.arch/avr-flash-qualifer.exp: New.
12691
cc1c52ad
PA
126922014-07-14 Pedro Alves <palves@redhat.com>
12693
12694 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12695 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12696
1e973570
PA
126972014-07-14 Pedro Alves <palves@redhat.com>
12698
12699 * gdb.base/double-prompt-target-event-error.c: New file.
12700 * gdb.base/double-prompt-target-event-error.exp: New file.
12701
93d6eb10
PA
127022014-07-14 Pedro Alves <palves@redhat.com>
12703
12704 PR gdb/17072
12705 * gdb.base/paginate-inferior-exit.c: New file.
12706 * gdb.base/paginate-inferior-exit.exp: New file.
12707
0017922d
PA
127082014-07-14 Pedro Alves <palves@redhat.com>
12709
12710 PR gdb/17072
12711 * gdb.base/paginate-bg-execution.c: New file.
12712 * gdb.base/paginate-bg-execution.exp: New file.
12713
94696ad3
PA
127142014-07-14 Pedro Alves <palves@redhat.com>
12715
12716 PR gdb/17072
12717 * gdb.base/paginate-execution-startup.c: New file.
12718 * gdb.base/paginate-execution-startup.exp: New file.
12719 * lib/gdb.exp (pagination_prompt): New global.
12720 (default_gdb_spawn): New procedure, factored out from
12721 default_gdb_spawn.
12722 (default_gdb_start): Adjust to call default_gdb_spawn.
12723 (gdb_spawn): New procedure.
12724
bd293940
PA
127252014-07-14 Pedro Alves <palves@redhat.com>
12726
12727 * lib/gdb.exp (gdb_assert): New procedure.
12728 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12729
c933f875
PA
127302014-07-14 Pedro Alves <palves@redhat.com>
12731
12732 * gdb.base/execution-termios.c: New file.
12733 * gdb.base/execution-termios.exp: New file.
12734
d98b7a16
TT
127352014-07-14 Tom Tromey <tromey@redhat.com>
12736
12737 * gdb.cp/vla-cxx.cc: New file.
12738 * gdb.cp/vla-cxx.exp: New file.
12739
548740d6
TT
127402014-07-14 Tom Tromey <tromey@redhat.com>
12741
12742 * gdb.reverse/rerun-prec.c: New file.
12743 * gdb.reverse/rerun-prec.exp: New file.
12744
a25eb028
MR
127452014-07-12 Maciej W. Rozycki <macro@mips.com>
12746 Maciej W. Rozycki <macro@codesourcery.com>
12747
12748 * lib/gdb-utils.exp: New file.
12749 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12750 inline `gdb_init_command' processing.
12751 (gdb_start_cmd): Likewise.
12752 * lib/mi-support.exp (mi_run_cmd): Likewise.
12753 * README: Document `gdb_init_command' and `gdb_init_commands'.
12754
218c2655
JK
127552014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12756
12757 Fix false FAIL running under a very long directory name.
12758 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12759 and "set print elements 10000". Twice.
12760
5401fde3
YQ
127612014-07-11 Yao Qi <yao@codesourcery.com>
12762
12763 * gdb.base/exprs.exp: "set print symbol off".
12764
e76126e8
PA
127652014-07-11 Pedro Alves <palves@redhat.com>
12766
12767 * gdb.threads/kill.c: New file.
12768 * gdb.threads/kill.exp: New file.
12769
2d6f0de6
YQ
127702014-07-10 Yao Qi <yao@codesourcery.com>
12771
12772 * gdb.trace/tfile.c (write_basic_trace_file)
12773 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12774 address written to trace file.
12775
7180e04a
PA
127762014-07-09 Pedro Alves <palves@redhat.com>
12777
12778 * gdb.base/attach-wait-input.exp: New file.
12779 * gdb.base/attach-wait-input.c: New file.
12780
9a9a7608
AB
127812014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12782
12783 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12784 setting up test structures.
12785 (main): Call new test function.
12786 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12787 test function, continue into test function and walk test
12788 structures.
12789
161ac41e
YQ
127902014-07-02 Yao Qi <yao@codesourcery.com>
12791
12792 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12793 'bar_start' at the beginning of functions 'foo' and 'bar'
12794 respectively.
12795 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12796 instead of 'foo' and 'bar'.
12797
1f267ae3
MM
127982014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12799
12800 * gdb.btrace/segv.exp: New.
12801 * gdb.btrace/segv.c: New.
12802
2b239efb
LM
128032014-07-02 Luis Machado <lgustavo@codesourcery.com>
12804
12805 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12806 instruction.
12807
cf363f18
MW
128082014-06-30 Mark Wielaard <mjw@redhat.com>
12809
12810 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12811 vulture, vilify, villar): New volatile array constants.
12812 (vindictive, vegetation): New const volatile array constants.
12813 * gdb.base/volatile.exp: Test volatile and const volatile array
12814 types.
12815
aebf9d24
AA
128162014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12817
12818 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12819 target lacks support for awatch, rwatch, or hbreak.
12820
b67a2c6f
YQ
128212014-06-27 Yao Qi <yao@codesourcery.com>
12822
12823 * gdb.multi/dummy-frame-restore.exp: New.
12824 * gdb.multi/dummy-frame-restore.c: New.
12825
aef92902
MM
128262014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12827
12828 * gdb.btrace/gcore.exp: New.
12829
8e9db26e
PA
128302014-06-23 Pedro Alves <palves@redhat.com>
12831
12832 * gdb.base/watchpoint-reuse-slot.c: New file.
12833 * gdb.base/watchpoint-reuse-slot.exp: New file.
12834
70afc5b7
SC
128352014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12836
12837 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12838 progspace's filename in 'info', 'enable' and 'disable' command
12839 tests.
12840
b972bd9c
JK
128412014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12842
12843 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12844 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12845 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12846
125f8a3d
GB
128472014-06-20 Gary Benson <gbenson@redhat.com>
12848
12849 * gdb.arch/i386-avx.exp: Fix include file location.
12850 * gdb.arch/i386-sse.exp: Likewise.
12851
3ed9baed
IB
128522014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12853
12854 * gdb.dlang/expression.exp: New file.
12855
034f788c
PA
128562014-06-19 Pedro Alves <palves@redhat.com>
12857
12858 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12859 out from ...
12860 (top level): ... here. Iterate running tests under different
12861 scheduler-locking settings.
12862
45371d0c
LM
128632014-06-18 Luis Machado <lgustavo@codesourcery.com>
12864
12865 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12866 to DW_FORM_addr and use non-zero addresses.
12867
5d376983
SC
128682014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12869
12870 PR gdb/17017
12871 * gdb.python/py-xmethods.cc: Add global function call counters and
12872 increment them in their respective functions. Remove "cout"
12873 statements.
12874 * gdb.python/py-xmethods.exp: Make tests check the global function
12875 call counters instead of depending on inferior IO.
12876
a1aa2221
LM
128772014-06-18 Don Breazeal <donb@codesourcery.com>
12878
12879 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12880 Deleted procedure.
12881 (explicit_fork_parent_follow): Deleted procedure.
12882 (explicit_fork_child_follow): Deleted procedure.
12883 (test_follow_fork): New procedure.
12884 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 12885 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
12886 procedure calls.
12887
0fc05997
YQ
128882014-06-17 Yao Qi <yao@codesourcery.com>
12889
12890 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12891 CP1252.
12892
70795c52
LM
128932014-06-17 Luis Machado <lgustavo@codesourcery.com>
12894
12895 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12896 Initialize ptr and S explicitly.
12897 (skip_type_update_when_not_use_rtti_test): Likewise.
12898
6be47f0c
KS
128992014-06-16 Keith Seitz <keiths@redhat.com>
12900
12901 PR mi/15863
12902 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12903 the inferior is started.
12904
d03de421
PA
129052014-06-16 Pedro Alves <palves@redhat.com>
12906
12907 * gdb.base/break-main-file-remove-fail.c: New file.
12908 * gdb.base/break-main-file-remove-fail.exp: New file.
12909 * gdb.base/break-unload-file.exp: Use build_executable instead of
12910 prepare_for_testing.
12911 (test_break): New parameter "initial_load". Handle it.
12912 (top level): Add initial_load cmdline/file axis.
12913
f9579b99
TT
129142014-06-12 Tom Tromey <tromey@redhat.com>
12915
12916 * gdb.base/completion.exp: Don't use directory name in test.
12917
3657956b
GB
129182014-06-09 Gary Benson <gbenson@redhat.com>
12919
12920 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12921 separate the always-available ANSI-standard signals from the
12922 signals that require checking.
12923 (main): Likewise.
12924 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12925 Likewise.
12926 (main): Likewise.
12927
4186eb54
KS
129282014-06-07 Keith Seitz <keiths@redhat.com>
12929
12930 Revert:
12931 PR c++/16253
12932 * gdb.cp/var-tag.cc: New file.
12933 * gdb.cp/var-tag.exp: New file.
12934 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12935 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12936 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12937 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12938
25326a28 129392014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
12940
12941 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12942
829155c9
PA
129432014-06-06 Pedro Alves <palves@redhat.com>
12944
12945 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12946 in target debug output instead of looking at RSP packets,
12947 disabling the test on any target that uses hardware stepping.
12948 Update comments.
12949
61c8d22e
PA
129502014-06-06 Pedro Alves <palves@redhat.com>
12951
12952 * gdb.base/break-unload-file.exp: Fix typo.
12953
d9a47287
YQ
129542014-06-06 Yao Qi <yao@codesourcery.com>
12955
12956 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12957 from "jit_function" to "^jit_function".
12958
e5e01dbf
YQ
129592014-06-06 Yao Qi <yao@codesourcery.com>
12960
12961 * gdb.base/async.c (foo): Add one statement.
12962 * gdb.base/async.exp: Get the next instruction address and
12963 match the output of "nexti" by instruction address. Match
12964 the hex address in the output of "finish".
12965
73ba372c
GB
129662014-06-06 Gary Benson <gbenson@redhat.com>
12967
12968 * gdb.base/call-signals.c: Remove preprocessor conditionals
12969 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12970 SIGSEGV and SIGTERM.
12971 * gdb.base/sigall.c: Likewise.
12972 * gdb.base/unwindonsignal.c: Likewise.
12973 * gdb.reverse/sigall-reverse.c: Likewise.
12974
831517df
YQ
129752014-06-06 Yao Qi <yao@codesourcery.com>
12976
12977 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12978 readable, skip the test.
12979
b8b91e98
YQ
129802014-06-06 Yao Qi <yao@codesourcery.com>
12981
12982 * gdb.threads/staticthreads.c (thread_function): Move the line
12983 setting breakpoint on forward.
12984 * gdb.threads/staticthreads.exp: Update comments.
12985
fb934770
LC
129862014-06-05 Ludovic Courtès <ludo@gnu.org>
12987
12988 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12989 "history-append! type error".
12990
6ef284bd
SM
129912014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12992
12993 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12994 erroneous dprintf expected input.
12995
a872e241
DE
129962014-06-04 Doug Evans <xdje42@gmail.com>
12997
12998 * gdb.guile/scm-generics.exp: Delete.
12999
16f691fb
DE
130002014-06-04 Doug Evans <xdje42@gmail.com>
13001
13002 * gdb.guile/scm-breakpoint.exp: Update.
13003 Add tests for breakpoint registration.
13004
012370f6
TT
130052014-06-04 Tom Tromey <tromey@redhat.com>
13006
13007 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13008 VLA-in-union.
13009 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13010 inner_vla_struct, vla_union types. Initialize objects of those
13011 types and compute their sizes.
13012
9f5a4cef
HZ
130132014-06-04 Nathan Sidwell <nathan@codesourcery.com>
13014 Hui Zhu <hui@codesourcery.com>
13015
13016 * gdb.base/fileio.exp: Add test for shell not available as well as
13017 available.
13018 * gdb.base/fileio.c (test_system): Check for shell twice.
13019
90a45c4d
YQ
130202014-06-04 Yao Qi <yao@codesourcery.com>
13021
13022 * gdb.base/auto-connect-native-target.exp: Remove redundant
13023 space from the regexp pattern.
13024
70017e41
YQ
130252014-06-04 Yao Qi <yao@codesourcery.com>
13026
13027 * gdb.base/default.exp: Replace "child" with "native" in
13028 regexp pattern.
13029
883964a7
SC
130302014-06-03 Siva Chandra Reddy <sivachandra@google.com>
13031
13032 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13033 * gdb.python/py-xmethods.exp: New tests to test xmethods.
13034 * gdb.python/py-xmethods.py: Python script supporting the
13035 new testcase and tests.
13036
ef370185
JB
130372014-06-03 Joel Brobecker <brobecker@adacore.com>
13038 Pedro Alves <palves@redhat.com>
13039
13040 PR breakpoints/17000
13041 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13042 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13043
1e2ccb61
BM
130442014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
13045
13046 * gdb.base/subst.exp: Add tests to verify partial path matching
13047 output.
13048
c6ec5ab2
PA
130492014-06-03 Pedro Alves <palves@redhat.com>
13050
13051 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13052 target that doesn't use software single-stepping.
13053
835c559f
PA
130542014-06-03 Pedro Alves <palves@redhat.com>
13055
13056 PR breakpoints/17000
13057 * gdb.base/sss-bp-on-user-bp-2.c: New file.
13058 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13059
06eb1586
DE
130602014-06-02 Doug Evans <xdje42@gmail.com>
13061
13062 * gdb.guile/scm-parameter.exp: New file.
13063
e698b8c4
DE
130642014-06-02 Doug Evans <xdje42@gmail.com>
13065
13066 * gdb.guile/scm-cmd.c: New file.
13067 * gdb.guile/scm-cmd.exp: New file.
13068
ded03782
DE
130692014-06-02 Doug Evans <xdje42@gmail.com>
13070
13071 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13072 pretty-printer lookup.
13073 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13074 (make-pp_s-printer): Call it.
13075 (make-pretty-printer-from-dict): New function.
13076 (lookup-pretty-printer-maker-from-dict): New function.
13077 (*pretty-printer*): Simplify.
13078 (make-objfile-pp_s-printer): New function.
13079 (install-objfile-pretty-printers!): New function.
13080 (make-progspace-pp_s-printer): New function.
13081 (install-progspace-pretty-printers!): New function.
13082 * gdb.guile/scm-progspace.c: New file.
13083 * gdb.guile/scm-progspace.exp: New file.
13084
41fac0cf
PA
130852014-06-02 Pedro Alves <palves@redhat.com>
13086
13087 * gdb.base/dprintf-bp-same-addr.c: New file.
13088 * gdb.base/dprintf-bp-same-addr.exp: New file.
13089
96ae5695
EBM
130902014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13091
13092 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13093 * gdb.arch/powerpc-power.s: Likewise.
13094
da02b3a8
JB
130952014-06-02 Joel Brobecker <brobecker@adacore.com>
13096
13097 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13098
c72b2e7b
YQ
130992014-06-01 Yao Qi <yao@codesourcery.com>
13100
13101 * gdb.base/watchpoint.exp (test_watch_location): Check null
13102 pointer can be dereferenced. If not, do the test, otherwise
13103 skip it.
13104
53e8a631
AB
131052014-05-30 Andrew Burgess <aburgess@broadcom.com>
13106
13107 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13108 results.
13109 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13110
938f0e2f
AB
131112014-05-30 Andrew Burgess <aburgess@broadcom.com>
13112
13113 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13114 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13115 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13116 * gdb.arch/amd64-invalid-stack-top.c: New file.
13117 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13118
9ba6657a
PA
131192014-05-30 Pedro Alves <palves@redhat.com>
13120
13121 PR breakpoints/17000
13122 * gdb.base/sss-bp-on-user-bp.c: New file.
13123 * gdb.base/sss-bp-on-user-bp.exp: New file.
13124
522c09bf
DB
131252014-05-30 David Blaikie <dblaikie@gmail.com>
13126
13127 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13128 gnu_inline semantics via attribute.
13129 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13130 source explicitly specifies the required semantics.
13131
bf4ef81e
MR
131322014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13133
13134 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13135
329ea579
PA
131362014-05-29 Pedro Alves <palves@redhat.com>
13137 Tom Tromey <tromey@redhat.com>
13138
13139 * gdb.base/async-shell.exp: Don't enable target-async.
13140 * gdb.base/async.exp
13141 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13142 parameter. Adjust.
13143 (top level): Don't test with "target-async".
13144 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13145 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13146 * gdb.base/inferior-died.exp: Don't enable target-async.
13147 * gdb.base/interrupt-noterm.exp: Likewise.
13148 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13149 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13150 * gdb.mi/mi-nonstop.exp: Likewise.
13151 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13152 * gdb.mi/mi-nsintrall.exp: Likewise.
13153 * gdb.mi/mi-nsmoribund.exp: Likewise.
13154 * gdb.mi/mi-nsthrexec.exp: Likewise.
13155 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13156 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13157 * gdb.python/py-evsignal.exp: Don't enable target-async.
13158 * gdb.python/py-evthreads.exp: Likewise.
13159 * gdb.python/py-prompt.exp: Likewise.
13160 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13161 * gdb.server/solib-list.exp: Don't enable target-async.
13162 * gdb.threads/thread-specific-bp.exp: Likewise.
13163 * lib/mi-support.exp: Adjust to use mi-async.
13164
fd664c91
PA
131652014-05-29 Pedro Alves <palves@redhat.com>
13166
13167 PR gdb/13860
13168 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13169 reason, even in sync mode.
13170
251bde03
PA
131712014-05-29 Pedro Alves <palves@redhat.com>
13172 Hui Zhu <hui@codesourcery.com>
13173
13174 PR PR15693
13175 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13176 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13177 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13178 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13179
7f3c0343
JB
131802014-05-28 Joel Brobecker <brobecker@adacore.com>
13181
13182 * config/monitor.exp (gdb_target_monitor): Replace use of
13183 "set remotebaud" by "set serial baud".
13184
b2715b27
AW
131852014-05-26 Andy Wingo <wingo@igalia.com>
13186
13187 * gdb.guile/scm-breakpoint.exp:
13188 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13189 properties instead of gdb-object-properties.
13190
498a4489
YQ
131912014-05-26 Yao Qi <yao@codesourcery.com>
13192
13193 * gdb.server/no-thread-db.exp: Specify source file name
13194 explicitly when setting a breakpoint.
13195
589fdceb
MM
131962014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13197
13198 * gdb.btrace/vdso.c: New.
13199 * gdb.btrace/vdso.exp: New.
13200
e9089e05
MM
132012014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13202
13203 * gdb.base/gcore.exp (capture_command_output): Move ...
13204 * lib/gdb.exp (capture_command_output): ... here.
13205
67b5c0c1
MM
132062014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13207
13208 * gdb.btrace/data.exp: Test memory access during btrace replay.
13209
a2199296
SM
132102014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13211
13212 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13213
17b2616c
PA
132142014-05-21 Pedro Alves <palves@redhat.com>
13215
13216 PR gdb/13860
13217 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13218 (top level): Test that output related to execution commands is
13219 sent to the console with CLI commands, but not with MI commands.
13220 Test that breakpoint events are always mirrored to the console.
13221 Also expect the new source line to be output after a "next" in
13222 async mode too. Make it a pass/fail test.
13223 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13224 output.
13225 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13226
5166082f
PA
132272014-05-21 Pedro Alves <palves@redhat.com>
13228
13229 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13230 Use them to test variations of "list" after reaching a breakpoint.
13231 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13232 Test "list" with listsize 10 after reaching a breakpoint.
13233 * gdb.python/python.exp (decode_line current location line
13234 number): Adjust expected line number.
13235
2f25d70f
SM
132362014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13237
13238 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13239 behavior for $args, pass it directly to "run".
13240
ff604a67
MR
132412014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13242
13243 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13244 30000 to 65536.
13245
6a3cb8e8
PA
132462014-05-21 Pedro Alves <palves@redhat.com>
13247
13248 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13249 auto-connect-native-target off".
13250 * gdb.base/auto-connect-native-target.c: New file.
13251 * gdb.base/auto-connect-native-target.exp: New file.
13252
4ebfc96e
PA
132532014-05-21 Pedro Alves <palves@redhat.com>
13254
13255 * gdb.base/default.exp: Test "target native" instead of "target
13256 child".
13257
36d46afb
MW
132582014-05-21 Mark Wielaard <mjw@redhat.com>
13259
13260 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13261
5876f503
JK
132622014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13263
13264 Fix TLS access for -static -pthread.
13265 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13266 <HAVE_TLS> (thread_function, main): Initialize it.
13267 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13268 Add clean_restart.
13269 <$have_tls != "">: Check TLSVAR.
13270
0256a6ac
PA
132712014-05-21 Pedro Alves <palves@redhat.com>
13272
13273 * gdb.base/dcache-line-read-error.c: New.
13274 * gdb.base/dcache-line-read-error.exp: New.
13275
936d2992
PA
132762014-05-20 Pedro Alves <palves@redhat.com>
13277
13278 * gdb.base/compare-sections.c: New file.
13279 * gdb.base/compare-sections.exp: New file.
13280
802e8e6d
PA
132812014-05-20 Pedro Alves <palves@redhat.com>
13282
13283 * gdb.base/break-idempotent.c: New file.
13284 * gdb.base/break-idempotent.exp: New file.
13285
e59fa00f
MM
132862014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13287
13288 * gdb.btrace/nohist.exp: New.
13289
8b696e31
YQ
132902014-05-20 Yao Qi <yao@codesourcery.com>
13291
13292 * lib/gdb.exp (gdb_init): Set timeout if test file is under
13293 gdb.reverse directory and gdb_reverse_timeout exists in board
13294 setting.
13295 * README: Document gdb_reverse_timeout.
13296
73c9764f
YQ
132972014-05-20 Yao Qi <yao@codesourcery.com>
13298
13299 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13300 'test_file_name'. Treat args as a string instead of a list.
13301 (gdb_init): Rename argument 'args' by 'test_file_name'.
13302
f1f4348a
JK
133032014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13304
13305 * gdb.arch/powerpc-power.exp: New file.
13306 * gdb.arch/powerpc-power.s: New file.
13307
0dbe70ce
DE
133082014-05-16 Doug Evans <dje@google.com>
13309
13310 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
13311 * gdb.base/completion.exp: Check that all expected files exist
13312 before doing file completion.
0dbe70ce 13313
8d551b02
DE
133142014-05-16 Doug Evans <dje@google.com>
13315
13316 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13317 Update.
13318 (do_syscall_tests_without_xml): Update.
13319
73eb7709
PA
133202014-05-16 Pedro Alves <palves@redhat.com>
13321
13322 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13323 instead of "unknown output after running".
13324
3fae92fc
YQ
133252014-05-16 Yao Qi <yao@codesourcery.com>
13326
13327 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13328 file1.txt from host at the end.
13329 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13330
c2b2ccc5
DE
133312014-05-15 Doug Evans <dje@google.com>
13332
13333 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13334 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13335 loading file. Add test for TU lookup.
13336
8c217a4b
SM
133372014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13338
13339 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13340 calling "-exec-arguments" or "set args" before running the
13341 inferior.
13342
3deb39c6
SM
133432014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13344
13345 * lib/mi-support.exp (mi_expect_stop): Expect message for
13346 inferiors that exit with non-zero exit code.
13347
71a79f8c
YQ
133482014-05-14 Yao Qi <yao@codesourcery.com>
13349
13350 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13351 match absolute path on remote host.
13352 (test_file_list_exec_source_files): Remove "/" from the
13353 pattern.
13354
f23fcd46
YQ
133552014-05-14 Yao Qi <yao@codesourcery.com>
13356
13357 * boards/local-remote-host-notty.exp (${board}_file): New
13358 proc.
13359
9404b58f
KM
133602014-05-07 Kyle McMartin <kyle@redhat.com>
13361
13362 Pushed by Joel Brobecker <brobecker@adacore.com>.
13363 * gdb.arch/aarch64-atomic-inst.c: New file.
13364 * gdb.arch/aarch64-atomic-inst.exp: New file.
13365
5e45f04c
YQ
133662014-05-07 Yao Qi <yao@codesourcery.com>
13367
13368 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13369 in current context" too.
13370
c888a17d
KS
133712014-05-05 Keith Seitz <keiths@redhat.com>
13372
13373 * gdb.linespec/ls-dollar.exp: Add test for linespec
13374 file:convenience_variable.
13375
290a839c
YQ
133762014-05-05 Yao Qi <yao@codesourcery.com>
13377
13378 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13379 traceframes into tfile and ctf trace files. Read data from
13380 trace file and test collected data.
13381 (gdb_collect_locals_test): Likewise.
13382 (gdb_unavailable_registers_test): Likewise.
13383 (gdb_unavailable_floats): Likewise.
13384 (gdb_collect_globals_test): Likewise.
13385 (top-level): Append "ctf" to trace_file_targets if GDB
13386 supports.
13387
b5262cd0
YQ
133882014-05-05 Yao Qi <yao@codesourcery.com>
13389
13390 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13391 code to ...
13392 (gdb_collect_args_test_1): ... it. New proc.
13393 (gdb_collect_locals_test): Move some code to ...
13394 (gdb_collect_locals_test_1): ... it. New proc.
13395 (gdb_unavailable_registers_test): Move some code to ...
13396 (gdb_unavailable_registers_test_1): ... it. New proc.
13397 (gdb_unavailable_floats): Move some code to ...
13398 (gdb_unavailable_floats_1): ... it. New proc.
13399
30a1e6cc
SDJ
134002014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13401
13402 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13403 probes to test for bitness recognition.
13404 * gdb.arch/amd64-stap-optional-prefix.exp
13405 (test_probe_value_without_reg): New procedure.
13406 Add code to test for different kinds of bitness.
13407
f33da99a
SDJ
134082014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13409
13410 PR breakpoints/16889
13411 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13412 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13413
5b80f00d
PA
134142014-05-01 Pedro Alves <palves@redhat.com>
13415
13416 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13417 gdb_file_cmd if no file is specified.
13418 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13419 last_loaded_file to set the remote exec-file.
13420
f8c2a73c
PA
134212014-05-01 Pedro Alves <palves@redhat.com>
13422
13423 * boards/local-remote-host.exp: New file.
13424
be6e8ac7
PA
134252014-05-01 Pedro Alves <palves@redhat.com>
13426
13427 * boards/local-remote-host.exp: Rename to ...
13428 * boards/local-remote-host-notty.exp: ... this.
13429
cac0dc8f
JB
134302014-04-28 Joel Brobecker <brobecker@adacore.com>
13431
13432 * gdb.ada/dyn_arrayidx: New testcase.
13433
9730e6cc
YQ
134342014-04-26 Yao Qi <yao@codesourcery.com>
13435
13436 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13437 and compute the length of function main. Save it in
13438 $main_length.
13439 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13440 (top-level): Use gdb_compile to compile objects into
13441 executable and restart GDB. Remove invocation to
13442 prepare_for_testing.
13443
7ae1a6a6
PA
134442014-04-25 Simon Marchi <simon.marchi@ericsson.com>
13445 Pedro Alves <palves@redhat.com>
13446
13447 PR server/16255
13448 * gdb.multi/multi-attach.c: New file.
13449 * gdb.multi/multi-attach.exp: New file.
13450
4082afcc
PA
134512014-04-25 Pedro Alves <palves@redhat.com>
13452
13453 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13454 user.
13455 (top level): Test that "set remote conditional-breakpoints-packet
13456 off" works as intended.
13457 * gdb.base/dprintf.exp: Test that "set remote
13458 breakpoint-commands-packet off" works as intended.
13459 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13460 New function.
13461 (top level): Call it.
13462 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13463 remote fast-tracepoints-packet off" works as intended.
13464 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13465 * lib/gdb.exp (gdb_is_target_remote): ... here.
13466
2abc3f8d
DB
134672014-04-24 David Blaikie <dblaikie@gmail.com>
13468
13469 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13470 ensure clang would not discard them.
13471 * gdb.base/gdbvars.c: Ditto.
13472 * gdb.base/memattr.c: Ditto.
13473 * gdb.base/whatis.c: Ditto.
13474 * gdb.python/py-prettyprint.c: Ditto.
13475 * gdb.trace/actions.c: Ditto.
13476 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13477 ensure clang would not discard it.
13478
bfd39632
DB
134792014-04-24 David Blaikie <dblaikie@gmail.com>
13480
13481 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13482 clang to emit the full definition of type required by the test
13483 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13484
22842ff6
DB
134852014-04-24 David Blaikie <dblaikie@gmail.com>
13486
13487 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13488 coax Clang into emitting the definition of the type.
13489 * gdb.cp/pr10728-x.h (y): Ditto.
13490 * gdb.cp/pr10728-y.cc (y): Ditto.
13491
c2e827ad
DB
134922014-04-24 David Blaikie <dblaikie@gmail.com>
13493
13494 * gdb.base/label.exp: XFAIL label related tests under Clang.
13495 * gdb.cp/cplabel.exp: Ditto.
13496 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13497 under Clang those using labels.
13498
4c2d33e7
YQ
134992014-04-25 Yao Qi <yao@codesourcery.com>
13500
13501 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13502 double_label.
13503 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13504 partial_label and double_label.
13505
56083b99
DB
135062014-04-24 David Blaikie <dblaikie@gmail.com>
13507
13508 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13509
25d4e99d
DB
135102014-04-24 David Blaikie <dblaikie@gmail.com>
13511
13512 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13513 of the function to work across GCC and Clang.
13514 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13515 pointer types (const void ** const V void **).
13516
01f9f808
MS
135172014-04-24 Michael Sturm <michael.sturm@mintel.com>
13518 Walfred Tedeschi <walfred.tedeschi@intel.com>
13519
13520 * Makefile.in (EXECUTABLES): Added i386-avx512.
13521 * gdb.arch/i386-avx512.c: New file.
13522 * gdb.arch/i386-avx512.exp: Likewise.
13523
4b48d439
KS
135242014-04-23 Keith Seitz <keiths@redhat.com>
13525
13526 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13527 (mi_make_breakpoint_table): New procedure.
13528 (mi_create_breakpoint): Use mi_make_breakpoint
13529 and return the result.
13530 (mi_make_breakpoint): New procedure.
13531 (mi_build_kv_pairs): New procedure.
13532
13533 * gdb.mi/mi-break.exp: Remove unused globals,
13534 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13535 All callers updated.
13536 * gdb.mi/mi-dprintf.exp: Use variable to track command
13537 number.
13538 Update all callers of mi_create_breakpoint and use
13539 mi_make_breakpoint_table.
13540 Remove any unused global variables.
13541 * gdb.mi/mi-nonstop.exp: Likewise.
13542 * gdb.mi/mi-nsintrall.exp: Likewise.
13543 * gdb.mi/mi-nsmoribund.exp: Likewise.
13544 * gdb.mi/mi-nsthrexec.exp: Likewise.
13545 * gdb.mi/mi-reverse.exp: Likewise.
13546 * gdb.mi/mi-simplerun.exp: Likewise.
13547 * gdb.mi/mi-stepn.exp: Likewise.
13548 * gdb.mi/mi-syn-frame.exp: Likewise.
13549 * gdb.mi/mi-until.exp: Likewise.
13550 * gdb.mi/mi-var-cp.exp: Likewise.
13551 * gdb.mi/mi-var-display.exp: Likewise.
13552 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13553 * gdb.mi/mi2-var-child.exp: Likewise.
13554 * gdb.mi/mi-vla-c99.exp: Likewise.
13555 * lib/mi-support.exp: Likewise.
13556
13557 From Ian Lance Taylor <iant@cygnus.com>:
13558 * lib/gdb.exp (parse_args): New procedure.
13559
08351840
PA
135602014-04-23 Pedro Alves <palves@redhat.com>
13561
13562 * gdb.base/break-unload-file.c: New file.
13563 * gdb.base/break-unload-file.exp: New file.
13564 * gdb.base/sym-file-lib.c (baz): New function.
13565 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13566 field.
13567 (load): Store the segment's mapped size.
13568 (unload): New function.
13569 (unload_shlib): New function.
13570 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13571 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13572 set a breakpoint at baz, and call it.
13573 * gdb.base/sym-file.exp: New tests for stale breakpoint
13574 instructions.
13575
076855f9
PA
135762014-04-23 Pedro Alves <palves@redhat.com>
13577
13578 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13579 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13580 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13581 * gdb.base/hbreak-unmapped.c: New file.
13582 * gdb.base/hbreak-unmapped.exp: New file.
13583 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13584 * lib/gdb.exp (gdb_is_target_remote): ... here.
13585
483805cf
PA
135862014-04-22 Pedro Alves <palves@redhat.com>
13587
13588 * gdb.base/consecutive-step-over.c: New file.
13589 * gdb.base/consecutive-step-over.exp: New file.
13590
06d97543
PA
135912014-04-22 Pedro Alves <palves@redhat.com>
13592
13593 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13594 instead of send_gdb/gdb_expect.
13595
b4429ea2
YQ
135962014-04-22 Yao Qi <yao@codesourcery.com>
13597
13598 * lib/trace-support.exp (generate_tracefile): New procedure.
13599 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13600 return 0.
13601 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13602 if generate_tracefile returns 1.
13603
51d48146
PA
136042014-04-18 Tom Tromey <palves@redhat.com>
13605 Pedro alves <tromey@redhat.com>
13606
13607 PR backtrace/15558
13608 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13609 with a backtrace limit.
13610 * gdb.python/py-frame-inline.exp: Test running to an inline
13611 function with a backtrace limit, and printing the newest frame.
13612 * gdb.python/py-frame-inline.c (main): Call f.
13613
bd1dce5f
MS
136142014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13615
13616 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13617
40d1a503
MS
136182014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13619
13620 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13621 Drop prefix from unsupported source file path.
13622
389b98f7
YQ
136232014-04-17 Yao Qi <yao@codesourcery.com>
13624
13625 * lib/gdb.exp (with_target_charset): New proc.
13626 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13627 with_target_charset.
13628 (test_print_strings): Likewise.
13629 (test_repeat_bytes): Likewise.
13630 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13631 for some tests.
13632
22869d73
KS
136332014-04-16 Keith Seitz <keiths@redhat.com>
13634
13635 PR gdb/15827
13636 * gdb.dwarf2/corrupt.c: New file.
13637 * gdb.dwarf2/corrupt.exp: New file.
13638
c4f87ca6
KS
136392014-04-16 Keith Seitz <keiths@redhat.com>
13640
13641 PR c++/16597
13642 * gdb.cp/namelessclass.cc: New file.
13643 * gdb.cp/namelessclass.exp: New file.
13644 * gdb.cp/namelessclass.S: New file.
13645
ab19de87
DE
136462014-04-16 Doug Evans <dje@google.com>
13647
13648 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13649 Add comment.
13650 (gdbserver_default_get_comm_port): New function.
13651 (gdbserver_start): Check if board file provided
13652 "gdbserver,get_comm_port" and use it if so.
13653 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13654 (gdb,socketport): Set to "stdio".
13655 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13656 (stdio_gdbserver_template): Delete.
13657 (${board}_get_remote_address): Update.
13658 (${board}_build_remote_cmd): Delete.
13659 (${board}_get_comm_port): New function.
13660 (${board}_spawn): Update.
13661 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13662 Delete.
13663 (${board}_get_remote_address): Update.
13664 (${board}_get_comm_port): New function.
13665
fc98a809
AB
136662014-04-16 Andrew Burgess <aburgess@broadcom.com>
13667
13668 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13669 appearing in any order.
13670
87fd9e6e
DE
136712014-04-15 Doug Evans <dje@google.com>
13672
13673 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13674 uninitialized value of "description".
13675
099fc3ea
KS
136762014-04-15 Keith Seitz <keiths@redhat.com>
13677
13678 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13679 Remove unused globals.
13680 (test_running_the_program): Likewise.
13681 (test_controlled_execution): Likewise.
13682 (test_controlling_breakpoints): Likewise.
13683 (test_program_termination): Likewise.
13684
5da151d4
KS
136852014-04-15 Keith Seitz <keiths@redhat.com>
13686
13687 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13688 unused globals.
13689 (test_rbreak_creation_and_listing): Likewise.
13690 (test_ignore_count): Likewise.
13691 (test_error): Likewise.
13692
35e5d2f0
PA
136932014-04-15 Pedro Alves <palves@redhat.com>
13694
13695 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13696 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13697 sym-file-loader.c.
13698 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13699 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13700 to sym-file-loader.c.
13701 (struct library): Forward declare.
13702 (load_shlib, lookup_function): Change prototypes.
13703 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13704 (translate_offset): Remove declarations.
13705 (get_text_addr): New declaration.
13706 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13707 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13708 sym-file-loader.h.
13709 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13710 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13711 here from sym-file-loader.h.
13712 (struct library): New structure.
13713 (load_shlib, lookup_function): Change prototypes and adjust to
13714 work with a struct library.
13715 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13716 (translate_offset): Make static.
13717 (get_text_addr): New function.
13718 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13719
eb4c1710
PA
137202014-04-15 Pedro Alves <palves@redhat.com>
13721
13722 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13723
2d1baf52
PA
137242014-04-15 Pedro Alves <palves@redhat.com>
13725
13726 * gdb.base/sym-file-loader.c: Include <limits.h>.
13727 (SELF_LINK): New define.
13728 (get_origin): New function.
13729 (load_shlib): Use it.
13730 * gdb.base/sym-file.exp: Don't early return if the target is
13731 remote. Use runto_main, and issue fail is that fails. Use
13732 gdb_load_shlibs.
13733 (shlib_name): Delete.
13734 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13735
7dd6df01
PA
137362014-04-15 Pedro Alves <palves@redhat.com>
13737
13738 * gdb.base/sym-file.exp: Remove regex characters from test
13739 message. Don't refer to breakpoint numbers in test messages.
13740
b50c8614
KS
137412014-04-14 Keith Seitz <keiths@redhat.com>
13742
13743 PR c++/16253
13744 * gdb.cp/var-tag.cc: New file.
13745 * gdb.cp/var-tag.exp: New file.
13746 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13747 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13748 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13749 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13750
3d567982
TT
137512014-04-14 Tom Tromey <tromey@redhat.com>
13752
13753 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13754 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13755 type.
13756 * gdb.cp/enum-class.exp: New file.
13757 * gdb.cp/enum-class.cc: New file.
13758
0626fc76
TT
137592014-04-14 Tom Tromey <tromey@redhat.com>
13760
13761 * gdb.dwarf2/enum-type.exp: New file.
13762
dca325b3
SA
137632014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13764
13765 * gdb.mi/mi-vla-c99.exp: New file.
13766 * gdb.mi/vla.c: New file.
13767
5854b38a
SA
137682014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13769
13770 * gdb.base/vla-datatypes.c: New file.
13771 * gdb.base/vla-datatypes.exp: New file.
13772
463bb957
SA
137732014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13774
13775 * gdb.base/vla-ptr.c: New file.
13776 * gdb.base/vla-ptr.exp: New file.
13777
3dd170be
SA
137782014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13779
13780 * gdb.dwarf2/count.exp: New file.
13781
5ecaaa66
SA
137822014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13783
13784 * gdb.base/vla-sideeffect.c: New file.
13785 * gdb.base/vla-sideeffect.exp: New file.
13786
41f1ada5
DB
137872014-04-14 David Blaikie <dblaikie@gmail.com>
13788
13789 * gdb.mi/non-stop.c: Add return value for non-void function return
13790 statement.
13791 * gdb.threads/staticthreads.c: Ditto.
13792
0be03e84
DE
137932014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13794 Doug Evans <xdje42@gmail.com>
13795
13796 * gdb.guile/scm-value.c: Improve test case.
13797 * gdb.guile/scm-value.exp: Add new test.
13798
f180a1fb
DB
137992014-04-11 David Blaikie <dblaikie@gmail.com>
13800
13801 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13802 override Clang's default.
13803
6b662e19
JB
138042014-04-11 Joel Brobecker <brobecker@adacore.com>
13805
13806 Revert the following changes (regressions):
13807
13808 * gdb.base/vla-sideeffect.c: New file.
13809 * gdb.base/vla-sideeffect.exp: New file.
13810
13811 * gdb.dwarf2/count.exp: New file.
13812
13813 * gdb.base/vla-multi.c: New file.
13814 * gdb.base/vla-multi.exp: New file.
13815
13816 * gdb.base/vla-ptr.c: New file.
13817 * gdb.base/vla-ptr.exp: New file.
13818
13819 * gdb.base/vla-datatypes.c: New file.
13820 * gdb.base/vla-datatypes.exp: New file.
13821
13822 * gdb.mi/mi-vla-c99.exp: New file.
13823 * gdb.mi/vla.c: New file.
13824
245a5f0b
KS
138252014-04-11 Keith Seitz <keiths@redhat.com>
13826
13827 PR c++/16675
13828 * gdb.cp/cpsizeof.exp: New file.
13829 * gdb.cp/cpsizeof.cc: New file.
13830
58a84dcf
SA
138312014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13832
191a8a90
JB
13833 * gdb.mi/mi-vla-c99.exp: New file.
13834 * gdb.mi/vla.c: New file.
58a84dcf 13835
c8655f75
SA
138362014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13837
13838 * gdb.base/vla-datatypes.c: New file.
13839 * gdb.base/vla-datatypes.exp: New file.
13840
024e13b4
SA
138412014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13842
13843 * gdb.base/vla-ptr.c: New file.
13844 * gdb.base/vla-ptr.exp: New file.
13845
1a237e0e
SA
138462014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13847
13848 * gdb.base/vla-multi.c: New file.
13849 * gdb.base/vla-multi.exp: New file.
13850
504f3432
SA
138512014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13852
13853 * gdb.dwarf2/count.exp: New file.
13854
3bce8237
SA
138552014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13856
191a8a90
JB
13857 * gdb.base/vla-sideeffect.c: New file.
13858 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 13859
322f9c21
YQ
138602014-04-11 Yao Qi <yao@codesourcery.com>
13861
13862 * gdb.base/completion.exp: Check file exists before running tests
13863 on file completion.
13864
d708bcd1
PA
138652014-04-10 Pedro Alves <palves@redhat.com>
13866
13867 * gdb.base/cond-eval-mode.c: New file.
13868 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13869 prepare_for_testing to build the new file. Check result of
13870 runto_main.
13871 (test_break, test_watch): New procedures.
13872 (top level): Use them.
13873
ae1d2761
PM
138742014-04-08 Pierre Muller <muller@sourceware.org>
13875
13876 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13877 Ctrl-V use for mingw hosts.
13878
7af389b8
SC
138792014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13880
13881 * gdb.python/py-value.c: Improve test case.
13882 * gdb.python/py-value.exp: Add new test.
13883
5e703181
DE
138842014-04-07 David Blaikie <dblaikie@gmail.com>
13885
13886 * lib/compiler.c: Identify the clang compiler.
13887 * lib/compiler.cc: Ditto.
13888
9810b410
YQ
138892014-04-03 Yao Qi <yao@codesourcery.com>
13890
13891 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13892
98d1b8dc
AB
138932014-04-01 Anton Blanchard <anton@samba.org>
13894
13895 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13896 messages unique.
13897
3114cea1
AB
138982014-04-01 Anton Blanchard <anton@samba.org>
13899
13900 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13901 prepare_for_testing.
13902
62f7182c
AB
139032014-04-01 Anton Blanchard <anton@samba.org>
13904
13905 * gdb.arch/ppc64-atomic-inst.c: Remove.
13906 * gdb.arch/ppc64-atomic-inst.S: New file.
13907 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13908
770e7fc7
DE
139092014-03-31 Doug Evans <dje@google.com>
13910
13911 * gdb.base/print-symbol-loading-lib.c: New file.
13912 * gdb.base/print-symbol-loading-main.c: New file.
13913 * gdb.base/print-symbol-loading.exp: New file.
13914
46e2bafa
YQ
139152014-03-31 Yao Qi <yao@codesourcery.com>
13916
13917 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13918
8776cfe9
JB
139192014-03-28 Joel Brobecker <brobecker@adacore.com>
13920
13921 * gdb.ada/mi_dyn_arr: New testcase.
13922
5d1ef361
DE
139232014-03-27 Doug Evans <dje@google.com>
13924
13925 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13926
b5bee914
YQ
139272014-03-27 Yao Qi <yao@codesourcery.com>
13928
13929 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13930 if target is nios2-*-*.
13931
0d4d0e77
YQ
139322014-03-26 Yao Qi <yao@codesourcery.com>
13933
13934 * lib/gdb.exp (readline_is_used): New proc.
13935 * gdb.base/completion.exp: Move tests on command complete up.
13936 Skip the rest of tests if readline is not used.
13937 * gdb.ada/complete.exp: Skp the test if readline is not
13938 used.
13939 * gdb.base/filesym.exp: Likewise.
13940 * gdb.base/macscp.exp: Likewise.
13941 * gdb.base/readline-ask.exp: Likewise.
13942 * gdb.base/readline.exp: Likewise.
13943 * gdb.python/py-cmd.exp: Likewise.
13944 * gdb.trace/tfile.exp: Likewise.
13945
29361eee
YQ
139462014-03-26 Yao Qi <yao@codesourcery.com>
13947
13948 * gdb.base/macscp.exp: Fix code format issues.
13949
bc9a5525
UW
139502014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13951
13952 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13953 * gdb.asm/powerpc64le.inc: New file.
13954
d3839ede
PA
139552014-03-25 Pedro Alves <palves@redhat.com>
13956 Doug Evans <dje@google.com>
13957
13958 * gdb.base/source-execution.c: New file.
13959 * gdb.base/source-execution.exp: New file.
13960 * gdb.base/source-execution.gdb: New file.
13961
01672a57
DE
139622014-03-24 Doug Evans <dje@google.com>
13963
13964 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13965 using fission.
13966
88bbeca9
HZ
139672014-03-24 Hui Zhu <hui@codesourcery.com>
13968 Pedro Alves <palves@redhat.com>
13969
13970 PR breakpoints/16101
13971 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13972 test pass/fail messages. Detect missing support for dprintf when
13973 breakpoints are actually inserted.
13974 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13975 breakpoints are actually inserted.
13976 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13977 fails.
13978
d2348791
JK
139792014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13980
13981 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13982
feef67ab
DE
139832014-03-22 Doug Evans <xdje42@gmail.com>
13984
13985 * gdb.python/python.exp (python not supported): Verify multi-line
13986 python command issues an error.
25d743f9 13987 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 13988 guile command issues an error.
feef67ab 13989
ecebef6a
MR
139902014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13991
13992 * gdb.threads/thread-specific.exp: Handle the lack of usable
13993 $this_breakpoint and $this_thread.
13994
ccdd1909
HZ
139952014-03-21 Hui Zhu <hui@codesourcery.com>
13996
13997 * gdb.base/attach.exp (do_command_attach_tests): New.
13998
beb460e8
PA
139992014-03-20 Tom Tromey <tromey@redhat.com>
14000 Pedro Alves <palves@redhat.com>
14001
14002 PR cli/15718
14003 * gdb.base/condbreak-call-false.c: New file.
14004 * gdb.base/condbreak-call-false.exp: New file.
14005
40acf43a
PA
140062014-03-20 Pedro Alves <palves@redhat.com>
14007
14008 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14009 Delete.
14010 (block_signals, unblock_signals): Delete.
14011 (child_function_2, main): Remove references to deleted variable
14012 and functions.
14013
9f5e1e02
PA
140142014-03-20 Pedro Alves <palves@redhat.com>
14015
14016 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14017 Use pthread_kill to signal thread 2.
14018 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14019 Adjust to make the test send itself a signal rather than using the
14020 host's "kill" command.
14021
99619bea
PA
140222014-03-20 Pedro Alves <palves@redhat.com>
14023
14024 * gdb.threads/multiple-step-overs.c: New file.
14025 * gdb.threads/multiple-step-overs.exp: New file.
14026 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14027 Adjust expected infrun debug output.
14028
2adfaa28
PA
140292014-03-20 Pedro Alves <palves@redhat.com>
14030
14031 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14032 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14033
31e77af2
PA
140342014-03-20 Pedro Alves <palves@redhat.com>
14035
14036 PR breakpoints/7143
14037 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14038 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
14039 of gdb_test_multiple.
14040 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14041 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14042
b9f437de
PA
140432014-03-20 Pedro Alves <palves@redhat.com>
14044
14045 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14046 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14047
05adc73e
PA
140482014-03-19 Pedro Alves <palves@redhat.com>
14049
14050 * gdb.base/async.exp: Remove early return.
14051
6048b950
PA
140522014-03-19 Pedro Alves <palves@redhat.com>
14053
14054 * gdb.base/async.exp (step& tests): Pass explicit test messages.
14055
8bcfb00a
PA
140562014-03-19 Pedro Alves <palves@redhat.com>
14057
14058 * gdb.base/async.exp (test_background): Expect \r\n after
14059 "completed." in the fail pattern.
14060
884e37dc
PA
140612014-03-19 Pedro Alves <palves@redhat.com>
14062
14063 * gdb.base/async.exp (test_background): New procedure.
14064 Use it for all background execution command tests.
14065
148e57e2
PA
140662014-03-19 Pedro Alves <palves@redhat.com>
14067
14068 * gdb.base/async.exp: Use prepare_for_testing.
14069
f48088c7
PA
140702014-03-19 Pedro Alves <palves@redhat.com>
14071
14072 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
14073 the same line.
14074
e2f6c966
PA
140752014-03-19 Pedro Alves <palves@redhat.com>
14076
14077 * gdb.base/async.c (main): Add "jump here" and "until here" line
14078 marker comments.
14079 * gdb.base/async.exp (jump_here): New global.
14080 (jump& test): Use it.
14081 (until_here): New global.
14082 (until& test): Use it.
14083
c30568d4
PA
140842014-03-19 Pedro Alves <palves@redhat.com>
14085
14086 * gdb.base/async.exp: Don't frob gdb_protocol.
14087
0172b6a7
DE
140882014-03-18 Doug Evans <xdje42@gmail.com>
14089
14090 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
14091 Fix spelling of exec-done-display.
14092
06c868a8
JK
140932014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14094
14095 PR gdb/15358
14096 * gdb.base/gdb-sigterm.c: New file.
14097 * gdb.base/gdb-sigterm.exp: New file.
14098
0c7e1a46
PA
140992014-03-18 Pedro Alves <palves@redhat.com>
14100
14101 PR gdb/13860
14102 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14103 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14104 solib-event.
14105
f7c77d93
JB
141062014-03-17 Joel Brobecker <brobecker@adacore.com>
14107
14108 * gdb.ada/pckd_arr_ren: New testcase.
14109
5a1e8c7a
DE
141102014-03-13 Doug Evans <xdje42@gmail.com>
14111
14112 PR guile/16612
14113 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14114 collect after discarding symbols.
14115
350e1a76
DE
141162014-03-13 Ludovic Courtès <ludo@gnu.org>
14117 Doug Evans <xdje42@gmail.com>
14118
14119 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14120 to history survives a gc.
14121
a69900ae
PA
141222014-03-13 Pedro Alves <palves@redhat.com>
14123
14124 * gdb.base/default.exp: Don't test "target procfs".
14125
5db9f0bd
PA
141262014-03-13 Pedro Alves <palves@redhat.com>
14127
14128 * gdb.base/default.exp: Update "target child" and "target procfs"
14129 tests to not expect "Unix".
14130
b3ccfe11
TT
141312014-03-12 Tom Tromey <tromey@redhat.com>
14132
14133 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14134 New procs. Add target-async tests.
14135 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14136 Add target-async tests.
14137
646f4417
AA
141382014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14139
14140 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14141 'func_start' and 'func_end' for the beginning and end of the
14142 function code, respectively.
14143 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14144 'func_end' instead of 'func' and 'main'.
14145
288c211f
AA
141462014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14147
14148 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14149 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14150 generate the debug info assembler source.
14151
e0c0f156
AA
141522014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14153
14154 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14155 * gdb.dwarf2/arr-subrange.exp: Likewise.
14156 * gdb.dwarf2/dwz.exp: Likewise.
14157 * gdb.dwarf2/method-ptr.exp: Likewise.
14158 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14159 * gdb.dwarf2/subrange.exp: Likewise.
14160 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14161 * gdb.dwarf2/implptrpiece.exp: Likewise.
14162 * gdb.dwarf2/nostaticblock.exp: Likewise.
14163
0e5c4555
AA
141642014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14165
14166 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14167 directory to absolute path name arguments.
14168
5ec18f2b
JG
141692014-03-10 Joel Brobecker <brobecker@adacore.com>
14170
14171 * gdb.ada/tagged_access: New testcase.
14172
847fc4f2
MM
141732014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14174
14175 * gdb.btrace/data.exp: Update expected output.
14176
cc3da688
YQ
141772014-03-06 Yao Qi <yao@codesourcery.com>
14178
14179 * gdb.trace/pr16508.exp: New file.
14180
0f26cec1
PA
141812014-03-05 Pedro Alves <palves@redhat.com>
14182
14183 PR gdb/16575
14184 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14185 procedure.
14186 (top level): Adjust to use it. Add tests that exercise breakpoint
14187 interaction with the code-cache.
14188
7a5a839f
LC
141892014-02-26 Ludovic Courtès <ludo@gnu.org>
14190
14191 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14192 test for 'history-append!'.
14193
31aa7e4e
JB
141942014-02-26 Joel Brobecker <brobecker@adacore.com>
14195
14196 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14197 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14198 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14199 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14200 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14201 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14202
1b588015
JB
142032014-02-26 Joel Brobecker <brobecker@adacore.com>
14204
14205 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14206 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14207 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14208
55426c9d
JB
142092014-02-26 Joel Brobecker <brobecker@adacore.com>
14210
14211 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14212
dc53a7ad
JB
142132014-02-26 Joel Brobecker <brobecker@adacore.com>
14214
14215 * gdb.dwarf2/arr-stride.c: New file.
14216 * gdb.dwarf2/arr-stride.exp: New file.
14217
12ab52e9
PA
142182014-02-26 Pedro Alves <palves@redhat.com>
14219
14220 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14221 that won't ever trigger. Make sure that GDB reports the correct
14222 breakpoint that caused the stop.
14223
849c862e
JK
142242014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14225
14226 PR gdb/16626
14227 * gdb.base/auto-load-script: New file.
14228 * gdb.base/auto-load.c: New file.
14229 * gdb.base/auto-load.exp: New file.
14230
71b7d793
JK
14231 PR gdb/16626
14232 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14233
e2f0d509
JK
142342014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14235
14236 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14237 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14238
50cc37c8
DE
142392014-02-24 Doug Evans <dje@google.com>
14240
14241 * lib/gdb.exp (run_on_host): Log error output if program fails.
14242
ea4758f2
PA
142432014-02-21 Pedro Alves <palves@redhat.com>
14244
14245 * gdb.threads/step-after-sr-lock.c: Rename to ...
14246 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14247 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14248 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14249 ... this.
14250
d7b30f67
SDJ
142512014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14252
14253 PR tdep/16397
14254 * gdb.arch/amd64-stap-special-operands.exp: New file.
14255 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14256 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14257 * gdb.arch/amd64-stap-triplet.S: Likewise.
14258 * gdb.arch/amd64-stap-triplet.c: Likewise.
14259
83deb43f
JB
142602014-02-20 Joel Brobecker <brobecker@adacore.com>
14261
14262 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14263 in .section pseudo-op.
14264
adde2bff
DE
142652014-02-20 lin zuojian <manjian2006@gmail.com>
14266 Joel Brobecker <brobecker@adacore.com>
14267 Doug Evans <xdje42@gmail.com>
14268
14269 PR symtab/16581
14270 * gdb.dwarf2/dw2-icycle.S: New file.
14271 * gdb.dwarf2/dw2-icycle.c: New file.
14272 * gdb.dwarf2/dw2-icycle.exp: New file.
14273
f7bd0f78
SC
142742014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14275
14276 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14277 operations on gdb.Value objects.
14278 * gdb.python/py-value-cc.exp: Add new test to test operations on
14279 gdb.Value objects.
14280
c17ef0d5
DE
142812014-02-18 Doug Evans <dje@google.com>
14282
14283 * Makefile.in (TESTS): New variable.
14284 (expanded_tests, expanded_tests_or_none): New variables
14285 (check-single): Pass $(expanded_tests_or_none) to runtest.
14286 (check-parallel): Only run tests in $(TESTS) if non-empty.
14287 (check/no-matching-tests-found): New rule.
14288 * README: Document TESTS makefile variable.
14289
5dd3176f
DE
142902014-02-18 Doug Evans <dje@google.com>
14291
14292 * Makefile.in (check-parallel): rm -rf outputs temp.
14293
0b10be4f
JK
142942014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14295
14296 Fix "ERROR: no fileid for" in the testsuite.
14297 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14298
85f224e7
DE
142992014-02-12 Doug Evans <dje@google.com>
14300
14301 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14302 (MISCELLANEOUS): New variable.
14303 (clean): rm -rf $(MISCELLANEOUS).
14304 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14305 dwp live in the same directory as symlinks, with each symlink pointed
14306 to a differently named file in a different directory.
14307
149b30ff
DE
143082014-02-11 Doug Evans <dje@google.com>
14309
14310 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14311 of Tcl file commands.
14312
1dfdac32
MK
143132014-02-10 Mark Kettenis <kettenis@gnu.org>
14314
14315 * gdb.threads/step-after-sr-lock.exp: Avoid executing
14316 "kill -SIGUSR1 -1".
14317
aa4fb036
JB
143182014-02-10 Joel Brobecker <brobecker@adacore.com>
14319
14320 * gdb.ada/tick_length_array_enum_idx: New testcase.
14321
ed3ef339
DE
143222014-02-10 Doug Evans <xdje42@gmail.com>
14323
14324 * configure.ac (AC_OUTPUT): Add gdb.guile.
14325 * configure: Regenerate.
14326 * lib/gdb-guile.exp: New file.
14327 * lib/gdb.exp (get_target_charset): New function.
14328 * gdb.base/help.exp: Update expected output from "apropos apropos".
14329 * gdb.guile/Makefile.in: New file.
14330 * gdb.guile/guile.exp: New file.
14331 * gdb.guile/scm-arch.c: New file.
14332 * gdb.guile/scm-arch.exp: New file.
14333 * gdb.guile/scm-block.c: New file.
14334 * gdb.guile/scm-block.exp: New file.
14335 * gdb.guile/scm-breakpoint.c: New file.
14336 * gdb.guile/scm-breakpoint.exp: New file.
14337 * gdb.guile/scm-disasm.c: New file.
14338 * gdb.guile/scm-disasm.exp: New file.
14339 * gdb.guile/scm-equal.c: New file.
14340 * gdb.guile/scm-equal.exp: New file.
14341 * gdb.guile/scm-error.exp: New file.
14342 * gdb.guile/scm-error.scm: New file.
14343 * gdb.guile/scm-frame-args.c: New file.
14344 * gdb.guile/scm-frame-args.exp: New file.
14345 * gdb.guile/scm-frame-args.scm: New file.
14346 * gdb.guile/scm-frame-inline.c: New file.
14347 * gdb.guile/scm-frame-inline.exp: New file.
14348 * gdb.guile/scm-frame.c: New file.
14349 * gdb.guile/scm-frame.exp: New file.
14350 * gdb.guile/scm-generics.exp: New file.
14351 * gdb.guile/scm-gsmob.exp: New file.
14352 * gdb.guile/scm-iterator.c: New file.
14353 * gdb.guile/scm-iterator.exp: New file.
14354 * gdb.guile/scm-math.c: New file.
14355 * gdb.guile/scm-math.exp: New file.
14356 * gdb.guile/scm-objfile-script-gdb.in: New file.
14357 * gdb.guile/scm-objfile-script.c: New file.
14358 * gdb.guile/scm-objfile-script.exp: New file.
14359 * gdb.guile/scm-objfile.c: New file.
14360 * gdb.guile/scm-objfile.exp: New file.
14361 * gdb.guile/scm-ports.exp: New file.
14362 * gdb.guile/scm-pretty-print.c: New file.
14363 * gdb.guile/scm-pretty-print.exp: New file.
14364 * gdb.guile/scm-pretty-print.scm: New file.
14365 * gdb.guile/scm-section-script.c: New file.
14366 * gdb.guile/scm-section-script.exp: New file.
14367 * gdb.guile/scm-section-script.scm: New file.
14368 * gdb.guile/scm-symbol.c: New file.
14369 * gdb.guile/scm-symbol.exp: New file.
14370 * gdb.guile/scm-symtab-2.c: New file.
14371 * gdb.guile/scm-symtab.c: New file.
14372 * gdb.guile/scm-symtab.exp: New file.
14373 * gdb.guile/scm-type.c: New file.
14374 * gdb.guile/scm-type.exp: New file.
14375 * gdb.guile/scm-value-cc.cc: New file.
14376 * gdb.guile/scm-value-cc.exp: New file.
14377 * gdb.guile/scm-value.c: New file.
14378 * gdb.guile/scm-value.exp: New file.
14379 * gdb.guile/source2.scm: New file.
14380 * gdb.guile/types-module.cc: New file.
14381 * gdb.guile/types-module.exp: New file.
14382
7026a7c1
YQ
143832014-02-10 Yao Qi <yao@codesourcery.com>
14384
14385 PR testsuite/16543
14386 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14387 * configure: Regenerated.
14388 * Makefile.in: New file.
14389
6c466447
AS
143902014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14391
14392 * gdb.python/py-framefilter.exp: Fix typo.
14393
6e854735
YQ
143942014-02-08 Yao Qi <yao@codesourcery.com>
14395
14396 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14397 that no =breakpoint-modified is emitted when breakpoints are
14398 modified through MI commands.
14399
d137e6dc
PA
144002014-02-07 Pedro Alves <pedro@codesourcery.com>
14401 Pedro Alves <palves@redhat.com>
14402
14403 * gdb.threads/step-after-sr-lock.c: New file.
14404 * gdb.threads/step-after-sr-lock.exp: New file.
14405
b5ee5a50
PA
144062014-02-07 Pedro Alves <palves@redhat.com>
14407
14408 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14409
3c77faf3
JK
144102014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14411
14412 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14413 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14414
6dddc817
DE
144152014-02-06 Doug Evans <xdje42@gmail.com>
14416
14417 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14418 output.
14419
14420 * gdb.gdb/python-interrupts.exp: New file.
14421
de7b2893
YQ
144222014-02-05 Yao Qi <yao@codesourcery.com>
14423
14424 * gdb.trace/report.exp (use_collected_data): Test the output
14425 of "info threads" and "info inferiors".
14426
66d032ac
YQ
144272014-02-05 Yao Qi <yao@codesourcery.com>
14428
14429 Revert this patch:
14430
14431 2013-05-24 Yao Qi <yao@codesourcery.com>
14432
14433 * gdb.trace/tfile.exp: Test inferior and thread.
14434
591a12a1
UW
144352014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14436
14437 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14438 on a function.
14439 * gdb.base/step-bt.c: Call hello via function pointer to make
14440 sure its first instruction is executed on powerpc64le-linux.
14441
0ff3e01f
UW
144422014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14443
14444 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14445
084ee545
UW
144462014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14447
14448 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
14449 of the test patterns for use on little-endian systems.
14450
6ed14ff3
UW
144512014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14452
14453 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14454 (decimal_vector): Fix for little-endian.
14455
401e27fd
JM
144562014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
14457
14458 * gdb.arch/sparc-sysstep.exp: New file.
14459 * gdb.arch/sparc-sysstep.c: Likewise.
14460
14461 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14462
8b924729
EBM
144632014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14464
14465 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14466
fb151210
JB
144672014-01-23 Tom Tromey <tromey@redhat.com>
14468
14469 * gdb.ada/array_char_idx: New testcase.
14470
0740f8d8
TT
144712014-01-23 Tom Tromey <tromey@redhat.com>
14472
14473 PR python/16487:
14474 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14475 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14476 classes.
14477
21909fa1
TT
144782014-01-23 Tom Tromey <tromey@redhat.com>
14479
14480 PR python/16491:
14481 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14482 string from an inferior frame.
14483 * gdb.python/py-framefilter-mi.exp: Update.
14484
87ce2a04
DE
144852014-01-22 Doug Evans <dje@google.com>
14486
14487 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14488
237b092b
AA
144892014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14490
14491 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14492
d674a709
AA
144932014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14494
14495 * gdb.trace/entry-values.exp: Remove excess space character from
14496 regex patterns. Handle s390 call instruction.
14497
20fa3390
AA
144982014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14499
14500 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14501 define "*_start" label. Make "name" static.
14502 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14503 ${name} by references to ${name}_start.
14504
78466714
AA
145052014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14506
14507 * gdb.base/info-macros.exp: Remove "debug" from the compile
14508 options.
14509
ec9f644a
IB
145102014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14511
14512 * gdb.dlang/demangle.exp: New file.
14513
94b1b47e
IB
145142014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14515
14516 * gdb.dlang/primitive-types.exp: New file.
14517
7f420862
IB
145182014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14519
14520 * configure.ac: Create gdb.dlang/Makefile.
14521 * configure: Regenerate.
14522 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14523 * gdb.dlang/Makefile.in: New file.
14524 * lib/d-support.exp: New file.
14525 * lib/gdb.exp (skip_d_tests): New proc.
14526
52834460
MM
145272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14528
14529 * gdb.btrace/delta.exp: Check reverse stepi.
14530 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14531 * gdb.btrace/finish.exp: New.
14532 * gdb.btrace/next.exp: New.
14533 * gdb.btrace/nexti.exp: New.
14534 * gdb.btrace/record_goto.c: Add comments.
14535 * gdb.btrace/step.exp: New.
14536 * gdb.btrace/stepi.exp: New.
14537 * gdb.btrace/multi-thread-step.c: New.
14538 * gdb.btrace/multi-thread-step.exp: New.
14539 * gdb.btrace/rn-dl-bind.c: New.
14540 * gdb.btrace/rn-dl-bind.exp: New.
14541 * gdb.btrace/data.c: New.
14542 * gdb.btrace/data.exp: New.
14543 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14544
6e07b1d2
MM
145452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14546
14547 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14548 * gdb.btrace/exception.exp: Update.
14549 * gdb.btrace/instruction_history.exp: Update.
14550 * gdb.btrace/record_goto.exp: Update.
14551 * gdb.btrace/tailcall.exp: Update.
14552 * gdb.btrace/unknown_functions.exp: Update.
14553 * gdb.btrace/delta.exp: New.
14554
0b722aec
MM
145552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14556
14557 * gdb.btrace/record_goto.exp: Add backtrace test.
14558 * gdb.btrace/tailcall.exp: Add backtrace test.
14559
066ce621
MM
145602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14561
14562 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14563 * gdb.btrace/record_goto.c: New.
14564 * gdb.btrace/record_goto.exp: New.
14565 * gdb.btrace/x86-record_goto.S: New.
14566
0688d04e
MM
145672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14568
14569 * gdb.btrace/function_call_history.exp: Update tests.
14570 * gdb.btrace/instruction_history.exp: Update tests.
14571
8710b709
MM
145722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14573
14574 * gdb.btrace/function_call_history.exp: Fix expected field
14575 order for "record function-call-history".
14576 Add new tests for "record function-call-history /c".
14577 * gdb.btrace/exception.cc: New.
14578 * gdb.btrace/exception.exp: New.
14579 * gdb.btrace/tailcall.exp: New.
14580 * gdb.btrace/x86-tailcall.S: New.
14581 * gdb.btrace/x86-tailcall.c: New.
14582 * gdb.btrace/unknown_functions.c: New.
14583 * gdb.btrace/unknown_functions.exp: New.
14584 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14585
5de9129b
MM
145862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14587
14588 * gdb.btrace/instruction_history.exp: Update.
14589 * gdb.btrace/function_call_history.exp: Update.
14590
23a7fe75
MM
145912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14592
14593 * gdb.btrace/function_call_history.exp: Fix expected function
14594 trace.
14595 * gdb.btrace/instruction_history.exp: Initialize traced.
14596 Remove traced_functions.
14597
724c7dd8
MM
145982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14599
14600 * gdb.btrace/function_call_history.exp: Update
14601 * gdb.btrace/instruction_history.exp: Update.
14602
6d78d93b
MM
146032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14604
14605 * gdb.btrace/enable.exp: Update expected text.
14606
93a360cc
OJ
146072014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14608
14609 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14610 bytes.
14611
3772b53f
MR
146122014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14613
14614 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14615
596662fa
OJ
146162014-01-15 Omair Javaid <omair.javaid@linaro.org>
14617
14618 * lib/gdb.exp (supports_process_record): Return true for
14619 arm*-linux*. (supports_reverse): Likewise.
14620
b5b08fb4
SC
146212014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14622
14623 PR python/15464
14624 PR python/16113
14625 * gdb.python/py-type.c: Enhance test case.
14626 * gdb.python/py-value-cc.cc: Likewise
14627 * gdb.python/py-type.exp: Add new tests.
14628 * gdb.python/py-value-cc.exp: Likewise
14629
52d7fb13
AA
146302014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14631 Pedro Alves <palves@redhat.com>
14632
14633 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14634 Make "name" extern.
14635 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14636 references to ${name}_start by references to ${name}.
14637
a2cd8cfe
JB
146382014-01-10 Joel Brobecker <brobecker@adacore.com>
14639
14640 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14641
4e23fced
JB
146422014-01-10 Joel Brobecker <brobecker@adacore.com>
14643
14644 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14645
c6a9e42c
PA
146462014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14647 Pedro Alves <palves@redhat.com>
14648
14649 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 14650 mi_gdb_target_load.
c6a9e42c 14651
b7ea362b
PA
146522014-01-08 Pedro Alves <palves@redhat.com>
14653
14654 * gdb.threads/reconnect-signal.c: New file.
14655 * gdb.threads/reconnect-signal.exp: New file.
14656
5e3f4fab
EBM
146572014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14658
14659 * gdb.base/source-dir.exp: New file.
14660
79301218
JB
146612014-01-07 Joel Brobecker <brobecker@adacore.com>
14662
14663 * gdb.ada/mi_interface: New testcase.
14664
8e355c5d
JB
146652014-01-07 Joel Brobecker <brobecker@adacore.com>
14666
14667 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14668 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14669 gdb.ada/pp-rec-component/pck.ads: New files.
14670
c0d48811
JB
146712014-01-07 Joel Brobecker <brobecker@adacore.com>
14672
14673 * gdb.python/py-pp-integral.c: New file.
14674 * gdb.python/py-pp-integral.py: New file.
14675 * gdb.python/py-pp-integral.exp: New file.
14676
17b609c3 14677For older changes see ChangeLog-1993-2013.
c906108c 14678\f
8d8cb839
EZ
14679;; Local Variables:
14680;; mode: change-log
14681;; left-margin: 8
14682;; fill-column: 74
14683;; version-control: never
14684;; End:
902f2ccb 14685
e2882c85 14686 Copyright 2014-2018 Free Software Foundation, Inc.
902f2ccb
MC
14687 Copying and distribution of this file, with or without modification,
14688 are permitted provided the copyright notice and this notice are preserved.