stepi/nexti: skip signal handler if "handle nostop" signal arrives
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2014-10-27 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/sigstep.c (dummy): New global.
4 (main): Issue a couple writes to the new global.
5 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
6 procedures.
7 (skip_over_handler): Use test_skip_handler.
8 (top level): Call skip_over_handler for stepi and nexti too.
9 (breakpoint_over_handler): Use test_skip_handler.
10 (top level): Call breakpoint_over_handler for stepi and nexti too.
11
12 2014-10-27 Yao Qi <yao@codesourcery.com>
13
14 * gdb.trace/tfile.c (adjust_function_address)
15 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16 function descriptor.
17
18 2014-10-24 Don Breazeal <donb@codesourcery.com>
19
20 * gdb.base/foll-fork.exp (test_follow_fork,
21 catch_fork_child_follow): Check for updated fork messages emitted
22 from infrun.c.
23 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
24 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
25 vfork_and_exec_child_follow_through_step): Check for updated vfork
26 messages emitted from infrun.c.
27
28 2014-10-24 Pedro Alves <palves@redhat.com>
29
30 * gdb.base/corefile.exp: Remove references to ultrix.
31 * gdb.base/interrupt.exp: Likewise.
32 * gdb.base/whatis.exp: Likewise.
33 * gdb.gdb/selftest.exp: Likewise.
34 * gdb.threads/manythreads.exp: Likewise.
35 * gdb.threads/print-threads.exp: Likewise.
36 * gdb.threads/pthreads.exp:: Likewise.
37 * gdb.threads/schedlock.exp: Likewise.
38
39 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
40
41 * gdb.cp/non-trivial-retval.cc: Add a test case.
42 * gdb.cp/non-trivial-retval.exp: Add a test.
43
44 2014-10-20 Yao Qi <yao@codesourcery.com>
45
46 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
47 * gdb.python/py-objfile-script-gdb.py: New file.
48 * gdb.python/py-objfile-script.exp: Update reference to
49 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
50 of remote_download. Remove the dest file.
51
52 2014-10-20 Yao Qi <yao@codesourcery.com>
53
54 * gdb.base/checkpoint.exp: Don't remove file copied on host.
55 * gdb.base/step-line.exp: Likewise.
56 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
57 * gdb.dwarf2/dw2-basic.exp: Likewise.
58 * gdb.dwarf2/dw2-compressed.exp: Likewise.
59 * gdb.dwarf2/dw2-filename.exp: Likewise.
60 * gdb.dwarf2/dw2-intercu.exp: Likewise.
61 * gdb.dwarf2/dw2-intermix.exp: Likewise.
62 * gdb.dwarf2/dw2-producer.exp: Likewise.
63 * gdb.dwarf2/mac-fileno.exp: Likewise.
64 * gdb.python/py-frame-args.exp: Likewise.
65 * gdb.python/py-framefilter.exp: Likewise.
66 * gdb.python/py-mi.exp: Likewise.
67 * gdb.python/py-objfile-script.exp: Likewise
68 * gdb.python/py-pp-integral.exp: Likewise.
69 * gdb.python/py-pp-re-notag.exp: Likewise.
70 * gdb.python/py-prettyprint.exp: Likewise.
71 * gdb.python/py-section-script.exp: Likewise.
72 * gdb.python/py-typeprint.exp: Likewise.
73 * gdb.python/py-xmethods.exp: Likewise.
74 * gdb.stabs/weird.exp: Likewise.
75 * gdb.xml/tdesc-regs.exp: Likewise.
76
77 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
78
79 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
80 (out_cu): Use addr_len for the size of addresses.
81 (out_line): Likewise. Size DW_LNE_set_address instruction
82 according to addr_len.
83 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
84 (FUNC): Add START_INSNS to definition.
85
86 2014-10-18 Yao Qi <yao@codesourcery.com>
87
88 * gdb.base/argv0-symlink.exp: Check argv[0] value if
89 gdb_has_argv0 return true.
90 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
91 check [target_info exists noargs], check [gdb_has_argv0]
92 instead.
93 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
94 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
95 procedures.
96
97 2014-10-17 Doug Evans <dje@google.com>
98
99 * gdb.python/py-events.exp: Update expected output for clear_objfiles
100 event.
101 * gdb.python/py-events.py: Add clear_objfiles event.
102
103 2014-10-17 Doug Evans <dje@google.com>
104
105 * gdb.python/py-objfile.exp: Test progspace attribute.
106
107 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
108
109 * gdb.guile/scm-breakpoint.exp: Do not assume any
110 directory separators when matching source file paths.
111 * gdb.python/py-breakpoint.exp: Likewise.
112 * gdb.reverse/break-precsave.exp: Likewise.
113 * gdb.reverse/break-reverse.exp: Likewise.
114 * gdb.reverse/consecutive-precsave.exp: Likewise.
115 * gdb.reverse/finish-precsave.exp: Likewise.
116 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
117 * gdb.reverse/finish-reverse.exp: Likewise.
118 * gdb.reverse/i386-precsave.exp: Likewise.
119 * gdb.reverse/i387-env-reverse.exp: Likewise.
120 * gdb.reverse/i387-stack-reverse.exp: Likewise.
121 * gdb.reverse/machinestate-precsave.exp: Likewise.
122 * gdb.reverse/machinestate.exp: Likewise.
123 * gdb.reverse/sigall-precsave.exp: Likewise.
124 * gdb.reverse/solib-precsave.exp: Likewise.
125 * gdb.reverse/step-precsave.exp: Likewise.
126 * gdb.reverse/until-precsave.exp: Likewise.
127 * gdb.reverse/watch-precsave.exp: Likewise.
128 * gdb.reverse/watch-reverse.exp: Likewise.
129
130 2014-10-17 Yao Qi <yao@codesourcery.com>
131
132 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
133 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
134
135 2014-10-17 Pedro Alves <palves@redhat.com>
136
137 PR gdb/17471
138 * gdb.base/bg-execution-repeat.c: New file.
139 * gdb.base/bg-execution-repeat.exp: New file.
140
141 2014-10-17 Pedro Alves <palves@redhat.com>
142
143 PR gdb/17300
144 * gdb.base/continue-all-already-running.c: New file.
145 * gdb.base/continue-all-already-running.exp: New file.
146
147 2014-10-17 Pedro Alves <palves@redhat.com>
148
149 PR gdb/17472
150 * gdb.base/annota-input-while-running.c: New file.
151 * gdb.base/annota-input-while-running.exp: New file.
152
153 2014-10-17 Pedro Alves <palves@redhat.com>
154
155 * gdb.base/callfuncs.exp: emove references to osf.
156 * gdb.base/sigall.exp: Likewise.
157 * gdb.gdb/selftest.exp: Likewise.
158 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
159 * gdb.mi/non-stop.c: Likewise.
160 * gdb.mi/pthreads.c: Likewise.
161 * gdb.reverse/sigall-precsave.exp: Likewise.
162 * gdb.reverse/sigall-reverse.exp: Likewise.
163 * gdb.threads/pthreads.c: Likewise.
164 * gdb.threads/pthreads.exp: Likewise.
165
166 2014-10-17 Yao Qi <yao@codesourcery.com>
167
168 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
169 check 'target_info exists noargs'.
170 (test_command_prompt_position): Likewise.
171 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
172 Remove "set args".
173 (progvar_simple_while_test): Likewise.
174 (progvar_complex_if_while_test): Likewise.
175 (if_while_breakpoint_command_test): Likewise.
176 (infrun_breakpoint_command_test): Likewise.
177 (breakpoint_command_test): Likewise.
178 (watchpoint_command_test): Likewise.
179 (bp_deleted_in_command_test): Likewise.
180 (temporary_breakpoint_commands): Likewise.
181
182 2014-10-16 Yao Qi <yao@codesourcery.com>
183
184 * gdb.base/remotetimeout.exp: Remove noargs checking.
185
186 2014-10-15 Pedro Alves <palves@redhat.com>
187
188 PR breakpoints/9649
189 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
190 * gdb.base/breakpoint-in-ro-region.exp
191 (probe_target_hardware_step): New procedure.
192 (top level): Probe hardware stepping and hardware breakpoint
193 support. Test stepping through a read-only region, with both
194 "breakpoint auto-hw" on and off and both "always-inserted" on and
195 off.
196
197 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
198
199 * gdb.dlang/demangle.exp: Update for demangling changes.
200
201 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
202
203 * gdb.cp/non-trivial-retval.cc: Add new test cases.
204 * gdb.cp/non-trivial-retval.exp: Add new tests.
205
206 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
207
208 PR c++/13403
209 PR c++/15154
210 * gdb.cp/non-trivial-retval.cc: New file.
211 * gdb.cp/non-trivial-retval.exp: New file.
212
213 2014-10-15 Yao Qi <yao@codesourcery.com>
214
215 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
216 remote host.
217
218 2014-10-15 Yao Qi <yao@codesourcery.com>
219
220 * gdb.python/py-symbol.exp: Match file base name if host is
221 remote, otherwise match file name with dir name.
222 * gdb.python/py-symtab.exp: Likewise.
223 * gdb.python/python.exp: Likewise.
224
225 2014-10-15 Yao Qi <yao@codesourcery.com>
226
227 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
228 pattern.
229 * gdb.python/py-symtab.exp: Likewise.
230 * gdb.python/python.exp: Remove trailing ".*". Fix typo
231 locationn.
232
233 2014-10-14 Joel Brobecker <brobecker@adacore.com>
234
235 * gdb.ada/addr_arith: New testcase.
236
237 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
238
239 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
240 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
241 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
242 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
243
244 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
245
246 * gdb.arch/stap-eval-lang-ada.S: Likewise.
247 * gdb.arch/stap-eval-lang-ada.c: Likewise.
248 * gdb.arch/stap-eval-lang-ada.exp: New file.
249
250 2014-10-14 Yao Qi <yao@codesourcery.com>
251
252 * gdb.mi/mi-var-child.c (nothing1): New function.
253 (nothing2): New function.
254 (do_children_tests): Set function pointers by nothing1 and
255 nothing2.
256 * gdb.mi/mi-var-child.exp: Step over new added statements.
257 Update test to match the new output.
258 * gdb.mi/var-cmd.c (nothing1): New function.
259 (nothing2): New function.
260 (do_children_tests): Set function pointers by nothing1 and
261 nothing2.
262 * gdb.mi/mi-var-display.exp: Update test to match output.
263 Step to the line specified by $line_dct_nothing.
264 Increase the number of lines to step.
265
266 2014-10-14 Yao Qi <yao@codesourcery.com>
267
268 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
269 tests.
270 * gdb.mi/mi2-var-child.exp: Likewise.
271
272 2014-10-13 Doug Evans <dje@google.com>
273
274 * gdb.python/py-objfile.exp: Change name of file name test.
275
276 2014-10-13 Doug Evans <dje@google.com>
277
278 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
279 from the start of the CU.
280
281 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
282 Yao Qi <yao@codesourcery.com>
283
284 Fix "save breakpoints" for "catch" command.
285 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
286 Remove -nonewline. Match also the added "main" line.
287
288 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
289
290 Fix "save breakpoints" for "disable $bpnum" command.
291 * gdb.base/save-bp.c (main): Add label.
292 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
293
294 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
295
296 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
297
298 2014-10-11 Yao Qi <yao@codesourcery.com>
299
300 * gdb.server/server-kill.exp: Execute command
301 "set remote trace-status-packet on" before "tstatus".
302
303 2014-10-11 Yao Qi <yao@codesourcery.com>
304
305 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
306 (main): Call getppid.
307 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
308 and continue to it. Read variable "server_pid".
309
310 2014-10-11 Yao Qi <yao@codesourcery.com>
311
312 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
313
314 2014-10-11 Yao Qi <yao@codesourcery.com>
315
316 * gdb.threads/thread-find.exp: Don't execute command
317 "info threads".
318 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
319 * gdb.threads/linux-dp.exp: Don't check the condition
320 $threads_created equals to zero.
321
322 2014-10-10 Pedro Alves <palves@redhat.com>
323
324 * gdb.base/bigcore.exp: Remove references to IRIX.
325 * gdb.base/funcargs.exp: Likewise.
326 * gdb.base/interrupt.exp: Likewise.
327 * gdb.base/mips_pro.exp: Likewise.
328 * gdb.base/nodebug.exp: Likewise.
329 * gdb.base/setvar.exp: Likewise.
330 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
331
332 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
333 Pedro Alves <palves@redhat.com>
334
335 PR symtab/14466
336 * gdb.base/vdso-warning.c: New file.
337 * gdb.base/vdso-warning.exp: New file.
338
339 2014-10-02 Doug Evans <dje@google.com>
340
341 * gdb.base/structs.c (main): Don't run forever.
342
343 2014-10-02 Pedro Alves <palves@redhat.com>
344
345 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
346 (top level) <stop threads 1, stop threads 2>: Use it.
347
348 2014-10-02 Pedro Alves <palves@redhat.com>
349
350 * gdb.threads/break-while-running.exp (test): Add new
351 'update_thread_list' argument. Skip "info threads" if false.
352 (top level): Add new 'update_thread_list' axis.
353
354 2014-10-02 Pedro Alves <palves@redhat.com>
355
356 PR breakpoints/17431
357 * gdb.base/execl-update-breakpoints.c: New file.
358 * gdb.base/execl-update-breakpoints.exp: New file.
359
360 2014-10-01 Pedro Alves <palves@redhat.com>
361
362 * gdb.base/breakpoint-in-ro-region.c: New file.
363 * gdb.base/breakpoint-in-ro-region.exp: New file.
364
365 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
366
367 * gdb.mi/mi-exit-code.exp: New file.
368 * gdb.mi/mi-exit-code.c: New file.
369
370 2014-09-30 Yao Qi <yao@codesourcery.com>
371
372 * lib/prelink-support.exp (build_executable_own_libs): Error if
373 the target isn't native.
374
375 2014-09-30 Yao Qi <yao@codesourcery.com>
376
377 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
378 false.
379
380 2014-09-22 Pedro Alves <palves@redhat.com>
381
382 * gdb.threads/break-while-running.exp: New file.
383 * gdb.threads/break-while-running.c: New file.
384
385 2014-09-19 Yao Qi <yao@codesourcery.com>
386
387 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
388 Invoke test. Restart GDB with --readnow and invoke test again.
389
390 2014-09-19 Yao Qi <yao@codesourcery.com>
391
392 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
393 proc set_breakpoint_on_gcd_function. Invoke
394 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
395 invoke set_breakpoint_on_gcd_function again.
396
397 2014-09-18 Doug Evans <dje@google.com>
398
399 * gdb.dwarf2/symtab-producer.exp: New file.
400
401 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
402
403 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
404 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
405 * gdb.base/global-var-nested-by-dso.c: Likewise.
406 * gdb.base/global-var-nested-by-dso.exp: Likewise.
407
408 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
409 Pedro Alves <palves@redhat.com>
410
411 * gdb.base/watch-bitfields.exp: Pass string other than test file
412 name to prepare_for_testing.
413 (watch): New procedure.
414 (expect_watchpoint): Use with_test_prefix.
415 (top level): Factor out tests to ...
416 (test_watch_location, test_regular_watch): ... these new
417 procedures, and use with_test_prefix and gdb_continue_to_end.
418
419 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
420
421 PR breakpoints/12526
422 * gdb.base/watch-bitfields.exp: New file.
423 * gdb.base/watch-bitfields.c: New file.
424
425 2014-09-16 Pedro Alves <palves@redhat.com>
426
427 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
428 software and hardware addresses, not software address against
429 itself.
430
431 2014-09-16 Pedro Alves <palves@redhat.com>
432
433 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
434 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
435
436 2014-09-16 Pedro Alves <palves@redhat.com>
437
438 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
439 files.
440 * gdb.base/a2-run.exp: Remove all code guarded by istarget
441 "*-*-vxworks*" throughout.
442 * gdb.base/break.exp: Likewise.
443 * gdb.base/default.exp: Likewise.
444 * gdb.base/scope.exp: Likewise.
445 * gdb.base/sepdebug.exp: Likewise.
446 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
447 throughout.
448 * gdb.base/run.c: Likewise.
449 * gdb.base/sepdebug.c: Likewise.
450 * gdb.hp/gdb.aCC/run.c: Likewise.
451 * gdb.reverse/until-reverse.c: Likewise.
452 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
453
454 2014-09-16 Yao Qi <yao@codesourcery.com>
455
456 * boards/local-remote-host-native.exp: New file.
457
458 2014-09-14 Doug Evans <xdje42@gmail.com>
459
460 * gdb.threads/queue-signal.c (thread_count): New variable.
461 (thread_count_mutex, thread_count_condvar): New variables.
462 (incr_thread_count, wait_all_threads_running): New functions.
463 (main): Wait for all threads to be in their thread functions.
464
465 2014-09-13 Doug Evans <xdje42@gmail.com>
466
467 * gdb.threads/queue-signal.c: New file.
468 * gdb.threads/queue-signal.exp: New file.
469
470 2014-09-13 Doug Evans <xdje42@gmail.com>
471
472 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
473 be consistent with what default_gdb_init uses.
474 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
475 the plain text of the prompt. Add some logging printfs.
476 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
477
478 2014-09-12 Pedro Alves <palves@redhat.com>
479
480 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
481 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
482 * gdb.arch/i386-size-overlap.exp: Likewise.
483 * gdb.arch/i386-size.exp: Likewise.
484 * gdb.arch/i386-unwind.exp: Likewise.
485 * gdb.base/a2-run.exp: Likewise.
486 * gdb.base/break.exp: Likewise.
487 * gdb.base/charset.exp: Likewise.
488 * gdb.base/chng-syms.exp: Likewise.
489 * gdb.base/commands.exp: Likewise.
490 * gdb.base/dbx.exp: Likewise.
491 * gdb.base/find.exp: Likewise.
492 * gdb.base/funcargs.exp: Likewise.
493 * gdb.base/jit-simple.exp: Likewise.
494 * gdb.base/reread.exp: Likewise.
495 * gdb.base/sepdebug.exp: Likewise.
496 * gdb.base/step-bt.exp: Likewise.
497 * gdb.cp/mb-inline.exp: Likewise.
498 * gdb.cp/mb-templates.exp: Likewise.
499 * gdb.objc/basicclass.exp: Likewise.
500 * gdb.threads/killed.exp: Likewise.
501
502 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
503
504 PR tdep/17379
505 * gdb.arch/powerpc-stackless.S: New file.
506 * gdb.arch/powerpc-stackless.exp: New file.
507
508 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
509
510 * gdb.base/attach.c: Include unistd.h.
511 (main): Call alarm. Add label postloop.
512 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
513 gdb_breakpoint, gdb_continue_to_breakpoint.
514 (test_command_line_attach_run): Kill ${testpid} in one exit path.
515
516 2014-09-11 Pedro Alves <palves@redhat.com>
517
518 PR gdb/17347
519 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
520 * gdb.base/attach.exp (test_command_line_attach_run): New
521 procedure.
522 (top level): Call it.
523
524 2014-09-11 Pedro Alves <palves@redhat.com>
525
526 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
527 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
528 (do_command_attach_tests): Use spawn_wait_for_attach.
529 * gdb.base/solib-overlap.exp: Likewise.
530 * gdb.multi/multi-attach.exp: Likewise.
531 * gdb.python/py-prompt.exp: Likewise.
532 * gdb.python/py-sync-interp.exp: Likewise.
533 * gdb.server/ext-attach.exp: Likewise.
534
535 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
536
537 * gdb.fortran/array-element.exp: Remove unexpected "continue"
538 command in testcase. Simplify testcase.
539
540 2014-09-10 Joel Brobecker <brobecker@adacore.com>
541
542 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
543
544 2014-09-10 Joel Brobecker <brobecker@adacore.com>
545
546 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
547
548 2014-09-10 Joel Brobecker <brobecker@adacore.com>
549
550 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
551
552 2014-09-10 Joel Brobecker <brobecker@adacore.com>
553
554 * gdb.dwarf2/dynarr-ptr.c: New file.
555 * gdb.dwarf2/dynarr-ptr.exp: New file.
556
557 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
558
559 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
560 of 30 rather than hardcoding 120 for a slow test case. Take the
561 `gdb,timeout' target setting into account for this calculation.
562 Don't extend the timeout for the test cases that don't need it.
563
564 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
565
566 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
567 a factor of 2 for a slow test case. Take the `gdb,timeout'
568 target setting into account for this calculation.
569 * gdb.reverse/until-precsave.exp: Increase the timeout by
570 a factor of 15 and 3 respectively rather than adding 120
571 for a pair of slow test cases. Take the `gdb,timeout'
572 target setting into account for this calculation.
573
574 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
575
576 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
577 timeout, don't pass one down to gdb_expect.
578 (gdb_expect): Rework timeout selection.
579
580 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
581
582 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
583 exception on timeout.
584 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
585 (gdbserver_start_extended): Catch any `gdbserver_start' error
586 exceptions.
587 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
588 * lib/mi-support.exp (mi_gdb_target_load): Catch any
589 `gdbserver_gdb_load' error exceptions.
590
591 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
592
593 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
594 120 on waiting for the TCP socket to open.
595
596 2014-09-09 Doug Evans <xdje42@gmail.com>
597
598 * gdb.base/default.exp (show_conv_list): Add _caller_is,
599 _caller_matches, _any_caller_is, _any_caller_matches.
600
601 2014-09-09 Doug Evans <xdje42@gmail.com>
602
603 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
604
605 2014-09-09 Yao Qi <yao@codesourcery.com>
606
607 * gdb.mi/mi-var-display.exp: Set print symbol off.
608
609 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
610
611 PR gdb/17035
612 * gdb.base/commands.exp: Add tests to verify user-defined
613 commands with empty bodies.
614 * gdb.python/py-cmd.exp: Test that we don't show user-defined
615 python commands in `show user command`.
616 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
617 scheme commands in `show user command`.
618
619 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
620
621 PR python/17355
622 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
623 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
624 * gdb.python/py-framefilter-invalidarg.exp: New file.
625 * gdb.python/py-framefilter-invalidarg.py: New file.
626
627 2014-09-06 Doug Evans <xdje42@gmail.com>
628
629 PR 15276
630 * gdb.python/py-caller-is.c: New file.
631 * gdb.python/py-caller-is.exp: New file.
632
633 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
634
635 PR gdb/17235
636 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
637 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
638
639 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
640
641 PR fortran/17237
642 * gdb.fortran/print-formatted.exp: New file.
643 * gdb.fortran/print-formatted.f90: Likewise.
644
645 2014-09-03 Sasha Smundak <asmundak@google.com>
646
647 * gdb.python/py-frame.exp: Test Frame.read_register.
648
649 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
650
651 PR python/16699
652 * gdb.python/py-completion.exp: New file.
653 * gdb.python/py-completion.py: Likewise.
654
655 2014-08-28 Doug Evans <dje@google.com>
656
657 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
658 eax,etc. are live with values set by gdb and thus the compiler can't
659 use them.
660 * gdb.arch/i386-pseudo.c (main): Ditto.
661
662 2014-08-27 Doug Evans <dje@google.com>
663
664 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
665
666 2014-08-25 Doug Evans <dje@google.com>
667
668 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
669 (main): Ditto.
670
671 2014-08-25 Doug Evans <dje@google.com>
672
673 * gdb.threads/thread-execl.exp: #include <stdio.h>.
674
675 2014-08-24 Yao Qi <yao@codesourcery.com>
676
677 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
678 symbol off.
679 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
680
681 2014-08-22 Doug Evans <dje@google.com>
682
683 PR 17276
684 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
685 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
686 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
687
688 2014-08-22 Yao Qi <yao@codesourcery.com>
689
690 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
691 * gdb.python/py-finish-breakpoint2.exp: Likewise.
692 * gdb.python/python.exp: Likewise. Use .py file on the host
693 instead of the build.
694
695 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
696
697 * gdb.threads/gcore-stale-thread.c: New file.
698 * gdb.threads/gcore-stale-thread.exp: New file.
699
700 2014-08-21 Pedro Alves <palves@redhat.com>
701
702 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
703 * gdb.base/gcore-relro-pie.exp: Likewise.
704 * gdb.base/gcore-relro.exp: Likewise.
705 * gdb.base/gcore.exp: Likewise.
706 * gdb.base/print-symbol-loading.exp: Likewise.
707 * gdb.threads/gcore-thread.exp: Likewise.
708 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
709
710 2014-08-20 Pedro Alves <palves@redhat.com>
711 Jan Kratochvil <jan.kratochvil@redhat.com>
712
713 * Makefile.in (EXTRA_RULES, CC): New variables, get from
714 configure.
715 (EXPECT): Handle READ1 being set.
716 (all): Depend on EXTRA_RULES.
717 (check-read1, expect-read1, read1.so, read1): New rules.
718 * README (Testsuite Parameters): Document the READ1 make variable.
719 (Race detection): New section.
720 * configure: Regenerate.
721 * configure.ac: If build==host==target, and running under a
722 GNU/glibc system, add read1 to the extra Makefile rules.
723 (EXTRA_RULES): AC_SUBST it.
724 * lib/read1.c: New file.
725
726 2014-08-20 Joel Brobecker <brobecker@adacore.com>
727
728 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
729 the handling of variables declared as a typedef to an array
730 which a DW_AT_data_location attribute.
731
732 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
733 Pedro Alves <palves@redhat.com>
734
735 PR symtab/14604
736 PR symtab/14605
737 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
738 gdb_test.
739
740 2014-08-19 Pedro Alves <palves@redhat.com>
741
742 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
743
744 2014-08-19 Yao Qi <yao@codesourcery.com>
745
746 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
747 right line.
748
749 2014-08-18 David Blaikie <dblaikie@gmail.com>
750
751 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
752
753 2014-08-18 Joel Brobecker <brobecker@adacore.com>
754
755 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
756 attribute in array range.
757
758 2014-08-18 Joel Brobecker <brobecker@adacore.com>
759
760 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
761
762 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
763
764 PR c++/17132
765 * gdb.cp/pr17132.cc: New file.
766 * gdb.cp/pr17132.exp: New file.
767
768 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
769
770 * gdb.python/py-xmethods.py (A_getarrayind)
771 (E_method_char_worker.__call__, E_method_int_worker.__call__):
772 Use 'print' with function call syntax.
773 (E_method_matcher.match): Fix tab vs space indentation mixup.
774
775 2014-08-15 Yao Qi <yao@codesourcery.com>
776
777 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
778 false.
779
780 2014-08-15 Yao Qi <yao@codesourcery.com>
781
782 * gdb.cp/casts.exp: Set print symbol off.
783 * gdb.cp/class2.exp: Likewise.
784 * gdb.cp/overload.exp: Likewise.
785 * gdb.cp/templates.exp: Likewise.
786
787 2014-08-11 Doug Evans <dje@google.com>
788
789 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
790 (test_load_shlib): Update.
791
792 2014-08-09 Yao Qi <yao@codesourcery.com>
793
794 * gdb.base/display.exp: Invoke is_address_zero_readable.
795 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
796 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
797 * gdb.base/hbreak-unmapped.exp: Return if
798 is_address_zero_readable returns true.
799 * gdb.base/signest.exp: Likewise.
800 * gdb.base/signull.exp: Likewise.
801 * gdb.base/sigbpt.exp: Likewise.
802 * gdb.guile/scm-disasm.exp: Do the test if
803 is_address_zero_readable returns false.
804 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
805 * gdb.python/py-arch.exp: Likewise.
806 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
807 * lib/gdb.exp (is_address_zero_readable): New proc.
808
809 2014-08-09 Yao Qi <yao@codesourcery.com>
810
811 PR testsuite/13443
812 * gdb.mi/mi-var-display.exp: Make test messages unique.
813
814 2014-08-04 Tom Tromey <tromey@redhat.com>
815
816 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
817 target 0".
818
819 2014-08-04 Tom Tromey <tromey@redhat.com>
820
821 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
822 "target_resume".
823
824 2014-08-01 Joel Brobecker <brobecker@adacore.com>
825
826 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
827 inner_vla_struct_object_size.
828 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
829 as xfail.
830
831 2014-07-30 Pedro Alves <palves@redhat.com>
832
833 * gdb.threads/signal-command-handle-nopass.exp (test): Add
834 comment.
835
836 2014-07-29 Yao Qi <yao@codesourcery.com>
837
838 PR gdb/17206
839 * gdb.base/until-nodebug.exp: New.
840
841 2014-07-28 Doug Evans <xdje42@gmail.com>
842
843 PR guile/17203
844 * gdb.guile/scm-parameter.exp: Add tests for trying to create
845 previously existing parameter, and previously ambiguously spelled
846 parameter.
847
848 2014-07-28 Will Newton <will.newton@linaro.org>
849
850 * gdb.base/varargs.exp: Remove KFAILs for ARM.
851
852 2014-07-26 Ludovic Courtès <ludo@gnu.org>
853 Doug Evans <xdje42@gmail.com>
854
855 PR guile/17146
856 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
857
858 2014-07-25 Pedro Alves <palves@redhat.com>
859
860 * gdb.threads/signal-command-handle-nopass.c: New file.
861 * gdb.threads/signal-command-handle-nopass.exp: New file.
862 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
863 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
864 * gdb.threads/signal-delivered-right-thread.c: New file.
865 * gdb.threads/signal-delivered-right-thread.exp: New file.
866
867 2014-07-25 Pedro Alves <palves@redhat.com>
868
869 * gdb.base/double-prompt-target-event-error.exp
870 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
871 match.
872 (cancel_pagination_in_target_event): Rework double prompt
873 detection.
874 * gdb.base/paginate-after-ctrl-c-running.exp
875 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
876 <return>' match.
877 * gdb.base/paginate-bg-execution.exp
878 (test_bg_execution_pagination_return)
879 (test_bg_execution_pagination_cancel): Remove '-notransfer
880 <return>' matches.
881 * gdb.base/paginate-execution-startup.exp
882 (test_fg_execution_pagination_return)
883 (test_fg_execution_pagination_cancel): Remove '-notransfer
884 <return>' matches.
885 * gdb.base/paginate-inferior-exit.exp
886 (test_paginate_inferior_exited): Remove '-notransfer <return>'
887 match.
888 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
889 * lib/gdb.exp (pagination_prompt): Run text through
890 string_to_regexp.
891 (gdb_test_multiple): Match $pagination_prompt instead of
892 "<return>".
893 (string_to_regexp): Move to lib/gdb-utils.exp.
894
895 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
896
897 * gdb.arch/amd64-entry-value-paramref.S: New file.
898 * gdb.arch/amd64-entry-value-paramref.cc: New file.
899 * gdb.arch/amd64-entry-value-paramref.exp: New file.
900 * gdb.arch/amd64-optimout-repeat.S: New file.
901 * gdb.arch/amd64-optimout-repeat.c: New file.
902 * gdb.arch/amd64-optimout-repeat.exp: New file.
903
904 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
905
906 PR gdb/17170
907 * gdb.base/statistics.exp: New file.
908
909 2014-07-17 Doug Evans <dje@google.com>
910
911 PR gdb/17170
912 * gdb.base/maint.exp: Update testing of per-command stats.
913
914 2014-07-16 Pedro Alves <palves@redhat.com>
915
916 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
917 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
918 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
919 (tfile_write_buf): New functions.
920 (add_memory_block): Rewrite using the above.
921 (adjust_function_address): New function.
922 (FUNCTION_ADDRESS): New macro.
923 (write_basic_trace_file): Remove short_x local, and use
924 tfile_write_16. Change type of func_addr local to unsigned long
925 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
926 here. Cast argument of add_memory_block to char pointer.
927 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
928 (main): Remove parameters.
929 * gdb.trace/tfile.exp: Remove nowarnings.
930
931 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
932
933 * gdb.base/debug-expr.exp: Test string evaluation with
934 "debug expression" on.
935
936 2014-07-15 Pedro Alves <palves@redhat.com>
937
938 * gdb.base/reread.exp: Use clean_restart.
939
940 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
941
942 * gdb.arch/avr-flash-qualifer.c: New.
943 * gdb.arch/avr-flash-qualifer.exp: New.
944
945 2014-07-14 Pedro Alves <palves@redhat.com>
946
947 * gdb.base/paginate-after-ctrl-c-running.c: New file.
948 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
949
950 2014-07-14 Pedro Alves <palves@redhat.com>
951
952 * gdb.base/double-prompt-target-event-error.c: New file.
953 * gdb.base/double-prompt-target-event-error.exp: New file.
954
955 2014-07-14 Pedro Alves <palves@redhat.com>
956
957 PR gdb/17072
958 * gdb.base/paginate-inferior-exit.c: New file.
959 * gdb.base/paginate-inferior-exit.exp: New file.
960
961 2014-07-14 Pedro Alves <palves@redhat.com>
962
963 PR gdb/17072
964 * gdb.base/paginate-bg-execution.c: New file.
965 * gdb.base/paginate-bg-execution.exp: New file.
966
967 2014-07-14 Pedro Alves <palves@redhat.com>
968
969 PR gdb/17072
970 * gdb.base/paginate-execution-startup.c: New file.
971 * gdb.base/paginate-execution-startup.exp: New file.
972 * lib/gdb.exp (pagination_prompt): New global.
973 (default_gdb_spawn): New procedure, factored out from
974 default_gdb_spawn.
975 (default_gdb_start): Adjust to call default_gdb_spawn.
976 (gdb_spawn): New procedure.
977
978 2014-07-14 Pedro Alves <palves@redhat.com>
979
980 * lib/gdb.exp (gdb_assert): New procedure.
981 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
982
983 2014-07-14 Pedro Alves <palves@redhat.com>
984
985 * gdb.base/execution-termios.c: New file.
986 * gdb.base/execution-termios.exp: New file.
987
988 2014-07-14 Tom Tromey <tromey@redhat.com>
989
990 * gdb.cp/vla-cxx.cc: New file.
991 * gdb.cp/vla-cxx.exp: New file.
992
993 2014-07-14 Tom Tromey <tromey@redhat.com>
994
995 * gdb.reverse/rerun-prec.c: New file.
996 * gdb.reverse/rerun-prec.exp: New file.
997
998 2014-07-12 Maciej W. Rozycki <macro@mips.com>
999 Maciej W. Rozycki <macro@codesourcery.com>
1000
1001 * lib/gdb-utils.exp: New file.
1002 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
1003 inline `gdb_init_command' processing.
1004 (gdb_start_cmd): Likewise.
1005 * lib/mi-support.exp (mi_run_cmd): Likewise.
1006 * README: Document `gdb_init_command' and `gdb_init_commands'.
1007
1008 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1009
1010 Fix false FAIL running under a very long directory name.
1011 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
1012 and "set print elements 10000". Twice.
1013
1014 2014-07-11 Yao Qi <yao@codesourcery.com>
1015
1016 * gdb.base/exprs.exp: "set print symbol off".
1017
1018 2014-07-11 Pedro Alves <palves@redhat.com>
1019
1020 * gdb.threads/kill.c: New file.
1021 * gdb.threads/kill.exp: New file.
1022
1023 2014-07-10 Yao Qi <yao@codesourcery.com>
1024
1025 * gdb.trace/tfile.c (write_basic_trace_file)
1026 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
1027 address written to trace file.
1028
1029 2014-07-09 Pedro Alves <palves@redhat.com>
1030
1031 * gdb.base/attach-wait-input.exp: New file.
1032 * gdb.base/attach-wait-input.c: New file.
1033
1034 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1035
1036 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
1037 setting up test structures.
1038 (main): Call new test function.
1039 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
1040 test function, continue into test function and walk test
1041 structures.
1042
1043 2014-07-02 Yao Qi <yao@codesourcery.com>
1044
1045 * gdb.trace/entry-values.c: Define labels 'foo_start' and
1046 'bar_start' at the beginning of functions 'foo' and 'bar'
1047 respectively.
1048 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
1049 instead of 'foo' and 'bar'.
1050
1051 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
1052
1053 * gdb.btrace/segv.exp: New.
1054 * gdb.btrace/segv.c: New.
1055
1056 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
1057
1058 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
1059 instruction.
1060
1061 2014-06-30 Mark Wielaard <mjw@redhat.com>
1062
1063 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
1064 vulture, vilify, villar): New volatile array constants.
1065 (vindictive, vegetation): New const volatile array constants.
1066 * gdb.base/volatile.exp: Test volatile and const volatile array
1067 types.
1068
1069 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1070
1071 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
1072 target lacks support for awatch, rwatch, or hbreak.
1073
1074 2014-06-27 Yao Qi <yao@codesourcery.com>
1075
1076 * gdb.multi/dummy-frame-restore.exp: New.
1077 * gdb.multi/dummy-frame-restore.c: New.
1078
1079 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
1080
1081 * gdb.btrace/gcore.exp: New.
1082
1083 2014-06-23 Pedro Alves <palves@redhat.com>
1084
1085 * gdb.base/watchpoint-reuse-slot.c: New file.
1086 * gdb.base/watchpoint-reuse-slot.exp: New file.
1087
1088 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
1089
1090 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
1091 progspace's filename in 'info', 'enable' and 'disable' command
1092 tests.
1093
1094 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1095
1096 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
1097 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
1098 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
1099
1100 2014-06-20 Gary Benson <gbenson@redhat.com>
1101
1102 * gdb.arch/i386-avx.exp: Fix include file location.
1103 * gdb.arch/i386-sse.exp: Likewise.
1104
1105 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
1106
1107 * gdb.dlang/expression.exp: New file.
1108
1109 2014-06-19 Pedro Alves <palves@redhat.com>
1110
1111 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
1112 out from ...
1113 (top level): ... here. Iterate running tests under different
1114 scheduler-locking settings.
1115
1116 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
1117
1118 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
1119 to DW_FORM_addr and use non-zero addresses.
1120
1121 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
1122
1123 PR gdb/17017
1124 * gdb.python/py-xmethods.cc: Add global function call counters and
1125 increment them in their respective functions. Remove "cout"
1126 statements.
1127 * gdb.python/py-xmethods.exp: Make tests check the global function
1128 call counters instead of depending on inferior IO.
1129
1130 2014-06-18 Don Breazeal <donb@codesourcery.com>
1131
1132 * gdb.base/foll-fork.exp (default_fork_parent_follow):
1133 Deleted procedure.
1134 (explicit_fork_parent_follow): Deleted procedure.
1135 (explicit_fork_child_follow): Deleted procedure.
1136 (test_follow_fork): New procedure.
1137 (do_fork_tests): Replace calls to deleted procedures with
1138 calls to test_follow_fork and reset GDB for subsequent
1139 procedure calls.
1140
1141 2014-06-17 Yao Qi <yao@codesourcery.com>
1142
1143 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
1144 CP1252.
1145
1146 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
1147
1148 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
1149 Initialize ptr and S explicitly.
1150 (skip_type_update_when_not_use_rtti_test): Likewise.
1151
1152 2014-06-16 Keith Seitz <keiths@redhat.com>
1153
1154 PR mi/15863
1155 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
1156 the inferior is started.
1157
1158 2014-06-16 Pedro Alves <palves@redhat.com>
1159
1160 * gdb.base/break-main-file-remove-fail.c: New file.
1161 * gdb.base/break-main-file-remove-fail.exp: New file.
1162 * gdb.base/break-unload-file.exp: Use build_executable instead of
1163 prepare_for_testing.
1164 (test_break): New parameter "initial_load". Handle it.
1165 (top level): Add initial_load cmdline/file axis.
1166
1167 2014-06-12 Tom Tromey <tromey@redhat.com>
1168
1169 * gdb.base/completion.exp: Don't use directory name in test.
1170
1171 2014-06-09 Gary Benson <gbenson@redhat.com>
1172
1173 * gdb.base/sigall.c [Functions to send signals]: Reorder to
1174 separate the always-available ANSI-standard signals from the
1175 signals that require checking.
1176 (main): Likewise.
1177 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
1178 Likewise.
1179 (main): Likewise.
1180
1181 2014-06-07 Keith Seitz <keiths@redhat.com>
1182
1183 Revert:
1184 PR c++/16253
1185 * gdb.cp/var-tag.cc: New file.
1186 * gdb.cp/var-tag.exp: New file.
1187 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
1188 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
1189 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1190 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1191
1192 2014-06-06 Doug Evans <xdje42@gmail.com>
1193
1194 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
1195
1196 2014-06-06 Pedro Alves <palves@redhat.com>
1197
1198 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
1199 in target debug output instead of looking at RSP packets,
1200 disabling the test on any target that uses hardware stepping.
1201 Update comments.
1202
1203 2014-06-06 Pedro Alves <palves@redhat.com>
1204
1205 * gdb.base/break-unload-file.exp: Fix typo.
1206
1207 2014-06-06 Yao Qi <yao@codesourcery.com>
1208
1209 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
1210 from "jit_function" to "^jit_function".
1211
1212 2014-06-06 Yao Qi <yao@codesourcery.com>
1213
1214 * gdb.base/async.c (foo): Add one statement.
1215 * gdb.base/async.exp: Get the next instruction address and
1216 match the output of "nexti" by instruction address. Match
1217 the hex address in the output of "finish".
1218
1219 2014-06-06 Gary Benson <gbenson@redhat.com>
1220
1221 * gdb.base/call-signals.c: Remove preprocessor conditionals
1222 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
1223 SIGSEGV and SIGTERM.
1224 * gdb.base/sigall.c: Likewise.
1225 * gdb.base/unwindonsignal.c: Likewise.
1226 * gdb.reverse/sigall-reverse.c: Likewise.
1227
1228 2014-06-06 Yao Qi <yao@codesourcery.com>
1229
1230 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
1231 readable, skip the test.
1232
1233 2014-06-06 Yao Qi <yao@codesourcery.com>
1234
1235 * gdb.threads/staticthreads.c (thread_function): Move the line
1236 setting breakpoint on forward.
1237 * gdb.threads/staticthreads.exp: Update comments.
1238
1239 2014-06-05 Ludovic Courtès <ludo@gnu.org>
1240
1241 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
1242 "history-append! type error".
1243
1244 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
1245
1246 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
1247 erroneous dprintf expected input.
1248
1249 2014-06-04 Doug Evans <xdje42@gmail.com>
1250
1251 * gdb.guile/scm-generics.exp: Delete.
1252
1253 2014-06-04 Doug Evans <xdje42@gmail.com>
1254
1255 * gdb.guile/scm-breakpoint.exp: Update.
1256 Add tests for breakpoint registration.
1257
1258 2014-06-04 Tom Tromey <tromey@redhat.com>
1259
1260 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
1261 VLA-in-union.
1262 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
1263 inner_vla_struct, vla_union types. Initialize objects of those
1264 types and compute their sizes.
1265
1266 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
1267 Hui Zhu <hui@codesourcery.com>
1268
1269 * gdb.base/fileio.exp: Add test for shell not available as well as
1270 available.
1271 * gdb.base/fileio.c (test_system): Check for shell twice.
1272
1273 2014-06-04 Yao Qi <yao@codesourcery.com>
1274
1275 * gdb.base/auto-connect-native-target.exp: Remove redundant
1276 space from the regexp pattern.
1277
1278 2014-06-04 Yao Qi <yao@codesourcery.com>
1279
1280 * gdb.base/default.exp: Replace "child" with "native" in
1281 regexp pattern.
1282
1283 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1284
1285 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
1286 * gdb.python/py-xmethods.exp: New tests to test xmethods.
1287 * gdb.python/py-xmethods.py: Python script supporting the
1288 new testcase and tests.
1289
1290 2014-06-03 Joel Brobecker <brobecker@adacore.com>
1291 Pedro Alves <palves@redhat.com>
1292
1293 PR breakpoints/17000
1294 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
1295 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
1296
1297 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
1298
1299 * gdb.base/subst.exp: Add tests to verify partial path matching
1300 output.
1301
1302 2014-06-03 Pedro Alves <palves@redhat.com>
1303
1304 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
1305 target that doesn't use software single-stepping.
1306
1307 2014-06-03 Pedro Alves <palves@redhat.com>
1308
1309 PR breakpoints/17000
1310 * gdb.base/sss-bp-on-user-bp-2.c: New file.
1311 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
1312
1313 2014-06-02 Doug Evans <xdje42@gmail.com>
1314
1315 * gdb.guile/scm-parameter.exp: New file.
1316
1317 2014-06-02 Doug Evans <xdje42@gmail.com>
1318
1319 * gdb.guile/scm-cmd.c: New file.
1320 * gdb.guile/scm-cmd.exp: New file.
1321
1322 2014-06-02 Doug Evans <xdje42@gmail.com>
1323
1324 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
1325 pretty-printer lookup.
1326 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
1327 (make-pp_s-printer): Call it.
1328 (make-pretty-printer-from-dict): New function.
1329 (lookup-pretty-printer-maker-from-dict): New function.
1330 (*pretty-printer*): Simplify.
1331 (make-objfile-pp_s-printer): New function.
1332 (install-objfile-pretty-printers!): New function.
1333 (make-progspace-pp_s-printer): New function.
1334 (install-progspace-pretty-printers!): New function.
1335 * gdb.guile/scm-progspace.c: New file.
1336 * gdb.guile/scm-progspace.exp: New file.
1337
1338 2014-06-02 Pedro Alves <palves@redhat.com>
1339
1340 * gdb.base/dprintf-bp-same-addr.c: New file.
1341 * gdb.base/dprintf-bp-same-addr.exp: New file.
1342
1343 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1344
1345 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
1346 * gdb.arch/powerpc-power.s: Likewise.
1347
1348 2014-06-02 Joel Brobecker <brobecker@adacore.com>
1349
1350 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
1351
1352 2014-06-01 Yao Qi <yao@codesourcery.com>
1353
1354 * gdb.base/watchpoint.exp (test_watch_location): Check null
1355 pointer can be dereferenced. If not, do the test, otherwise
1356 skip it.
1357
1358 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
1359
1360 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
1361 results.
1362 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
1363
1364 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
1365
1366 * gdb.arch/amd64-invalid-stack-middle.S: New file.
1367 * gdb.arch/amd64-invalid-stack-middle.c: New file.
1368 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
1369 * gdb.arch/amd64-invalid-stack-top.c: New file.
1370 * gdb.arch/amd64-invalid-stack-top.exp: New file.
1371
1372 2014-05-30 Pedro Alves <palves@redhat.com>
1373
1374 PR breakpoints/17000
1375 * gdb.base/sss-bp-on-user-bp.c: New file.
1376 * gdb.base/sss-bp-on-user-bp.exp: New file.
1377
1378 2014-05-30 David Blaikie <dblaikie@gmail.com>
1379
1380 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
1381 gnu_inline semantics via attribute.
1382 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
1383 source explicitly specifies the required semantics.
1384
1385 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
1386
1387 * gdb.reverse/sigall-reverse.exp: Fix a typo.
1388
1389 2014-05-29 Pedro Alves <palves@redhat.com>
1390 Tom Tromey <tromey@redhat.com>
1391
1392 * gdb.base/async-shell.exp: Don't enable target-async.
1393 * gdb.base/async.exp
1394 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
1395 parameter. Adjust.
1396 (top level): Don't test with "target-async".
1397 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
1398 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
1399 * gdb.base/inferior-died.exp: Don't enable target-async.
1400 * gdb.base/interrupt-noterm.exp: Likewise.
1401 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
1402 * gdb.mi/mi-nonstop-exit.exp: Likewise.
1403 * gdb.mi/mi-nonstop.exp: Likewise.
1404 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1405 * gdb.mi/mi-nsintrall.exp: Likewise.
1406 * gdb.mi/mi-nsmoribund.exp: Likewise.
1407 * gdb.mi/mi-nsthrexec.exp: Likewise.
1408 * gdb.mi/mi-watch-nonstop.exp: Likewise.
1409 * gdb.multi/watchpoint-multi.exp: Adjust comment.
1410 * gdb.python/py-evsignal.exp: Don't enable target-async.
1411 * gdb.python/py-evthreads.exp: Likewise.
1412 * gdb.python/py-prompt.exp: Likewise.
1413 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
1414 * gdb.server/solib-list.exp: Don't enable target-async.
1415 * gdb.threads/thread-specific-bp.exp: Likewise.
1416 * lib/mi-support.exp: Adjust to use mi-async.
1417
1418 2014-05-29 Pedro Alves <palves@redhat.com>
1419
1420 PR gdb/13860
1421 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
1422 reason, even in sync mode.
1423
1424 2014-05-29 Pedro Alves <palves@redhat.com>
1425 Hui Zhu <hui@codesourcery.com>
1426
1427 PR PR15693
1428 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
1429 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
1430 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
1431 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
1432
1433 2014-05-28 Joel Brobecker <brobecker@adacore.com>
1434
1435 * config/monitor.exp (gdb_target_monitor): Replace use of
1436 "set remotebaud" by "set serial baud".
1437
1438 2014-05-26 Andy Wingo <wingo@igalia.com>
1439
1440 * gdb.guile/scm-breakpoint.exp:
1441 * gdb.guile/scm-gsmob.exp: Update to use plain old object
1442 properties instead of gdb-object-properties.
1443
1444 2014-05-26 Yao Qi <yao@codesourcery.com>
1445
1446 * gdb.server/no-thread-db.exp: Specify source file name
1447 explicitly when setting a breakpoint.
1448
1449 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1450
1451 * gdb.btrace/vdso.c: New.
1452 * gdb.btrace/vdso.exp: New.
1453
1454 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1455
1456 * gdb.base/gcore.exp (capture_command_output): Move ...
1457 * lib/gdb.exp (capture_command_output): ... here.
1458
1459 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1460
1461 * gdb.btrace/data.exp: Test memory access during btrace replay.
1462
1463 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
1464
1465 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
1466
1467 2014-05-21 Pedro Alves <palves@redhat.com>
1468
1469 PR gdb/13860
1470 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
1471 (top level): Test that output related to execution commands is
1472 sent to the console with CLI commands, but not with MI commands.
1473 Test that breakpoint events are always mirrored to the console.
1474 Also expect the new source line to be output after a "next" in
1475 async mode too. Make it a pass/fail test.
1476 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
1477 output.
1478 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
1479
1480 2014-05-21 Pedro Alves <palves@redhat.com>
1481
1482 * gdb.base/list.exp (build_pattern, test_list): New procedures.
1483 Use them to test variations of "list" after reaching a breakpoint.
1484 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
1485 Test "list" with listsize 10 after reaching a breakpoint.
1486 * gdb.python/python.exp (decode_line current location line
1487 number): Adjust expected line number.
1488
1489 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
1490
1491 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
1492 behavior for $args, pass it directly to "run".
1493
1494 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
1495
1496 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
1497 30000 to 65536.
1498
1499 2014-05-21 Pedro Alves <palves@redhat.com>
1500
1501 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
1502 auto-connect-native-target off".
1503 * gdb.base/auto-connect-native-target.c: New file.
1504 * gdb.base/auto-connect-native-target.exp: New file.
1505
1506 2014-05-21 Pedro Alves <palves@redhat.com>
1507
1508 * gdb.base/default.exp: Test "target native" instead of "target
1509 child".
1510
1511 2014-05-21 Mark Wielaard <mjw@redhat.com>
1512
1513 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
1514
1515 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1516
1517 Fix TLS access for -static -pthread.
1518 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
1519 <HAVE_TLS> (thread_function, main): Initialize it.
1520 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
1521 Add clean_restart.
1522 <$have_tls != "">: Check TLSVAR.
1523
1524 2014-05-21 Pedro Alves <palves@redhat.com>
1525
1526 * gdb.base/dcache-line-read-error.c: New.
1527 * gdb.base/dcache-line-read-error.exp: New.
1528
1529 2014-05-20 Pedro Alves <palves@redhat.com>
1530
1531 * gdb.base/compare-sections.c: New file.
1532 * gdb.base/compare-sections.exp: New file.
1533
1534 2014-05-20 Pedro Alves <palves@redhat.com>
1535
1536 * gdb.base/break-idempotent.c: New file.
1537 * gdb.base/break-idempotent.exp: New file.
1538
1539 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
1540
1541 * gdb.btrace/nohist.exp: New.
1542
1543 2014-05-20 Yao Qi <yao@codesourcery.com>
1544
1545 * lib/gdb.exp (gdb_init): Set timeout if test file is under
1546 gdb.reverse directory and gdb_reverse_timeout exists in board
1547 setting.
1548 * README: Document gdb_reverse_timeout.
1549
1550 2014-05-20 Yao Qi <yao@codesourcery.com>
1551
1552 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
1553 'test_file_name'. Treat args as a string instead of a list.
1554 (gdb_init): Rename argument 'args' by 'test_file_name'.
1555
1556 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1557
1558 * gdb.arch/powerpc-power.exp: New file.
1559 * gdb.arch/powerpc-power.s: New file.
1560
1561 2014-05-16 Doug Evans <dje@google.com>
1562
1563 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
1564 * gdb.base/completion.exp: Check that all expected files exist
1565 before doing file completion.
1566
1567 2014-05-16 Doug Evans <dje@google.com>
1568
1569 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
1570 Update.
1571 (do_syscall_tests_without_xml): Update.
1572
1573 2014-05-16 Pedro Alves <palves@redhat.com>
1574
1575 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
1576 instead of "unknown output after running".
1577
1578 2014-05-16 Yao Qi <yao@codesourcery.com>
1579
1580 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
1581 file1.txt from host at the end.
1582 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1583
1584 2014-05-15 Doug Evans <dje@google.com>
1585
1586 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
1587 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
1588 loading file. Add test for TU lookup.
1589
1590 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
1591
1592 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
1593 calling "-exec-arguments" or "set args" before running the
1594 inferior.
1595
1596 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
1597
1598 * lib/mi-support.exp (mi_expect_stop): Expect message for
1599 inferiors that exit with non-zero exit code.
1600
1601 2014-05-14 Yao Qi <yao@codesourcery.com>
1602
1603 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
1604 match absolute path on remote host.
1605 (test_file_list_exec_source_files): Remove "/" from the
1606 pattern.
1607
1608 2014-05-14 Yao Qi <yao@codesourcery.com>
1609
1610 * boards/local-remote-host-notty.exp (${board}_file): New
1611 proc.
1612
1613 2014-05-07 Kyle McMartin <kyle@redhat.com>
1614
1615 Pushed by Joel Brobecker <brobecker@adacore.com>.
1616 * gdb.arch/aarch64-atomic-inst.c: New file.
1617 * gdb.arch/aarch64-atomic-inst.exp: New file.
1618
1619 2014-05-07 Yao Qi <yao@codesourcery.com>
1620
1621 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
1622 in current context" too.
1623
1624 2014-05-05 Keith Seitz <keiths@redhat.com>
1625
1626 * gdb.linespec/ls-dollar.exp: Add test for linespec
1627 file:convenience_variable.
1628
1629 2014-05-05 Yao Qi <yao@codesourcery.com>
1630
1631 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
1632 traceframes into tfile and ctf trace files. Read data from
1633 trace file and test collected data.
1634 (gdb_collect_locals_test): Likewise.
1635 (gdb_unavailable_registers_test): Likewise.
1636 (gdb_unavailable_floats): Likewise.
1637 (gdb_collect_globals_test): Likewise.
1638 (top-level): Append "ctf" to trace_file_targets if GDB
1639 supports.
1640
1641 2014-05-05 Yao Qi <yao@codesourcery.com>
1642
1643 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
1644 code to ...
1645 (gdb_collect_args_test_1): ... it. New proc.
1646 (gdb_collect_locals_test): Move some code to ...
1647 (gdb_collect_locals_test_1): ... it. New proc.
1648 (gdb_unavailable_registers_test): Move some code to ...
1649 (gdb_unavailable_registers_test_1): ... it. New proc.
1650 (gdb_unavailable_floats): Move some code to ...
1651 (gdb_unavailable_floats_1): ... it. New proc.
1652
1653 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
1654
1655 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
1656 probes to test for bitness recognition.
1657 * gdb.arch/amd64-stap-optional-prefix.exp
1658 (test_probe_value_without_reg): New procedure.
1659 Add code to test for different kinds of bitness.
1660
1661 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
1662
1663 PR breakpoints/16889
1664 * gdb.arch/amd64-stap-optional-prefix.S: New file.
1665 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
1666
1667 2014-05-01 Pedro Alves <palves@redhat.com>
1668
1669 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
1670 gdb_file_cmd if no file is specified.
1671 * boards/native-extended-gdbserver.exp (gdb_load): Use the
1672 last_loaded_file to set the remote exec-file.
1673
1674 2014-05-01 Pedro Alves <palves@redhat.com>
1675
1676 * boards/local-remote-host.exp: New file.
1677
1678 2014-05-01 Pedro Alves <palves@redhat.com>
1679
1680 * boards/local-remote-host.exp: Rename to ...
1681 * boards/local-remote-host-notty.exp: ... this.
1682
1683 2014-04-28 Joel Brobecker <brobecker@adacore.com>
1684
1685 * gdb.ada/dyn_arrayidx: New testcase.
1686
1687 2014-04-26 Yao Qi <yao@codesourcery.com>
1688
1689 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
1690 and compute the length of function main. Save it in
1691 $main_length.
1692 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
1693 (top-level): Use gdb_compile to compile objects into
1694 executable and restart GDB. Remove invocation to
1695 prepare_for_testing.
1696
1697 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
1698 Pedro Alves <palves@redhat.com>
1699
1700 PR server/16255
1701 * gdb.multi/multi-attach.c: New file.
1702 * gdb.multi/multi-attach.exp: New file.
1703
1704 2014-04-25 Pedro Alves <palves@redhat.com>
1705
1706 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
1707 user.
1708 (top level): Test that "set remote conditional-breakpoints-packet
1709 off" works as intended.
1710 * gdb.base/dprintf.exp: Test that "set remote
1711 breakpoint-commands-packet off" works as intended.
1712 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
1713 New function.
1714 (top level): Call it.
1715 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
1716 remote fast-tracepoints-packet off" works as intended.
1717 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
1718 * lib/gdb.exp (gdb_is_target_remote): ... here.
1719
1720 2014-04-24 David Blaikie <dblaikie@gmail.com>
1721
1722 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
1723 ensure clang would not discard them.
1724 * gdb.base/gdbvars.c: Ditto.
1725 * gdb.base/memattr.c: Ditto.
1726 * gdb.base/whatis.c: Ditto.
1727 * gdb.python/py-prettyprint.c: Ditto.
1728 * gdb.trace/actions.c: Ditto.
1729 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
1730 ensure clang would not discard it.
1731
1732 2014-04-24 David Blaikie <dblaikie@gmail.com>
1733
1734 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
1735 clang to emit the full definition of type required by the test
1736 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
1737
1738 2014-04-24 David Blaikie <dblaikie@gmail.com>
1739
1740 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
1741 coax Clang into emitting the definition of the type.
1742 * gdb.cp/pr10728-x.h (y): Ditto.
1743 * gdb.cp/pr10728-y.cc (y): Ditto.
1744
1745 2014-04-24 David Blaikie <dblaikie@gmail.com>
1746
1747 * gdb.base/label.exp: XFAIL label related tests under Clang.
1748 * gdb.cp/cplabel.exp: Ditto.
1749 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
1750 under Clang those using labels.
1751
1752 2014-04-25 Yao Qi <yao@codesourcery.com>
1753
1754 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
1755 double_label.
1756 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
1757 partial_label and double_label.
1758
1759 2014-04-24 David Blaikie <dblaikie@gmail.com>
1760
1761 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
1762
1763 2014-04-24 David Blaikie <dblaikie@gmail.com>
1764
1765 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
1766 of the function to work across GCC and Clang.
1767 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
1768 pointer types (const void ** const V void **).
1769
1770 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
1771 Walfred Tedeschi <walfred.tedeschi@intel.com>
1772
1773 * Makefile.in (EXECUTABLES): Added i386-avx512.
1774 * gdb.arch/i386-avx512.c: New file.
1775 * gdb.arch/i386-avx512.exp: Likewise.
1776
1777 2014-04-23 Keith Seitz <keiths@redhat.com>
1778
1779 * lib/mi-support.exp (mi_list_breakpoints): Delete.
1780 (mi_make_breakpoint_table): New procedure.
1781 (mi_create_breakpoint): Use mi_make_breakpoint
1782 and return the result.
1783 (mi_make_breakpoint): New procedure.
1784 (mi_build_kv_pairs): New procedure.
1785
1786 * gdb.mi/mi-break.exp: Remove unused globals,
1787 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
1788 All callers updated.
1789 * gdb.mi/mi-dprintf.exp: Use variable to track command
1790 number.
1791 Update all callers of mi_create_breakpoint and use
1792 mi_make_breakpoint_table.
1793 Remove any unused global variables.
1794 * gdb.mi/mi-nonstop.exp: Likewise.
1795 * gdb.mi/mi-nsintrall.exp: Likewise.
1796 * gdb.mi/mi-nsmoribund.exp: Likewise.
1797 * gdb.mi/mi-nsthrexec.exp: Likewise.
1798 * gdb.mi/mi-reverse.exp: Likewise.
1799 * gdb.mi/mi-simplerun.exp: Likewise.
1800 * gdb.mi/mi-stepn.exp: Likewise.
1801 * gdb.mi/mi-syn-frame.exp: Likewise.
1802 * gdb.mi/mi-until.exp: Likewise.
1803 * gdb.mi/mi-var-cp.exp: Likewise.
1804 * gdb.mi/mi-var-display.exp: Likewise.
1805 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1806 * gdb.mi/mi2-var-child.exp: Likewise.
1807 * gdb.mi/mi-vla-c99.exp: Likewise.
1808 * lib/mi-support.exp: Likewise.
1809
1810 From Ian Lance Taylor <iant@cygnus.com>:
1811 * lib/gdb.exp (parse_args): New procedure.
1812
1813 2014-04-23 Pedro Alves <palves@redhat.com>
1814
1815 * gdb.base/break-unload-file.c: New file.
1816 * gdb.base/break-unload-file.exp: New file.
1817 * gdb.base/sym-file-lib.c (baz): New function.
1818 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
1819 field.
1820 (load): Store the segment's mapped size.
1821 (unload): New function.
1822 (unload_shlib): New function.
1823 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
1824 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
1825 set a breakpoint at baz, and call it.
1826 * gdb.base/sym-file.exp: New tests for stale breakpoint
1827 instructions.
1828
1829 2014-04-23 Pedro Alves <palves@redhat.com>
1830
1831 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
1832 * gdb.base/hbreak-in-shr-unsupported.c: New file.
1833 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
1834 * gdb.base/hbreak-unmapped.c: New file.
1835 * gdb.base/hbreak-unmapped.exp: New file.
1836 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
1837 * lib/gdb.exp (gdb_is_target_remote): ... here.
1838
1839 2014-04-22 Pedro Alves <palves@redhat.com>
1840
1841 * gdb.base/consecutive-step-over.c: New file.
1842 * gdb.base/consecutive-step-over.exp: New file.
1843
1844 2014-04-22 Pedro Alves <palves@redhat.com>
1845
1846 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
1847 instead of send_gdb/gdb_expect.
1848
1849 2014-04-22 Yao Qi <yao@codesourcery.com>
1850
1851 * lib/trace-support.exp (generate_tracefile): New procedure.
1852 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
1853 return 0.
1854 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
1855 if generate_tracefile returns 1.
1856
1857 2014-04-18 Tom Tromey <palves@redhat.com>
1858 Pedro alves <tromey@redhat.com>
1859
1860 PR backtrace/15558
1861 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
1862 with a backtrace limit.
1863 * gdb.python/py-frame-inline.exp: Test running to an inline
1864 function with a backtrace limit, and printing the newest frame.
1865 * gdb.python/py-frame-inline.c (main): Call f.
1866
1867 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
1868
1869 * gdb.java/jnpe.exp: Drop srcdir from untested path.
1870
1871 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
1872
1873 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
1874 Drop prefix from unsupported source file path.
1875
1876 2014-04-17 Yao Qi <yao@codesourcery.com>
1877
1878 * lib/gdb.exp (with_target_charset): New proc.
1879 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
1880 with_target_charset.
1881 (test_print_strings): Likewise.
1882 (test_repeat_bytes): Likewise.
1883 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
1884 for some tests.
1885
1886 2014-04-16 Keith Seitz <keiths@redhat.com>
1887
1888 PR gdb/15827
1889 * gdb.dwarf2/corrupt.c: New file.
1890 * gdb.dwarf2/corrupt.exp: New file.
1891
1892 2014-04-16 Keith Seitz <keiths@redhat.com>
1893
1894 PR c++/16597
1895 * gdb.cp/namelessclass.cc: New file.
1896 * gdb.cp/namelessclass.exp: New file.
1897 * gdb.cp/namelessclass.S: New file.
1898
1899 2014-04-16 Doug Evans <dje@google.com>
1900
1901 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
1902 Add comment.
1903 (gdbserver_default_get_comm_port): New function.
1904 (gdbserver_start): Check if board file provided
1905 "gdbserver,get_comm_port" and use it if so.
1906 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
1907 (gdb,socketport): Set to "stdio".
1908 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
1909 (stdio_gdbserver_template): Delete.
1910 (${board}_get_remote_address): Update.
1911 (${board}_build_remote_cmd): Delete.
1912 (${board}_get_comm_port): New function.
1913 (${board}_spawn): Update.
1914 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
1915 Delete.
1916 (${board}_get_remote_address): Update.
1917 (${board}_get_comm_port): New function.
1918
1919 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
1920
1921 * gdb.base/memattr.exp: Improve regexps to handle memory regions
1922 appearing in any order.
1923
1924 2014-04-15 Doug Evans <dje@google.com>
1925
1926 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
1927 uninitialized value of "description".
1928
1929 2014-04-15 Keith Seitz <keiths@redhat.com>
1930
1931 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
1932 Remove unused globals.
1933 (test_running_the_program): Likewise.
1934 (test_controlled_execution): Likewise.
1935 (test_controlling_breakpoints): Likewise.
1936 (test_program_termination): Likewise.
1937
1938 2014-04-15 Keith Seitz <keiths@redhat.com>
1939
1940 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
1941 unused globals.
1942 (test_rbreak_creation_and_listing): Likewise.
1943 (test_ignore_count): Likewise.
1944 (test_error): Likewise.
1945
1946 2014-04-15 Pedro Alves <palves@redhat.com>
1947
1948 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
1949 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
1950 sym-file-loader.c.
1951 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
1952 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
1953 to sym-file-loader.c.
1954 (struct library): Forward declare.
1955 (load_shlib, lookup_function): Change prototypes.
1956 (find_shstrtab, find_strtab, find_shdr, find_symtab)
1957 (translate_offset): Remove declarations.
1958 (get_text_addr): New declaration.
1959 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
1960 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
1961 sym-file-loader.h.
1962 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
1963 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
1964 here from sym-file-loader.h.
1965 (struct library): New structure.
1966 (load_shlib, lookup_function): Change prototypes and adjust to
1967 work with a struct library.
1968 (find_shstrtab, find_strtab, find_shdr, find_symtab)
1969 (translate_offset): Make static.
1970 (get_text_addr): New function.
1971 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
1972
1973 2014-04-15 Pedro Alves <palves@redhat.com>
1974
1975 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
1976
1977 2014-04-15 Pedro Alves <palves@redhat.com>
1978
1979 * gdb.base/sym-file-loader.c: Include <limits.h>.
1980 (SELF_LINK): New define.
1981 (get_origin): New function.
1982 (load_shlib): Use it.
1983 * gdb.base/sym-file.exp: Don't early return if the target is
1984 remote. Use runto_main, and issue fail is that fails. Use
1985 gdb_load_shlibs.
1986 (shlib_name): Delete.
1987 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
1988
1989 2014-04-15 Pedro Alves <palves@redhat.com>
1990
1991 * gdb.base/sym-file.exp: Remove regex characters from test
1992 message. Don't refer to breakpoint numbers in test messages.
1993
1994 2014-04-14 Keith Seitz <keiths@redhat.com>
1995
1996 PR c++/16253
1997 * gdb.cp/var-tag.cc: New file.
1998 * gdb.cp/var-tag.exp: New file.
1999 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2000 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2001 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2002 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2003
2004 2014-04-14 Tom Tromey <tromey@redhat.com>
2005
2006 * gdb.cp/classes.exp (test_enums): Handle underlying type.
2007 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
2008 type.
2009 * gdb.cp/enum-class.exp: New file.
2010 * gdb.cp/enum-class.cc: New file.
2011
2012 2014-04-14 Tom Tromey <tromey@redhat.com>
2013
2014 * gdb.dwarf2/enum-type.exp: New file.
2015
2016 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2017
2018 * gdb.mi/mi-vla-c99.exp: New file.
2019 * gdb.mi/vla.c: New file.
2020
2021 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2022
2023 * gdb.base/vla-datatypes.c: New file.
2024 * gdb.base/vla-datatypes.exp: New file.
2025
2026 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2027
2028 * gdb.base/vla-ptr.c: New file.
2029 * gdb.base/vla-ptr.exp: New file.
2030
2031 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2032
2033 * gdb.dwarf2/count.exp: New file.
2034
2035 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2036
2037 * gdb.base/vla-sideeffect.c: New file.
2038 * gdb.base/vla-sideeffect.exp: New file.
2039
2040 2014-04-14 David Blaikie <dblaikie@gmail.com>
2041
2042 * gdb.mi/non-stop.c: Add return value for non-void function return
2043 statement.
2044 * gdb.threads/staticthreads.c: Ditto.
2045
2046 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
2047 Doug Evans <xdje42@gmail.com>
2048
2049 * gdb.guile/scm-value.c: Improve test case.
2050 * gdb.guile/scm-value.exp: Add new test.
2051
2052 2014-04-11 David Blaikie <dblaikie@gmail.com>
2053
2054 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
2055 override Clang's default.
2056
2057 2014-04-11 Joel Brobecker <brobecker@adacore.com>
2058
2059 Revert the following changes (regressions):
2060
2061 * gdb.base/vla-sideeffect.c: New file.
2062 * gdb.base/vla-sideeffect.exp: New file.
2063
2064 * gdb.dwarf2/count.exp: New file.
2065
2066 * gdb.base/vla-multi.c: New file.
2067 * gdb.base/vla-multi.exp: New file.
2068
2069 * gdb.base/vla-ptr.c: New file.
2070 * gdb.base/vla-ptr.exp: New file.
2071
2072 * gdb.base/vla-datatypes.c: New file.
2073 * gdb.base/vla-datatypes.exp: New file.
2074
2075 * gdb.mi/mi-vla-c99.exp: New file.
2076 * gdb.mi/vla.c: New file.
2077
2078 2014-04-11 Keith Seitz <keiths@redhat.com>
2079
2080 PR c++/16675
2081 * gdb.cp/cpsizeof.exp: New file.
2082 * gdb.cp/cpsizeof.cc: New file.
2083
2084 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2085
2086 * gdb.mi/mi-vla-c99.exp: New file.
2087 * gdb.mi/vla.c: New file.
2088
2089 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2090
2091 * gdb.base/vla-datatypes.c: New file.
2092 * gdb.base/vla-datatypes.exp: New file.
2093
2094 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2095
2096 * gdb.base/vla-ptr.c: New file.
2097 * gdb.base/vla-ptr.exp: New file.
2098
2099 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2100
2101 * gdb.base/vla-multi.c: New file.
2102 * gdb.base/vla-multi.exp: New file.
2103
2104 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2105
2106 * gdb.dwarf2/count.exp: New file.
2107
2108 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2109
2110 * gdb.base/vla-sideeffect.c: New file.
2111 * gdb.base/vla-sideeffect.exp: New file.
2112
2113 2014-04-11 Yao Qi <yao@codesourcery.com>
2114
2115 * gdb.base/completion.exp: Check file exists before running tests
2116 on file completion.
2117
2118 2014-04-10 Pedro Alves <palves@redhat.com>
2119
2120 * gdb.base/cond-eval-mode.c: New file.
2121 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
2122 prepare_for_testing to build the new file. Check result of
2123 runto_main.
2124 (test_break, test_watch): New procedures.
2125 (top level): Use them.
2126
2127 2014-04-08 Pierre Muller <muller@sourceware.org>
2128
2129 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
2130 Ctrl-V use for mingw hosts.
2131
2132 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
2133
2134 * gdb.python/py-value.c: Improve test case.
2135 * gdb.python/py-value.exp: Add new test.
2136
2137 2014-04-07 David Blaikie <dblaikie@gmail.com>
2138
2139 * lib/compiler.c: Identify the clang compiler.
2140 * lib/compiler.cc: Ditto.
2141
2142 2014-04-03 Yao Qi <yao@codesourcery.com>
2143
2144 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
2145
2146 2014-04-01 Anton Blanchard <anton@samba.org>
2147
2148 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
2149 messages unique.
2150
2151 2014-04-01 Anton Blanchard <anton@samba.org>
2152
2153 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
2154 prepare_for_testing.
2155
2156 2014-04-01 Anton Blanchard <anton@samba.org>
2157
2158 * gdb.arch/ppc64-atomic-inst.c: Remove.
2159 * gdb.arch/ppc64-atomic-inst.S: New file.
2160 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
2161
2162 2014-03-31 Doug Evans <dje@google.com>
2163
2164 * gdb.base/print-symbol-loading-lib.c: New file.
2165 * gdb.base/print-symbol-loading-main.c: New file.
2166 * gdb.base/print-symbol-loading.exp: New file.
2167
2168 2014-03-31 Yao Qi <yao@codesourcery.com>
2169
2170 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
2171
2172 2014-03-28 Joel Brobecker <brobecker@adacore.com>
2173
2174 * gdb.ada/mi_dyn_arr: New testcase.
2175
2176 2014-03-27 Doug Evans <dje@google.com>
2177
2178 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
2179
2180 2014-03-27 Yao Qi <yao@codesourcery.com>
2181
2182 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
2183 if target is nios2-*-*.
2184
2185 2014-03-26 Yao Qi <yao@codesourcery.com>
2186
2187 * lib/gdb.exp (readline_is_used): New proc.
2188 * gdb.base/completion.exp: Move tests on command complete up.
2189 Skip the rest of tests if readline is not used.
2190 * gdb.ada/complete.exp: Skp the test if readline is not
2191 used.
2192 * gdb.base/filesym.exp: Likewise.
2193 * gdb.base/macscp.exp: Likewise.
2194 * gdb.base/readline-ask.exp: Likewise.
2195 * gdb.base/readline.exp: Likewise.
2196 * gdb.python/py-cmd.exp: Likewise.
2197 * gdb.trace/tfile.exp: Likewise.
2198
2199 2014-03-26 Yao Qi <yao@codesourcery.com>
2200
2201 * gdb.base/macscp.exp: Fix code format issues.
2202
2203 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
2204
2205 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
2206 * gdb.asm/powerpc64le.inc: New file.
2207
2208 2014-03-25 Pedro Alves <palves@redhat.com>
2209 Doug Evans <dje@google.com>
2210
2211 * gdb.base/source-execution.c: New file.
2212 * gdb.base/source-execution.exp: New file.
2213 * gdb.base/source-execution.gdb: New file.
2214
2215 2014-03-24 Doug Evans <dje@google.com>
2216
2217 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
2218 using fission.
2219
2220 2014-03-24 Hui Zhu <hui@codesourcery.com>
2221 Pedro Alves <palves@redhat.com>
2222
2223 PR breakpoints/16101
2224 * gdb.base/dprintf.exp: Use unsupported rather than changing the
2225 test pass/fail messages. Detect missing support for dprintf when
2226 breakpoints are actually inserted.
2227 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
2228 breakpoints are actually inserted.
2229 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
2230 fails.
2231
2232 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2233
2234 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
2235
2236 2014-03-22 Doug Evans <xdje42@gmail.com>
2237
2238 * gdb.python/python.exp (python not supported): Verify multi-line
2239 python command issues an error.
2240 * gdb.guile/guile.exp (guile not supported): Verify multi-line
2241 guile command issues an error.
2242
2243 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
2244
2245 * gdb.threads/thread-specific.exp: Handle the lack of usable
2246 $this_breakpoint and $this_thread.
2247
2248 2014-03-21 Hui Zhu <hui@codesourcery.com>
2249
2250 * gdb.base/attach.exp (do_command_attach_tests): New.
2251
2252 2014-03-20 Tom Tromey <tromey@redhat.com>
2253 Pedro Alves <palves@redhat.com>
2254
2255 PR cli/15718
2256 * gdb.base/condbreak-call-false.c: New file.
2257 * gdb.base/condbreak-call-false.exp: New file.
2258
2259 2014-03-20 Pedro Alves <palves@redhat.com>
2260
2261 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
2262 Delete.
2263 (block_signals, unblock_signals): Delete.
2264 (child_function_2, main): Remove references to deleted variable
2265 and functions.
2266
2267 2014-03-20 Pedro Alves <palves@redhat.com>
2268
2269 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
2270 Use pthread_kill to signal thread 2.
2271 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2272 Adjust to make the test send itself a signal rather than using the
2273 host's "kill" command.
2274
2275 2014-03-20 Pedro Alves <palves@redhat.com>
2276
2277 * gdb.threads/multiple-step-overs.c: New file.
2278 * gdb.threads/multiple-step-overs.exp: New file.
2279 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2280 Adjust expected infrun debug output.
2281
2282 2014-03-20 Pedro Alves <palves@redhat.com>
2283
2284 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
2285 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
2286
2287 2014-03-20 Pedro Alves <palves@redhat.com>
2288
2289 PR breakpoints/7143
2290 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
2291 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
2292 of gdb_test_multiple.
2293 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
2294 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
2295
2296 2014-03-20 Pedro Alves <palves@redhat.com>
2297
2298 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
2299 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
2300
2301 2014-03-19 Pedro Alves <palves@redhat.com>
2302
2303 * gdb.base/async.exp: Remove early return.
2304
2305 2014-03-19 Pedro Alves <palves@redhat.com>
2306
2307 * gdb.base/async.exp (step& tests): Pass explicit test messages.
2308
2309 2014-03-19 Pedro Alves <palves@redhat.com>
2310
2311 * gdb.base/async.exp (test_background): Expect \r\n after
2312 "completed." in the fail pattern.
2313
2314 2014-03-19 Pedro Alves <palves@redhat.com>
2315
2316 * gdb.base/async.exp (test_background): New procedure.
2317 Use it for all background execution command tests.
2318
2319 2014-03-19 Pedro Alves <palves@redhat.com>
2320
2321 * gdb.base/async.exp: Use prepare_for_testing.
2322
2323 2014-03-19 Pedro Alves <palves@redhat.com>
2324
2325 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
2326 the same line.
2327
2328 2014-03-19 Pedro Alves <palves@redhat.com>
2329
2330 * gdb.base/async.c (main): Add "jump here" and "until here" line
2331 marker comments.
2332 * gdb.base/async.exp (jump_here): New global.
2333 (jump& test): Use it.
2334 (until_here): New global.
2335 (until& test): Use it.
2336
2337 2014-03-19 Pedro Alves <palves@redhat.com>
2338
2339 * gdb.base/async.exp: Don't frob gdb_protocol.
2340
2341 2014-03-18 Doug Evans <xdje42@gmail.com>
2342
2343 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
2344 Fix spelling of exec-done-display.
2345
2346 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2347
2348 PR gdb/15358
2349 * gdb.base/gdb-sigterm.c: New file.
2350 * gdb.base/gdb-sigterm.exp: New file.
2351
2352 2014-03-18 Pedro Alves <palves@redhat.com>
2353
2354 PR gdb/13860
2355 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
2356 * lib/mi-support.exp (mi_expect_stop): Add special handling for
2357 solib-event.
2358
2359 2014-03-17 Joel Brobecker <brobecker@adacore.com>
2360
2361 * gdb.ada/pckd_arr_ren: New testcase.
2362
2363 2014-03-13 Doug Evans <xdje42@gmail.com>
2364
2365 PR guile/16612
2366 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
2367 collect after discarding symbols.
2368
2369 2014-03-13 Ludovic Courtès <ludo@gnu.org>
2370 Doug Evans <xdje42@gmail.com>
2371
2372 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
2373 to history survives a gc.
2374
2375 2014-03-13 Pedro Alves <palves@redhat.com>
2376
2377 * gdb.base/default.exp: Don't test "target procfs".
2378
2379 2014-03-13 Pedro Alves <palves@redhat.com>
2380
2381 * gdb.base/default.exp: Update "target child" and "target procfs"
2382 tests to not expect "Unix".
2383
2384 2014-03-12 Tom Tromey <tromey@redhat.com>
2385
2386 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
2387 New procs. Add target-async tests.
2388 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
2389 Add target-async tests.
2390
2391 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2392
2393 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
2394 'func_start' and 'func_end' for the beginning and end of the
2395 function code, respectively.
2396 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
2397 'func_end' instead of 'func' and 'main'.
2398
2399 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2400
2401 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
2402 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
2403 generate the debug info assembler source.
2404
2405 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2406
2407 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
2408 * gdb.dwarf2/arr-subrange.exp: Likewise.
2409 * gdb.dwarf2/dwz.exp: Likewise.
2410 * gdb.dwarf2/method-ptr.exp: Likewise.
2411 * gdb.dwarf2/missing-sig-type.exp: Likewise.
2412 * gdb.dwarf2/subrange.exp: Likewise.
2413 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
2414 * gdb.dwarf2/implptrpiece.exp: Likewise.
2415 * gdb.dwarf2/nostaticblock.exp: Likewise.
2416
2417 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2418
2419 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
2420 directory to absolute path name arguments.
2421
2422 2014-03-10 Joel Brobecker <brobecker@adacore.com>
2423
2424 * gdb.ada/tagged_access: New testcase.
2425
2426 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
2427
2428 * gdb.btrace/data.exp: Update expected output.
2429
2430 2014-03-06 Yao Qi <yao@codesourcery.com>
2431
2432 * gdb.trace/pr16508.exp: New file.
2433
2434 2014-03-05 Pedro Alves <palves@redhat.com>
2435
2436 PR gdb/16575
2437 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
2438 procedure.
2439 (top level): Adjust to use it. Add tests that exercise breakpoint
2440 interaction with the code-cache.
2441
2442 2014-02-26 Ludovic Courtès <ludo@gnu.org>
2443
2444 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
2445 test for 'history-append!'.
2446
2447 2014-02-26 Joel Brobecker <brobecker@adacore.com>
2448
2449 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
2450 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
2451 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
2452 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
2453 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
2454 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
2455
2456 2014-02-26 Joel Brobecker <brobecker@adacore.com>
2457
2458 * testsuite/gdb.python/py-pp-re-notag.c: New file.
2459 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
2460 * testsuite/gdb.python/py-pp-re-notag.p: New file.
2461
2462 2014-02-26 Joel Brobecker <brobecker@adacore.com>
2463
2464 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
2465
2466 2014-02-26 Joel Brobecker <brobecker@adacore.com>
2467
2468 * gdb.dwarf2/arr-stride.c: New file.
2469 * gdb.dwarf2/arr-stride.exp: New file.
2470
2471 2014-02-26 Pedro Alves <palves@redhat.com>
2472
2473 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
2474 that won't ever trigger. Make sure that GDB reports the correct
2475 breakpoint that caused the stop.
2476
2477 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2478
2479 PR gdb/16626
2480 * gdb.base/auto-load-script: New file.
2481 * gdb.base/auto-load.c: New file.
2482 * gdb.base/auto-load.exp: New file.
2483
2484 PR gdb/16626
2485 * gdb.base/auto-load.exp: Fix out-of-srctree run.
2486
2487 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2488
2489 Fix dw2-icycle.exp -fsanitize=address GDB crash.
2490 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
2491
2492 2014-02-24 Doug Evans <dje@google.com>
2493
2494 * lib/gdb.exp (run_on_host): Log error output if program fails.
2495
2496 2014-02-21 Pedro Alves <palves@redhat.com>
2497
2498 * gdb.threads/step-after-sr-lock.c: Rename to ...
2499 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
2500 * gdb.threads/step-after-sr-lock.exp: Rename to ...
2501 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2502 ... this.
2503
2504 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
2505
2506 PR tdep/16397
2507 * gdb.arch/amd64-stap-special-operands.exp: New file.
2508 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
2509 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
2510 * gdb.arch/amd64-stap-triplet.S: Likewise.
2511 * gdb.arch/amd64-stap-triplet.c: Likewise.
2512
2513 2014-02-20 Joel Brobecker <brobecker@adacore.com>
2514
2515 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
2516 in .section pseudo-op.
2517
2518 2014-02-20 lin zuojian <manjian2006@gmail.com>
2519 Joel Brobecker <brobecker@adacore.com>
2520 Doug Evans <xdje42@gmail.com>
2521
2522 PR symtab/16581
2523 * gdb.dwarf2/dw2-icycle.S: New file.
2524 * gdb.dwarf2/dw2-icycle.c: New file.
2525 * gdb.dwarf2/dw2-icycle.exp: New file.
2526
2527 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2528
2529 * gdb.python/py-value-cc.cc: Improve test case to enable testing
2530 operations on gdb.Value objects.
2531 * gdb.python/py-value-cc.exp: Add new test to test operations on
2532 gdb.Value objects.
2533
2534 2014-02-18 Doug Evans <dje@google.com>
2535
2536 * Makefile.in (TESTS): New variable.
2537 (expanded_tests, expanded_tests_or_none): New variables
2538 (check-single): Pass $(expanded_tests_or_none) to runtest.
2539 (check-parallel): Only run tests in $(TESTS) if non-empty.
2540 (check/no-matching-tests-found): New rule.
2541 * README: Document TESTS makefile variable.
2542
2543 2014-02-18 Doug Evans <dje@google.com>
2544
2545 * Makefile.in (check-parallel): rm -rf outputs temp.
2546
2547 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2548
2549 Fix "ERROR: no fileid for" in the testsuite.
2550 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
2551
2552 2014-02-12 Doug Evans <dje@google.com>
2553
2554 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
2555 (MISCELLANEOUS): New variable.
2556 (clean): rm -rf $(MISCELLANEOUS).
2557 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
2558 dwp live in the same directory as symlinks, with each symlink pointed
2559 to a differently named file in a different directory.
2560
2561 2014-02-11 Doug Evans <dje@google.com>
2562
2563 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
2564 of Tcl file commands.
2565
2566 2014-02-10 Mark Kettenis <kettenis@gnu.org>
2567
2568 * gdb.threads/step-after-sr-lock.exp: Avoid executing
2569 "kill -SIGUSR1 -1".
2570
2571 2014-02-10 Joel Brobecker <brobecker@adacore.com>
2572
2573 * gdb.ada/tick_length_array_enum_idx: New testcase.
2574
2575 2014-02-10 Doug Evans <xdje42@gmail.com>
2576
2577 * configure.ac (AC_OUTPUT): Add gdb.guile.
2578 * configure: Regenerate.
2579 * lib/gdb-guile.exp: New file.
2580 * lib/gdb.exp (get_target_charset): New function.
2581 * gdb.base/help.exp: Update expected output from "apropos apropos".
2582 * gdb.guile/Makefile.in: New file.
2583 * gdb.guile/guile.exp: New file.
2584 * gdb.guile/scm-arch.c: New file.
2585 * gdb.guile/scm-arch.exp: New file.
2586 * gdb.guile/scm-block.c: New file.
2587 * gdb.guile/scm-block.exp: New file.
2588 * gdb.guile/scm-breakpoint.c: New file.
2589 * gdb.guile/scm-breakpoint.exp: New file.
2590 * gdb.guile/scm-disasm.c: New file.
2591 * gdb.guile/scm-disasm.exp: New file.
2592 * gdb.guile/scm-equal.c: New file.
2593 * gdb.guile/scm-equal.exp: New file.
2594 * gdb.guile/scm-error.exp: New file.
2595 * gdb.guile/scm-error.scm: New file.
2596 * gdb.guile/scm-frame-args.c: New file.
2597 * gdb.guile/scm-frame-args.exp: New file.
2598 * gdb.guile/scm-frame-args.scm: New file.
2599 * gdb.guile/scm-frame-inline.c: New file.
2600 * gdb.guile/scm-frame-inline.exp: New file.
2601 * gdb.guile/scm-frame.c: New file.
2602 * gdb.guile/scm-frame.exp: New file.
2603 * gdb.guile/scm-generics.exp: New file.
2604 * gdb.guile/scm-gsmob.exp: New file.
2605 * gdb.guile/scm-iterator.c: New file.
2606 * gdb.guile/scm-iterator.exp: New file.
2607 * gdb.guile/scm-math.c: New file.
2608 * gdb.guile/scm-math.exp: New file.
2609 * gdb.guile/scm-objfile-script-gdb.in: New file.
2610 * gdb.guile/scm-objfile-script.c: New file.
2611 * gdb.guile/scm-objfile-script.exp: New file.
2612 * gdb.guile/scm-objfile.c: New file.
2613 * gdb.guile/scm-objfile.exp: New file.
2614 * gdb.guile/scm-ports.exp: New file.
2615 * gdb.guile/scm-pretty-print.c: New file.
2616 * gdb.guile/scm-pretty-print.exp: New file.
2617 * gdb.guile/scm-pretty-print.scm: New file.
2618 * gdb.guile/scm-section-script.c: New file.
2619 * gdb.guile/scm-section-script.exp: New file.
2620 * gdb.guile/scm-section-script.scm: New file.
2621 * gdb.guile/scm-symbol.c: New file.
2622 * gdb.guile/scm-symbol.exp: New file.
2623 * gdb.guile/scm-symtab-2.c: New file.
2624 * gdb.guile/scm-symtab.c: New file.
2625 * gdb.guile/scm-symtab.exp: New file.
2626 * gdb.guile/scm-type.c: New file.
2627 * gdb.guile/scm-type.exp: New file.
2628 * gdb.guile/scm-value-cc.cc: New file.
2629 * gdb.guile/scm-value-cc.exp: New file.
2630 * gdb.guile/scm-value.c: New file.
2631 * gdb.guile/scm-value.exp: New file.
2632 * gdb.guile/source2.scm: New file.
2633 * gdb.guile/types-module.cc: New file.
2634 * gdb.guile/types-module.exp: New file.
2635
2636 2014-02-10 Yao Qi <yao@codesourcery.com>
2637
2638 PR testsuite/16543
2639 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
2640 * configure: Regenerated.
2641 * Makefile.in: New file.
2642
2643 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
2644
2645 * gdb.python/py-framefilter.exp: Fix typo.
2646
2647 2014-02-08 Yao Qi <yao@codesourcery.com>
2648
2649 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
2650 that no =breakpoint-modified is emitted when breakpoints are
2651 modified through MI commands.
2652
2653 2014-02-07 Pedro Alves <pedro@codesourcery.com>
2654 Pedro Alves <palves@redhat.com>
2655
2656 * gdb.threads/step-after-sr-lock.c: New file.
2657 * gdb.threads/step-after-sr-lock.exp: New file.
2658
2659 2014-02-07 Pedro Alves <palves@redhat.com>
2660
2661 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
2662
2663 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2664
2665 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
2666 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
2667
2668 2014-02-06 Doug Evans <xdje42@gmail.com>
2669
2670 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
2671 output.
2672
2673 * gdb.gdb/python-interrupts.exp: New file.
2674
2675 2014-02-05 Yao Qi <yao@codesourcery.com>
2676
2677 * gdb.trace/report.exp (use_collected_data): Test the output
2678 of "info threads" and "info inferiors".
2679
2680 2014-02-05 Yao Qi <yao@codesourcery.com>
2681
2682 Revert this patch:
2683
2684 2013-05-24 Yao Qi <yao@codesourcery.com>
2685
2686 * gdb.trace/tfile.exp: Test inferior and thread.
2687
2688 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2689
2690 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
2691 on a function.
2692 * gdb.base/step-bt.c: Call hello via function pointer to make
2693 sure its first instruction is executed on powerpc64le-linux.
2694
2695 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2696
2697 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
2698
2699 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2700
2701 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
2702 of the test patterns for use on little-endian systems.
2703
2704 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2705
2706 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
2707 (decimal_vector): Fix for little-endian.
2708
2709 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
2710
2711 * gdb.arch/sparc-sysstep.exp: New file.
2712 * gdb.arch/sparc-sysstep.c: Likewise.
2713
2714 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
2715
2716 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2717
2718 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
2719
2720 2014-01-23 Tom Tromey <tromey@redhat.com>
2721
2722 * gdb.ada/array_char_idx: New testcase.
2723
2724 2014-01-23 Tom Tromey <tromey@redhat.com>
2725
2726 PR python/16487:
2727 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
2728 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
2729 classes.
2730
2731 2014-01-23 Tom Tromey <tromey@redhat.com>
2732
2733 PR python/16491:
2734 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
2735 string from an inferior frame.
2736 * gdb.python/py-framefilter-mi.exp: Update.
2737
2738 2014-01-22 Doug Evans <dje@google.com>
2739
2740 * gdb.server/server-mon.exp: Add tests for "set debug-format".
2741
2742 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2743
2744 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
2745
2746 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2747
2748 * gdb.trace/entry-values.exp: Remove excess space character from
2749 regex patterns. Handle s390 call instruction.
2750
2751 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2752
2753 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
2754 define "*_start" label. Make "name" static.
2755 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
2756 ${name} by references to ${name}_start.
2757
2758 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2759
2760 * gdb.base/info-macros.exp: Remove "debug" from the compile
2761 options.
2762
2763 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2764
2765 * gdb.dlang/demangle.exp: New file.
2766
2767 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2768
2769 * gdb.dlang/primitive-types.exp: New file.
2770
2771 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2772
2773 * configure.ac: Create gdb.dlang/Makefile.
2774 * configure: Regenerate.
2775 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
2776 * gdb.dlang/Makefile.in: New file.
2777 * lib/d-support.exp: New file.
2778 * lib/gdb.exp (skip_d_tests): New proc.
2779
2780 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2781
2782 * gdb.btrace/delta.exp: Check reverse stepi.
2783 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
2784 * gdb.btrace/finish.exp: New.
2785 * gdb.btrace/next.exp: New.
2786 * gdb.btrace/nexti.exp: New.
2787 * gdb.btrace/record_goto.c: Add comments.
2788 * gdb.btrace/step.exp: New.
2789 * gdb.btrace/stepi.exp: New.
2790 * gdb.btrace/multi-thread-step.c: New.
2791 * gdb.btrace/multi-thread-step.exp: New.
2792 * gdb.btrace/rn-dl-bind.c: New.
2793 * gdb.btrace/rn-dl-bind.exp: New.
2794 * gdb.btrace/data.c: New.
2795 * gdb.btrace/data.exp: New.
2796 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
2797
2798 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2799
2800 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
2801 * gdb.btrace/exception.exp: Update.
2802 * gdb.btrace/instruction_history.exp: Update.
2803 * gdb.btrace/record_goto.exp: Update.
2804 * gdb.btrace/tailcall.exp: Update.
2805 * gdb.btrace/unknown_functions.exp: Update.
2806 * gdb.btrace/delta.exp: New.
2807
2808 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2809
2810 * gdb.btrace/record_goto.exp: Add backtrace test.
2811 * gdb.btrace/tailcall.exp: Add backtrace test.
2812
2813 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2814
2815 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
2816 * gdb.btrace/record_goto.c: New.
2817 * gdb.btrace/record_goto.exp: New.
2818 * gdb.btrace/x86-record_goto.S: New.
2819
2820 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2821
2822 * gdb.btrace/function_call_history.exp: Update tests.
2823 * gdb.btrace/instruction_history.exp: Update tests.
2824
2825 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2826
2827 * gdb.btrace/function_call_history.exp: Fix expected field
2828 order for "record function-call-history".
2829 Add new tests for "record function-call-history /c".
2830 * gdb.btrace/exception.cc: New.
2831 * gdb.btrace/exception.exp: New.
2832 * gdb.btrace/tailcall.exp: New.
2833 * gdb.btrace/x86-tailcall.S: New.
2834 * gdb.btrace/x86-tailcall.c: New.
2835 * gdb.btrace/unknown_functions.c: New.
2836 * gdb.btrace/unknown_functions.exp: New.
2837 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
2838
2839 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2840
2841 * gdb.btrace/instruction_history.exp: Update.
2842 * gdb.btrace/function_call_history.exp: Update.
2843
2844 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2845
2846 * gdb.btrace/function_call_history.exp: Fix expected function
2847 trace.
2848 * gdb.btrace/instruction_history.exp: Initialize traced.
2849 Remove traced_functions.
2850
2851 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2852
2853 * gdb.btrace/function_call_history.exp: Update
2854 * gdb.btrace/instruction_history.exp: Update.
2855
2856 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2857
2858 * gdb.btrace/enable.exp: Update expected text.
2859
2860 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
2861
2862 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
2863 bytes.
2864
2865 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
2866
2867 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
2868
2869 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
2870
2871 * lib/gdb.exp (supports_process_record): Return true for
2872 arm*-linux*. (supports_reverse): Likewise.
2873
2874 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
2875
2876 PR python/15464
2877 PR python/16113
2878 * gdb.python/py-type.c: Enhance test case.
2879 * gdb.python/py-value-cc.cc: Likewise
2880 * gdb.python/py-type.exp: Add new tests.
2881 * gdb.python/py-value-cc.exp: Likewise
2882
2883 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2884 Pedro Alves <palves@redhat.com>
2885
2886 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
2887 Make "name" extern.
2888 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
2889 references to ${name}_start by references to ${name}.
2890
2891 2014-01-10 Joel Brobecker <brobecker@adacore.com>
2892
2893 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
2894
2895 2014-01-10 Joel Brobecker <brobecker@adacore.com>
2896
2897 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
2898
2899 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
2900 Pedro Alves <palves@redhat.com>
2901
2902 * gdb.mi/mi-info-os.exp: Connect to the target with
2903 mi_gdb_target_load.
2904
2905 2014-01-08 Pedro Alves <palves@redhat.com>
2906
2907 * gdb.threads/reconnect-signal.c: New file.
2908 * gdb.threads/reconnect-signal.exp: New file.
2909
2910 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2911
2912 * gdb.base/source-dir.exp: New file.
2913
2914 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2915
2916 * gdb.ada/mi_interface: New testcase.
2917
2918 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2919
2920 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
2921 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
2922 gdb.ada/pp-rec-component/pck.ads: New files.
2923
2924 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2925
2926 * gdb.python/py-pp-integral.c: New file.
2927 * gdb.python/py-pp-integral.py: New file.
2928 * gdb.python/py-pp-integral.exp: New file.
2929
2930 For older changes see ChangeLog-1993-2013.
2931 \f
2932 ;; Local Variables:
2933 ;; mode: change-log
2934 ;; left-margin: 8
2935 ;; fill-column: 74
2936 ;; version-control: never
2937 ;; End:
2938
2939 Copyright 2014 Free Software Foundation, Inc.
2940 Copying and distribution of this file, with or without modification,
2941 are permitted provided the copyright notice and this notice are preserved.
This page took 0.099959 seconds and 4 git commands to generate.