]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Eliminate literal line numbers in dbx.exp
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
6acc2dde
AA
12014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2
3 * gdb.base/average.c: Add eye-catchers.
4 * gdb.base/sum.c: Likewise.
5 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
6 regexps dynamically.
7
9ecfcd1d
AA
82014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9
10 * gdb.base/solib1.c: Add eye-catchers.
11 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12 literal line numbers.
13
78708b7c
PA
142014-11-12 Pedro Alves <palves@redhat.com>
15
16 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17 leader has exited.
18
af48d08f
PA
192014-11-12 Pedro Alves <palves@redhat.com>
20
21 * gdb.arch/i386-bp_permanent.c: New file.
22 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
23 (srcfile): Set to i386-bp_permanent.c.
24 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
25 that stepi does not execute the 'leave' instruction, instead of
26 testing it does execute.
27 * gdb.base/bp-permanent.c: New file.
28 * gdb.base/bp-permanent.exp: New file.
29
af3768e9
DE
302014-11-10 Doug Evans <xdje42@gmail.com>
31
32 PR symtab/17564
33 * gdb.base/symtab-search-order.exp: New file.
34 * gdb.base/symtab-search-order.c: New file.
35 * gdb.base/symtab-search-order-1.c: New file.
36 * gdb.base/symtab-search-order-shlib-1.c: New file.
37
9de00a4a
PA
382014-11-07 Pedro Alves <palves@redhat.com>
39
40 PR gdb/17511
41 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
42 i?86-*-linux*.
43
e0f52461
SC
442014-11-03 Siva Chandra Reddy <sivachandra@google.com>
45
46 PR c++/17494
47 * gdb.cp/pr17494.cc: New file.
48 * gdb.cp/pr17494.exp: New file.
49
6ce8c980
YQ
502014-11-02 Yao Qi <yao@codesourcery.com>
51
52 * gdb.python/python.exp: Get working directory and match the
53 output of "set extended-prompt \\w " with it.
54
02be9a71
DE
552014-10-30 Doug Evans <dje@google.com>
56
57 * gdb.python/py-objfile.exp: Add tests for setting random attributes
58 in objfiles.
59 * gdb.python/py-progspace.exp: Add tests for setting random attributes
60 in progspaces.
61
3bdff46b
LM
622014-10-30 Janis Johnson <janisjo@codesourcery.com>
63
64 * gdb.base/fullpath-expand.exp: Skip for a remote host.
65 * gdb.base/realname-expand.exp: Likewise.
66 * gdb.linespec/macro-relative.exp: Likewise.
67
ab917dfb
PA
682014-10-29 Pedro Alves <palves@redhat.com>
69
70 PR gdb/17408
71 * gdb.threads/schedlock.c (some_function): New function.
72 (call_function): New global.
73 (MAYBE_CALL_SOME_FUNCTION): New macro.
74 (thread_function): Call it.
75 * gdb.threads/schedlock.exp (get_args): Add description parameter,
76 and use it instead of a global counter. Adjust all callers.
77 (get_current_thread): Use "find current thread" for test message
78 here rather than having all callers pass down the same string.
79 (goto_loop): New procedure, factored out from ...
80 (my_continue): ... this.
81 (step_ten_loops): Change parameter from test message to command to
82 use. Adjust.
83 (list_count): Delete global.
84 (check_result): New procedure, factored out from duplicate top
85 level code.
86 (continue tests): Wrap in with_test_prefix.
87 (test_step): New procedure, factored out from duplicate top level
88 code.
89 (top level): Test "step" in combination with all scheduler-locking
90 modes. Test "next" in combination with all scheduler-locking
91 modes, and in combination with stepping over a function call or
92 not.
93 * gdb.threads/next-bp-other-thread.c: New file.
94 * gdb.threads/next-bp-other-thread.exp: New file.
95
d3d4baed
PA
962014-10-29 Pedro Alves <palves@redhat.com>
97
98 PR python/17372
99 * gdb.python/python.exp: Test a multi-line command that spawns
100 interactive Python.
101 * gdb.base/multi-line-starts-subshell.exp: New file.
102
563e8d85
YQ
1032014-10-29 Yao Qi <yao@codesourcery.com>
104
105 * gdb.base/fileio.exp: Make directories on host.
106
0ea4d52e
YQ
1072014-10-29 Yao Qi <yao@codesourcery.com>
108
109 * gdb.base/fileio.c (test_write): Close the file.
110
7f5ef605
PA
1112014-10-28 Pedro Alves <palves@redhat.com>
112
113 PR gdb/12623
114 * gdb.base/sigstep.c (no_handler): New global.
115 (main): If 'no_handler is true, set the signal handlers to
116 SIG_IGN.
117 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
118 with_sw_watch and no_handler parameters. Handle them.
119 (top level) <stepping over handler when stopped at a breakpoint
120 test>: Add a test axis for testing with a software watchpoint, and
121 another for testing with the signal handler set to SIG_IGN.
122 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
123 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
124
abbdbd03
PA
1252014-10-28 Pedro Alves <palves@redhat.com>
126
127 PR gdb/17511
128 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
129 * gdb.base/sigstep.exp (other_handler_location): New global.
130 (advance): Support stepping into the signal handler, and running
131 commands while in the handler.
132 (in_handler_map): New global.
133 (top level): In the advance test, add combinations for getting
134 into the handler with stepping commands, and for running commands
135 in the handler. Add comment descripting the advancei tests.
136
1df4399f
PA
1372014-10-28 Pedro Alves <palves@redhat.com>
138
139 * gdb.base/sigstep.exp: Use build_executable instead of
140 prepare_for_testing.
141 (top level): Move code that starts GDB, runs to main and creates a
142 display to ...
143 (restart): ... this new procedure.
144 (top level): Move backtrace from signal handler test to ...
145 (validate_backtrace): ... this new procedure.
146 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
147 with_test_prefix. Always restart GDB.
148 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
149 with_test_prefix. Always restart GDB. No need to delete
150 breakpoints after the test.
151 (test_skip_handler): Remove prefix parameter.
152 (skip_over_handler, breakpoint_to_handler)
153 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
154 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
155 restart GDB. No need to delete breakpoints after the test.
156 (top level): Use foreach to call the test procedures with
157 different commands.
158
a5b6e449
PA
1592014-10-28 Pedro Alves <palves@redhat.com>
160
161 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
162 instead of GNATS numbers.
163 * gdb.base/sigbpt.exp: Likewise.
164 * gdb.base/siginfo.exp: Likewise.
165 * gdb.base/sigstep.exp: Likewise.
166
e5f8a7cc
PA
1672014-10-27 Pedro Alves <palves@redhat.com>
168
169 * gdb.base/sigstep.c (dummy): New global.
170 (main): Issue a couple writes to the new global.
171 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
172 procedures.
173 (skip_over_handler): Use test_skip_handler.
174 (top level): Call skip_over_handler for stepi and nexti too.
175 (breakpoint_over_handler): Use test_skip_handler.
176 (top level): Call breakpoint_over_handler for stepi and nexti too.
177
763905a3
YQ
1782014-10-27 Yao Qi <yao@codesourcery.com>
179
180 * gdb.trace/tfile.c (adjust_function_address)
181 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
182 function descriptor.
183
6f259a23
DB
1842014-10-24 Don Breazeal <donb@codesourcery.com>
185
186 * gdb.base/foll-fork.exp (test_follow_fork,
187 catch_fork_child_follow): Check for updated fork messages emitted
188 from infrun.c.
189 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
190 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
191 vfork_and_exec_child_follow_through_step): Check for updated vfork
192 messages emitted from infrun.c.
193
09dd9a69
PA
1942014-10-24 Pedro Alves <palves@redhat.com>
195
196 * gdb.base/corefile.exp: Remove references to ultrix.
197 * gdb.base/interrupt.exp: Likewise.
198 * gdb.base/whatis.exp: Likewise.
199 * gdb.gdb/selftest.exp: Likewise.
200 * gdb.threads/manythreads.exp: Likewise.
201 * gdb.threads/print-threads.exp: Likewise.
202 * gdb.threads/pthreads.exp:: Likewise.
203 * gdb.threads/schedlock.exp: Likewise.
204
3433cfa5
SC
2052014-10-24 Siva Chandra Reddy <sivachandra@google.com>
206
207 * gdb.cp/non-trivial-retval.cc: Add a test case.
208 * gdb.cp/non-trivial-retval.exp: Add a test.
209
092f880b
YQ
2102014-10-20 Yao Qi <yao@codesourcery.com>
211
212 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
213 * gdb.python/py-objfile-script-gdb.py: New file.
214 * gdb.python/py-objfile-script.exp: Update reference to
215 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
216 of remote_download. Remove the dest file.
217
acbdb7f3
YQ
2182014-10-20 Yao Qi <yao@codesourcery.com>
219
220 * gdb.base/checkpoint.exp: Don't remove file copied on host.
221 * gdb.base/step-line.exp: Likewise.
222 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
223 * gdb.dwarf2/dw2-basic.exp: Likewise.
224 * gdb.dwarf2/dw2-compressed.exp: Likewise.
225 * gdb.dwarf2/dw2-filename.exp: Likewise.
226 * gdb.dwarf2/dw2-intercu.exp: Likewise.
227 * gdb.dwarf2/dw2-intermix.exp: Likewise.
228 * gdb.dwarf2/dw2-producer.exp: Likewise.
229 * gdb.dwarf2/mac-fileno.exp: Likewise.
230 * gdb.python/py-frame-args.exp: Likewise.
231 * gdb.python/py-framefilter.exp: Likewise.
232 * gdb.python/py-mi.exp: Likewise.
233 * gdb.python/py-objfile-script.exp: Likewise
234 * gdb.python/py-pp-integral.exp: Likewise.
235 * gdb.python/py-pp-re-notag.exp: Likewise.
236 * gdb.python/py-prettyprint.exp: Likewise.
237 * gdb.python/py-section-script.exp: Likewise.
238 * gdb.python/py-typeprint.exp: Likewise.
239 * gdb.python/py-xmethods.exp: Likewise.
240 * gdb.stabs/weird.exp: Likewise.
241 * gdb.xml/tdesc-regs.exp: Likewise.
242
bd286a29
KCY
2432014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
244
245 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
246 (out_cu): Use addr_len for the size of addresses.
247 (out_line): Likewise. Size DW_LNE_set_address instruction
248 according to addr_len.
249 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
250 (FUNC): Add START_INSNS to definition.
251
673dc4a0
YQ
2522014-10-18 Yao Qi <yao@codesourcery.com>
253
254 * gdb.base/argv0-symlink.exp: Check argv[0] value if
255 gdb_has_argv0 return true.
256 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
257 check [target_info exists noargs], check [gdb_has_argv0]
258 instead.
259 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
260 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
261 procedures.
262
4ffbba72
DE
2632014-10-17 Doug Evans <dje@google.com>
264
265 * gdb.python/py-events.exp: Update expected output for clear_objfiles
266 event.
267 * gdb.python/py-events.py: Add clear_objfiles event.
268
d096d8c1
DE
2692014-10-17 Doug Evans <dje@google.com>
270
271 * gdb.python/py-objfile.exp: Test progspace attribute.
272
a80db015
LM
2732014-10-17 Luis Machado <lgustavo@codesourcery.com>
274
275 * gdb.guile/scm-breakpoint.exp: Do not assume any
276 directory separators when matching source file paths.
277 * gdb.python/py-breakpoint.exp: Likewise.
278 * gdb.reverse/break-precsave.exp: Likewise.
279 * gdb.reverse/break-reverse.exp: Likewise.
280 * gdb.reverse/consecutive-precsave.exp: Likewise.
281 * gdb.reverse/finish-precsave.exp: Likewise.
282 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
283 * gdb.reverse/finish-reverse.exp: Likewise.
284 * gdb.reverse/i386-precsave.exp: Likewise.
285 * gdb.reverse/i387-env-reverse.exp: Likewise.
286 * gdb.reverse/i387-stack-reverse.exp: Likewise.
287 * gdb.reverse/machinestate-precsave.exp: Likewise.
288 * gdb.reverse/machinestate.exp: Likewise.
289 * gdb.reverse/sigall-precsave.exp: Likewise.
290 * gdb.reverse/solib-precsave.exp: Likewise.
291 * gdb.reverse/step-precsave.exp: Likewise.
292 * gdb.reverse/until-precsave.exp: Likewise.
293 * gdb.reverse/watch-precsave.exp: Likewise.
294 * gdb.reverse/watch-reverse.exp: Likewise.
295
b22089ab
YQ
2962014-10-17 Yao Qi <yao@codesourcery.com>
297
298 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
299 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
300
6c4486e6
PA
3012014-10-17 Pedro Alves <palves@redhat.com>
302
303 PR gdb/17471
304 * gdb.base/bg-execution-repeat.c: New file.
305 * gdb.base/bg-execution-repeat.exp: New file.
306
0ff33695
PA
3072014-10-17 Pedro Alves <palves@redhat.com>
308
309 PR gdb/17300
310 * gdb.base/continue-all-already-running.c: New file.
311 * gdb.base/continue-all-already-running.exp: New file.
312
6fdebc3d
PA
3132014-10-17 Pedro Alves <palves@redhat.com>
314
315 PR gdb/17472
316 * gdb.base/annota-input-while-running.c: New file.
317 * gdb.base/annota-input-while-running.exp: New file.
318
32a8097b
PA
3192014-10-17 Pedro Alves <palves@redhat.com>
320
321 * gdb.base/callfuncs.exp: emove references to osf.
322 * gdb.base/sigall.exp: Likewise.
323 * gdb.gdb/selftest.exp: Likewise.
324 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
325 * gdb.mi/non-stop.c: Likewise.
326 * gdb.mi/pthreads.c: Likewise.
327 * gdb.reverse/sigall-precsave.exp: Likewise.
328 * gdb.reverse/sigall-reverse.exp: Likewise.
329 * gdb.threads/pthreads.c: Likewise.
330 * gdb.threads/pthreads.exp: Likewise.
331
7a3517ff
YQ
3322014-10-17 Yao Qi <yao@codesourcery.com>
333
334 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
335 check 'target_info exists noargs'.
336 (test_command_prompt_position): Likewise.
337 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
338 Remove "set args".
339 (progvar_simple_while_test): Likewise.
340 (progvar_complex_if_while_test): Likewise.
341 (if_while_breakpoint_command_test): Likewise.
342 (infrun_breakpoint_command_test): Likewise.
343 (breakpoint_command_test): Likewise.
344 (watchpoint_command_test): Likewise.
345 (bp_deleted_in_command_test): Likewise.
346 (temporary_breakpoint_commands): Likewise.
347
bb99c472
YQ
3482014-10-16 Yao Qi <yao@codesourcery.com>
349
350 * gdb.base/remotetimeout.exp: Remove noargs checking.
351
7c16b83e
PA
3522014-10-15 Pedro Alves <palves@redhat.com>
353
354 PR breakpoints/9649
355 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
356 * gdb.base/breakpoint-in-ro-region.exp
357 (probe_target_hardware_step): New procedure.
358 (top level): Probe hardware stepping and hardware breakpoint
359 support. Test stepping through a read-only region, with both
360 "breakpoint auto-hw" on and off and both "always-inserted" on and
361 off.
362
35a49624
IB
3632014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
364
365 * gdb.dlang/demangle.exp: Update for demangling changes.
366
2d1c107c
SC
3672014-10-15 Siva Chandra Reddy <sivachandra@google.com>
368
369 * gdb.cp/non-trivial-retval.cc: Add new test cases.
370 * gdb.cp/non-trivial-retval.exp: Add new tests.
371
778811d5
SC
3722014-10-15 Siva Chandra Reddy <sivachandra@google.com>
373
374 PR c++/13403
375 PR c++/15154
376 * gdb.cp/non-trivial-retval.cc: New file.
377 * gdb.cp/non-trivial-retval.exp: New file.
378
10c5f0a8
YQ
3792014-10-15 Yao Qi <yao@codesourcery.com>
380
381 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
382 remote host.
383
65d7b369
YQ
3842014-10-15 Yao Qi <yao@codesourcery.com>
385
386 * gdb.python/py-symbol.exp: Match file base name if host is
387 remote, otherwise match file name with dir name.
388 * gdb.python/py-symtab.exp: Likewise.
389 * gdb.python/python.exp: Likewise.
390
46dc1394
YQ
3912014-10-15 Yao Qi <yao@codesourcery.com>
392
393 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
394 pattern.
395 * gdb.python/py-symtab.exp: Likewise.
396 * gdb.python/python.exp: Remove trailing ".*". Fix typo
397 locationn.
398
c40cc657
JB
3992014-10-14 Joel Brobecker <brobecker@adacore.com>
400
401 * gdb.ada/addr_arith: New testcase.
402
2abf49e1
MR
4032014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
404
405 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
406 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
407 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
408 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
409
f7088df3
SDJ
4102014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
411
412 * gdb.arch/stap-eval-lang-ada.S: Likewise.
413 * gdb.arch/stap-eval-lang-ada.c: Likewise.
414 * gdb.arch/stap-eval-lang-ada.exp: New file.
415
4dc06805
YQ
4162014-10-14 Yao Qi <yao@codesourcery.com>
417
418 * gdb.mi/mi-var-child.c (nothing1): New function.
419 (nothing2): New function.
420 (do_children_tests): Set function pointers by nothing1 and
421 nothing2.
422 * gdb.mi/mi-var-child.exp: Step over new added statements.
423 Update test to match the new output.
424 * gdb.mi/var-cmd.c (nothing1): New function.
425 (nothing2): New function.
426 (do_children_tests): Set function pointers by nothing1 and
427 nothing2.
428 * gdb.mi/mi-var-display.exp: Update test to match output.
429 Step to the line specified by $line_dct_nothing.
430 Increase the number of lines to step.
431
46a93de2
YQ
4322014-10-14 Yao Qi <yao@codesourcery.com>
433
434 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
435 tests.
436 * gdb.mi/mi2-var-child.exp: Likewise.
437
14ea52ee
DE
4382014-10-13 Doug Evans <dje@google.com>
439
440 * gdb.python/py-objfile.exp: Change name of file name test.
441
e5c6e92b
DE
4422014-10-13 Doug Evans <dje@google.com>
443
444 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
445 from the start of the CU.
446
c780cc2f
JK
4472014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
448 Yao Qi <yao@codesourcery.com>
449
450 Fix "save breakpoints" for "catch" command.
451 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
452 Remove -nonewline. Match also the added "main" line.
453
99894e11
JK
4542014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
455
456 Fix "save breakpoints" for "disable $bpnum" command.
457 * gdb.base/save-bp.c (main): Add label.
458 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
459
6e1ac5a3
JK
4602014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
461
462 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
463
754dd2b0
YQ
4642014-10-11 Yao Qi <yao@codesourcery.com>
465
466 * gdb.server/server-kill.exp: Execute command
467 "set remote trace-status-packet on" before "tstatus".
468
f90183d7
YQ
4692014-10-11 Yao Qi <yao@codesourcery.com>
470
471 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
472 (main): Call getppid.
473 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
474 and continue to it. Read variable "server_pid".
475
bf40a607
YQ
4762014-10-11 Yao Qi <yao@codesourcery.com>
477
478 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
479
052ca370
YQ
4802014-10-11 Yao Qi <yao@codesourcery.com>
481
482 * gdb.threads/thread-find.exp: Don't execute command
483 "info threads".
484 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
485 * gdb.threads/linux-dp.exp: Don't check the condition
486 $threads_created equals to zero.
487
3831839c
PA
4882014-10-10 Pedro Alves <palves@redhat.com>
489
490 * gdb.base/bigcore.exp: Remove references to IRIX.
491 * gdb.base/funcargs.exp: Likewise.
492 * gdb.base/interrupt.exp: Likewise.
493 * gdb.base/mips_pro.exp: Likewise.
494 * gdb.base/nodebug.exp: Likewise.
495 * gdb.base/setvar.exp: Likewise.
496 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
497
8b9a549d
PA
4982014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
499 Pedro Alves <palves@redhat.com>
500
501 PR symtab/14466
502 * gdb.base/vdso-warning.c: New file.
503 * gdb.base/vdso-warning.exp: New file.
504
d48ba5e8
DE
5052014-10-02 Doug Evans <dje@google.com>
506
507 * gdb.base/structs.c (main): Don't run forever.
508
2278c276
PA
5092014-10-02 Pedro Alves <palves@redhat.com>
510
511 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
512 (top level) <stop threads 1, stop threads 2>: Use it.
513
b57bacec
PA
5142014-10-02 Pedro Alves <palves@redhat.com>
515
516 * gdb.threads/break-while-running.exp (test): Add new
517 'update_thread_list' argument. Skip "info threads" if false.
518 (top level): Add new 'update_thread_list' axis.
519
13fd3ff3
PA
5202014-10-02 Pedro Alves <palves@redhat.com>
521
522 PR breakpoints/17431
523 * gdb.base/execl-update-breakpoints.c: New file.
524 * gdb.base/execl-update-breakpoints.exp: New file.
525
0fec99e8
PA
5262014-10-01 Pedro Alves <palves@redhat.com>
527
528 * gdb.base/breakpoint-in-ro-region.c: New file.
529 * gdb.base/breakpoint-in-ro-region.exp: New file.
530
2ddf4301
SM
5312014-10-01 Simon Marchi <simon.marchi@ericsson.com>
532
533 * gdb.mi/mi-exit-code.exp: New file.
534 * gdb.mi/mi-exit-code.c: New file.
535
6a5f3f43
YQ
5362014-09-30 Yao Qi <yao@codesourcery.com>
537
538 * lib/prelink-support.exp (build_executable_own_libs): Error if
539 the target isn't native.
540
345bcc73
YQ
5412014-09-30 Yao Qi <yao@codesourcery.com>
542
543 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
544 false.
545
a25a5a45
PA
5462014-09-22 Pedro Alves <palves@redhat.com>
547
548 * gdb.threads/break-while-running.exp: New file.
549 * gdb.threads/break-while-running.c: New file.
550
00ba3162
YQ
5512014-09-19 Yao Qi <yao@codesourcery.com>
552
553 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
554 Invoke test. Restart GDB with --readnow and invoke test again.
555
c3b7b696
YQ
5562014-09-19 Yao Qi <yao@codesourcery.com>
557
558 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
559 proc set_breakpoint_on_gcd_function. Invoke
560 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
561 invoke set_breakpoint_on_gcd_function again.
562
2b4fd423
DE
5632014-09-18 Doug Evans <dje@google.com>
564
565 * gdb.dwarf2/symtab-producer.exp: New file.
566
a5947601
SDJ
5672014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
568
569 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
570 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
571 * gdb.base/global-var-nested-by-dso.c: Likewise.
572 * gdb.base/global-var-nested-by-dso.exp: Likewise.
573
91c19059
SDJ
5742014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
575 Pedro Alves <palves@redhat.com>
576
577 * gdb.base/watch-bitfields.exp: Pass string other than test file
578 name to prepare_for_testing.
579 (watch): New procedure.
580 (expect_watchpoint): Use with_test_prefix.
581 (top level): Factor out tests to ...
582 (test_watch_location, test_regular_watch): ... these new
583 procedures, and use with_test_prefix and gdb_continue_to_end.
584
bb9d5f81
PP
5852014-09-16 Patrick Palka <patrick@parcs.ath.cx>
586
587 PR breakpoints/12526
588 * gdb.base/watch-bitfields.exp: New file.
589 * gdb.base/watch-bitfields.c: New file.
590
635856f5
PA
5912014-09-16 Pedro Alves <palves@redhat.com>
592
593 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
594 software and hardware addresses, not software address against
595 itself.
596
7280ceea
PA
5972014-09-16 Pedro Alves <palves@redhat.com>
598
599 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
600 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
601
428b16bd
PA
6022014-09-16 Pedro Alves <palves@redhat.com>
603
604 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
605 files.
606 * gdb.base/a2-run.exp: Remove all code guarded by istarget
607 "*-*-vxworks*" throughout.
608 * gdb.base/break.exp: Likewise.
609 * gdb.base/default.exp: Likewise.
610 * gdb.base/scope.exp: Likewise.
611 * gdb.base/sepdebug.exp: Likewise.
612 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
613 throughout.
614 * gdb.base/run.c: Likewise.
615 * gdb.base/sepdebug.c: Likewise.
616 * gdb.hp/gdb.aCC/run.c: Likewise.
617 * gdb.reverse/until-reverse.c: Likewise.
618 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
619
666d413c
YQ
6202014-09-16 Yao Qi <yao@codesourcery.com>
621
622 * boards/local-remote-host-native.exp: New file.
623
57cbd724
DE
6242014-09-14 Doug Evans <xdje42@gmail.com>
625
626 * gdb.threads/queue-signal.c (thread_count): New variable.
627 (thread_count_mutex, thread_count_condvar): New variables.
628 (incr_thread_count, wait_all_threads_running): New functions.
629 (main): Wait for all threads to be in their thread functions.
630
81219e53
DE
6312014-09-13 Doug Evans <xdje42@gmail.com>
632
633 * gdb.threads/queue-signal.c: New file.
634 * gdb.threads/queue-signal.exp: New file.
635
3714cea7
DE
6362014-09-13 Doug Evans <xdje42@gmail.com>
637
638 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
639 be consistent with what default_gdb_init uses.
640 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
641 the plain text of the prompt. Add some logging printfs.
642 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
643
fa43b1d7
PA
6442014-09-12 Pedro Alves <palves@redhat.com>
645
646 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
647 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
648 * gdb.arch/i386-size-overlap.exp: Likewise.
649 * gdb.arch/i386-size.exp: Likewise.
650 * gdb.arch/i386-unwind.exp: Likewise.
651 * gdb.base/a2-run.exp: Likewise.
652 * gdb.base/break.exp: Likewise.
653 * gdb.base/charset.exp: Likewise.
654 * gdb.base/chng-syms.exp: Likewise.
655 * gdb.base/commands.exp: Likewise.
656 * gdb.base/dbx.exp: Likewise.
657 * gdb.base/find.exp: Likewise.
658 * gdb.base/funcargs.exp: Likewise.
659 * gdb.base/jit-simple.exp: Likewise.
660 * gdb.base/reread.exp: Likewise.
661 * gdb.base/sepdebug.exp: Likewise.
662 * gdb.base/step-bt.exp: Likewise.
663 * gdb.cp/mb-inline.exp: Likewise.
664 * gdb.cp/mb-templates.exp: Likewise.
665 * gdb.objc/basicclass.exp: Likewise.
666 * gdb.threads/killed.exp: Likewise.
667
9d9bf2df
EBM
6682014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
669
670 PR tdep/17379
671 * gdb.arch/powerpc-stackless.S: New file.
672 * gdb.arch/powerpc-stackless.exp: New file.
673
1cf2f1b0
JK
6742014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
675
676 * gdb.base/attach.c: Include unistd.h.
677 (main): Call alarm. Add label postloop.
678 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
679 gdb_breakpoint, gdb_continue_to_breakpoint.
680 (test_command_line_attach_run): Kill ${testpid} in one exit path.
681
98880d46
PA
6822014-09-11 Pedro Alves <palves@redhat.com>
683
684 PR gdb/17347
685 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
686 * gdb.base/attach.exp (test_command_line_attach_run): New
687 procedure.
688 (top level): Call it.
689
4c92ff2c
PA
6902014-09-11 Pedro Alves <palves@redhat.com>
691
692 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
693 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
694 (do_command_attach_tests): Use spawn_wait_for_attach.
695 * gdb.base/solib-overlap.exp: Likewise.
696 * gdb.multi/multi-attach.exp: Likewise.
697 * gdb.python/py-prompt.exp: Likewise.
698 * gdb.python/py-sync-interp.exp: Likewise.
699 * gdb.server/ext-attach.exp: Likewise.
700
3adc1a7d
GKB
7012014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
702
703 * gdb.fortran/array-element.exp: Remove unexpected "continue"
704 command in testcase. Simplify testcase.
705
96334934
JB
7062014-09-10 Joel Brobecker <brobecker@adacore.com>
707
708 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
709
eb479039
JB
7102014-09-10 Joel Brobecker <brobecker@adacore.com>
711
712 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
713
deede10c
JB
7142014-09-10 Joel Brobecker <brobecker@adacore.com>
715
716 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
717
7828a5f5
JB
7182014-09-10 Joel Brobecker <brobecker@adacore.com>
719
720 * gdb.dwarf2/dynarr-ptr.c: New file.
721 * gdb.dwarf2/dynarr-ptr.exp: New file.
722
33aeebcf
MR
7232014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
724
725 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
726 of 30 rather than hardcoding 120 for a slow test case. Take the
727 `gdb,timeout' target setting into account for this calculation.
728 Don't extend the timeout for the test cases that don't need it.
729
7b415901
MR
7302014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
731
732 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
733 a factor of 2 for a slow test case. Take the `gdb,timeout'
734 target setting into account for this calculation.
735 * gdb.reverse/until-precsave.exp: Increase the timeout by
736 a factor of 15 and 3 respectively rather than adding 120
737 for a pair of slow test cases. Take the `gdb,timeout'
738 target setting into account for this calculation.
739
4a40f85a
MR
7402014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
741
742 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
743 timeout, don't pass one down to gdb_expect.
744 (gdb_expect): Rework timeout selection.
745
09635af7
MR
7462014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
747
748 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
749 exception on timeout.
750 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
751 (gdbserver_start_extended): Catch any `gdbserver_start' error
752 exceptions.
753 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
754 * lib/mi-support.exp (mi_gdb_target_load): Catch any
755 `gdbserver_gdb_load' error exceptions.
756
2bdd10b7
MR
7572014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
758
759 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
760 120 on waiting for the TCP socket to open.
761
316935f0
DE
7622014-09-09 Doug Evans <xdje42@gmail.com>
763
764 * gdb.base/default.exp (show_conv_list): Add _caller_is,
765 _caller_matches, _any_caller_is, _any_caller_matches.
766
83740597
DE
7672014-09-09 Doug Evans <xdje42@gmail.com>
768
769 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
770
4c122fc3
YQ
7712014-09-09 Yao Qi <yao@codesourcery.com>
772
773 * gdb.mi/mi-var-display.exp: Set print symbol off.
774
a9f116cb
GKB
7752014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
776
777 PR gdb/17035
778 * gdb.base/commands.exp: Add tests to verify user-defined
779 commands with empty bodies.
780 * gdb.python/py-cmd.exp: Test that we don't show user-defined
781 python commands in `show user command`.
782 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
783 scheme commands in `show user command`.
784
c75bd3a2
JK
7852014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
786
787 PR python/17355
788 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
789 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
790 * gdb.python/py-framefilter-invalidarg.exp: New file.
791 * gdb.python/py-framefilter-invalidarg.py: New file.
792
faa42425
DE
7932014-09-06 Doug Evans <xdje42@gmail.com>
794
795 PR 15276
796 * gdb.python/py-caller-is.c: New file.
797 * gdb.python/py-caller-is.exp: New file.
798
474ca4f6
SDJ
7992014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
800
801 PR gdb/17235
802 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
803 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
804
eb0b0463
SDJ
8052014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
806
807 PR fortran/17237
808 * gdb.fortran/print-formatted.exp: New file.
809 * gdb.fortran/print-formatted.f90: Likewise.
810
5f3b99cf
SS
8112014-09-03 Sasha Smundak <asmundak@google.com>
812
813 * gdb.python/py-frame.exp: Test Frame.read_register.
814
7d793aa9
SDJ
8152014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
816
817 PR python/16699
818 * gdb.python/py-completion.exp: New file.
819 * gdb.python/py-completion.py: Likewise.
820
fb0576e9
DE
8212014-08-28 Doug Evans <dje@google.com>
822
823 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
824 eax,etc. are live with values set by gdb and thus the compiler can't
825 use them.
826 * gdb.arch/i386-pseudo.c (main): Ditto.
827
ee92b0dd
DE
8282014-08-27 Doug Evans <dje@google.com>
829
830 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
831
6649db35
DE
8322014-08-25 Doug Evans <dje@google.com>
833
834 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
835 (main): Ditto.
836
564b7600
DE
8372014-08-25 Doug Evans <dje@google.com>
838
839 * gdb.threads/thread-execl.exp: #include <stdio.h>.
840
3881fb67
YQ
8412014-08-24 Yao Qi <yao@codesourcery.com>
842
843 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
844 symbol off.
845 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
846
a05a36a5
DE
8472014-08-22 Doug Evans <dje@google.com>
848
849 PR 17276
850 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
851 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
852 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
853
7c343b48
YQ
8542014-08-22 Yao Qi <yao@codesourcery.com>
855
856 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
857 * gdb.python/py-finish-breakpoint2.exp: Likewise.
858 * gdb.python/python.exp: Likewise. Use .py file on the host
859 instead of the build.
860
22fd09ae
JK
8612014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
862
863 * gdb.threads/gcore-stale-thread.c: New file.
864 * gdb.threads/gcore-stale-thread.exp: New file.
865
a8454a7c
PA
8662014-08-21 Pedro Alves <palves@redhat.com>
867
868 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
869 * gdb.base/gcore-relro-pie.exp: Likewise.
870 * gdb.base/gcore-relro.exp: Likewise.
871 * gdb.base/gcore.exp: Likewise.
872 * gdb.base/print-symbol-loading.exp: Likewise.
873 * gdb.threads/gcore-thread.exp: Likewise.
874 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
875
2a31c623
PA
8762014-08-20 Pedro Alves <palves@redhat.com>
877 Jan Kratochvil <jan.kratochvil@redhat.com>
878
879 * Makefile.in (EXTRA_RULES, CC): New variables, get from
880 configure.
881 (EXPECT): Handle READ1 being set.
882 (all): Depend on EXTRA_RULES.
883 (check-read1, expect-read1, read1.so, read1): New rules.
884 * README (Testsuite Parameters): Document the READ1 make variable.
885 (Race detection): New section.
886 * configure: Regenerate.
887 * configure.ac: If build==host==target, and running under a
888 GNU/glibc system, add read1 to the extra Makefile rules.
889 (EXTRA_RULES): AC_SUBST it.
890 * lib/read1.c: New file.
891
d36430db
JB
8922014-08-20 Joel Brobecker <brobecker@adacore.com>
893
894 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
895 the handling of variables declared as a typedef to an array
896 which a DW_AT_data_location attribute.
897
9a0dc9e3
PA
8982014-08-19 Andrew Burgess <aburgess@broadcom.com>
899 Pedro Alves <palves@redhat.com>
900
901 PR symtab/14604
902 PR symtab/14605
903 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
904 gdb_test.
905
0718a8da
PA
9062014-08-19 Pedro Alves <palves@redhat.com>
907
908 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
909
13b448cd
YQ
9102014-08-19 Yao Qi <yao@codesourcery.com>
911
912 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
913 right line.
914
1cbf5077
DB
9152014-08-18 David Blaikie <dblaikie@gmail.com>
916
917 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
918
bf0fae19
JB
9192014-08-18 Joel Brobecker <brobecker@adacore.com>
920
921 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
922 attribute in array range.
923
3c8c5dcc
JB
9242014-08-18 Joel Brobecker <brobecker@adacore.com>
925
926 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
927
e66d4446
SC
9282014-08-15 Siva Chandra Reddy <sivachandra@google.com>
929
930 PR c++/17132
931 * gdb.cp/pr17132.cc: New file.
932 * gdb.cp/pr17132.exp: New file.
933
940df408
SC
9342014-08-15 Siva Chandra Reddy <sivachandra@google.com>
935
936 * gdb.python/py-xmethods.py (A_getarrayind)
937 (E_method_char_worker.__call__, E_method_int_worker.__call__):
938 Use 'print' with function call syntax.
939 (E_method_matcher.match): Fix tab vs space indentation mixup.
940
ebcc6c3a
YQ
9412014-08-15 Yao Qi <yao@codesourcery.com>
942
943 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
944 false.
945
775e0f04
YQ
9462014-08-15 Yao Qi <yao@codesourcery.com>
947
948 * gdb.cp/casts.exp: Set print symbol off.
949 * gdb.cp/class2.exp: Likewise.
950 * gdb.cp/overload.exp: Likewise.
951 * gdb.cp/templates.exp: Likewise.
952
d769e349
DE
9532014-08-11 Doug Evans <dje@google.com>
954
955 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
956 (test_load_shlib): Update.
957
20c6f1e1
YQ
9582014-08-09 Yao Qi <yao@codesourcery.com>
959
960 * gdb.base/display.exp: Invoke is_address_zero_readable.
961 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
962 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
963 * gdb.base/hbreak-unmapped.exp: Return if
964 is_address_zero_readable returns true.
965 * gdb.base/signest.exp: Likewise.
966 * gdb.base/signull.exp: Likewise.
967 * gdb.base/sigbpt.exp: Likewise.
968 * gdb.guile/scm-disasm.exp: Do the test if
969 is_address_zero_readable returns false.
970 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
971 * gdb.python/py-arch.exp: Likewise.
972 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
973 * lib/gdb.exp (is_address_zero_readable): New proc.
974
5792e8e3
YQ
9752014-08-09 Yao Qi <yao@codesourcery.com>
976
977 PR testsuite/13443
978 * gdb.mi/mi-var-display.exp: Make test messages unique.
979
3cecbbbe
TT
9802014-08-04 Tom Tromey <tromey@redhat.com>
981
982 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
983 target 0".
984
00b51ff5
TT
9852014-08-04 Tom Tromey <tromey@redhat.com>
986
987 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
988 "target_resume".
989
6908c509
JB
9902014-08-01 Joel Brobecker <brobecker@adacore.com>
991
992 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
993 inner_vla_struct_object_size.
994 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
995 as xfail.
996
cc6563d2
PA
9972014-07-30 Pedro Alves <palves@redhat.com>
998
999 * gdb.threads/signal-command-handle-nopass.exp (test): Add
1000 comment.
1001
7e09a223
YQ
10022014-07-29 Yao Qi <yao@codesourcery.com>
1003
1004 PR gdb/17206
1005 * gdb.base/until-nodebug.exp: New.
1006
7ebdbe92
DE
10072014-07-28 Doug Evans <xdje42@gmail.com>
1008
1009 PR guile/17203
1010 * gdb.guile/scm-parameter.exp: Add tests for trying to create
1011 previously existing parameter, and previously ambiguously spelled
1012 parameter.
1013
fdb1adc6
WN
10142014-07-28 Will Newton <will.newton@linaro.org>
1015
1016 * gdb.base/varargs.exp: Remove KFAILs for ARM.
1017
186fcde0
DE
10182014-07-26 Ludovic Courtès <ludo@gnu.org>
1019 Doug Evans <xdje42@gmail.com>
1020
1021 PR guile/17146
1022 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
1023
70509625
PA
10242014-07-25 Pedro Alves <palves@redhat.com>
1025
1026 * gdb.threads/signal-command-handle-nopass.c: New file.
1027 * gdb.threads/signal-command-handle-nopass.exp: New file.
1028 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
1029 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
1030 * gdb.threads/signal-delivered-right-thread.c: New file.
1031 * gdb.threads/signal-delivered-right-thread.exp: New file.
1032
c3f814a1
PA
10332014-07-25 Pedro Alves <palves@redhat.com>
1034
1035 * gdb.base/double-prompt-target-event-error.exp
1036 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
1037 match.
1038 (cancel_pagination_in_target_event): Rework double prompt
1039 detection.
1040 * gdb.base/paginate-after-ctrl-c-running.exp
1041 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
1042 <return>' match.
1043 * gdb.base/paginate-bg-execution.exp
1044 (test_bg_execution_pagination_return)
1045 (test_bg_execution_pagination_cancel): Remove '-notransfer
1046 <return>' matches.
1047 * gdb.base/paginate-execution-startup.exp
1048 (test_fg_execution_pagination_return)
1049 (test_fg_execution_pagination_cancel): Remove '-notransfer
1050 <return>' matches.
1051 * gdb.base/paginate-inferior-exit.exp
1052 (test_paginate_inferior_exited): Remove '-notransfer <return>'
1053 match.
1054 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
1055 * lib/gdb.exp (pagination_prompt): Run text through
1056 string_to_regexp.
1057 (gdb_test_multiple): Match $pagination_prompt instead of
1058 "<return>".
1059 (string_to_regexp): Move to lib/gdb-utils.exp.
1060
e214cf6c
JK
10612014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1062
1063 * gdb.arch/amd64-entry-value-paramref.S: New file.
1064 * gdb.arch/amd64-entry-value-paramref.cc: New file.
1065 * gdb.arch/amd64-entry-value-paramref.exp: New file.
1066 * gdb.arch/amd64-optimout-repeat.S: New file.
1067 * gdb.arch/amd64-optimout-repeat.c: New file.
1068 * gdb.arch/amd64-optimout-repeat.exp: New file.
1069
17d0c5c8
JK
10702014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1071
1072 PR gdb/17170
1073 * gdb.base/statistics.exp: New file.
1074
b8b8facf
DE
10752014-07-17 Doug Evans <dje@google.com>
1076
74b49205 1077 PR gdb/17170
b8b8facf
DE
1078 * gdb.base/maint.exp: Update testing of per-command stats.
1079
1b5d0ab3
PA
10802014-07-16 Pedro Alves <palves@redhat.com>
1081
1082 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
1083 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
1084 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
1085 (tfile_write_buf): New functions.
1086 (add_memory_block): Rewrite using the above.
1087 (adjust_function_address): New function.
1088 (FUNCTION_ADDRESS): New macro.
1089 (write_basic_trace_file): Remove short_x local, and use
1090 tfile_write_16. Change type of func_addr local to unsigned long
1091 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
1092 here. Cast argument of add_memory_block to char pointer.
1093 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
1094 (main): Remove parameters.
1095 * gdb.trace/tfile.exp: Remove nowarnings.
1096
4d974e88
SM
10972014-07-15 Simon Marchi <simon.marchi@ericsson.com>
1098
1099 * gdb.base/debug-expr.exp: Test string evaluation with
1100 "debug expression" on.
1101
41e99568
PA
11022014-07-15 Pedro Alves <palves@redhat.com>
1103
1104 * gdb.base/reread.exp: Use clean_restart.
1105
487d9753
PL
11062014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
1107
1108 * gdb.arch/avr-flash-qualifer.c: New.
1109 * gdb.arch/avr-flash-qualifer.exp: New.
1110
cc1c52ad
PA
11112014-07-14 Pedro Alves <palves@redhat.com>
1112
1113 * gdb.base/paginate-after-ctrl-c-running.c: New file.
1114 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
1115
1e973570
PA
11162014-07-14 Pedro Alves <palves@redhat.com>
1117
1118 * gdb.base/double-prompt-target-event-error.c: New file.
1119 * gdb.base/double-prompt-target-event-error.exp: New file.
1120
93d6eb10
PA
11212014-07-14 Pedro Alves <palves@redhat.com>
1122
1123 PR gdb/17072
1124 * gdb.base/paginate-inferior-exit.c: New file.
1125 * gdb.base/paginate-inferior-exit.exp: New file.
1126
0017922d
PA
11272014-07-14 Pedro Alves <palves@redhat.com>
1128
1129 PR gdb/17072
1130 * gdb.base/paginate-bg-execution.c: New file.
1131 * gdb.base/paginate-bg-execution.exp: New file.
1132
94696ad3
PA
11332014-07-14 Pedro Alves <palves@redhat.com>
1134
1135 PR gdb/17072
1136 * gdb.base/paginate-execution-startup.c: New file.
1137 * gdb.base/paginate-execution-startup.exp: New file.
1138 * lib/gdb.exp (pagination_prompt): New global.
1139 (default_gdb_spawn): New procedure, factored out from
1140 default_gdb_spawn.
1141 (default_gdb_start): Adjust to call default_gdb_spawn.
1142 (gdb_spawn): New procedure.
1143
bd293940
PA
11442014-07-14 Pedro Alves <palves@redhat.com>
1145
1146 * lib/gdb.exp (gdb_assert): New procedure.
1147 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
1148
c933f875
PA
11492014-07-14 Pedro Alves <palves@redhat.com>
1150
1151 * gdb.base/execution-termios.c: New file.
1152 * gdb.base/execution-termios.exp: New file.
1153
d98b7a16
TT
11542014-07-14 Tom Tromey <tromey@redhat.com>
1155
1156 * gdb.cp/vla-cxx.cc: New file.
1157 * gdb.cp/vla-cxx.exp: New file.
1158
548740d6
TT
11592014-07-14 Tom Tromey <tromey@redhat.com>
1160
1161 * gdb.reverse/rerun-prec.c: New file.
1162 * gdb.reverse/rerun-prec.exp: New file.
1163
a25eb028
MR
11642014-07-12 Maciej W. Rozycki <macro@mips.com>
1165 Maciej W. Rozycki <macro@codesourcery.com>
1166
1167 * lib/gdb-utils.exp: New file.
1168 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
1169 inline `gdb_init_command' processing.
1170 (gdb_start_cmd): Likewise.
1171 * lib/mi-support.exp (mi_run_cmd): Likewise.
1172 * README: Document `gdb_init_command' and `gdb_init_commands'.
1173
218c2655
JK
11742014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1175
1176 Fix false FAIL running under a very long directory name.
1177 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
1178 and "set print elements 10000". Twice.
1179
5401fde3
YQ
11802014-07-11 Yao Qi <yao@codesourcery.com>
1181
1182 * gdb.base/exprs.exp: "set print symbol off".
1183
e76126e8
PA
11842014-07-11 Pedro Alves <palves@redhat.com>
1185
1186 * gdb.threads/kill.c: New file.
1187 * gdb.threads/kill.exp: New file.
1188
2d6f0de6
YQ
11892014-07-10 Yao Qi <yao@codesourcery.com>
1190
1191 * gdb.trace/tfile.c (write_basic_trace_file)
1192 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
1193 address written to trace file.
1194
7180e04a
PA
11952014-07-09 Pedro Alves <palves@redhat.com>
1196
1197 * gdb.base/attach-wait-input.exp: New file.
1198 * gdb.base/attach-wait-input.c: New file.
1199
9a9a7608
AB
12002014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1201
1202 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
1203 setting up test structures.
1204 (main): Call new test function.
1205 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
1206 test function, continue into test function and walk test
1207 structures.
1208
161ac41e
YQ
12092014-07-02 Yao Qi <yao@codesourcery.com>
1210
1211 * gdb.trace/entry-values.c: Define labels 'foo_start' and
1212 'bar_start' at the beginning of functions 'foo' and 'bar'
1213 respectively.
1214 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
1215 instead of 'foo' and 'bar'.
1216
1f267ae3
MM
12172014-07-08 Markus Metzger <markus.t.metzger@intel.com>
1218
1219 * gdb.btrace/segv.exp: New.
1220 * gdb.btrace/segv.c: New.
1221
2b239efb
LM
12222014-07-02 Luis Machado <lgustavo@codesourcery.com>
1223
1224 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
1225 instruction.
1226
cf363f18
MW
12272014-06-30 Mark Wielaard <mjw@redhat.com>
1228
1229 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
1230 vulture, vilify, villar): New volatile array constants.
1231 (vindictive, vegetation): New const volatile array constants.
1232 * gdb.base/volatile.exp: Test volatile and const volatile array
1233 types.
1234
aebf9d24
AA
12352014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1236
1237 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
1238 target lacks support for awatch, rwatch, or hbreak.
1239
b67a2c6f
YQ
12402014-06-27 Yao Qi <yao@codesourcery.com>
1241
1242 * gdb.multi/dummy-frame-restore.exp: New.
1243 * gdb.multi/dummy-frame-restore.c: New.
1244
aef92902
MM
12452014-06-25 Markus Metzger <markus.t.metzger@intel.com>
1246
1247 * gdb.btrace/gcore.exp: New.
1248
8e9db26e
PA
12492014-06-23 Pedro Alves <palves@redhat.com>
1250
1251 * gdb.base/watchpoint-reuse-slot.c: New file.
1252 * gdb.base/watchpoint-reuse-slot.exp: New file.
1253
70afc5b7
SC
12542014-06-23 Siva Chandra Reddy <sivachandra@google.com>
1255
1256 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
1257 progspace's filename in 'info', 'enable' and 'disable' command
1258 tests.
1259
b972bd9c
JK
12602014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1261
1262 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
1263 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
1264 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
1265
125f8a3d
GB
12662014-06-20 Gary Benson <gbenson@redhat.com>
1267
1268 * gdb.arch/i386-avx.exp: Fix include file location.
1269 * gdb.arch/i386-sse.exp: Likewise.
1270
3ed9baed
IB
12712014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
1272
1273 * gdb.dlang/expression.exp: New file.
1274
034f788c
PA
12752014-06-19 Pedro Alves <palves@redhat.com>
1276
1277 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
1278 out from ...
1279 (top level): ... here. Iterate running tests under different
1280 scheduler-locking settings.
1281
45371d0c
LM
12822014-06-18 Luis Machado <lgustavo@codesourcery.com>
1283
1284 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
1285 to DW_FORM_addr and use non-zero addresses.
1286
5d376983
SC
12872014-06-18 Siva Chandra Reddy <sivachandra@google.com>
1288
1289 PR gdb/17017
1290 * gdb.python/py-xmethods.cc: Add global function call counters and
1291 increment them in their respective functions. Remove "cout"
1292 statements.
1293 * gdb.python/py-xmethods.exp: Make tests check the global function
1294 call counters instead of depending on inferior IO.
1295
a1aa2221
LM
12962014-06-18 Don Breazeal <donb@codesourcery.com>
1297
1298 * gdb.base/foll-fork.exp (default_fork_parent_follow):
1299 Deleted procedure.
1300 (explicit_fork_parent_follow): Deleted procedure.
1301 (explicit_fork_child_follow): Deleted procedure.
1302 (test_follow_fork): New procedure.
1303 (do_fork_tests): Replace calls to deleted procedures with
1304 calls to test_follow_fork and reset GDB for subsequent
1305 procedure calls.
1306
0fc05997
YQ
13072014-06-17 Yao Qi <yao@codesourcery.com>
1308
1309 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
1310 CP1252.
1311
70795c52
LM
13122014-06-17 Luis Machado <lgustavo@codesourcery.com>
1313
1314 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
1315 Initialize ptr and S explicitly.
1316 (skip_type_update_when_not_use_rtti_test): Likewise.
1317
6be47f0c
KS
13182014-06-16 Keith Seitz <keiths@redhat.com>
1319
1320 PR mi/15863
1321 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
1322 the inferior is started.
1323
d03de421
PA
13242014-06-16 Pedro Alves <palves@redhat.com>
1325
1326 * gdb.base/break-main-file-remove-fail.c: New file.
1327 * gdb.base/break-main-file-remove-fail.exp: New file.
1328 * gdb.base/break-unload-file.exp: Use build_executable instead of
1329 prepare_for_testing.
1330 (test_break): New parameter "initial_load". Handle it.
1331 (top level): Add initial_load cmdline/file axis.
1332
f9579b99
TT
13332014-06-12 Tom Tromey <tromey@redhat.com>
1334
1335 * gdb.base/completion.exp: Don't use directory name in test.
1336
3657956b
GB
13372014-06-09 Gary Benson <gbenson@redhat.com>
1338
1339 * gdb.base/sigall.c [Functions to send signals]: Reorder to
1340 separate the always-available ANSI-standard signals from the
1341 signals that require checking.
1342 (main): Likewise.
1343 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
1344 Likewise.
1345 (main): Likewise.
1346
4186eb54
KS
13472014-06-07 Keith Seitz <keiths@redhat.com>
1348
1349 Revert:
1350 PR c++/16253
1351 * gdb.cp/var-tag.cc: New file.
1352 * gdb.cp/var-tag.exp: New file.
1353 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
1354 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
1355 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1356 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1357
25326a28 13582014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
1359
1360 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
1361
829155c9
PA
13622014-06-06 Pedro Alves <palves@redhat.com>
1363
1364 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
1365 in target debug output instead of looking at RSP packets,
1366 disabling the test on any target that uses hardware stepping.
1367 Update comments.
1368
61c8d22e
PA
13692014-06-06 Pedro Alves <palves@redhat.com>
1370
1371 * gdb.base/break-unload-file.exp: Fix typo.
1372
d9a47287
YQ
13732014-06-06 Yao Qi <yao@codesourcery.com>
1374
1375 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
1376 from "jit_function" to "^jit_function".
1377
e5e01dbf
YQ
13782014-06-06 Yao Qi <yao@codesourcery.com>
1379
1380 * gdb.base/async.c (foo): Add one statement.
1381 * gdb.base/async.exp: Get the next instruction address and
1382 match the output of "nexti" by instruction address. Match
1383 the hex address in the output of "finish".
1384
73ba372c
GB
13852014-06-06 Gary Benson <gbenson@redhat.com>
1386
1387 * gdb.base/call-signals.c: Remove preprocessor conditionals
1388 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
1389 SIGSEGV and SIGTERM.
1390 * gdb.base/sigall.c: Likewise.
1391 * gdb.base/unwindonsignal.c: Likewise.
1392 * gdb.reverse/sigall-reverse.c: Likewise.
1393
831517df
YQ
13942014-06-06 Yao Qi <yao@codesourcery.com>
1395
1396 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
1397 readable, skip the test.
1398
b8b91e98
YQ
13992014-06-06 Yao Qi <yao@codesourcery.com>
1400
1401 * gdb.threads/staticthreads.c (thread_function): Move the line
1402 setting breakpoint on forward.
1403 * gdb.threads/staticthreads.exp: Update comments.
1404
fb934770
LC
14052014-06-05 Ludovic Courtès <ludo@gnu.org>
1406
1407 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
1408 "history-append! type error".
1409
6ef284bd
SM
14102014-06-05 Simon Marchi <simon.marchi@ericsson.com>
1411
1412 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
1413 erroneous dprintf expected input.
1414
a872e241
DE
14152014-06-04 Doug Evans <xdje42@gmail.com>
1416
1417 * gdb.guile/scm-generics.exp: Delete.
1418
16f691fb
DE
14192014-06-04 Doug Evans <xdje42@gmail.com>
1420
1421 * gdb.guile/scm-breakpoint.exp: Update.
1422 Add tests for breakpoint registration.
1423
012370f6
TT
14242014-06-04 Tom Tromey <tromey@redhat.com>
1425
1426 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
1427 VLA-in-union.
1428 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
1429 inner_vla_struct, vla_union types. Initialize objects of those
1430 types and compute their sizes.
1431
9f5a4cef
HZ
14322014-06-04 Nathan Sidwell <nathan@codesourcery.com>
1433 Hui Zhu <hui@codesourcery.com>
1434
1435 * gdb.base/fileio.exp: Add test for shell not available as well as
1436 available.
1437 * gdb.base/fileio.c (test_system): Check for shell twice.
1438
90a45c4d
YQ
14392014-06-04 Yao Qi <yao@codesourcery.com>
1440
1441 * gdb.base/auto-connect-native-target.exp: Remove redundant
1442 space from the regexp pattern.
1443
70017e41
YQ
14442014-06-04 Yao Qi <yao@codesourcery.com>
1445
1446 * gdb.base/default.exp: Replace "child" with "native" in
1447 regexp pattern.
1448
883964a7
SC
14492014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1450
1451 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
1452 * gdb.python/py-xmethods.exp: New tests to test xmethods.
1453 * gdb.python/py-xmethods.py: Python script supporting the
1454 new testcase and tests.
1455
ef370185
JB
14562014-06-03 Joel Brobecker <brobecker@adacore.com>
1457 Pedro Alves <palves@redhat.com>
1458
1459 PR breakpoints/17000
1460 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
1461 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
1462
1e2ccb61
BM
14632014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
1464
1465 * gdb.base/subst.exp: Add tests to verify partial path matching
1466 output.
1467
c6ec5ab2
PA
14682014-06-03 Pedro Alves <palves@redhat.com>
1469
1470 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
1471 target that doesn't use software single-stepping.
1472
835c559f
PA
14732014-06-03 Pedro Alves <palves@redhat.com>
1474
1475 PR breakpoints/17000
1476 * gdb.base/sss-bp-on-user-bp-2.c: New file.
1477 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
1478
06eb1586
DE
14792014-06-02 Doug Evans <xdje42@gmail.com>
1480
1481 * gdb.guile/scm-parameter.exp: New file.
1482
e698b8c4
DE
14832014-06-02 Doug Evans <xdje42@gmail.com>
1484
1485 * gdb.guile/scm-cmd.c: New file.
1486 * gdb.guile/scm-cmd.exp: New file.
1487
ded03782
DE
14882014-06-02 Doug Evans <xdje42@gmail.com>
1489
1490 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
1491 pretty-printer lookup.
1492 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
1493 (make-pp_s-printer): Call it.
1494 (make-pretty-printer-from-dict): New function.
1495 (lookup-pretty-printer-maker-from-dict): New function.
1496 (*pretty-printer*): Simplify.
1497 (make-objfile-pp_s-printer): New function.
1498 (install-objfile-pretty-printers!): New function.
1499 (make-progspace-pp_s-printer): New function.
1500 (install-progspace-pretty-printers!): New function.
1501 * gdb.guile/scm-progspace.c: New file.
1502 * gdb.guile/scm-progspace.exp: New file.
1503
41fac0cf
PA
15042014-06-02 Pedro Alves <palves@redhat.com>
1505
1506 * gdb.base/dprintf-bp-same-addr.c: New file.
1507 * gdb.base/dprintf-bp-same-addr.exp: New file.
1508
96ae5695
EBM
15092014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1510
1511 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
1512 * gdb.arch/powerpc-power.s: Likewise.
1513
da02b3a8
JB
15142014-06-02 Joel Brobecker <brobecker@adacore.com>
1515
1516 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
1517
c72b2e7b
YQ
15182014-06-01 Yao Qi <yao@codesourcery.com>
1519
1520 * gdb.base/watchpoint.exp (test_watch_location): Check null
1521 pointer can be dereferenced. If not, do the test, otherwise
1522 skip it.
1523
53e8a631
AB
15242014-05-30 Andrew Burgess <aburgess@broadcom.com>
1525
1526 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
1527 results.
1528 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
1529
938f0e2f
AB
15302014-05-30 Andrew Burgess <aburgess@broadcom.com>
1531
1532 * gdb.arch/amd64-invalid-stack-middle.S: New file.
1533 * gdb.arch/amd64-invalid-stack-middle.c: New file.
1534 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
1535 * gdb.arch/amd64-invalid-stack-top.c: New file.
1536 * gdb.arch/amd64-invalid-stack-top.exp: New file.
1537
9ba6657a
PA
15382014-05-30 Pedro Alves <palves@redhat.com>
1539
1540 PR breakpoints/17000
1541 * gdb.base/sss-bp-on-user-bp.c: New file.
1542 * gdb.base/sss-bp-on-user-bp.exp: New file.
1543
522c09bf
DB
15442014-05-30 David Blaikie <dblaikie@gmail.com>
1545
1546 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
1547 gnu_inline semantics via attribute.
1548 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
1549 source explicitly specifies the required semantics.
1550
bf4ef81e
MR
15512014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
1552
1553 * gdb.reverse/sigall-reverse.exp: Fix a typo.
1554
329ea579
PA
15552014-05-29 Pedro Alves <palves@redhat.com>
1556 Tom Tromey <tromey@redhat.com>
1557
1558 * gdb.base/async-shell.exp: Don't enable target-async.
1559 * gdb.base/async.exp
1560 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
1561 parameter. Adjust.
1562 (top level): Don't test with "target-async".
1563 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
1564 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
1565 * gdb.base/inferior-died.exp: Don't enable target-async.
1566 * gdb.base/interrupt-noterm.exp: Likewise.
1567 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
1568 * gdb.mi/mi-nonstop-exit.exp: Likewise.
1569 * gdb.mi/mi-nonstop.exp: Likewise.
1570 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1571 * gdb.mi/mi-nsintrall.exp: Likewise.
1572 * gdb.mi/mi-nsmoribund.exp: Likewise.
1573 * gdb.mi/mi-nsthrexec.exp: Likewise.
1574 * gdb.mi/mi-watch-nonstop.exp: Likewise.
1575 * gdb.multi/watchpoint-multi.exp: Adjust comment.
1576 * gdb.python/py-evsignal.exp: Don't enable target-async.
1577 * gdb.python/py-evthreads.exp: Likewise.
1578 * gdb.python/py-prompt.exp: Likewise.
1579 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
1580 * gdb.server/solib-list.exp: Don't enable target-async.
1581 * gdb.threads/thread-specific-bp.exp: Likewise.
1582 * lib/mi-support.exp: Adjust to use mi-async.
1583
fd664c91
PA
15842014-05-29 Pedro Alves <palves@redhat.com>
1585
1586 PR gdb/13860
1587 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
1588 reason, even in sync mode.
1589
251bde03
PA
15902014-05-29 Pedro Alves <palves@redhat.com>
1591 Hui Zhu <hui@codesourcery.com>
1592
1593 PR PR15693
1594 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
1595 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
1596 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
1597 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
1598
7f3c0343
JB
15992014-05-28 Joel Brobecker <brobecker@adacore.com>
1600
1601 * config/monitor.exp (gdb_target_monitor): Replace use of
1602 "set remotebaud" by "set serial baud".
1603
b2715b27
AW
16042014-05-26 Andy Wingo <wingo@igalia.com>
1605
1606 * gdb.guile/scm-breakpoint.exp:
1607 * gdb.guile/scm-gsmob.exp: Update to use plain old object
1608 properties instead of gdb-object-properties.
1609
498a4489
YQ
16102014-05-26 Yao Qi <yao@codesourcery.com>
1611
1612 * gdb.server/no-thread-db.exp: Specify source file name
1613 explicitly when setting a breakpoint.
1614
589fdceb
MM
16152014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1616
1617 * gdb.btrace/vdso.c: New.
1618 * gdb.btrace/vdso.exp: New.
1619
e9089e05
MM
16202014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1621
1622 * gdb.base/gcore.exp (capture_command_output): Move ...
1623 * lib/gdb.exp (capture_command_output): ... here.
1624
67b5c0c1
MM
16252014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1626
1627 * gdb.btrace/data.exp: Test memory access during btrace replay.
1628
a2199296
SM
16292014-05-22 Simon Marchi <simon.marchi@ericsson.com>
1630
1631 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
1632
17b2616c
PA
16332014-05-21 Pedro Alves <palves@redhat.com>
1634
1635 PR gdb/13860
1636 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
1637 (top level): Test that output related to execution commands is
1638 sent to the console with CLI commands, but not with MI commands.
1639 Test that breakpoint events are always mirrored to the console.
1640 Also expect the new source line to be output after a "next" in
1641 async mode too. Make it a pass/fail test.
1642 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
1643 output.
1644 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
1645
5166082f
PA
16462014-05-21 Pedro Alves <palves@redhat.com>
1647
1648 * gdb.base/list.exp (build_pattern, test_list): New procedures.
1649 Use them to test variations of "list" after reaching a breakpoint.
1650 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
1651 Test "list" with listsize 10 after reaching a breakpoint.
1652 * gdb.python/python.exp (decode_line current location line
1653 number): Adjust expected line number.
1654
2f25d70f
SM
16552014-05-21 Simon Marchi <simon.marchi@ericsson.com>
1656
1657 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
1658 behavior for $args, pass it directly to "run".
1659
ff604a67
MR
16602014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
1661
1662 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
1663 30000 to 65536.
1664
6a3cb8e8
PA
16652014-05-21 Pedro Alves <palves@redhat.com>
1666
1667 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
1668 auto-connect-native-target off".
1669 * gdb.base/auto-connect-native-target.c: New file.
1670 * gdb.base/auto-connect-native-target.exp: New file.
1671
4ebfc96e
PA
16722014-05-21 Pedro Alves <palves@redhat.com>
1673
1674 * gdb.base/default.exp: Test "target native" instead of "target
1675 child".
1676
36d46afb
MW
16772014-05-21 Mark Wielaard <mjw@redhat.com>
1678
1679 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
1680
5876f503
JK
16812014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1682
1683 Fix TLS access for -static -pthread.
1684 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
1685 <HAVE_TLS> (thread_function, main): Initialize it.
1686 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
1687 Add clean_restart.
1688 <$have_tls != "">: Check TLSVAR.
1689
0256a6ac
PA
16902014-05-21 Pedro Alves <palves@redhat.com>
1691
1692 * gdb.base/dcache-line-read-error.c: New.
1693 * gdb.base/dcache-line-read-error.exp: New.
1694
936d2992
PA
16952014-05-20 Pedro Alves <palves@redhat.com>
1696
1697 * gdb.base/compare-sections.c: New file.
1698 * gdb.base/compare-sections.exp: New file.
1699
802e8e6d
PA
17002014-05-20 Pedro Alves <palves@redhat.com>
1701
1702 * gdb.base/break-idempotent.c: New file.
1703 * gdb.base/break-idempotent.exp: New file.
1704
e59fa00f
MM
17052014-05-20 Markus Metzger <markus.t.metzger@intel.com>
1706
1707 * gdb.btrace/nohist.exp: New.
1708
8b696e31
YQ
17092014-05-20 Yao Qi <yao@codesourcery.com>
1710
1711 * lib/gdb.exp (gdb_init): Set timeout if test file is under
1712 gdb.reverse directory and gdb_reverse_timeout exists in board
1713 setting.
1714 * README: Document gdb_reverse_timeout.
1715
73c9764f
YQ
17162014-05-20 Yao Qi <yao@codesourcery.com>
1717
1718 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
1719 'test_file_name'. Treat args as a string instead of a list.
1720 (gdb_init): Rename argument 'args' by 'test_file_name'.
1721
f1f4348a
JK
17222014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1723
1724 * gdb.arch/powerpc-power.exp: New file.
1725 * gdb.arch/powerpc-power.s: New file.
1726
0dbe70ce
DE
17272014-05-16 Doug Evans <dje@google.com>
1728
1729 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
1730 * gdb.base/completion.exp: Check that all expected files exist
1731 before doing file completion.
0dbe70ce 1732
8d551b02
DE
17332014-05-16 Doug Evans <dje@google.com>
1734
1735 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
1736 Update.
1737 (do_syscall_tests_without_xml): Update.
1738
73eb7709
PA
17392014-05-16 Pedro Alves <palves@redhat.com>
1740
1741 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
1742 instead of "unknown output after running".
1743
3fae92fc
YQ
17442014-05-16 Yao Qi <yao@codesourcery.com>
1745
1746 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
1747 file1.txt from host at the end.
1748 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1749
c2b2ccc5
DE
17502014-05-15 Doug Evans <dje@google.com>
1751
1752 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
1753 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
1754 loading file. Add test for TU lookup.
1755
8c217a4b
SM
17562014-05-15 Simon Marchi <simon.marchi@ericsson.com>
1757
1758 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
1759 calling "-exec-arguments" or "set args" before running the
1760 inferior.
1761
3deb39c6
SM
17622014-05-15 Simon Marchi <simon.marchi@ericsson.com>
1763
1764 * lib/mi-support.exp (mi_expect_stop): Expect message for
1765 inferiors that exit with non-zero exit code.
1766
71a79f8c
YQ
17672014-05-14 Yao Qi <yao@codesourcery.com>
1768
1769 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
1770 match absolute path on remote host.
1771 (test_file_list_exec_source_files): Remove "/" from the
1772 pattern.
1773
f23fcd46
YQ
17742014-05-14 Yao Qi <yao@codesourcery.com>
1775
1776 * boards/local-remote-host-notty.exp (${board}_file): New
1777 proc.
1778
9404b58f
KM
17792014-05-07 Kyle McMartin <kyle@redhat.com>
1780
1781 Pushed by Joel Brobecker <brobecker@adacore.com>.
1782 * gdb.arch/aarch64-atomic-inst.c: New file.
1783 * gdb.arch/aarch64-atomic-inst.exp: New file.
1784
5e45f04c
YQ
17852014-05-07 Yao Qi <yao@codesourcery.com>
1786
1787 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
1788 in current context" too.
1789
c888a17d
KS
17902014-05-05 Keith Seitz <keiths@redhat.com>
1791
1792 * gdb.linespec/ls-dollar.exp: Add test for linespec
1793 file:convenience_variable.
1794
290a839c
YQ
17952014-05-05 Yao Qi <yao@codesourcery.com>
1796
1797 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
1798 traceframes into tfile and ctf trace files. Read data from
1799 trace file and test collected data.
1800 (gdb_collect_locals_test): Likewise.
1801 (gdb_unavailable_registers_test): Likewise.
1802 (gdb_unavailable_floats): Likewise.
1803 (gdb_collect_globals_test): Likewise.
1804 (top-level): Append "ctf" to trace_file_targets if GDB
1805 supports.
1806
b5262cd0
YQ
18072014-05-05 Yao Qi <yao@codesourcery.com>
1808
1809 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
1810 code to ...
1811 (gdb_collect_args_test_1): ... it. New proc.
1812 (gdb_collect_locals_test): Move some code to ...
1813 (gdb_collect_locals_test_1): ... it. New proc.
1814 (gdb_unavailable_registers_test): Move some code to ...
1815 (gdb_unavailable_registers_test_1): ... it. New proc.
1816 (gdb_unavailable_floats): Move some code to ...
1817 (gdb_unavailable_floats_1): ... it. New proc.
1818
30a1e6cc
SDJ
18192014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
1820
1821 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
1822 probes to test for bitness recognition.
1823 * gdb.arch/amd64-stap-optional-prefix.exp
1824 (test_probe_value_without_reg): New procedure.
1825 Add code to test for different kinds of bitness.
1826
f33da99a
SDJ
18272014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
1828
1829 PR breakpoints/16889
1830 * gdb.arch/amd64-stap-optional-prefix.S: New file.
1831 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
1832
5b80f00d
PA
18332014-05-01 Pedro Alves <palves@redhat.com>
1834
1835 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
1836 gdb_file_cmd if no file is specified.
1837 * boards/native-extended-gdbserver.exp (gdb_load): Use the
1838 last_loaded_file to set the remote exec-file.
1839
f8c2a73c
PA
18402014-05-01 Pedro Alves <palves@redhat.com>
1841
1842 * boards/local-remote-host.exp: New file.
1843
be6e8ac7
PA
18442014-05-01 Pedro Alves <palves@redhat.com>
1845
1846 * boards/local-remote-host.exp: Rename to ...
1847 * boards/local-remote-host-notty.exp: ... this.
1848
cac0dc8f
JB
18492014-04-28 Joel Brobecker <brobecker@adacore.com>
1850
1851 * gdb.ada/dyn_arrayidx: New testcase.
1852
9730e6cc
YQ
18532014-04-26 Yao Qi <yao@codesourcery.com>
1854
1855 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
1856 and compute the length of function main. Save it in
1857 $main_length.
1858 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
1859 (top-level): Use gdb_compile to compile objects into
1860 executable and restart GDB. Remove invocation to
1861 prepare_for_testing.
1862
7ae1a6a6
PA
18632014-04-25 Simon Marchi <simon.marchi@ericsson.com>
1864 Pedro Alves <palves@redhat.com>
1865
1866 PR server/16255
1867 * gdb.multi/multi-attach.c: New file.
1868 * gdb.multi/multi-attach.exp: New file.
1869
4082afcc
PA
18702014-04-25 Pedro Alves <palves@redhat.com>
1871
1872 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
1873 user.
1874 (top level): Test that "set remote conditional-breakpoints-packet
1875 off" works as intended.
1876 * gdb.base/dprintf.exp: Test that "set remote
1877 breakpoint-commands-packet off" works as intended.
1878 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
1879 New function.
1880 (top level): Call it.
1881 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
1882 remote fast-tracepoints-packet off" works as intended.
1883 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
1884 * lib/gdb.exp (gdb_is_target_remote): ... here.
1885
2abc3f8d
DB
18862014-04-24 David Blaikie <dblaikie@gmail.com>
1887
1888 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
1889 ensure clang would not discard them.
1890 * gdb.base/gdbvars.c: Ditto.
1891 * gdb.base/memattr.c: Ditto.
1892 * gdb.base/whatis.c: Ditto.
1893 * gdb.python/py-prettyprint.c: Ditto.
1894 * gdb.trace/actions.c: Ditto.
1895 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
1896 ensure clang would not discard it.
1897
bfd39632
DB
18982014-04-24 David Blaikie <dblaikie@gmail.com>
1899
1900 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
1901 clang to emit the full definition of type required by the test
1902 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
1903
22842ff6
DB
19042014-04-24 David Blaikie <dblaikie@gmail.com>
1905
1906 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
1907 coax Clang into emitting the definition of the type.
1908 * gdb.cp/pr10728-x.h (y): Ditto.
1909 * gdb.cp/pr10728-y.cc (y): Ditto.
1910
c2e827ad
DB
19112014-04-24 David Blaikie <dblaikie@gmail.com>
1912
1913 * gdb.base/label.exp: XFAIL label related tests under Clang.
1914 * gdb.cp/cplabel.exp: Ditto.
1915 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
1916 under Clang those using labels.
1917
4c2d33e7
YQ
19182014-04-25 Yao Qi <yao@codesourcery.com>
1919
1920 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
1921 double_label.
1922 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
1923 partial_label and double_label.
1924
56083b99
DB
19252014-04-24 David Blaikie <dblaikie@gmail.com>
1926
1927 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
1928
25d4e99d
DB
19292014-04-24 David Blaikie <dblaikie@gmail.com>
1930
1931 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
1932 of the function to work across GCC and Clang.
1933 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
1934 pointer types (const void ** const V void **).
1935
01f9f808
MS
19362014-04-24 Michael Sturm <michael.sturm@mintel.com>
1937 Walfred Tedeschi <walfred.tedeschi@intel.com>
1938
1939 * Makefile.in (EXECUTABLES): Added i386-avx512.
1940 * gdb.arch/i386-avx512.c: New file.
1941 * gdb.arch/i386-avx512.exp: Likewise.
1942
4b48d439
KS
19432014-04-23 Keith Seitz <keiths@redhat.com>
1944
1945 * lib/mi-support.exp (mi_list_breakpoints): Delete.
1946 (mi_make_breakpoint_table): New procedure.
1947 (mi_create_breakpoint): Use mi_make_breakpoint
1948 and return the result.
1949 (mi_make_breakpoint): New procedure.
1950 (mi_build_kv_pairs): New procedure.
1951
1952 * gdb.mi/mi-break.exp: Remove unused globals,
1953 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
1954 All callers updated.
1955 * gdb.mi/mi-dprintf.exp: Use variable to track command
1956 number.
1957 Update all callers of mi_create_breakpoint and use
1958 mi_make_breakpoint_table.
1959 Remove any unused global variables.
1960 * gdb.mi/mi-nonstop.exp: Likewise.
1961 * gdb.mi/mi-nsintrall.exp: Likewise.
1962 * gdb.mi/mi-nsmoribund.exp: Likewise.
1963 * gdb.mi/mi-nsthrexec.exp: Likewise.
1964 * gdb.mi/mi-reverse.exp: Likewise.
1965 * gdb.mi/mi-simplerun.exp: Likewise.
1966 * gdb.mi/mi-stepn.exp: Likewise.
1967 * gdb.mi/mi-syn-frame.exp: Likewise.
1968 * gdb.mi/mi-until.exp: Likewise.
1969 * gdb.mi/mi-var-cp.exp: Likewise.
1970 * gdb.mi/mi-var-display.exp: Likewise.
1971 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1972 * gdb.mi/mi2-var-child.exp: Likewise.
1973 * gdb.mi/mi-vla-c99.exp: Likewise.
1974 * lib/mi-support.exp: Likewise.
1975
1976 From Ian Lance Taylor <iant@cygnus.com>:
1977 * lib/gdb.exp (parse_args): New procedure.
1978
08351840
PA
19792014-04-23 Pedro Alves <palves@redhat.com>
1980
1981 * gdb.base/break-unload-file.c: New file.
1982 * gdb.base/break-unload-file.exp: New file.
1983 * gdb.base/sym-file-lib.c (baz): New function.
1984 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
1985 field.
1986 (load): Store the segment's mapped size.
1987 (unload): New function.
1988 (unload_shlib): New function.
1989 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
1990 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
1991 set a breakpoint at baz, and call it.
1992 * gdb.base/sym-file.exp: New tests for stale breakpoint
1993 instructions.
1994
076855f9
PA
19952014-04-23 Pedro Alves <palves@redhat.com>
1996
1997 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
1998 * gdb.base/hbreak-in-shr-unsupported.c: New file.
1999 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
2000 * gdb.base/hbreak-unmapped.c: New file.
2001 * gdb.base/hbreak-unmapped.exp: New file.
2002 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
2003 * lib/gdb.exp (gdb_is_target_remote): ... here.
2004
483805cf
PA
20052014-04-22 Pedro Alves <palves@redhat.com>
2006
2007 * gdb.base/consecutive-step-over.c: New file.
2008 * gdb.base/consecutive-step-over.exp: New file.
2009
06d97543
PA
20102014-04-22 Pedro Alves <palves@redhat.com>
2011
2012 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
2013 instead of send_gdb/gdb_expect.
2014
b4429ea2
YQ
20152014-04-22 Yao Qi <yao@codesourcery.com>
2016
2017 * lib/trace-support.exp (generate_tracefile): New procedure.
2018 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
2019 return 0.
2020 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
2021 if generate_tracefile returns 1.
2022
51d48146
PA
20232014-04-18 Tom Tromey <palves@redhat.com>
2024 Pedro alves <tromey@redhat.com>
2025
2026 PR backtrace/15558
2027 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
2028 with a backtrace limit.
2029 * gdb.python/py-frame-inline.exp: Test running to an inline
2030 function with a backtrace limit, and printing the newest frame.
2031 * gdb.python/py-frame-inline.c (main): Call f.
2032
bd1dce5f
MS
20332014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2034
2035 * gdb.java/jnpe.exp: Drop srcdir from untested path.
2036
40d1a503
MS
20372014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2038
2039 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
2040 Drop prefix from unsupported source file path.
2041
389b98f7
YQ
20422014-04-17 Yao Qi <yao@codesourcery.com>
2043
2044 * lib/gdb.exp (with_target_charset): New proc.
2045 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
2046 with_target_charset.
2047 (test_print_strings): Likewise.
2048 (test_repeat_bytes): Likewise.
2049 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
2050 for some tests.
2051
22869d73
KS
20522014-04-16 Keith Seitz <keiths@redhat.com>
2053
2054 PR gdb/15827
2055 * gdb.dwarf2/corrupt.c: New file.
2056 * gdb.dwarf2/corrupt.exp: New file.
2057
c4f87ca6
KS
20582014-04-16 Keith Seitz <keiths@redhat.com>
2059
2060 PR c++/16597
2061 * gdb.cp/namelessclass.cc: New file.
2062 * gdb.cp/namelessclass.exp: New file.
2063 * gdb.cp/namelessclass.S: New file.
2064
ab19de87
DE
20652014-04-16 Doug Evans <dje@google.com>
2066
2067 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
2068 Add comment.
2069 (gdbserver_default_get_comm_port): New function.
2070 (gdbserver_start): Check if board file provided
2071 "gdbserver,get_comm_port" and use it if so.
2072 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
2073 (gdb,socketport): Set to "stdio".
2074 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
2075 (stdio_gdbserver_template): Delete.
2076 (${board}_get_remote_address): Update.
2077 (${board}_build_remote_cmd): Delete.
2078 (${board}_get_comm_port): New function.
2079 (${board}_spawn): Update.
2080 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
2081 Delete.
2082 (${board}_get_remote_address): Update.
2083 (${board}_get_comm_port): New function.
2084
fc98a809
AB
20852014-04-16 Andrew Burgess <aburgess@broadcom.com>
2086
2087 * gdb.base/memattr.exp: Improve regexps to handle memory regions
2088 appearing in any order.
2089
87fd9e6e
DE
20902014-04-15 Doug Evans <dje@google.com>
2091
2092 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
2093 uninitialized value of "description".
2094
099fc3ea
KS
20952014-04-15 Keith Seitz <keiths@redhat.com>
2096
2097 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
2098 Remove unused globals.
2099 (test_running_the_program): Likewise.
2100 (test_controlled_execution): Likewise.
2101 (test_controlling_breakpoints): Likewise.
2102 (test_program_termination): Likewise.
2103
5da151d4
KS
21042014-04-15 Keith Seitz <keiths@redhat.com>
2105
2106 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
2107 unused globals.
2108 (test_rbreak_creation_and_listing): Likewise.
2109 (test_ignore_count): Likewise.
2110 (test_error): Likewise.
2111
35e5d2f0
PA
21122014-04-15 Pedro Alves <palves@redhat.com>
2113
2114 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
2115 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
2116 sym-file-loader.c.
2117 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2118 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2119 to sym-file-loader.c.
2120 (struct library): Forward declare.
2121 (load_shlib, lookup_function): Change prototypes.
2122 (find_shstrtab, find_strtab, find_shdr, find_symtab)
2123 (translate_offset): Remove declarations.
2124 (get_text_addr): New declaration.
2125 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
2126 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
2127 sym-file-loader.h.
2128 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2129 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2130 here from sym-file-loader.h.
2131 (struct library): New structure.
2132 (load_shlib, lookup_function): Change prototypes and adjust to
2133 work with a struct library.
2134 (find_shstrtab, find_strtab, find_shdr, find_symtab)
2135 (translate_offset): Make static.
2136 (get_text_addr): New function.
2137 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
2138
eb4c1710
PA
21392014-04-15 Pedro Alves <palves@redhat.com>
2140
2141 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
2142
2d1baf52
PA
21432014-04-15 Pedro Alves <palves@redhat.com>
2144
2145 * gdb.base/sym-file-loader.c: Include <limits.h>.
2146 (SELF_LINK): New define.
2147 (get_origin): New function.
2148 (load_shlib): Use it.
2149 * gdb.base/sym-file.exp: Don't early return if the target is
2150 remote. Use runto_main, and issue fail is that fails. Use
2151 gdb_load_shlibs.
2152 (shlib_name): Delete.
2153 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
2154
7dd6df01
PA
21552014-04-15 Pedro Alves <palves@redhat.com>
2156
2157 * gdb.base/sym-file.exp: Remove regex characters from test
2158 message. Don't refer to breakpoint numbers in test messages.
2159
b50c8614
KS
21602014-04-14 Keith Seitz <keiths@redhat.com>
2161
2162 PR c++/16253
2163 * gdb.cp/var-tag.cc: New file.
2164 * gdb.cp/var-tag.exp: New file.
2165 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2166 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2167 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2168 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2169
3d567982
TT
21702014-04-14 Tom Tromey <tromey@redhat.com>
2171
2172 * gdb.cp/classes.exp (test_enums): Handle underlying type.
2173 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
2174 type.
2175 * gdb.cp/enum-class.exp: New file.
2176 * gdb.cp/enum-class.cc: New file.
2177
0626fc76
TT
21782014-04-14 Tom Tromey <tromey@redhat.com>
2179
2180 * gdb.dwarf2/enum-type.exp: New file.
2181
dca325b3
SA
21822014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2183
2184 * gdb.mi/mi-vla-c99.exp: New file.
2185 * gdb.mi/vla.c: New file.
2186
5854b38a
SA
21872014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2188
2189 * gdb.base/vla-datatypes.c: New file.
2190 * gdb.base/vla-datatypes.exp: New file.
2191
463bb957
SA
21922014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2193
2194 * gdb.base/vla-ptr.c: New file.
2195 * gdb.base/vla-ptr.exp: New file.
2196
3dd170be
SA
21972014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2198
2199 * gdb.dwarf2/count.exp: New file.
2200
5ecaaa66
SA
22012014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2202
2203 * gdb.base/vla-sideeffect.c: New file.
2204 * gdb.base/vla-sideeffect.exp: New file.
2205
41f1ada5
DB
22062014-04-14 David Blaikie <dblaikie@gmail.com>
2207
2208 * gdb.mi/non-stop.c: Add return value for non-void function return
2209 statement.
2210 * gdb.threads/staticthreads.c: Ditto.
2211
0be03e84
DE
22122014-04-12 Siva Chandra Reddy <sivachandra@google.com>
2213 Doug Evans <xdje42@gmail.com>
2214
2215 * gdb.guile/scm-value.c: Improve test case.
2216 * gdb.guile/scm-value.exp: Add new test.
2217
f180a1fb
DB
22182014-04-11 David Blaikie <dblaikie@gmail.com>
2219
2220 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
2221 override Clang's default.
2222
6b662e19
JB
22232014-04-11 Joel Brobecker <brobecker@adacore.com>
2224
2225 Revert the following changes (regressions):
2226
2227 * gdb.base/vla-sideeffect.c: New file.
2228 * gdb.base/vla-sideeffect.exp: New file.
2229
2230 * gdb.dwarf2/count.exp: New file.
2231
2232 * gdb.base/vla-multi.c: New file.
2233 * gdb.base/vla-multi.exp: New file.
2234
2235 * gdb.base/vla-ptr.c: New file.
2236 * gdb.base/vla-ptr.exp: New file.
2237
2238 * gdb.base/vla-datatypes.c: New file.
2239 * gdb.base/vla-datatypes.exp: New file.
2240
2241 * gdb.mi/mi-vla-c99.exp: New file.
2242 * gdb.mi/vla.c: New file.
2243
245a5f0b
KS
22442014-04-11 Keith Seitz <keiths@redhat.com>
2245
2246 PR c++/16675
2247 * gdb.cp/cpsizeof.exp: New file.
2248 * gdb.cp/cpsizeof.cc: New file.
2249
58a84dcf
SA
22502014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2251
191a8a90
JB
2252 * gdb.mi/mi-vla-c99.exp: New file.
2253 * gdb.mi/vla.c: New file.
58a84dcf 2254
c8655f75
SA
22552014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2256
2257 * gdb.base/vla-datatypes.c: New file.
2258 * gdb.base/vla-datatypes.exp: New file.
2259
024e13b4
SA
22602014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2261
2262 * gdb.base/vla-ptr.c: New file.
2263 * gdb.base/vla-ptr.exp: New file.
2264
1a237e0e
SA
22652014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2266
2267 * gdb.base/vla-multi.c: New file.
2268 * gdb.base/vla-multi.exp: New file.
2269
504f3432
SA
22702014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2271
2272 * gdb.dwarf2/count.exp: New file.
2273
3bce8237
SA
22742014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2275
191a8a90
JB
2276 * gdb.base/vla-sideeffect.c: New file.
2277 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 2278
322f9c21
YQ
22792014-04-11 Yao Qi <yao@codesourcery.com>
2280
2281 * gdb.base/completion.exp: Check file exists before running tests
2282 on file completion.
2283
d708bcd1
PA
22842014-04-10 Pedro Alves <palves@redhat.com>
2285
2286 * gdb.base/cond-eval-mode.c: New file.
2287 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
2288 prepare_for_testing to build the new file. Check result of
2289 runto_main.
2290 (test_break, test_watch): New procedures.
2291 (top level): Use them.
2292
ae1d2761
PM
22932014-04-08 Pierre Muller <muller@sourceware.org>
2294
2295 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
2296 Ctrl-V use for mingw hosts.
2297
7af389b8
SC
22982014-04-07 Siva Chandra Reddy <sivachandra@google.com>
2299
2300 * gdb.python/py-value.c: Improve test case.
2301 * gdb.python/py-value.exp: Add new test.
2302
5e703181
DE
23032014-04-07 David Blaikie <dblaikie@gmail.com>
2304
2305 * lib/compiler.c: Identify the clang compiler.
2306 * lib/compiler.cc: Ditto.
2307
9810b410
YQ
23082014-04-03 Yao Qi <yao@codesourcery.com>
2309
2310 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
2311
98d1b8dc
AB
23122014-04-01 Anton Blanchard <anton@samba.org>
2313
2314 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
2315 messages unique.
2316
3114cea1
AB
23172014-04-01 Anton Blanchard <anton@samba.org>
2318
2319 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
2320 prepare_for_testing.
2321
62f7182c
AB
23222014-04-01 Anton Blanchard <anton@samba.org>
2323
2324 * gdb.arch/ppc64-atomic-inst.c: Remove.
2325 * gdb.arch/ppc64-atomic-inst.S: New file.
2326 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
2327
770e7fc7
DE
23282014-03-31 Doug Evans <dje@google.com>
2329
2330 * gdb.base/print-symbol-loading-lib.c: New file.
2331 * gdb.base/print-symbol-loading-main.c: New file.
2332 * gdb.base/print-symbol-loading.exp: New file.
2333
46e2bafa
YQ
23342014-03-31 Yao Qi <yao@codesourcery.com>
2335
2336 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
2337
8776cfe9
JB
23382014-03-28 Joel Brobecker <brobecker@adacore.com>
2339
2340 * gdb.ada/mi_dyn_arr: New testcase.
2341
5d1ef361
DE
23422014-03-27 Doug Evans <dje@google.com>
2343
2344 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
2345
b5bee914
YQ
23462014-03-27 Yao Qi <yao@codesourcery.com>
2347
2348 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
2349 if target is nios2-*-*.
2350
0d4d0e77
YQ
23512014-03-26 Yao Qi <yao@codesourcery.com>
2352
2353 * lib/gdb.exp (readline_is_used): New proc.
2354 * gdb.base/completion.exp: Move tests on command complete up.
2355 Skip the rest of tests if readline is not used.
2356 * gdb.ada/complete.exp: Skp the test if readline is not
2357 used.
2358 * gdb.base/filesym.exp: Likewise.
2359 * gdb.base/macscp.exp: Likewise.
2360 * gdb.base/readline-ask.exp: Likewise.
2361 * gdb.base/readline.exp: Likewise.
2362 * gdb.python/py-cmd.exp: Likewise.
2363 * gdb.trace/tfile.exp: Likewise.
2364
29361eee
YQ
23652014-03-26 Yao Qi <yao@codesourcery.com>
2366
2367 * gdb.base/macscp.exp: Fix code format issues.
2368
bc9a5525
UW
23692014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
2370
2371 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
2372 * gdb.asm/powerpc64le.inc: New file.
2373
d3839ede
PA
23742014-03-25 Pedro Alves <palves@redhat.com>
2375 Doug Evans <dje@google.com>
2376
2377 * gdb.base/source-execution.c: New file.
2378 * gdb.base/source-execution.exp: New file.
2379 * gdb.base/source-execution.gdb: New file.
2380
01672a57
DE
23812014-03-24 Doug Evans <dje@google.com>
2382
2383 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
2384 using fission.
2385
88bbeca9
HZ
23862014-03-24 Hui Zhu <hui@codesourcery.com>
2387 Pedro Alves <palves@redhat.com>
2388
2389 PR breakpoints/16101
2390 * gdb.base/dprintf.exp: Use unsupported rather than changing the
2391 test pass/fail messages. Detect missing support for dprintf when
2392 breakpoints are actually inserted.
2393 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
2394 breakpoints are actually inserted.
2395 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
2396 fails.
2397
d2348791
JK
23982014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2399
2400 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
2401
feef67ab
DE
24022014-03-22 Doug Evans <xdje42@gmail.com>
2403
2404 * gdb.python/python.exp (python not supported): Verify multi-line
2405 python command issues an error.
25d743f9 2406 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 2407 guile command issues an error.
feef67ab 2408
ecebef6a
MR
24092014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
2410
2411 * gdb.threads/thread-specific.exp: Handle the lack of usable
2412 $this_breakpoint and $this_thread.
2413
ccdd1909
HZ
24142014-03-21 Hui Zhu <hui@codesourcery.com>
2415
2416 * gdb.base/attach.exp (do_command_attach_tests): New.
2417
beb460e8
PA
24182014-03-20 Tom Tromey <tromey@redhat.com>
2419 Pedro Alves <palves@redhat.com>
2420
2421 PR cli/15718
2422 * gdb.base/condbreak-call-false.c: New file.
2423 * gdb.base/condbreak-call-false.exp: New file.
2424
40acf43a
PA
24252014-03-20 Pedro Alves <palves@redhat.com>
2426
2427 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
2428 Delete.
2429 (block_signals, unblock_signals): Delete.
2430 (child_function_2, main): Remove references to deleted variable
2431 and functions.
2432
9f5e1e02
PA
24332014-03-20 Pedro Alves <palves@redhat.com>
2434
2435 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
2436 Use pthread_kill to signal thread 2.
2437 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2438 Adjust to make the test send itself a signal rather than using the
2439 host's "kill" command.
2440
99619bea
PA
24412014-03-20 Pedro Alves <palves@redhat.com>
2442
2443 * gdb.threads/multiple-step-overs.c: New file.
2444 * gdb.threads/multiple-step-overs.exp: New file.
2445 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2446 Adjust expected infrun debug output.
2447
2adfaa28
PA
24482014-03-20 Pedro Alves <palves@redhat.com>
2449
2450 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
2451 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
2452
31e77af2
PA
24532014-03-20 Pedro Alves <palves@redhat.com>
2454
2455 PR breakpoints/7143
2456 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
2457 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
2458 of gdb_test_multiple.
2459 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
2460 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
2461
b9f437de
PA
24622014-03-20 Pedro Alves <palves@redhat.com>
2463
2464 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
2465 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
2466
05adc73e
PA
24672014-03-19 Pedro Alves <palves@redhat.com>
2468
2469 * gdb.base/async.exp: Remove early return.
2470
6048b950
PA
24712014-03-19 Pedro Alves <palves@redhat.com>
2472
2473 * gdb.base/async.exp (step& tests): Pass explicit test messages.
2474
8bcfb00a
PA
24752014-03-19 Pedro Alves <palves@redhat.com>
2476
2477 * gdb.base/async.exp (test_background): Expect \r\n after
2478 "completed." in the fail pattern.
2479
884e37dc
PA
24802014-03-19 Pedro Alves <palves@redhat.com>
2481
2482 * gdb.base/async.exp (test_background): New procedure.
2483 Use it for all background execution command tests.
2484
148e57e2
PA
24852014-03-19 Pedro Alves <palves@redhat.com>
2486
2487 * gdb.base/async.exp: Use prepare_for_testing.
2488
f48088c7
PA
24892014-03-19 Pedro Alves <palves@redhat.com>
2490
2491 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
2492 the same line.
2493
e2f6c966
PA
24942014-03-19 Pedro Alves <palves@redhat.com>
2495
2496 * gdb.base/async.c (main): Add "jump here" and "until here" line
2497 marker comments.
2498 * gdb.base/async.exp (jump_here): New global.
2499 (jump& test): Use it.
2500 (until_here): New global.
2501 (until& test): Use it.
2502
c30568d4
PA
25032014-03-19 Pedro Alves <palves@redhat.com>
2504
2505 * gdb.base/async.exp: Don't frob gdb_protocol.
2506
0172b6a7
DE
25072014-03-18 Doug Evans <xdje42@gmail.com>
2508
2509 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
2510 Fix spelling of exec-done-display.
2511
06c868a8
JK
25122014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2513
2514 PR gdb/15358
2515 * gdb.base/gdb-sigterm.c: New file.
2516 * gdb.base/gdb-sigterm.exp: New file.
2517
0c7e1a46
PA
25182014-03-18 Pedro Alves <palves@redhat.com>
2519
2520 PR gdb/13860
2521 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
2522 * lib/mi-support.exp (mi_expect_stop): Add special handling for
2523 solib-event.
2524
f7c77d93
JB
25252014-03-17 Joel Brobecker <brobecker@adacore.com>
2526
2527 * gdb.ada/pckd_arr_ren: New testcase.
2528
5a1e8c7a
DE
25292014-03-13 Doug Evans <xdje42@gmail.com>
2530
2531 PR guile/16612
2532 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
2533 collect after discarding symbols.
2534
350e1a76
DE
25352014-03-13 Ludovic Courtès <ludo@gnu.org>
2536 Doug Evans <xdje42@gmail.com>
2537
2538 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
2539 to history survives a gc.
2540
a69900ae
PA
25412014-03-13 Pedro Alves <palves@redhat.com>
2542
2543 * gdb.base/default.exp: Don't test "target procfs".
2544
5db9f0bd
PA
25452014-03-13 Pedro Alves <palves@redhat.com>
2546
2547 * gdb.base/default.exp: Update "target child" and "target procfs"
2548 tests to not expect "Unix".
2549
b3ccfe11
TT
25502014-03-12 Tom Tromey <tromey@redhat.com>
2551
2552 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
2553 New procs. Add target-async tests.
2554 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
2555 Add target-async tests.
2556
646f4417
AA
25572014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2558
2559 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
2560 'func_start' and 'func_end' for the beginning and end of the
2561 function code, respectively.
2562 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
2563 'func_end' instead of 'func' and 'main'.
2564
288c211f
AA
25652014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2566
2567 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
2568 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
2569 generate the debug info assembler source.
2570
e0c0f156
AA
25712014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2572
2573 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
2574 * gdb.dwarf2/arr-subrange.exp: Likewise.
2575 * gdb.dwarf2/dwz.exp: Likewise.
2576 * gdb.dwarf2/method-ptr.exp: Likewise.
2577 * gdb.dwarf2/missing-sig-type.exp: Likewise.
2578 * gdb.dwarf2/subrange.exp: Likewise.
2579 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
2580 * gdb.dwarf2/implptrpiece.exp: Likewise.
2581 * gdb.dwarf2/nostaticblock.exp: Likewise.
2582
0e5c4555
AA
25832014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2584
2585 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
2586 directory to absolute path name arguments.
2587
5ec18f2b
JG
25882014-03-10 Joel Brobecker <brobecker@adacore.com>
2589
2590 * gdb.ada/tagged_access: New testcase.
2591
847fc4f2
MM
25922014-03-07 Markus Metzger <markus.t.metzger@intel.com>
2593
2594 * gdb.btrace/data.exp: Update expected output.
2595
cc3da688
YQ
25962014-03-06 Yao Qi <yao@codesourcery.com>
2597
2598 * gdb.trace/pr16508.exp: New file.
2599
0f26cec1
PA
26002014-03-05 Pedro Alves <palves@redhat.com>
2601
2602 PR gdb/16575
2603 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
2604 procedure.
2605 (top level): Adjust to use it. Add tests that exercise breakpoint
2606 interaction with the code-cache.
2607
7a5a839f
LC
26082014-02-26 Ludovic Courtès <ludo@gnu.org>
2609
2610 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
2611 test for 'history-append!'.
2612
31aa7e4e
JB
26132014-02-26 Joel Brobecker <brobecker@adacore.com>
2614
2615 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
2616 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
2617 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
2618 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
2619 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
2620 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
2621
1b588015
JB
26222014-02-26 Joel Brobecker <brobecker@adacore.com>
2623
2624 * testsuite/gdb.python/py-pp-re-notag.c: New file.
2625 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
2626 * testsuite/gdb.python/py-pp-re-notag.p: New file.
2627
55426c9d
JB
26282014-02-26 Joel Brobecker <brobecker@adacore.com>
2629
2630 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
2631
dc53a7ad
JB
26322014-02-26 Joel Brobecker <brobecker@adacore.com>
2633
2634 * gdb.dwarf2/arr-stride.c: New file.
2635 * gdb.dwarf2/arr-stride.exp: New file.
2636
12ab52e9
PA
26372014-02-26 Pedro Alves <palves@redhat.com>
2638
2639 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
2640 that won't ever trigger. Make sure that GDB reports the correct
2641 breakpoint that caused the stop.
2642
849c862e
JK
26432014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2644
2645 PR gdb/16626
2646 * gdb.base/auto-load-script: New file.
2647 * gdb.base/auto-load.c: New file.
2648 * gdb.base/auto-load.exp: New file.
2649
71b7d793
JK
2650 PR gdb/16626
2651 * gdb.base/auto-load.exp: Fix out-of-srctree run.
2652
e2f0d509
JK
26532014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2654
2655 Fix dw2-icycle.exp -fsanitize=address GDB crash.
2656 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
2657
50cc37c8
DE
26582014-02-24 Doug Evans <dje@google.com>
2659
2660 * lib/gdb.exp (run_on_host): Log error output if program fails.
2661
ea4758f2
PA
26622014-02-21 Pedro Alves <palves@redhat.com>
2663
2664 * gdb.threads/step-after-sr-lock.c: Rename to ...
2665 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
2666 * gdb.threads/step-after-sr-lock.exp: Rename to ...
2667 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2668 ... this.
2669
d7b30f67
SDJ
26702014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
2671
2672 PR tdep/16397
2673 * gdb.arch/amd64-stap-special-operands.exp: New file.
2674 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
2675 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
2676 * gdb.arch/amd64-stap-triplet.S: Likewise.
2677 * gdb.arch/amd64-stap-triplet.c: Likewise.
2678
83deb43f
JB
26792014-02-20 Joel Brobecker <brobecker@adacore.com>
2680
2681 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
2682 in .section pseudo-op.
2683
adde2bff
DE
26842014-02-20 lin zuojian <manjian2006@gmail.com>
2685 Joel Brobecker <brobecker@adacore.com>
2686 Doug Evans <xdje42@gmail.com>
2687
2688 PR symtab/16581
2689 * gdb.dwarf2/dw2-icycle.S: New file.
2690 * gdb.dwarf2/dw2-icycle.c: New file.
2691 * gdb.dwarf2/dw2-icycle.exp: New file.
2692
f7bd0f78
SC
26932014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2694
2695 * gdb.python/py-value-cc.cc: Improve test case to enable testing
2696 operations on gdb.Value objects.
2697 * gdb.python/py-value-cc.exp: Add new test to test operations on
2698 gdb.Value objects.
2699
c17ef0d5
DE
27002014-02-18 Doug Evans <dje@google.com>
2701
2702 * Makefile.in (TESTS): New variable.
2703 (expanded_tests, expanded_tests_or_none): New variables
2704 (check-single): Pass $(expanded_tests_or_none) to runtest.
2705 (check-parallel): Only run tests in $(TESTS) if non-empty.
2706 (check/no-matching-tests-found): New rule.
2707 * README: Document TESTS makefile variable.
2708
5dd3176f
DE
27092014-02-18 Doug Evans <dje@google.com>
2710
2711 * Makefile.in (check-parallel): rm -rf outputs temp.
2712
0b10be4f
JK
27132014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2714
2715 Fix "ERROR: no fileid for" in the testsuite.
2716 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
2717
85f224e7
DE
27182014-02-12 Doug Evans <dje@google.com>
2719
2720 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
2721 (MISCELLANEOUS): New variable.
2722 (clean): rm -rf $(MISCELLANEOUS).
2723 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
2724 dwp live in the same directory as symlinks, with each symlink pointed
2725 to a differently named file in a different directory.
2726
149b30ff
DE
27272014-02-11 Doug Evans <dje@google.com>
2728
2729 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
2730 of Tcl file commands.
2731
1dfdac32
MK
27322014-02-10 Mark Kettenis <kettenis@gnu.org>
2733
2734 * gdb.threads/step-after-sr-lock.exp: Avoid executing
2735 "kill -SIGUSR1 -1".
2736
aa4fb036
JB
27372014-02-10 Joel Brobecker <brobecker@adacore.com>
2738
2739 * gdb.ada/tick_length_array_enum_idx: New testcase.
2740
ed3ef339
DE
27412014-02-10 Doug Evans <xdje42@gmail.com>
2742
2743 * configure.ac (AC_OUTPUT): Add gdb.guile.
2744 * configure: Regenerate.
2745 * lib/gdb-guile.exp: New file.
2746 * lib/gdb.exp (get_target_charset): New function.
2747 * gdb.base/help.exp: Update expected output from "apropos apropos".
2748 * gdb.guile/Makefile.in: New file.
2749 * gdb.guile/guile.exp: New file.
2750 * gdb.guile/scm-arch.c: New file.
2751 * gdb.guile/scm-arch.exp: New file.
2752 * gdb.guile/scm-block.c: New file.
2753 * gdb.guile/scm-block.exp: New file.
2754 * gdb.guile/scm-breakpoint.c: New file.
2755 * gdb.guile/scm-breakpoint.exp: New file.
2756 * gdb.guile/scm-disasm.c: New file.
2757 * gdb.guile/scm-disasm.exp: New file.
2758 * gdb.guile/scm-equal.c: New file.
2759 * gdb.guile/scm-equal.exp: New file.
2760 * gdb.guile/scm-error.exp: New file.
2761 * gdb.guile/scm-error.scm: New file.
2762 * gdb.guile/scm-frame-args.c: New file.
2763 * gdb.guile/scm-frame-args.exp: New file.
2764 * gdb.guile/scm-frame-args.scm: New file.
2765 * gdb.guile/scm-frame-inline.c: New file.
2766 * gdb.guile/scm-frame-inline.exp: New file.
2767 * gdb.guile/scm-frame.c: New file.
2768 * gdb.guile/scm-frame.exp: New file.
2769 * gdb.guile/scm-generics.exp: New file.
2770 * gdb.guile/scm-gsmob.exp: New file.
2771 * gdb.guile/scm-iterator.c: New file.
2772 * gdb.guile/scm-iterator.exp: New file.
2773 * gdb.guile/scm-math.c: New file.
2774 * gdb.guile/scm-math.exp: New file.
2775 * gdb.guile/scm-objfile-script-gdb.in: New file.
2776 * gdb.guile/scm-objfile-script.c: New file.
2777 * gdb.guile/scm-objfile-script.exp: New file.
2778 * gdb.guile/scm-objfile.c: New file.
2779 * gdb.guile/scm-objfile.exp: New file.
2780 * gdb.guile/scm-ports.exp: New file.
2781 * gdb.guile/scm-pretty-print.c: New file.
2782 * gdb.guile/scm-pretty-print.exp: New file.
2783 * gdb.guile/scm-pretty-print.scm: New file.
2784 * gdb.guile/scm-section-script.c: New file.
2785 * gdb.guile/scm-section-script.exp: New file.
2786 * gdb.guile/scm-section-script.scm: New file.
2787 * gdb.guile/scm-symbol.c: New file.
2788 * gdb.guile/scm-symbol.exp: New file.
2789 * gdb.guile/scm-symtab-2.c: New file.
2790 * gdb.guile/scm-symtab.c: New file.
2791 * gdb.guile/scm-symtab.exp: New file.
2792 * gdb.guile/scm-type.c: New file.
2793 * gdb.guile/scm-type.exp: New file.
2794 * gdb.guile/scm-value-cc.cc: New file.
2795 * gdb.guile/scm-value-cc.exp: New file.
2796 * gdb.guile/scm-value.c: New file.
2797 * gdb.guile/scm-value.exp: New file.
2798 * gdb.guile/source2.scm: New file.
2799 * gdb.guile/types-module.cc: New file.
2800 * gdb.guile/types-module.exp: New file.
2801
7026a7c1
YQ
28022014-02-10 Yao Qi <yao@codesourcery.com>
2803
2804 PR testsuite/16543
2805 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
2806 * configure: Regenerated.
2807 * Makefile.in: New file.
2808
6c466447
AS
28092014-02-08 Andreas Schwab <schwab@linux-m68k.org>
2810
2811 * gdb.python/py-framefilter.exp: Fix typo.
2812
6e854735
YQ
28132014-02-08 Yao Qi <yao@codesourcery.com>
2814
2815 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
2816 that no =breakpoint-modified is emitted when breakpoints are
2817 modified through MI commands.
2818
d137e6dc
PA
28192014-02-07 Pedro Alves <pedro@codesourcery.com>
2820 Pedro Alves <palves@redhat.com>
2821
2822 * gdb.threads/step-after-sr-lock.c: New file.
2823 * gdb.threads/step-after-sr-lock.exp: New file.
2824
b5ee5a50
PA
28252014-02-07 Pedro Alves <palves@redhat.com>
2826
2827 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
2828
3c77faf3
JK
28292014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2830
2831 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
2832 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
2833
6dddc817
DE
28342014-02-06 Doug Evans <xdje42@gmail.com>
2835
2836 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
2837 output.
2838
2839 * gdb.gdb/python-interrupts.exp: New file.
2840
de7b2893
YQ
28412014-02-05 Yao Qi <yao@codesourcery.com>
2842
2843 * gdb.trace/report.exp (use_collected_data): Test the output
2844 of "info threads" and "info inferiors".
2845
66d032ac
YQ
28462014-02-05 Yao Qi <yao@codesourcery.com>
2847
2848 Revert this patch:
2849
2850 2013-05-24 Yao Qi <yao@codesourcery.com>
2851
2852 * gdb.trace/tfile.exp: Test inferior and thread.
2853
591a12a1
UW
28542014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2855
2856 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
2857 on a function.
2858 * gdb.base/step-bt.c: Call hello via function pointer to make
2859 sure its first instruction is executed on powerpc64le-linux.
2860
0ff3e01f
UW
28612014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2862
2863 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
2864
084ee545
UW
28652014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2866
2867 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
2868 of the test patterns for use on little-endian systems.
2869
6ed14ff3
UW
28702014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2871
2872 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
2873 (decimal_vector): Fix for little-endian.
2874
401e27fd
JM
28752014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
2876
2877 * gdb.arch/sparc-sysstep.exp: New file.
2878 * gdb.arch/sparc-sysstep.c: Likewise.
2879
2880 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
2881
8b924729
EBM
28822014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2883
2884 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
2885
fb151210
JB
28862014-01-23 Tom Tromey <tromey@redhat.com>
2887
2888 * gdb.ada/array_char_idx: New testcase.
2889
0740f8d8
TT
28902014-01-23 Tom Tromey <tromey@redhat.com>
2891
2892 PR python/16487:
2893 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
2894 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
2895 classes.
2896
21909fa1
TT
28972014-01-23 Tom Tromey <tromey@redhat.com>
2898
2899 PR python/16491:
2900 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
2901 string from an inferior frame.
2902 * gdb.python/py-framefilter-mi.exp: Update.
2903
87ce2a04
DE
29042014-01-22 Doug Evans <dje@google.com>
2905
2906 * gdb.server/server-mon.exp: Add tests for "set debug-format".
2907
237b092b
AA
29082014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2909
2910 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
2911
d674a709
AA
29122014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2913
2914 * gdb.trace/entry-values.exp: Remove excess space character from
2915 regex patterns. Handle s390 call instruction.
2916
20fa3390
AA
29172014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2918
2919 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
2920 define "*_start" label. Make "name" static.
2921 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
2922 ${name} by references to ${name}_start.
2923
78466714
AA
29242014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2925
2926 * gdb.base/info-macros.exp: Remove "debug" from the compile
2927 options.
2928
ec9f644a
IB
29292014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2930
2931 * gdb.dlang/demangle.exp: New file.
2932
94b1b47e
IB
29332014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2934
2935 * gdb.dlang/primitive-types.exp: New file.
2936
7f420862
IB
29372014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2938
2939 * configure.ac: Create gdb.dlang/Makefile.
2940 * configure: Regenerate.
2941 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
2942 * gdb.dlang/Makefile.in: New file.
2943 * lib/d-support.exp: New file.
2944 * lib/gdb.exp (skip_d_tests): New proc.
2945
52834460
MM
29462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2947
2948 * gdb.btrace/delta.exp: Check reverse stepi.
2949 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
2950 * gdb.btrace/finish.exp: New.
2951 * gdb.btrace/next.exp: New.
2952 * gdb.btrace/nexti.exp: New.
2953 * gdb.btrace/record_goto.c: Add comments.
2954 * gdb.btrace/step.exp: New.
2955 * gdb.btrace/stepi.exp: New.
2956 * gdb.btrace/multi-thread-step.c: New.
2957 * gdb.btrace/multi-thread-step.exp: New.
2958 * gdb.btrace/rn-dl-bind.c: New.
2959 * gdb.btrace/rn-dl-bind.exp: New.
2960 * gdb.btrace/data.c: New.
2961 * gdb.btrace/data.exp: New.
2962 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
2963
6e07b1d2
MM
29642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2965
2966 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
2967 * gdb.btrace/exception.exp: Update.
2968 * gdb.btrace/instruction_history.exp: Update.
2969 * gdb.btrace/record_goto.exp: Update.
2970 * gdb.btrace/tailcall.exp: Update.
2971 * gdb.btrace/unknown_functions.exp: Update.
2972 * gdb.btrace/delta.exp: New.
2973
0b722aec
MM
29742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2975
2976 * gdb.btrace/record_goto.exp: Add backtrace test.
2977 * gdb.btrace/tailcall.exp: Add backtrace test.
2978
066ce621
MM
29792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2980
2981 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
2982 * gdb.btrace/record_goto.c: New.
2983 * gdb.btrace/record_goto.exp: New.
2984 * gdb.btrace/x86-record_goto.S: New.
2985
0688d04e
MM
29862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2987
2988 * gdb.btrace/function_call_history.exp: Update tests.
2989 * gdb.btrace/instruction_history.exp: Update tests.
2990
8710b709
MM
29912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2992
2993 * gdb.btrace/function_call_history.exp: Fix expected field
2994 order for "record function-call-history".
2995 Add new tests for "record function-call-history /c".
2996 * gdb.btrace/exception.cc: New.
2997 * gdb.btrace/exception.exp: New.
2998 * gdb.btrace/tailcall.exp: New.
2999 * gdb.btrace/x86-tailcall.S: New.
3000 * gdb.btrace/x86-tailcall.c: New.
3001 * gdb.btrace/unknown_functions.c: New.
3002 * gdb.btrace/unknown_functions.exp: New.
3003 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3004
5de9129b
MM
30052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3006
3007 * gdb.btrace/instruction_history.exp: Update.
3008 * gdb.btrace/function_call_history.exp: Update.
3009
23a7fe75
MM
30102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3011
3012 * gdb.btrace/function_call_history.exp: Fix expected function
3013 trace.
3014 * gdb.btrace/instruction_history.exp: Initialize traced.
3015 Remove traced_functions.
3016
724c7dd8
MM
30172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3018
3019 * gdb.btrace/function_call_history.exp: Update
3020 * gdb.btrace/instruction_history.exp: Update.
3021
6d78d93b
MM
30222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3023
3024 * gdb.btrace/enable.exp: Update expected text.
3025
93a360cc
OJ
30262014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
3027
3028 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
3029 bytes.
3030
3772b53f
MR
30312014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
3032
3033 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
3034
596662fa
OJ
30352014-01-15 Omair Javaid <omair.javaid@linaro.org>
3036
3037 * lib/gdb.exp (supports_process_record): Return true for
3038 arm*-linux*. (supports_reverse): Likewise.
3039
b5b08fb4
SC
30402014-01-13 Siva Chandra Reddy <sivachandra@google.com>
3041
3042 PR python/15464
3043 PR python/16113
3044 * gdb.python/py-type.c: Enhance test case.
3045 * gdb.python/py-value-cc.cc: Likewise
3046 * gdb.python/py-type.exp: Add new tests.
3047 * gdb.python/py-value-cc.exp: Likewise
3048
52d7fb13
AA
30492014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3050 Pedro Alves <palves@redhat.com>
3051
3052 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
3053 Make "name" extern.
3054 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
3055 references to ${name}_start by references to ${name}.
3056
a2cd8cfe
JB
30572014-01-10 Joel Brobecker <brobecker@adacore.com>
3058
3059 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
3060
4e23fced
JB
30612014-01-10 Joel Brobecker <brobecker@adacore.com>
3062
3063 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
3064
c6a9e42c
PA
30652014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
3066 Pedro Alves <palves@redhat.com>
3067
3068 * gdb.mi/mi-info-os.exp: Connect to the target with
3069 mi_gdb_target_load.
3070
b7ea362b
PA
30712014-01-08 Pedro Alves <palves@redhat.com>
3072
3073 * gdb.threads/reconnect-signal.c: New file.
3074 * gdb.threads/reconnect-signal.exp: New file.
3075
5e3f4fab
EBM
30762014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3077
3078 * gdb.base/source-dir.exp: New file.
3079
79301218
JB
30802014-01-07 Joel Brobecker <brobecker@adacore.com>
3081
3082 * gdb.ada/mi_interface: New testcase.
3083
8e355c5d
JB
30842014-01-07 Joel Brobecker <brobecker@adacore.com>
3085
3086 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
3087 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
3088 gdb.ada/pp-rec-component/pck.ads: New files.
3089
c0d48811
JB
30902014-01-07 Joel Brobecker <brobecker@adacore.com>
3091
3092 * gdb.python/py-pp-integral.c: New file.
3093 * gdb.python/py-pp-integral.py: New file.
3094 * gdb.python/py-pp-integral.exp: New file.
3095
17b609c3 3096For older changes see ChangeLog-1993-2013.
c906108c 3097\f
8d8cb839
EZ
3098;; Local Variables:
3099;; mode: change-log
3100;; left-margin: 8
3101;; fill-column: 74
3102;; version-control: never
3103;; End:
902f2ccb 3104
14f8b115 3105 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
3106 Copying and distribution of this file, with or without modification,
3107 are permitted provided the copyright notice and this notice are preserved.