Clean up gdb.python/ tests
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
46dc1394
YQ
12014-10-15 Yao Qi <yao@codesourcery.com>
2
3 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
4 pattern.
5 * gdb.python/py-symtab.exp: Likewise.
6 * gdb.python/python.exp: Remove trailing ".*". Fix typo
7 locationn.
8
c40cc657
JB
92014-10-14 Joel Brobecker <brobecker@adacore.com>
10
11 * gdb.ada/addr_arith: New testcase.
12
2abf49e1
MR
132014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14
15 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
19
f7088df3
SDJ
202014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
21
22 * gdb.arch/stap-eval-lang-ada.S: Likewise.
23 * gdb.arch/stap-eval-lang-ada.c: Likewise.
24 * gdb.arch/stap-eval-lang-ada.exp: New file.
25
4dc06805
YQ
262014-10-14 Yao Qi <yao@codesourcery.com>
27
28 * gdb.mi/mi-var-child.c (nothing1): New function.
29 (nothing2): New function.
30 (do_children_tests): Set function pointers by nothing1 and
31 nothing2.
32 * gdb.mi/mi-var-child.exp: Step over new added statements.
33 Update test to match the new output.
34 * gdb.mi/var-cmd.c (nothing1): New function.
35 (nothing2): New function.
36 (do_children_tests): Set function pointers by nothing1 and
37 nothing2.
38 * gdb.mi/mi-var-display.exp: Update test to match output.
39 Step to the line specified by $line_dct_nothing.
40 Increase the number of lines to step.
41
46a93de2
YQ
422014-10-14 Yao Qi <yao@codesourcery.com>
43
44 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
45 tests.
46 * gdb.mi/mi2-var-child.exp: Likewise.
47
14ea52ee
DE
482014-10-13 Doug Evans <dje@google.com>
49
50 * gdb.python/py-objfile.exp: Change name of file name test.
51
e5c6e92b
DE
522014-10-13 Doug Evans <dje@google.com>
53
54 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
55 from the start of the CU.
56
c780cc2f
JK
572014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
58 Yao Qi <yao@codesourcery.com>
59
60 Fix "save breakpoints" for "catch" command.
61 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
62 Remove -nonewline. Match also the added "main" line.
63
99894e11
JK
642014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
65
66 Fix "save breakpoints" for "disable $bpnum" command.
67 * gdb.base/save-bp.c (main): Add label.
68 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
69
6e1ac5a3
JK
702014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
71
72 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
73
754dd2b0
YQ
742014-10-11 Yao Qi <yao@codesourcery.com>
75
76 * gdb.server/server-kill.exp: Execute command
77 "set remote trace-status-packet on" before "tstatus".
78
f90183d7
YQ
792014-10-11 Yao Qi <yao@codesourcery.com>
80
81 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
82 (main): Call getppid.
83 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
84 and continue to it. Read variable "server_pid".
85
bf40a607
YQ
862014-10-11 Yao Qi <yao@codesourcery.com>
87
88 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
89
052ca370
YQ
902014-10-11 Yao Qi <yao@codesourcery.com>
91
92 * gdb.threads/thread-find.exp: Don't execute command
93 "info threads".
94 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
95 * gdb.threads/linux-dp.exp: Don't check the condition
96 $threads_created equals to zero.
97
3831839c
PA
982014-10-10 Pedro Alves <palves@redhat.com>
99
100 * gdb.base/bigcore.exp: Remove references to IRIX.
101 * gdb.base/funcargs.exp: Likewise.
102 * gdb.base/interrupt.exp: Likewise.
103 * gdb.base/mips_pro.exp: Likewise.
104 * gdb.base/nodebug.exp: Likewise.
105 * gdb.base/setvar.exp: Likewise.
106 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
107
8b9a549d
PA
1082014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
109 Pedro Alves <palves@redhat.com>
110
111 PR symtab/14466
112 * gdb.base/vdso-warning.c: New file.
113 * gdb.base/vdso-warning.exp: New file.
114
d48ba5e8
DE
1152014-10-02 Doug Evans <dje@google.com>
116
117 * gdb.base/structs.c (main): Don't run forever.
118
2278c276
PA
1192014-10-02 Pedro Alves <palves@redhat.com>
120
121 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
122 (top level) <stop threads 1, stop threads 2>: Use it.
123
b57bacec
PA
1242014-10-02 Pedro Alves <palves@redhat.com>
125
126 * gdb.threads/break-while-running.exp (test): Add new
127 'update_thread_list' argument. Skip "info threads" if false.
128 (top level): Add new 'update_thread_list' axis.
129
13fd3ff3
PA
1302014-10-02 Pedro Alves <palves@redhat.com>
131
132 PR breakpoints/17431
133 * gdb.base/execl-update-breakpoints.c: New file.
134 * gdb.base/execl-update-breakpoints.exp: New file.
135
0fec99e8
PA
1362014-10-01 Pedro Alves <palves@redhat.com>
137
138 * gdb.base/breakpoint-in-ro-region.c: New file.
139 * gdb.base/breakpoint-in-ro-region.exp: New file.
140
2ddf4301
SM
1412014-10-01 Simon Marchi <simon.marchi@ericsson.com>
142
143 * gdb.mi/mi-exit-code.exp: New file.
144 * gdb.mi/mi-exit-code.c: New file.
145
6a5f3f43
YQ
1462014-09-30 Yao Qi <yao@codesourcery.com>
147
148 * lib/prelink-support.exp (build_executable_own_libs): Error if
149 the target isn't native.
150
345bcc73
YQ
1512014-09-30 Yao Qi <yao@codesourcery.com>
152
153 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
154 false.
155
a25a5a45
PA
1562014-09-22 Pedro Alves <palves@redhat.com>
157
158 * gdb.threads/break-while-running.exp: New file.
159 * gdb.threads/break-while-running.c: New file.
160
00ba3162
YQ
1612014-09-19 Yao Qi <yao@codesourcery.com>
162
163 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
164 Invoke test. Restart GDB with --readnow and invoke test again.
165
c3b7b696
YQ
1662014-09-19 Yao Qi <yao@codesourcery.com>
167
168 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
169 proc set_breakpoint_on_gcd_function. Invoke
170 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
171 invoke set_breakpoint_on_gcd_function again.
172
2b4fd423
DE
1732014-09-18 Doug Evans <dje@google.com>
174
175 * gdb.dwarf2/symtab-producer.exp: New file.
176
a5947601
SDJ
1772014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
178
179 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
180 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
181 * gdb.base/global-var-nested-by-dso.c: Likewise.
182 * gdb.base/global-var-nested-by-dso.exp: Likewise.
183
91c19059
SDJ
1842014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
185 Pedro Alves <palves@redhat.com>
186
187 * gdb.base/watch-bitfields.exp: Pass string other than test file
188 name to prepare_for_testing.
189 (watch): New procedure.
190 (expect_watchpoint): Use with_test_prefix.
191 (top level): Factor out tests to ...
192 (test_watch_location, test_regular_watch): ... these new
193 procedures, and use with_test_prefix and gdb_continue_to_end.
194
bb9d5f81
PP
1952014-09-16 Patrick Palka <patrick@parcs.ath.cx>
196
197 PR breakpoints/12526
198 * gdb.base/watch-bitfields.exp: New file.
199 * gdb.base/watch-bitfields.c: New file.
200
635856f5
PA
2012014-09-16 Pedro Alves <palves@redhat.com>
202
203 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
204 software and hardware addresses, not software address against
205 itself.
206
7280ceea
PA
2072014-09-16 Pedro Alves <palves@redhat.com>
208
209 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
210 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
211
428b16bd
PA
2122014-09-16 Pedro Alves <palves@redhat.com>
213
214 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
215 files.
216 * gdb.base/a2-run.exp: Remove all code guarded by istarget
217 "*-*-vxworks*" throughout.
218 * gdb.base/break.exp: Likewise.
219 * gdb.base/default.exp: Likewise.
220 * gdb.base/scope.exp: Likewise.
221 * gdb.base/sepdebug.exp: Likewise.
222 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
223 throughout.
224 * gdb.base/run.c: Likewise.
225 * gdb.base/sepdebug.c: Likewise.
226 * gdb.hp/gdb.aCC/run.c: Likewise.
227 * gdb.reverse/until-reverse.c: Likewise.
228 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
229
666d413c
YQ
2302014-09-16 Yao Qi <yao@codesourcery.com>
231
232 * boards/local-remote-host-native.exp: New file.
233
57cbd724
DE
2342014-09-14 Doug Evans <xdje42@gmail.com>
235
236 * gdb.threads/queue-signal.c (thread_count): New variable.
237 (thread_count_mutex, thread_count_condvar): New variables.
238 (incr_thread_count, wait_all_threads_running): New functions.
239 (main): Wait for all threads to be in their thread functions.
240
81219e53
DE
2412014-09-13 Doug Evans <xdje42@gmail.com>
242
243 * gdb.threads/queue-signal.c: New file.
244 * gdb.threads/queue-signal.exp: New file.
245
3714cea7
DE
2462014-09-13 Doug Evans <xdje42@gmail.com>
247
248 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
249 be consistent with what default_gdb_init uses.
250 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
251 the plain text of the prompt. Add some logging printfs.
252 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
253
fa43b1d7
PA
2542014-09-12 Pedro Alves <palves@redhat.com>
255
256 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
257 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
258 * gdb.arch/i386-size-overlap.exp: Likewise.
259 * gdb.arch/i386-size.exp: Likewise.
260 * gdb.arch/i386-unwind.exp: Likewise.
261 * gdb.base/a2-run.exp: Likewise.
262 * gdb.base/break.exp: Likewise.
263 * gdb.base/charset.exp: Likewise.
264 * gdb.base/chng-syms.exp: Likewise.
265 * gdb.base/commands.exp: Likewise.
266 * gdb.base/dbx.exp: Likewise.
267 * gdb.base/find.exp: Likewise.
268 * gdb.base/funcargs.exp: Likewise.
269 * gdb.base/jit-simple.exp: Likewise.
270 * gdb.base/reread.exp: Likewise.
271 * gdb.base/sepdebug.exp: Likewise.
272 * gdb.base/step-bt.exp: Likewise.
273 * gdb.cp/mb-inline.exp: Likewise.
274 * gdb.cp/mb-templates.exp: Likewise.
275 * gdb.objc/basicclass.exp: Likewise.
276 * gdb.threads/killed.exp: Likewise.
277
9d9bf2df
EBM
2782014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
279
280 PR tdep/17379
281 * gdb.arch/powerpc-stackless.S: New file.
282 * gdb.arch/powerpc-stackless.exp: New file.
283
1cf2f1b0
JK
2842014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
285
286 * gdb.base/attach.c: Include unistd.h.
287 (main): Call alarm. Add label postloop.
288 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
289 gdb_breakpoint, gdb_continue_to_breakpoint.
290 (test_command_line_attach_run): Kill ${testpid} in one exit path.
291
98880d46
PA
2922014-09-11 Pedro Alves <palves@redhat.com>
293
294 PR gdb/17347
295 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
296 * gdb.base/attach.exp (test_command_line_attach_run): New
297 procedure.
298 (top level): Call it.
299
4c92ff2c
PA
3002014-09-11 Pedro Alves <palves@redhat.com>
301
302 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
303 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
304 (do_command_attach_tests): Use spawn_wait_for_attach.
305 * gdb.base/solib-overlap.exp: Likewise.
306 * gdb.multi/multi-attach.exp: Likewise.
307 * gdb.python/py-prompt.exp: Likewise.
308 * gdb.python/py-sync-interp.exp: Likewise.
309 * gdb.server/ext-attach.exp: Likewise.
310
3adc1a7d
GKB
3112014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
312
313 * gdb.fortran/array-element.exp: Remove unexpected "continue"
314 command in testcase. Simplify testcase.
315
96334934
JB
3162014-09-10 Joel Brobecker <brobecker@adacore.com>
317
318 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
319
eb479039
JB
3202014-09-10 Joel Brobecker <brobecker@adacore.com>
321
322 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
323
deede10c
JB
3242014-09-10 Joel Brobecker <brobecker@adacore.com>
325
326 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
327
7828a5f5
JB
3282014-09-10 Joel Brobecker <brobecker@adacore.com>
329
330 * gdb.dwarf2/dynarr-ptr.c: New file.
331 * gdb.dwarf2/dynarr-ptr.exp: New file.
332
33aeebcf
MR
3332014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
334
335 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
336 of 30 rather than hardcoding 120 for a slow test case. Take the
337 `gdb,timeout' target setting into account for this calculation.
338 Don't extend the timeout for the test cases that don't need it.
339
7b415901
MR
3402014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
341
342 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
343 a factor of 2 for a slow test case. Take the `gdb,timeout'
344 target setting into account for this calculation.
345 * gdb.reverse/until-precsave.exp: Increase the timeout by
346 a factor of 15 and 3 respectively rather than adding 120
347 for a pair of slow test cases. Take the `gdb,timeout'
348 target setting into account for this calculation.
349
4a40f85a
MR
3502014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
351
352 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
353 timeout, don't pass one down to gdb_expect.
354 (gdb_expect): Rework timeout selection.
355
09635af7
MR
3562014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
357
358 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
359 exception on timeout.
360 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
361 (gdbserver_start_extended): Catch any `gdbserver_start' error
362 exceptions.
363 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
364 * lib/mi-support.exp (mi_gdb_target_load): Catch any
365 `gdbserver_gdb_load' error exceptions.
366
2bdd10b7
MR
3672014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
368
369 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
370 120 on waiting for the TCP socket to open.
371
316935f0
DE
3722014-09-09 Doug Evans <xdje42@gmail.com>
373
374 * gdb.base/default.exp (show_conv_list): Add _caller_is,
375 _caller_matches, _any_caller_is, _any_caller_matches.
376
83740597
DE
3772014-09-09 Doug Evans <xdje42@gmail.com>
378
379 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
380
4c122fc3
YQ
3812014-09-09 Yao Qi <yao@codesourcery.com>
382
383 * gdb.mi/mi-var-display.exp: Set print symbol off.
384
a9f116cb
GKB
3852014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
386
387 PR gdb/17035
388 * gdb.base/commands.exp: Add tests to verify user-defined
389 commands with empty bodies.
390 * gdb.python/py-cmd.exp: Test that we don't show user-defined
391 python commands in `show user command`.
392 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
393 scheme commands in `show user command`.
394
c75bd3a2
JK
3952014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
396
397 PR python/17355
398 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
399 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
400 * gdb.python/py-framefilter-invalidarg.exp: New file.
401 * gdb.python/py-framefilter-invalidarg.py: New file.
402
faa42425
DE
4032014-09-06 Doug Evans <xdje42@gmail.com>
404
405 PR 15276
406 * gdb.python/py-caller-is.c: New file.
407 * gdb.python/py-caller-is.exp: New file.
408
474ca4f6
SDJ
4092014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
410
411 PR gdb/17235
412 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
413 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
414
eb0b0463
SDJ
4152014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
416
417 PR fortran/17237
418 * gdb.fortran/print-formatted.exp: New file.
419 * gdb.fortran/print-formatted.f90: Likewise.
420
5f3b99cf
SS
4212014-09-03 Sasha Smundak <asmundak@google.com>
422
423 * gdb.python/py-frame.exp: Test Frame.read_register.
424
7d793aa9
SDJ
4252014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
426
427 PR python/16699
428 * gdb.python/py-completion.exp: New file.
429 * gdb.python/py-completion.py: Likewise.
430
fb0576e9
DE
4312014-08-28 Doug Evans <dje@google.com>
432
433 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
434 eax,etc. are live with values set by gdb and thus the compiler can't
435 use them.
436 * gdb.arch/i386-pseudo.c (main): Ditto.
437
ee92b0dd
DE
4382014-08-27 Doug Evans <dje@google.com>
439
440 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
441
6649db35
DE
4422014-08-25 Doug Evans <dje@google.com>
443
444 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
445 (main): Ditto.
446
564b7600
DE
4472014-08-25 Doug Evans <dje@google.com>
448
449 * gdb.threads/thread-execl.exp: #include <stdio.h>.
450
3881fb67
YQ
4512014-08-24 Yao Qi <yao@codesourcery.com>
452
453 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
454 symbol off.
455 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
456
a05a36a5
DE
4572014-08-22 Doug Evans <dje@google.com>
458
459 PR 17276
460 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
461 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
462 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
463
7c343b48
YQ
4642014-08-22 Yao Qi <yao@codesourcery.com>
465
466 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
467 * gdb.python/py-finish-breakpoint2.exp: Likewise.
468 * gdb.python/python.exp: Likewise. Use .py file on the host
469 instead of the build.
470
22fd09ae
JK
4712014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
472
473 * gdb.threads/gcore-stale-thread.c: New file.
474 * gdb.threads/gcore-stale-thread.exp: New file.
475
a8454a7c
PA
4762014-08-21 Pedro Alves <palves@redhat.com>
477
478 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
479 * gdb.base/gcore-relro-pie.exp: Likewise.
480 * gdb.base/gcore-relro.exp: Likewise.
481 * gdb.base/gcore.exp: Likewise.
482 * gdb.base/print-symbol-loading.exp: Likewise.
483 * gdb.threads/gcore-thread.exp: Likewise.
484 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
485
2a31c623
PA
4862014-08-20 Pedro Alves <palves@redhat.com>
487 Jan Kratochvil <jan.kratochvil@redhat.com>
488
489 * Makefile.in (EXTRA_RULES, CC): New variables, get from
490 configure.
491 (EXPECT): Handle READ1 being set.
492 (all): Depend on EXTRA_RULES.
493 (check-read1, expect-read1, read1.so, read1): New rules.
494 * README (Testsuite Parameters): Document the READ1 make variable.
495 (Race detection): New section.
496 * configure: Regenerate.
497 * configure.ac: If build==host==target, and running under a
498 GNU/glibc system, add read1 to the extra Makefile rules.
499 (EXTRA_RULES): AC_SUBST it.
500 * lib/read1.c: New file.
501
d36430db
JB
5022014-08-20 Joel Brobecker <brobecker@adacore.com>
503
504 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
505 the handling of variables declared as a typedef to an array
506 which a DW_AT_data_location attribute.
507
9a0dc9e3
PA
5082014-08-19 Andrew Burgess <aburgess@broadcom.com>
509 Pedro Alves <palves@redhat.com>
510
511 PR symtab/14604
512 PR symtab/14605
513 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
514 gdb_test.
515
0718a8da
PA
5162014-08-19 Pedro Alves <palves@redhat.com>
517
518 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
519
13b448cd
YQ
5202014-08-19 Yao Qi <yao@codesourcery.com>
521
522 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
523 right line.
524
1cbf5077
DB
5252014-08-18 David Blaikie <dblaikie@gmail.com>
526
527 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
528
bf0fae19
JB
5292014-08-18 Joel Brobecker <brobecker@adacore.com>
530
531 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
532 attribute in array range.
533
3c8c5dcc
JB
5342014-08-18 Joel Brobecker <brobecker@adacore.com>
535
536 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
537
e66d4446
SC
5382014-08-15 Siva Chandra Reddy <sivachandra@google.com>
539
540 PR c++/17132
541 * gdb.cp/pr17132.cc: New file.
542 * gdb.cp/pr17132.exp: New file.
543
940df408
SC
5442014-08-15 Siva Chandra Reddy <sivachandra@google.com>
545
546 * gdb.python/py-xmethods.py (A_getarrayind)
547 (E_method_char_worker.__call__, E_method_int_worker.__call__):
548 Use 'print' with function call syntax.
549 (E_method_matcher.match): Fix tab vs space indentation mixup.
550
ebcc6c3a
YQ
5512014-08-15 Yao Qi <yao@codesourcery.com>
552
553 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
554 false.
555
775e0f04
YQ
5562014-08-15 Yao Qi <yao@codesourcery.com>
557
558 * gdb.cp/casts.exp: Set print symbol off.
559 * gdb.cp/class2.exp: Likewise.
560 * gdb.cp/overload.exp: Likewise.
561 * gdb.cp/templates.exp: Likewise.
562
d769e349
DE
5632014-08-11 Doug Evans <dje@google.com>
564
565 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
566 (test_load_shlib): Update.
567
20c6f1e1
YQ
5682014-08-09 Yao Qi <yao@codesourcery.com>
569
570 * gdb.base/display.exp: Invoke is_address_zero_readable.
571 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
572 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
573 * gdb.base/hbreak-unmapped.exp: Return if
574 is_address_zero_readable returns true.
575 * gdb.base/signest.exp: Likewise.
576 * gdb.base/signull.exp: Likewise.
577 * gdb.base/sigbpt.exp: Likewise.
578 * gdb.guile/scm-disasm.exp: Do the test if
579 is_address_zero_readable returns false.
580 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
581 * gdb.python/py-arch.exp: Likewise.
582 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
583 * lib/gdb.exp (is_address_zero_readable): New proc.
584
5792e8e3
YQ
5852014-08-09 Yao Qi <yao@codesourcery.com>
586
587 PR testsuite/13443
588 * gdb.mi/mi-var-display.exp: Make test messages unique.
589
3cecbbbe
TT
5902014-08-04 Tom Tromey <tromey@redhat.com>
591
592 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
593 target 0".
594
00b51ff5
TT
5952014-08-04 Tom Tromey <tromey@redhat.com>
596
597 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
598 "target_resume".
599
6908c509
JB
6002014-08-01 Joel Brobecker <brobecker@adacore.com>
601
602 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
603 inner_vla_struct_object_size.
604 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
605 as xfail.
606
cc6563d2
PA
6072014-07-30 Pedro Alves <palves@redhat.com>
608
609 * gdb.threads/signal-command-handle-nopass.exp (test): Add
610 comment.
611
7e09a223
YQ
6122014-07-29 Yao Qi <yao@codesourcery.com>
613
614 PR gdb/17206
615 * gdb.base/until-nodebug.exp: New.
616
7ebdbe92
DE
6172014-07-28 Doug Evans <xdje42@gmail.com>
618
619 PR guile/17203
620 * gdb.guile/scm-parameter.exp: Add tests for trying to create
621 previously existing parameter, and previously ambiguously spelled
622 parameter.
623
fdb1adc6
WN
6242014-07-28 Will Newton <will.newton@linaro.org>
625
626 * gdb.base/varargs.exp: Remove KFAILs for ARM.
627
186fcde0
DE
6282014-07-26 Ludovic Courtès <ludo@gnu.org>
629 Doug Evans <xdje42@gmail.com>
630
631 PR guile/17146
632 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
633
70509625
PA
6342014-07-25 Pedro Alves <palves@redhat.com>
635
636 * gdb.threads/signal-command-handle-nopass.c: New file.
637 * gdb.threads/signal-command-handle-nopass.exp: New file.
638 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
639 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
640 * gdb.threads/signal-delivered-right-thread.c: New file.
641 * gdb.threads/signal-delivered-right-thread.exp: New file.
642
c3f814a1
PA
6432014-07-25 Pedro Alves <palves@redhat.com>
644
645 * gdb.base/double-prompt-target-event-error.exp
646 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
647 match.
648 (cancel_pagination_in_target_event): Rework double prompt
649 detection.
650 * gdb.base/paginate-after-ctrl-c-running.exp
651 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
652 <return>' match.
653 * gdb.base/paginate-bg-execution.exp
654 (test_bg_execution_pagination_return)
655 (test_bg_execution_pagination_cancel): Remove '-notransfer
656 <return>' matches.
657 * gdb.base/paginate-execution-startup.exp
658 (test_fg_execution_pagination_return)
659 (test_fg_execution_pagination_cancel): Remove '-notransfer
660 <return>' matches.
661 * gdb.base/paginate-inferior-exit.exp
662 (test_paginate_inferior_exited): Remove '-notransfer <return>'
663 match.
664 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
665 * lib/gdb.exp (pagination_prompt): Run text through
666 string_to_regexp.
667 (gdb_test_multiple): Match $pagination_prompt instead of
668 "<return>".
669 (string_to_regexp): Move to lib/gdb-utils.exp.
670
e214cf6c
JK
6712014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
672
673 * gdb.arch/amd64-entry-value-paramref.S: New file.
674 * gdb.arch/amd64-entry-value-paramref.cc: New file.
675 * gdb.arch/amd64-entry-value-paramref.exp: New file.
676 * gdb.arch/amd64-optimout-repeat.S: New file.
677 * gdb.arch/amd64-optimout-repeat.c: New file.
678 * gdb.arch/amd64-optimout-repeat.exp: New file.
679
17d0c5c8
JK
6802014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
681
682 PR gdb/17170
683 * gdb.base/statistics.exp: New file.
684
b8b8facf
DE
6852014-07-17 Doug Evans <dje@google.com>
686
74b49205 687 PR gdb/17170
b8b8facf
DE
688 * gdb.base/maint.exp: Update testing of per-command stats.
689
1b5d0ab3
PA
6902014-07-16 Pedro Alves <palves@redhat.com>
691
692 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
693 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
694 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
695 (tfile_write_buf): New functions.
696 (add_memory_block): Rewrite using the above.
697 (adjust_function_address): New function.
698 (FUNCTION_ADDRESS): New macro.
699 (write_basic_trace_file): Remove short_x local, and use
700 tfile_write_16. Change type of func_addr local to unsigned long
701 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
702 here. Cast argument of add_memory_block to char pointer.
703 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
704 (main): Remove parameters.
705 * gdb.trace/tfile.exp: Remove nowarnings.
706
4d974e88
SM
7072014-07-15 Simon Marchi <simon.marchi@ericsson.com>
708
709 * gdb.base/debug-expr.exp: Test string evaluation with
710 "debug expression" on.
711
41e99568
PA
7122014-07-15 Pedro Alves <palves@redhat.com>
713
714 * gdb.base/reread.exp: Use clean_restart.
715
487d9753
PL
7162014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
717
718 * gdb.arch/avr-flash-qualifer.c: New.
719 * gdb.arch/avr-flash-qualifer.exp: New.
720
cc1c52ad
PA
7212014-07-14 Pedro Alves <palves@redhat.com>
722
723 * gdb.base/paginate-after-ctrl-c-running.c: New file.
724 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
725
1e973570
PA
7262014-07-14 Pedro Alves <palves@redhat.com>
727
728 * gdb.base/double-prompt-target-event-error.c: New file.
729 * gdb.base/double-prompt-target-event-error.exp: New file.
730
93d6eb10
PA
7312014-07-14 Pedro Alves <palves@redhat.com>
732
733 PR gdb/17072
734 * gdb.base/paginate-inferior-exit.c: New file.
735 * gdb.base/paginate-inferior-exit.exp: New file.
736
0017922d
PA
7372014-07-14 Pedro Alves <palves@redhat.com>
738
739 PR gdb/17072
740 * gdb.base/paginate-bg-execution.c: New file.
741 * gdb.base/paginate-bg-execution.exp: New file.
742
94696ad3
PA
7432014-07-14 Pedro Alves <palves@redhat.com>
744
745 PR gdb/17072
746 * gdb.base/paginate-execution-startup.c: New file.
747 * gdb.base/paginate-execution-startup.exp: New file.
748 * lib/gdb.exp (pagination_prompt): New global.
749 (default_gdb_spawn): New procedure, factored out from
750 default_gdb_spawn.
751 (default_gdb_start): Adjust to call default_gdb_spawn.
752 (gdb_spawn): New procedure.
753
bd293940
PA
7542014-07-14 Pedro Alves <palves@redhat.com>
755
756 * lib/gdb.exp (gdb_assert): New procedure.
757 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
758
c933f875
PA
7592014-07-14 Pedro Alves <palves@redhat.com>
760
761 * gdb.base/execution-termios.c: New file.
762 * gdb.base/execution-termios.exp: New file.
763
d98b7a16
TT
7642014-07-14 Tom Tromey <tromey@redhat.com>
765
766 * gdb.cp/vla-cxx.cc: New file.
767 * gdb.cp/vla-cxx.exp: New file.
768
548740d6
TT
7692014-07-14 Tom Tromey <tromey@redhat.com>
770
771 * gdb.reverse/rerun-prec.c: New file.
772 * gdb.reverse/rerun-prec.exp: New file.
773
a25eb028
MR
7742014-07-12 Maciej W. Rozycki <macro@mips.com>
775 Maciej W. Rozycki <macro@codesourcery.com>
776
777 * lib/gdb-utils.exp: New file.
778 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
779 inline `gdb_init_command' processing.
780 (gdb_start_cmd): Likewise.
781 * lib/mi-support.exp (mi_run_cmd): Likewise.
782 * README: Document `gdb_init_command' and `gdb_init_commands'.
783
218c2655
JK
7842014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
785
786 Fix false FAIL running under a very long directory name.
787 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
788 and "set print elements 10000". Twice.
789
5401fde3
YQ
7902014-07-11 Yao Qi <yao@codesourcery.com>
791
792 * gdb.base/exprs.exp: "set print symbol off".
793
e76126e8
PA
7942014-07-11 Pedro Alves <palves@redhat.com>
795
796 * gdb.threads/kill.c: New file.
797 * gdb.threads/kill.exp: New file.
798
2d6f0de6
YQ
7992014-07-10 Yao Qi <yao@codesourcery.com>
800
801 * gdb.trace/tfile.c (write_basic_trace_file)
802 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
803 address written to trace file.
804
7180e04a
PA
8052014-07-09 Pedro Alves <palves@redhat.com>
806
807 * gdb.base/attach-wait-input.exp: New file.
808 * gdb.base/attach-wait-input.c: New file.
809
9a9a7608
AB
8102014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
811
812 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
813 setting up test structures.
814 (main): Call new test function.
815 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
816 test function, continue into test function and walk test
817 structures.
818
161ac41e
YQ
8192014-07-02 Yao Qi <yao@codesourcery.com>
820
821 * gdb.trace/entry-values.c: Define labels 'foo_start' and
822 'bar_start' at the beginning of functions 'foo' and 'bar'
823 respectively.
824 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
825 instead of 'foo' and 'bar'.
826
1f267ae3
MM
8272014-07-08 Markus Metzger <markus.t.metzger@intel.com>
828
829 * gdb.btrace/segv.exp: New.
830 * gdb.btrace/segv.c: New.
831
2b239efb
LM
8322014-07-02 Luis Machado <lgustavo@codesourcery.com>
833
834 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
835 instruction.
836
cf363f18
MW
8372014-06-30 Mark Wielaard <mjw@redhat.com>
838
839 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
840 vulture, vilify, villar): New volatile array constants.
841 (vindictive, vegetation): New const volatile array constants.
842 * gdb.base/volatile.exp: Test volatile and const volatile array
843 types.
844
aebf9d24
AA
8452014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
846
847 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
848 target lacks support for awatch, rwatch, or hbreak.
849
b67a2c6f
YQ
8502014-06-27 Yao Qi <yao@codesourcery.com>
851
852 * gdb.multi/dummy-frame-restore.exp: New.
853 * gdb.multi/dummy-frame-restore.c: New.
854
aef92902
MM
8552014-06-25 Markus Metzger <markus.t.metzger@intel.com>
856
857 * gdb.btrace/gcore.exp: New.
858
8e9db26e
PA
8592014-06-23 Pedro Alves <palves@redhat.com>
860
861 * gdb.base/watchpoint-reuse-slot.c: New file.
862 * gdb.base/watchpoint-reuse-slot.exp: New file.
863
70afc5b7
SC
8642014-06-23 Siva Chandra Reddy <sivachandra@google.com>
865
866 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
867 progspace's filename in 'info', 'enable' and 'disable' command
868 tests.
869
b972bd9c
JK
8702014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
871
872 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
873 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
874 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
875
125f8a3d
GB
8762014-06-20 Gary Benson <gbenson@redhat.com>
877
878 * gdb.arch/i386-avx.exp: Fix include file location.
879 * gdb.arch/i386-sse.exp: Likewise.
880
3ed9baed
IB
8812014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
882
883 * gdb.dlang/expression.exp: New file.
884
034f788c
PA
8852014-06-19 Pedro Alves <palves@redhat.com>
886
887 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
888 out from ...
889 (top level): ... here. Iterate running tests under different
890 scheduler-locking settings.
891
45371d0c
LM
8922014-06-18 Luis Machado <lgustavo@codesourcery.com>
893
894 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
895 to DW_FORM_addr and use non-zero addresses.
896
5d376983
SC
8972014-06-18 Siva Chandra Reddy <sivachandra@google.com>
898
899 PR gdb/17017
900 * gdb.python/py-xmethods.cc: Add global function call counters and
901 increment them in their respective functions. Remove "cout"
902 statements.
903 * gdb.python/py-xmethods.exp: Make tests check the global function
904 call counters instead of depending on inferior IO.
905
a1aa2221
LM
9062014-06-18 Don Breazeal <donb@codesourcery.com>
907
908 * gdb.base/foll-fork.exp (default_fork_parent_follow):
909 Deleted procedure.
910 (explicit_fork_parent_follow): Deleted procedure.
911 (explicit_fork_child_follow): Deleted procedure.
912 (test_follow_fork): New procedure.
913 (do_fork_tests): Replace calls to deleted procedures with
914 calls to test_follow_fork and reset GDB for subsequent
915 procedure calls.
916
0fc05997
YQ
9172014-06-17 Yao Qi <yao@codesourcery.com>
918
919 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
920 CP1252.
921
70795c52
LM
9222014-06-17 Luis Machado <lgustavo@codesourcery.com>
923
924 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
925 Initialize ptr and S explicitly.
926 (skip_type_update_when_not_use_rtti_test): Likewise.
927
6be47f0c
KS
9282014-06-16 Keith Seitz <keiths@redhat.com>
929
930 PR mi/15863
931 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
932 the inferior is started.
933
d03de421
PA
9342014-06-16 Pedro Alves <palves@redhat.com>
935
936 * gdb.base/break-main-file-remove-fail.c: New file.
937 * gdb.base/break-main-file-remove-fail.exp: New file.
938 * gdb.base/break-unload-file.exp: Use build_executable instead of
939 prepare_for_testing.
940 (test_break): New parameter "initial_load". Handle it.
941 (top level): Add initial_load cmdline/file axis.
942
f9579b99
TT
9432014-06-12 Tom Tromey <tromey@redhat.com>
944
945 * gdb.base/completion.exp: Don't use directory name in test.
946
3657956b
GB
9472014-06-09 Gary Benson <gbenson@redhat.com>
948
949 * gdb.base/sigall.c [Functions to send signals]: Reorder to
950 separate the always-available ANSI-standard signals from the
951 signals that require checking.
952 (main): Likewise.
953 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
954 Likewise.
955 (main): Likewise.
956
4186eb54
KS
9572014-06-07 Keith Seitz <keiths@redhat.com>
958
959 Revert:
960 PR c++/16253
961 * gdb.cp/var-tag.cc: New file.
962 * gdb.cp/var-tag.exp: New file.
963 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
964 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
965 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
966 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
967
25326a28 9682014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
969
970 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
971
829155c9
PA
9722014-06-06 Pedro Alves <palves@redhat.com>
973
974 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
975 in target debug output instead of looking at RSP packets,
976 disabling the test on any target that uses hardware stepping.
977 Update comments.
978
61c8d22e
PA
9792014-06-06 Pedro Alves <palves@redhat.com>
980
981 * gdb.base/break-unload-file.exp: Fix typo.
982
d9a47287
YQ
9832014-06-06 Yao Qi <yao@codesourcery.com>
984
985 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
986 from "jit_function" to "^jit_function".
987
e5e01dbf
YQ
9882014-06-06 Yao Qi <yao@codesourcery.com>
989
990 * gdb.base/async.c (foo): Add one statement.
991 * gdb.base/async.exp: Get the next instruction address and
992 match the output of "nexti" by instruction address. Match
993 the hex address in the output of "finish".
994
73ba372c
GB
9952014-06-06 Gary Benson <gbenson@redhat.com>
996
997 * gdb.base/call-signals.c: Remove preprocessor conditionals
998 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
999 SIGSEGV and SIGTERM.
1000 * gdb.base/sigall.c: Likewise.
1001 * gdb.base/unwindonsignal.c: Likewise.
1002 * gdb.reverse/sigall-reverse.c: Likewise.
1003
831517df
YQ
10042014-06-06 Yao Qi <yao@codesourcery.com>
1005
1006 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
1007 readable, skip the test.
1008
b8b91e98
YQ
10092014-06-06 Yao Qi <yao@codesourcery.com>
1010
1011 * gdb.threads/staticthreads.c (thread_function): Move the line
1012 setting breakpoint on forward.
1013 * gdb.threads/staticthreads.exp: Update comments.
1014
fb934770
LC
10152014-06-05 Ludovic Courtès <ludo@gnu.org>
1016
1017 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
1018 "history-append! type error".
1019
6ef284bd
SM
10202014-06-05 Simon Marchi <simon.marchi@ericsson.com>
1021
1022 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
1023 erroneous dprintf expected input.
1024
a872e241
DE
10252014-06-04 Doug Evans <xdje42@gmail.com>
1026
1027 * gdb.guile/scm-generics.exp: Delete.
1028
16f691fb
DE
10292014-06-04 Doug Evans <xdje42@gmail.com>
1030
1031 * gdb.guile/scm-breakpoint.exp: Update.
1032 Add tests for breakpoint registration.
1033
012370f6
TT
10342014-06-04 Tom Tromey <tromey@redhat.com>
1035
1036 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
1037 VLA-in-union.
1038 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
1039 inner_vla_struct, vla_union types. Initialize objects of those
1040 types and compute their sizes.
1041
9f5a4cef
HZ
10422014-06-04 Nathan Sidwell <nathan@codesourcery.com>
1043 Hui Zhu <hui@codesourcery.com>
1044
1045 * gdb.base/fileio.exp: Add test for shell not available as well as
1046 available.
1047 * gdb.base/fileio.c (test_system): Check for shell twice.
1048
90a45c4d
YQ
10492014-06-04 Yao Qi <yao@codesourcery.com>
1050
1051 * gdb.base/auto-connect-native-target.exp: Remove redundant
1052 space from the regexp pattern.
1053
70017e41
YQ
10542014-06-04 Yao Qi <yao@codesourcery.com>
1055
1056 * gdb.base/default.exp: Replace "child" with "native" in
1057 regexp pattern.
1058
883964a7
SC
10592014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1060
1061 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
1062 * gdb.python/py-xmethods.exp: New tests to test xmethods.
1063 * gdb.python/py-xmethods.py: Python script supporting the
1064 new testcase and tests.
1065
ef370185
JB
10662014-06-03 Joel Brobecker <brobecker@adacore.com>
1067 Pedro Alves <palves@redhat.com>
1068
1069 PR breakpoints/17000
1070 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
1071 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
1072
1e2ccb61
BM
10732014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
1074
1075 * gdb.base/subst.exp: Add tests to verify partial path matching
1076 output.
1077
c6ec5ab2
PA
10782014-06-03 Pedro Alves <palves@redhat.com>
1079
1080 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
1081 target that doesn't use software single-stepping.
1082
835c559f
PA
10832014-06-03 Pedro Alves <palves@redhat.com>
1084
1085 PR breakpoints/17000
1086 * gdb.base/sss-bp-on-user-bp-2.c: New file.
1087 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
1088
06eb1586
DE
10892014-06-02 Doug Evans <xdje42@gmail.com>
1090
1091 * gdb.guile/scm-parameter.exp: New file.
1092
e698b8c4
DE
10932014-06-02 Doug Evans <xdje42@gmail.com>
1094
1095 * gdb.guile/scm-cmd.c: New file.
1096 * gdb.guile/scm-cmd.exp: New file.
1097
ded03782
DE
10982014-06-02 Doug Evans <xdje42@gmail.com>
1099
1100 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
1101 pretty-printer lookup.
1102 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
1103 (make-pp_s-printer): Call it.
1104 (make-pretty-printer-from-dict): New function.
1105 (lookup-pretty-printer-maker-from-dict): New function.
1106 (*pretty-printer*): Simplify.
1107 (make-objfile-pp_s-printer): New function.
1108 (install-objfile-pretty-printers!): New function.
1109 (make-progspace-pp_s-printer): New function.
1110 (install-progspace-pretty-printers!): New function.
1111 * gdb.guile/scm-progspace.c: New file.
1112 * gdb.guile/scm-progspace.exp: New file.
1113
41fac0cf
PA
11142014-06-02 Pedro Alves <palves@redhat.com>
1115
1116 * gdb.base/dprintf-bp-same-addr.c: New file.
1117 * gdb.base/dprintf-bp-same-addr.exp: New file.
1118
96ae5695
EBM
11192014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1120
1121 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
1122 * gdb.arch/powerpc-power.s: Likewise.
1123
da02b3a8
JB
11242014-06-02 Joel Brobecker <brobecker@adacore.com>
1125
1126 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
1127
c72b2e7b
YQ
11282014-06-01 Yao Qi <yao@codesourcery.com>
1129
1130 * gdb.base/watchpoint.exp (test_watch_location): Check null
1131 pointer can be dereferenced. If not, do the test, otherwise
1132 skip it.
1133
53e8a631
AB
11342014-05-30 Andrew Burgess <aburgess@broadcom.com>
1135
1136 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
1137 results.
1138 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
1139
938f0e2f
AB
11402014-05-30 Andrew Burgess <aburgess@broadcom.com>
1141
1142 * gdb.arch/amd64-invalid-stack-middle.S: New file.
1143 * gdb.arch/amd64-invalid-stack-middle.c: New file.
1144 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
1145 * gdb.arch/amd64-invalid-stack-top.c: New file.
1146 * gdb.arch/amd64-invalid-stack-top.exp: New file.
1147
9ba6657a
PA
11482014-05-30 Pedro Alves <palves@redhat.com>
1149
1150 PR breakpoints/17000
1151 * gdb.base/sss-bp-on-user-bp.c: New file.
1152 * gdb.base/sss-bp-on-user-bp.exp: New file.
1153
522c09bf
DB
11542014-05-30 David Blaikie <dblaikie@gmail.com>
1155
1156 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
1157 gnu_inline semantics via attribute.
1158 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
1159 source explicitly specifies the required semantics.
1160
bf4ef81e
MR
11612014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
1162
1163 * gdb.reverse/sigall-reverse.exp: Fix a typo.
1164
329ea579
PA
11652014-05-29 Pedro Alves <palves@redhat.com>
1166 Tom Tromey <tromey@redhat.com>
1167
1168 * gdb.base/async-shell.exp: Don't enable target-async.
1169 * gdb.base/async.exp
1170 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
1171 parameter. Adjust.
1172 (top level): Don't test with "target-async".
1173 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
1174 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
1175 * gdb.base/inferior-died.exp: Don't enable target-async.
1176 * gdb.base/interrupt-noterm.exp: Likewise.
1177 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
1178 * gdb.mi/mi-nonstop-exit.exp: Likewise.
1179 * gdb.mi/mi-nonstop.exp: Likewise.
1180 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1181 * gdb.mi/mi-nsintrall.exp: Likewise.
1182 * gdb.mi/mi-nsmoribund.exp: Likewise.
1183 * gdb.mi/mi-nsthrexec.exp: Likewise.
1184 * gdb.mi/mi-watch-nonstop.exp: Likewise.
1185 * gdb.multi/watchpoint-multi.exp: Adjust comment.
1186 * gdb.python/py-evsignal.exp: Don't enable target-async.
1187 * gdb.python/py-evthreads.exp: Likewise.
1188 * gdb.python/py-prompt.exp: Likewise.
1189 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
1190 * gdb.server/solib-list.exp: Don't enable target-async.
1191 * gdb.threads/thread-specific-bp.exp: Likewise.
1192 * lib/mi-support.exp: Adjust to use mi-async.
1193
fd664c91
PA
11942014-05-29 Pedro Alves <palves@redhat.com>
1195
1196 PR gdb/13860
1197 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
1198 reason, even in sync mode.
1199
251bde03
PA
12002014-05-29 Pedro Alves <palves@redhat.com>
1201 Hui Zhu <hui@codesourcery.com>
1202
1203 PR PR15693
1204 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
1205 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
1206 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
1207 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
1208
7f3c0343
JB
12092014-05-28 Joel Brobecker <brobecker@adacore.com>
1210
1211 * config/monitor.exp (gdb_target_monitor): Replace use of
1212 "set remotebaud" by "set serial baud".
1213
b2715b27
AW
12142014-05-26 Andy Wingo <wingo@igalia.com>
1215
1216 * gdb.guile/scm-breakpoint.exp:
1217 * gdb.guile/scm-gsmob.exp: Update to use plain old object
1218 properties instead of gdb-object-properties.
1219
498a4489
YQ
12202014-05-26 Yao Qi <yao@codesourcery.com>
1221
1222 * gdb.server/no-thread-db.exp: Specify source file name
1223 explicitly when setting a breakpoint.
1224
589fdceb
MM
12252014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1226
1227 * gdb.btrace/vdso.c: New.
1228 * gdb.btrace/vdso.exp: New.
1229
e9089e05
MM
12302014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1231
1232 * gdb.base/gcore.exp (capture_command_output): Move ...
1233 * lib/gdb.exp (capture_command_output): ... here.
1234
67b5c0c1
MM
12352014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1236
1237 * gdb.btrace/data.exp: Test memory access during btrace replay.
1238
a2199296
SM
12392014-05-22 Simon Marchi <simon.marchi@ericsson.com>
1240
1241 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
1242
17b2616c
PA
12432014-05-21 Pedro Alves <palves@redhat.com>
1244
1245 PR gdb/13860
1246 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
1247 (top level): Test that output related to execution commands is
1248 sent to the console with CLI commands, but not with MI commands.
1249 Test that breakpoint events are always mirrored to the console.
1250 Also expect the new source line to be output after a "next" in
1251 async mode too. Make it a pass/fail test.
1252 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
1253 output.
1254 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
1255
5166082f
PA
12562014-05-21 Pedro Alves <palves@redhat.com>
1257
1258 * gdb.base/list.exp (build_pattern, test_list): New procedures.
1259 Use them to test variations of "list" after reaching a breakpoint.
1260 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
1261 Test "list" with listsize 10 after reaching a breakpoint.
1262 * gdb.python/python.exp (decode_line current location line
1263 number): Adjust expected line number.
1264
2f25d70f
SM
12652014-05-21 Simon Marchi <simon.marchi@ericsson.com>
1266
1267 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
1268 behavior for $args, pass it directly to "run".
1269
ff604a67
MR
12702014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
1271
1272 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
1273 30000 to 65536.
1274
6a3cb8e8
PA
12752014-05-21 Pedro Alves <palves@redhat.com>
1276
1277 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
1278 auto-connect-native-target off".
1279 * gdb.base/auto-connect-native-target.c: New file.
1280 * gdb.base/auto-connect-native-target.exp: New file.
1281
4ebfc96e
PA
12822014-05-21 Pedro Alves <palves@redhat.com>
1283
1284 * gdb.base/default.exp: Test "target native" instead of "target
1285 child".
1286
36d46afb
MW
12872014-05-21 Mark Wielaard <mjw@redhat.com>
1288
1289 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
1290
5876f503
JK
12912014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1292
1293 Fix TLS access for -static -pthread.
1294 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
1295 <HAVE_TLS> (thread_function, main): Initialize it.
1296 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
1297 Add clean_restart.
1298 <$have_tls != "">: Check TLSVAR.
1299
0256a6ac
PA
13002014-05-21 Pedro Alves <palves@redhat.com>
1301
1302 * gdb.base/dcache-line-read-error.c: New.
1303 * gdb.base/dcache-line-read-error.exp: New.
1304
936d2992
PA
13052014-05-20 Pedro Alves <palves@redhat.com>
1306
1307 * gdb.base/compare-sections.c: New file.
1308 * gdb.base/compare-sections.exp: New file.
1309
802e8e6d
PA
13102014-05-20 Pedro Alves <palves@redhat.com>
1311
1312 * gdb.base/break-idempotent.c: New file.
1313 * gdb.base/break-idempotent.exp: New file.
1314
e59fa00f
MM
13152014-05-20 Markus Metzger <markus.t.metzger@intel.com>
1316
1317 * gdb.btrace/nohist.exp: New.
1318
8b696e31
YQ
13192014-05-20 Yao Qi <yao@codesourcery.com>
1320
1321 * lib/gdb.exp (gdb_init): Set timeout if test file is under
1322 gdb.reverse directory and gdb_reverse_timeout exists in board
1323 setting.
1324 * README: Document gdb_reverse_timeout.
1325
73c9764f
YQ
13262014-05-20 Yao Qi <yao@codesourcery.com>
1327
1328 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
1329 'test_file_name'. Treat args as a string instead of a list.
1330 (gdb_init): Rename argument 'args' by 'test_file_name'.
1331
f1f4348a
JK
13322014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1333
1334 * gdb.arch/powerpc-power.exp: New file.
1335 * gdb.arch/powerpc-power.s: New file.
1336
0dbe70ce
DE
13372014-05-16 Doug Evans <dje@google.com>
1338
1339 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
1340 * gdb.base/completion.exp: Check that all expected files exist
1341 before doing file completion.
0dbe70ce 1342
8d551b02
DE
13432014-05-16 Doug Evans <dje@google.com>
1344
1345 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
1346 Update.
1347 (do_syscall_tests_without_xml): Update.
1348
73eb7709
PA
13492014-05-16 Pedro Alves <palves@redhat.com>
1350
1351 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
1352 instead of "unknown output after running".
1353
3fae92fc
YQ
13542014-05-16 Yao Qi <yao@codesourcery.com>
1355
1356 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
1357 file1.txt from host at the end.
1358 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1359
c2b2ccc5
DE
13602014-05-15 Doug Evans <dje@google.com>
1361
1362 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
1363 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
1364 loading file. Add test for TU lookup.
1365
8c217a4b
SM
13662014-05-15 Simon Marchi <simon.marchi@ericsson.com>
1367
1368 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
1369 calling "-exec-arguments" or "set args" before running the
1370 inferior.
1371
3deb39c6
SM
13722014-05-15 Simon Marchi <simon.marchi@ericsson.com>
1373
1374 * lib/mi-support.exp (mi_expect_stop): Expect message for
1375 inferiors that exit with non-zero exit code.
1376
71a79f8c
YQ
13772014-05-14 Yao Qi <yao@codesourcery.com>
1378
1379 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
1380 match absolute path on remote host.
1381 (test_file_list_exec_source_files): Remove "/" from the
1382 pattern.
1383
f23fcd46
YQ
13842014-05-14 Yao Qi <yao@codesourcery.com>
1385
1386 * boards/local-remote-host-notty.exp (${board}_file): New
1387 proc.
1388
9404b58f
KM
13892014-05-07 Kyle McMartin <kyle@redhat.com>
1390
1391 Pushed by Joel Brobecker <brobecker@adacore.com>.
1392 * gdb.arch/aarch64-atomic-inst.c: New file.
1393 * gdb.arch/aarch64-atomic-inst.exp: New file.
1394
5e45f04c
YQ
13952014-05-07 Yao Qi <yao@codesourcery.com>
1396
1397 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
1398 in current context" too.
1399
c888a17d
KS
14002014-05-05 Keith Seitz <keiths@redhat.com>
1401
1402 * gdb.linespec/ls-dollar.exp: Add test for linespec
1403 file:convenience_variable.
1404
290a839c
YQ
14052014-05-05 Yao Qi <yao@codesourcery.com>
1406
1407 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
1408 traceframes into tfile and ctf trace files. Read data from
1409 trace file and test collected data.
1410 (gdb_collect_locals_test): Likewise.
1411 (gdb_unavailable_registers_test): Likewise.
1412 (gdb_unavailable_floats): Likewise.
1413 (gdb_collect_globals_test): Likewise.
1414 (top-level): Append "ctf" to trace_file_targets if GDB
1415 supports.
1416
b5262cd0
YQ
14172014-05-05 Yao Qi <yao@codesourcery.com>
1418
1419 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
1420 code to ...
1421 (gdb_collect_args_test_1): ... it. New proc.
1422 (gdb_collect_locals_test): Move some code to ...
1423 (gdb_collect_locals_test_1): ... it. New proc.
1424 (gdb_unavailable_registers_test): Move some code to ...
1425 (gdb_unavailable_registers_test_1): ... it. New proc.
1426 (gdb_unavailable_floats): Move some code to ...
1427 (gdb_unavailable_floats_1): ... it. New proc.
1428
30a1e6cc
SDJ
14292014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
1430
1431 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
1432 probes to test for bitness recognition.
1433 * gdb.arch/amd64-stap-optional-prefix.exp
1434 (test_probe_value_without_reg): New procedure.
1435 Add code to test for different kinds of bitness.
1436
f33da99a
SDJ
14372014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
1438
1439 PR breakpoints/16889
1440 * gdb.arch/amd64-stap-optional-prefix.S: New file.
1441 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
1442
5b80f00d
PA
14432014-05-01 Pedro Alves <palves@redhat.com>
1444
1445 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
1446 gdb_file_cmd if no file is specified.
1447 * boards/native-extended-gdbserver.exp (gdb_load): Use the
1448 last_loaded_file to set the remote exec-file.
1449
f8c2a73c
PA
14502014-05-01 Pedro Alves <palves@redhat.com>
1451
1452 * boards/local-remote-host.exp: New file.
1453
be6e8ac7
PA
14542014-05-01 Pedro Alves <palves@redhat.com>
1455
1456 * boards/local-remote-host.exp: Rename to ...
1457 * boards/local-remote-host-notty.exp: ... this.
1458
cac0dc8f
JB
14592014-04-28 Joel Brobecker <brobecker@adacore.com>
1460
1461 * gdb.ada/dyn_arrayidx: New testcase.
1462
9730e6cc
YQ
14632014-04-26 Yao Qi <yao@codesourcery.com>
1464
1465 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
1466 and compute the length of function main. Save it in
1467 $main_length.
1468 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
1469 (top-level): Use gdb_compile to compile objects into
1470 executable and restart GDB. Remove invocation to
1471 prepare_for_testing.
1472
7ae1a6a6
PA
14732014-04-25 Simon Marchi <simon.marchi@ericsson.com>
1474 Pedro Alves <palves@redhat.com>
1475
1476 PR server/16255
1477 * gdb.multi/multi-attach.c: New file.
1478 * gdb.multi/multi-attach.exp: New file.
1479
4082afcc
PA
14802014-04-25 Pedro Alves <palves@redhat.com>
1481
1482 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
1483 user.
1484 (top level): Test that "set remote conditional-breakpoints-packet
1485 off" works as intended.
1486 * gdb.base/dprintf.exp: Test that "set remote
1487 breakpoint-commands-packet off" works as intended.
1488 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
1489 New function.
1490 (top level): Call it.
1491 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
1492 remote fast-tracepoints-packet off" works as intended.
1493 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
1494 * lib/gdb.exp (gdb_is_target_remote): ... here.
1495
2abc3f8d
DB
14962014-04-24 David Blaikie <dblaikie@gmail.com>
1497
1498 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
1499 ensure clang would not discard them.
1500 * gdb.base/gdbvars.c: Ditto.
1501 * gdb.base/memattr.c: Ditto.
1502 * gdb.base/whatis.c: Ditto.
1503 * gdb.python/py-prettyprint.c: Ditto.
1504 * gdb.trace/actions.c: Ditto.
1505 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
1506 ensure clang would not discard it.
1507
bfd39632
DB
15082014-04-24 David Blaikie <dblaikie@gmail.com>
1509
1510 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
1511 clang to emit the full definition of type required by the test
1512 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
1513
22842ff6
DB
15142014-04-24 David Blaikie <dblaikie@gmail.com>
1515
1516 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
1517 coax Clang into emitting the definition of the type.
1518 * gdb.cp/pr10728-x.h (y): Ditto.
1519 * gdb.cp/pr10728-y.cc (y): Ditto.
1520
c2e827ad
DB
15212014-04-24 David Blaikie <dblaikie@gmail.com>
1522
1523 * gdb.base/label.exp: XFAIL label related tests under Clang.
1524 * gdb.cp/cplabel.exp: Ditto.
1525 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
1526 under Clang those using labels.
1527
4c2d33e7
YQ
15282014-04-25 Yao Qi <yao@codesourcery.com>
1529
1530 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
1531 double_label.
1532 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
1533 partial_label and double_label.
1534
56083b99
DB
15352014-04-24 David Blaikie <dblaikie@gmail.com>
1536
1537 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
1538
25d4e99d
DB
15392014-04-24 David Blaikie <dblaikie@gmail.com>
1540
1541 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
1542 of the function to work across GCC and Clang.
1543 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
1544 pointer types (const void ** const V void **).
1545
01f9f808
MS
15462014-04-24 Michael Sturm <michael.sturm@mintel.com>
1547 Walfred Tedeschi <walfred.tedeschi@intel.com>
1548
1549 * Makefile.in (EXECUTABLES): Added i386-avx512.
1550 * gdb.arch/i386-avx512.c: New file.
1551 * gdb.arch/i386-avx512.exp: Likewise.
1552
4b48d439
KS
15532014-04-23 Keith Seitz <keiths@redhat.com>
1554
1555 * lib/mi-support.exp (mi_list_breakpoints): Delete.
1556 (mi_make_breakpoint_table): New procedure.
1557 (mi_create_breakpoint): Use mi_make_breakpoint
1558 and return the result.
1559 (mi_make_breakpoint): New procedure.
1560 (mi_build_kv_pairs): New procedure.
1561
1562 * gdb.mi/mi-break.exp: Remove unused globals,
1563 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
1564 All callers updated.
1565 * gdb.mi/mi-dprintf.exp: Use variable to track command
1566 number.
1567 Update all callers of mi_create_breakpoint and use
1568 mi_make_breakpoint_table.
1569 Remove any unused global variables.
1570 * gdb.mi/mi-nonstop.exp: Likewise.
1571 * gdb.mi/mi-nsintrall.exp: Likewise.
1572 * gdb.mi/mi-nsmoribund.exp: Likewise.
1573 * gdb.mi/mi-nsthrexec.exp: Likewise.
1574 * gdb.mi/mi-reverse.exp: Likewise.
1575 * gdb.mi/mi-simplerun.exp: Likewise.
1576 * gdb.mi/mi-stepn.exp: Likewise.
1577 * gdb.mi/mi-syn-frame.exp: Likewise.
1578 * gdb.mi/mi-until.exp: Likewise.
1579 * gdb.mi/mi-var-cp.exp: Likewise.
1580 * gdb.mi/mi-var-display.exp: Likewise.
1581 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1582 * gdb.mi/mi2-var-child.exp: Likewise.
1583 * gdb.mi/mi-vla-c99.exp: Likewise.
1584 * lib/mi-support.exp: Likewise.
1585
1586 From Ian Lance Taylor <iant@cygnus.com>:
1587 * lib/gdb.exp (parse_args): New procedure.
1588
08351840
PA
15892014-04-23 Pedro Alves <palves@redhat.com>
1590
1591 * gdb.base/break-unload-file.c: New file.
1592 * gdb.base/break-unload-file.exp: New file.
1593 * gdb.base/sym-file-lib.c (baz): New function.
1594 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
1595 field.
1596 (load): Store the segment's mapped size.
1597 (unload): New function.
1598 (unload_shlib): New function.
1599 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
1600 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
1601 set a breakpoint at baz, and call it.
1602 * gdb.base/sym-file.exp: New tests for stale breakpoint
1603 instructions.
1604
076855f9
PA
16052014-04-23 Pedro Alves <palves@redhat.com>
1606
1607 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
1608 * gdb.base/hbreak-in-shr-unsupported.c: New file.
1609 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
1610 * gdb.base/hbreak-unmapped.c: New file.
1611 * gdb.base/hbreak-unmapped.exp: New file.
1612 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
1613 * lib/gdb.exp (gdb_is_target_remote): ... here.
1614
483805cf
PA
16152014-04-22 Pedro Alves <palves@redhat.com>
1616
1617 * gdb.base/consecutive-step-over.c: New file.
1618 * gdb.base/consecutive-step-over.exp: New file.
1619
06d97543
PA
16202014-04-22 Pedro Alves <palves@redhat.com>
1621
1622 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
1623 instead of send_gdb/gdb_expect.
1624
b4429ea2
YQ
16252014-04-22 Yao Qi <yao@codesourcery.com>
1626
1627 * lib/trace-support.exp (generate_tracefile): New procedure.
1628 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
1629 return 0.
1630 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
1631 if generate_tracefile returns 1.
1632
51d48146
PA
16332014-04-18 Tom Tromey <palves@redhat.com>
1634 Pedro alves <tromey@redhat.com>
1635
1636 PR backtrace/15558
1637 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
1638 with a backtrace limit.
1639 * gdb.python/py-frame-inline.exp: Test running to an inline
1640 function with a backtrace limit, and printing the newest frame.
1641 * gdb.python/py-frame-inline.c (main): Call f.
1642
bd1dce5f
MS
16432014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
1644
1645 * gdb.java/jnpe.exp: Drop srcdir from untested path.
1646
40d1a503
MS
16472014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
1648
1649 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
1650 Drop prefix from unsupported source file path.
1651
389b98f7
YQ
16522014-04-17 Yao Qi <yao@codesourcery.com>
1653
1654 * lib/gdb.exp (with_target_charset): New proc.
1655 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
1656 with_target_charset.
1657 (test_print_strings): Likewise.
1658 (test_repeat_bytes): Likewise.
1659 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
1660 for some tests.
1661
22869d73
KS
16622014-04-16 Keith Seitz <keiths@redhat.com>
1663
1664 PR gdb/15827
1665 * gdb.dwarf2/corrupt.c: New file.
1666 * gdb.dwarf2/corrupt.exp: New file.
1667
c4f87ca6
KS
16682014-04-16 Keith Seitz <keiths@redhat.com>
1669
1670 PR c++/16597
1671 * gdb.cp/namelessclass.cc: New file.
1672 * gdb.cp/namelessclass.exp: New file.
1673 * gdb.cp/namelessclass.S: New file.
1674
ab19de87
DE
16752014-04-16 Doug Evans <dje@google.com>
1676
1677 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
1678 Add comment.
1679 (gdbserver_default_get_comm_port): New function.
1680 (gdbserver_start): Check if board file provided
1681 "gdbserver,get_comm_port" and use it if so.
1682 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
1683 (gdb,socketport): Set to "stdio".
1684 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
1685 (stdio_gdbserver_template): Delete.
1686 (${board}_get_remote_address): Update.
1687 (${board}_build_remote_cmd): Delete.
1688 (${board}_get_comm_port): New function.
1689 (${board}_spawn): Update.
1690 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
1691 Delete.
1692 (${board}_get_remote_address): Update.
1693 (${board}_get_comm_port): New function.
1694
fc98a809
AB
16952014-04-16 Andrew Burgess <aburgess@broadcom.com>
1696
1697 * gdb.base/memattr.exp: Improve regexps to handle memory regions
1698 appearing in any order.
1699
87fd9e6e
DE
17002014-04-15 Doug Evans <dje@google.com>
1701
1702 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
1703 uninitialized value of "description".
1704
099fc3ea
KS
17052014-04-15 Keith Seitz <keiths@redhat.com>
1706
1707 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
1708 Remove unused globals.
1709 (test_running_the_program): Likewise.
1710 (test_controlled_execution): Likewise.
1711 (test_controlling_breakpoints): Likewise.
1712 (test_program_termination): Likewise.
1713
5da151d4
KS
17142014-04-15 Keith Seitz <keiths@redhat.com>
1715
1716 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
1717 unused globals.
1718 (test_rbreak_creation_and_listing): Likewise.
1719 (test_ignore_count): Likewise.
1720 (test_error): Likewise.
1721
35e5d2f0
PA
17222014-04-15 Pedro Alves <palves@redhat.com>
1723
1724 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
1725 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
1726 sym-file-loader.c.
1727 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
1728 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
1729 to sym-file-loader.c.
1730 (struct library): Forward declare.
1731 (load_shlib, lookup_function): Change prototypes.
1732 (find_shstrtab, find_strtab, find_shdr, find_symtab)
1733 (translate_offset): Remove declarations.
1734 (get_text_addr): New declaration.
1735 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
1736 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
1737 sym-file-loader.h.
1738 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
1739 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
1740 here from sym-file-loader.h.
1741 (struct library): New structure.
1742 (load_shlib, lookup_function): Change prototypes and adjust to
1743 work with a struct library.
1744 (find_shstrtab, find_strtab, find_shdr, find_symtab)
1745 (translate_offset): Make static.
1746 (get_text_addr): New function.
1747 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
1748
eb4c1710
PA
17492014-04-15 Pedro Alves <palves@redhat.com>
1750
1751 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
1752
2d1baf52
PA
17532014-04-15 Pedro Alves <palves@redhat.com>
1754
1755 * gdb.base/sym-file-loader.c: Include <limits.h>.
1756 (SELF_LINK): New define.
1757 (get_origin): New function.
1758 (load_shlib): Use it.
1759 * gdb.base/sym-file.exp: Don't early return if the target is
1760 remote. Use runto_main, and issue fail is that fails. Use
1761 gdb_load_shlibs.
1762 (shlib_name): Delete.
1763 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
1764
7dd6df01
PA
17652014-04-15 Pedro Alves <palves@redhat.com>
1766
1767 * gdb.base/sym-file.exp: Remove regex characters from test
1768 message. Don't refer to breakpoint numbers in test messages.
1769
b50c8614
KS
17702014-04-14 Keith Seitz <keiths@redhat.com>
1771
1772 PR c++/16253
1773 * gdb.cp/var-tag.cc: New file.
1774 * gdb.cp/var-tag.exp: New file.
1775 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
1776 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
1777 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1778 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1779
3d567982
TT
17802014-04-14 Tom Tromey <tromey@redhat.com>
1781
1782 * gdb.cp/classes.exp (test_enums): Handle underlying type.
1783 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
1784 type.
1785 * gdb.cp/enum-class.exp: New file.
1786 * gdb.cp/enum-class.cc: New file.
1787
0626fc76
TT
17882014-04-14 Tom Tromey <tromey@redhat.com>
1789
1790 * gdb.dwarf2/enum-type.exp: New file.
1791
dca325b3
SA
17922014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1793
1794 * gdb.mi/mi-vla-c99.exp: New file.
1795 * gdb.mi/vla.c: New file.
1796
5854b38a
SA
17972014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1798
1799 * gdb.base/vla-datatypes.c: New file.
1800 * gdb.base/vla-datatypes.exp: New file.
1801
463bb957
SA
18022014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1803
1804 * gdb.base/vla-ptr.c: New file.
1805 * gdb.base/vla-ptr.exp: New file.
1806
3dd170be
SA
18072014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1808
1809 * gdb.dwarf2/count.exp: New file.
1810
5ecaaa66
SA
18112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
1812
1813 * gdb.base/vla-sideeffect.c: New file.
1814 * gdb.base/vla-sideeffect.exp: New file.
1815
41f1ada5
DB
18162014-04-14 David Blaikie <dblaikie@gmail.com>
1817
1818 * gdb.mi/non-stop.c: Add return value for non-void function return
1819 statement.
1820 * gdb.threads/staticthreads.c: Ditto.
1821
0be03e84
DE
18222014-04-12 Siva Chandra Reddy <sivachandra@google.com>
1823 Doug Evans <xdje42@gmail.com>
1824
1825 * gdb.guile/scm-value.c: Improve test case.
1826 * gdb.guile/scm-value.exp: Add new test.
1827
f180a1fb
DB
18282014-04-11 David Blaikie <dblaikie@gmail.com>
1829
1830 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
1831 override Clang's default.
1832
6b662e19
JB
18332014-04-11 Joel Brobecker <brobecker@adacore.com>
1834
1835 Revert the following changes (regressions):
1836
1837 * gdb.base/vla-sideeffect.c: New file.
1838 * gdb.base/vla-sideeffect.exp: New file.
1839
1840 * gdb.dwarf2/count.exp: New file.
1841
1842 * gdb.base/vla-multi.c: New file.
1843 * gdb.base/vla-multi.exp: New file.
1844
1845 * gdb.base/vla-ptr.c: New file.
1846 * gdb.base/vla-ptr.exp: New file.
1847
1848 * gdb.base/vla-datatypes.c: New file.
1849 * gdb.base/vla-datatypes.exp: New file.
1850
1851 * gdb.mi/mi-vla-c99.exp: New file.
1852 * gdb.mi/vla.c: New file.
1853
245a5f0b
KS
18542014-04-11 Keith Seitz <keiths@redhat.com>
1855
1856 PR c++/16675
1857 * gdb.cp/cpsizeof.exp: New file.
1858 * gdb.cp/cpsizeof.cc: New file.
1859
58a84dcf
SA
18602014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1861
191a8a90
JB
1862 * gdb.mi/mi-vla-c99.exp: New file.
1863 * gdb.mi/vla.c: New file.
58a84dcf 1864
c8655f75
SA
18652014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1866
1867 * gdb.base/vla-datatypes.c: New file.
1868 * gdb.base/vla-datatypes.exp: New file.
1869
024e13b4
SA
18702014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1871
1872 * gdb.base/vla-ptr.c: New file.
1873 * gdb.base/vla-ptr.exp: New file.
1874
1a237e0e
SA
18752014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1876
1877 * gdb.base/vla-multi.c: New file.
1878 * gdb.base/vla-multi.exp: New file.
1879
504f3432
SA
18802014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1881
1882 * gdb.dwarf2/count.exp: New file.
1883
3bce8237
SA
18842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1885
191a8a90
JB
1886 * gdb.base/vla-sideeffect.c: New file.
1887 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 1888
322f9c21
YQ
18892014-04-11 Yao Qi <yao@codesourcery.com>
1890
1891 * gdb.base/completion.exp: Check file exists before running tests
1892 on file completion.
1893
d708bcd1
PA
18942014-04-10 Pedro Alves <palves@redhat.com>
1895
1896 * gdb.base/cond-eval-mode.c: New file.
1897 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
1898 prepare_for_testing to build the new file. Check result of
1899 runto_main.
1900 (test_break, test_watch): New procedures.
1901 (top level): Use them.
1902
ae1d2761
PM
19032014-04-08 Pierre Muller <muller@sourceware.org>
1904
1905 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
1906 Ctrl-V use for mingw hosts.
1907
7af389b8
SC
19082014-04-07 Siva Chandra Reddy <sivachandra@google.com>
1909
1910 * gdb.python/py-value.c: Improve test case.
1911 * gdb.python/py-value.exp: Add new test.
1912
5e703181
DE
19132014-04-07 David Blaikie <dblaikie@gmail.com>
1914
1915 * lib/compiler.c: Identify the clang compiler.
1916 * lib/compiler.cc: Ditto.
1917
9810b410
YQ
19182014-04-03 Yao Qi <yao@codesourcery.com>
1919
1920 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
1921
98d1b8dc
AB
19222014-04-01 Anton Blanchard <anton@samba.org>
1923
1924 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
1925 messages unique.
1926
3114cea1
AB
19272014-04-01 Anton Blanchard <anton@samba.org>
1928
1929 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
1930 prepare_for_testing.
1931
62f7182c
AB
19322014-04-01 Anton Blanchard <anton@samba.org>
1933
1934 * gdb.arch/ppc64-atomic-inst.c: Remove.
1935 * gdb.arch/ppc64-atomic-inst.S: New file.
1936 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
1937
770e7fc7
DE
19382014-03-31 Doug Evans <dje@google.com>
1939
1940 * gdb.base/print-symbol-loading-lib.c: New file.
1941 * gdb.base/print-symbol-loading-main.c: New file.
1942 * gdb.base/print-symbol-loading.exp: New file.
1943
46e2bafa
YQ
19442014-03-31 Yao Qi <yao@codesourcery.com>
1945
1946 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
1947
8776cfe9
JB
19482014-03-28 Joel Brobecker <brobecker@adacore.com>
1949
1950 * gdb.ada/mi_dyn_arr: New testcase.
1951
5d1ef361
DE
19522014-03-27 Doug Evans <dje@google.com>
1953
1954 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
1955
b5bee914
YQ
19562014-03-27 Yao Qi <yao@codesourcery.com>
1957
1958 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
1959 if target is nios2-*-*.
1960
0d4d0e77
YQ
19612014-03-26 Yao Qi <yao@codesourcery.com>
1962
1963 * lib/gdb.exp (readline_is_used): New proc.
1964 * gdb.base/completion.exp: Move tests on command complete up.
1965 Skip the rest of tests if readline is not used.
1966 * gdb.ada/complete.exp: Skp the test if readline is not
1967 used.
1968 * gdb.base/filesym.exp: Likewise.
1969 * gdb.base/macscp.exp: Likewise.
1970 * gdb.base/readline-ask.exp: Likewise.
1971 * gdb.base/readline.exp: Likewise.
1972 * gdb.python/py-cmd.exp: Likewise.
1973 * gdb.trace/tfile.exp: Likewise.
1974
29361eee
YQ
19752014-03-26 Yao Qi <yao@codesourcery.com>
1976
1977 * gdb.base/macscp.exp: Fix code format issues.
1978
bc9a5525
UW
19792014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
1980
1981 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
1982 * gdb.asm/powerpc64le.inc: New file.
1983
d3839ede
PA
19842014-03-25 Pedro Alves <palves@redhat.com>
1985 Doug Evans <dje@google.com>
1986
1987 * gdb.base/source-execution.c: New file.
1988 * gdb.base/source-execution.exp: New file.
1989 * gdb.base/source-execution.gdb: New file.
1990
01672a57
DE
19912014-03-24 Doug Evans <dje@google.com>
1992
1993 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
1994 using fission.
1995
88bbeca9
HZ
19962014-03-24 Hui Zhu <hui@codesourcery.com>
1997 Pedro Alves <palves@redhat.com>
1998
1999 PR breakpoints/16101
2000 * gdb.base/dprintf.exp: Use unsupported rather than changing the
2001 test pass/fail messages. Detect missing support for dprintf when
2002 breakpoints are actually inserted.
2003 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
2004 breakpoints are actually inserted.
2005 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
2006 fails.
2007
d2348791
JK
20082014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2009
2010 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
2011
feef67ab
DE
20122014-03-22 Doug Evans <xdje42@gmail.com>
2013
2014 * gdb.python/python.exp (python not supported): Verify multi-line
2015 python command issues an error.
25d743f9 2016 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 2017 guile command issues an error.
feef67ab 2018
ecebef6a
MR
20192014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
2020
2021 * gdb.threads/thread-specific.exp: Handle the lack of usable
2022 $this_breakpoint and $this_thread.
2023
ccdd1909
HZ
20242014-03-21 Hui Zhu <hui@codesourcery.com>
2025
2026 * gdb.base/attach.exp (do_command_attach_tests): New.
2027
beb460e8
PA
20282014-03-20 Tom Tromey <tromey@redhat.com>
2029 Pedro Alves <palves@redhat.com>
2030
2031 PR cli/15718
2032 * gdb.base/condbreak-call-false.c: New file.
2033 * gdb.base/condbreak-call-false.exp: New file.
2034
40acf43a
PA
20352014-03-20 Pedro Alves <palves@redhat.com>
2036
2037 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
2038 Delete.
2039 (block_signals, unblock_signals): Delete.
2040 (child_function_2, main): Remove references to deleted variable
2041 and functions.
2042
9f5e1e02
PA
20432014-03-20 Pedro Alves <palves@redhat.com>
2044
2045 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
2046 Use pthread_kill to signal thread 2.
2047 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2048 Adjust to make the test send itself a signal rather than using the
2049 host's "kill" command.
2050
99619bea
PA
20512014-03-20 Pedro Alves <palves@redhat.com>
2052
2053 * gdb.threads/multiple-step-overs.c: New file.
2054 * gdb.threads/multiple-step-overs.exp: New file.
2055 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2056 Adjust expected infrun debug output.
2057
2adfaa28
PA
20582014-03-20 Pedro Alves <palves@redhat.com>
2059
2060 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
2061 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
2062
31e77af2
PA
20632014-03-20 Pedro Alves <palves@redhat.com>
2064
2065 PR breakpoints/7143
2066 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
2067 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
2068 of gdb_test_multiple.
2069 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
2070 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
2071
b9f437de
PA
20722014-03-20 Pedro Alves <palves@redhat.com>
2073
2074 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
2075 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
2076
05adc73e
PA
20772014-03-19 Pedro Alves <palves@redhat.com>
2078
2079 * gdb.base/async.exp: Remove early return.
2080
6048b950
PA
20812014-03-19 Pedro Alves <palves@redhat.com>
2082
2083 * gdb.base/async.exp (step& tests): Pass explicit test messages.
2084
8bcfb00a
PA
20852014-03-19 Pedro Alves <palves@redhat.com>
2086
2087 * gdb.base/async.exp (test_background): Expect \r\n after
2088 "completed." in the fail pattern.
2089
884e37dc
PA
20902014-03-19 Pedro Alves <palves@redhat.com>
2091
2092 * gdb.base/async.exp (test_background): New procedure.
2093 Use it for all background execution command tests.
2094
148e57e2
PA
20952014-03-19 Pedro Alves <palves@redhat.com>
2096
2097 * gdb.base/async.exp: Use prepare_for_testing.
2098
f48088c7
PA
20992014-03-19 Pedro Alves <palves@redhat.com>
2100
2101 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
2102 the same line.
2103
e2f6c966
PA
21042014-03-19 Pedro Alves <palves@redhat.com>
2105
2106 * gdb.base/async.c (main): Add "jump here" and "until here" line
2107 marker comments.
2108 * gdb.base/async.exp (jump_here): New global.
2109 (jump& test): Use it.
2110 (until_here): New global.
2111 (until& test): Use it.
2112
c30568d4
PA
21132014-03-19 Pedro Alves <palves@redhat.com>
2114
2115 * gdb.base/async.exp: Don't frob gdb_protocol.
2116
0172b6a7
DE
21172014-03-18 Doug Evans <xdje42@gmail.com>
2118
2119 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
2120 Fix spelling of exec-done-display.
2121
06c868a8
JK
21222014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2123
2124 PR gdb/15358
2125 * gdb.base/gdb-sigterm.c: New file.
2126 * gdb.base/gdb-sigterm.exp: New file.
2127
0c7e1a46
PA
21282014-03-18 Pedro Alves <palves@redhat.com>
2129
2130 PR gdb/13860
2131 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
2132 * lib/mi-support.exp (mi_expect_stop): Add special handling for
2133 solib-event.
2134
f7c77d93
JB
21352014-03-17 Joel Brobecker <brobecker@adacore.com>
2136
2137 * gdb.ada/pckd_arr_ren: New testcase.
2138
5a1e8c7a
DE
21392014-03-13 Doug Evans <xdje42@gmail.com>
2140
2141 PR guile/16612
2142 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
2143 collect after discarding symbols.
2144
350e1a76
DE
21452014-03-13 Ludovic Courtès <ludo@gnu.org>
2146 Doug Evans <xdje42@gmail.com>
2147
2148 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
2149 to history survives a gc.
2150
a69900ae
PA
21512014-03-13 Pedro Alves <palves@redhat.com>
2152
2153 * gdb.base/default.exp: Don't test "target procfs".
2154
5db9f0bd
PA
21552014-03-13 Pedro Alves <palves@redhat.com>
2156
2157 * gdb.base/default.exp: Update "target child" and "target procfs"
2158 tests to not expect "Unix".
2159
b3ccfe11
TT
21602014-03-12 Tom Tromey <tromey@redhat.com>
2161
2162 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
2163 New procs. Add target-async tests.
2164 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
2165 Add target-async tests.
2166
646f4417
AA
21672014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2168
2169 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
2170 'func_start' and 'func_end' for the beginning and end of the
2171 function code, respectively.
2172 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
2173 'func_end' instead of 'func' and 'main'.
2174
288c211f
AA
21752014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2176
2177 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
2178 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
2179 generate the debug info assembler source.
2180
e0c0f156
AA
21812014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2182
2183 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
2184 * gdb.dwarf2/arr-subrange.exp: Likewise.
2185 * gdb.dwarf2/dwz.exp: Likewise.
2186 * gdb.dwarf2/method-ptr.exp: Likewise.
2187 * gdb.dwarf2/missing-sig-type.exp: Likewise.
2188 * gdb.dwarf2/subrange.exp: Likewise.
2189 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
2190 * gdb.dwarf2/implptrpiece.exp: Likewise.
2191 * gdb.dwarf2/nostaticblock.exp: Likewise.
2192
0e5c4555
AA
21932014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2194
2195 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
2196 directory to absolute path name arguments.
2197
5ec18f2b
JG
21982014-03-10 Joel Brobecker <brobecker@adacore.com>
2199
2200 * gdb.ada/tagged_access: New testcase.
2201
847fc4f2
MM
22022014-03-07 Markus Metzger <markus.t.metzger@intel.com>
2203
2204 * gdb.btrace/data.exp: Update expected output.
2205
cc3da688
YQ
22062014-03-06 Yao Qi <yao@codesourcery.com>
2207
2208 * gdb.trace/pr16508.exp: New file.
2209
0f26cec1
PA
22102014-03-05 Pedro Alves <palves@redhat.com>
2211
2212 PR gdb/16575
2213 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
2214 procedure.
2215 (top level): Adjust to use it. Add tests that exercise breakpoint
2216 interaction with the code-cache.
2217
7a5a839f
LC
22182014-02-26 Ludovic Courtès <ludo@gnu.org>
2219
2220 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
2221 test for 'history-append!'.
2222
31aa7e4e
JB
22232014-02-26 Joel Brobecker <brobecker@adacore.com>
2224
2225 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
2226 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
2227 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
2228 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
2229 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
2230 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
2231
1b588015
JB
22322014-02-26 Joel Brobecker <brobecker@adacore.com>
2233
2234 * testsuite/gdb.python/py-pp-re-notag.c: New file.
2235 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
2236 * testsuite/gdb.python/py-pp-re-notag.p: New file.
2237
55426c9d
JB
22382014-02-26 Joel Brobecker <brobecker@adacore.com>
2239
2240 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
2241
dc53a7ad
JB
22422014-02-26 Joel Brobecker <brobecker@adacore.com>
2243
2244 * gdb.dwarf2/arr-stride.c: New file.
2245 * gdb.dwarf2/arr-stride.exp: New file.
2246
12ab52e9
PA
22472014-02-26 Pedro Alves <palves@redhat.com>
2248
2249 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
2250 that won't ever trigger. Make sure that GDB reports the correct
2251 breakpoint that caused the stop.
2252
849c862e
JK
22532014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2254
2255 PR gdb/16626
2256 * gdb.base/auto-load-script: New file.
2257 * gdb.base/auto-load.c: New file.
2258 * gdb.base/auto-load.exp: New file.
2259
71b7d793
JK
2260 PR gdb/16626
2261 * gdb.base/auto-load.exp: Fix out-of-srctree run.
2262
e2f0d509
JK
22632014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2264
2265 Fix dw2-icycle.exp -fsanitize=address GDB crash.
2266 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
2267
50cc37c8
DE
22682014-02-24 Doug Evans <dje@google.com>
2269
2270 * lib/gdb.exp (run_on_host): Log error output if program fails.
2271
ea4758f2
PA
22722014-02-21 Pedro Alves <palves@redhat.com>
2273
2274 * gdb.threads/step-after-sr-lock.c: Rename to ...
2275 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
2276 * gdb.threads/step-after-sr-lock.exp: Rename to ...
2277 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2278 ... this.
2279
d7b30f67
SDJ
22802014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
2281
2282 PR tdep/16397
2283 * gdb.arch/amd64-stap-special-operands.exp: New file.
2284 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
2285 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
2286 * gdb.arch/amd64-stap-triplet.S: Likewise.
2287 * gdb.arch/amd64-stap-triplet.c: Likewise.
2288
83deb43f
JB
22892014-02-20 Joel Brobecker <brobecker@adacore.com>
2290
2291 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
2292 in .section pseudo-op.
2293
adde2bff
DE
22942014-02-20 lin zuojian <manjian2006@gmail.com>
2295 Joel Brobecker <brobecker@adacore.com>
2296 Doug Evans <xdje42@gmail.com>
2297
2298 PR symtab/16581
2299 * gdb.dwarf2/dw2-icycle.S: New file.
2300 * gdb.dwarf2/dw2-icycle.c: New file.
2301 * gdb.dwarf2/dw2-icycle.exp: New file.
2302
f7bd0f78
SC
23032014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2304
2305 * gdb.python/py-value-cc.cc: Improve test case to enable testing
2306 operations on gdb.Value objects.
2307 * gdb.python/py-value-cc.exp: Add new test to test operations on
2308 gdb.Value objects.
2309
c17ef0d5
DE
23102014-02-18 Doug Evans <dje@google.com>
2311
2312 * Makefile.in (TESTS): New variable.
2313 (expanded_tests, expanded_tests_or_none): New variables
2314 (check-single): Pass $(expanded_tests_or_none) to runtest.
2315 (check-parallel): Only run tests in $(TESTS) if non-empty.
2316 (check/no-matching-tests-found): New rule.
2317 * README: Document TESTS makefile variable.
2318
5dd3176f
DE
23192014-02-18 Doug Evans <dje@google.com>
2320
2321 * Makefile.in (check-parallel): rm -rf outputs temp.
2322
0b10be4f
JK
23232014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2324
2325 Fix "ERROR: no fileid for" in the testsuite.
2326 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
2327
85f224e7
DE
23282014-02-12 Doug Evans <dje@google.com>
2329
2330 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
2331 (MISCELLANEOUS): New variable.
2332 (clean): rm -rf $(MISCELLANEOUS).
2333 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
2334 dwp live in the same directory as symlinks, with each symlink pointed
2335 to a differently named file in a different directory.
2336
149b30ff
DE
23372014-02-11 Doug Evans <dje@google.com>
2338
2339 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
2340 of Tcl file commands.
2341
1dfdac32
MK
23422014-02-10 Mark Kettenis <kettenis@gnu.org>
2343
2344 * gdb.threads/step-after-sr-lock.exp: Avoid executing
2345 "kill -SIGUSR1 -1".
2346
aa4fb036
JB
23472014-02-10 Joel Brobecker <brobecker@adacore.com>
2348
2349 * gdb.ada/tick_length_array_enum_idx: New testcase.
2350
ed3ef339
DE
23512014-02-10 Doug Evans <xdje42@gmail.com>
2352
2353 * configure.ac (AC_OUTPUT): Add gdb.guile.
2354 * configure: Regenerate.
2355 * lib/gdb-guile.exp: New file.
2356 * lib/gdb.exp (get_target_charset): New function.
2357 * gdb.base/help.exp: Update expected output from "apropos apropos".
2358 * gdb.guile/Makefile.in: New file.
2359 * gdb.guile/guile.exp: New file.
2360 * gdb.guile/scm-arch.c: New file.
2361 * gdb.guile/scm-arch.exp: New file.
2362 * gdb.guile/scm-block.c: New file.
2363 * gdb.guile/scm-block.exp: New file.
2364 * gdb.guile/scm-breakpoint.c: New file.
2365 * gdb.guile/scm-breakpoint.exp: New file.
2366 * gdb.guile/scm-disasm.c: New file.
2367 * gdb.guile/scm-disasm.exp: New file.
2368 * gdb.guile/scm-equal.c: New file.
2369 * gdb.guile/scm-equal.exp: New file.
2370 * gdb.guile/scm-error.exp: New file.
2371 * gdb.guile/scm-error.scm: New file.
2372 * gdb.guile/scm-frame-args.c: New file.
2373 * gdb.guile/scm-frame-args.exp: New file.
2374 * gdb.guile/scm-frame-args.scm: New file.
2375 * gdb.guile/scm-frame-inline.c: New file.
2376 * gdb.guile/scm-frame-inline.exp: New file.
2377 * gdb.guile/scm-frame.c: New file.
2378 * gdb.guile/scm-frame.exp: New file.
2379 * gdb.guile/scm-generics.exp: New file.
2380 * gdb.guile/scm-gsmob.exp: New file.
2381 * gdb.guile/scm-iterator.c: New file.
2382 * gdb.guile/scm-iterator.exp: New file.
2383 * gdb.guile/scm-math.c: New file.
2384 * gdb.guile/scm-math.exp: New file.
2385 * gdb.guile/scm-objfile-script-gdb.in: New file.
2386 * gdb.guile/scm-objfile-script.c: New file.
2387 * gdb.guile/scm-objfile-script.exp: New file.
2388 * gdb.guile/scm-objfile.c: New file.
2389 * gdb.guile/scm-objfile.exp: New file.
2390 * gdb.guile/scm-ports.exp: New file.
2391 * gdb.guile/scm-pretty-print.c: New file.
2392 * gdb.guile/scm-pretty-print.exp: New file.
2393 * gdb.guile/scm-pretty-print.scm: New file.
2394 * gdb.guile/scm-section-script.c: New file.
2395 * gdb.guile/scm-section-script.exp: New file.
2396 * gdb.guile/scm-section-script.scm: New file.
2397 * gdb.guile/scm-symbol.c: New file.
2398 * gdb.guile/scm-symbol.exp: New file.
2399 * gdb.guile/scm-symtab-2.c: New file.
2400 * gdb.guile/scm-symtab.c: New file.
2401 * gdb.guile/scm-symtab.exp: New file.
2402 * gdb.guile/scm-type.c: New file.
2403 * gdb.guile/scm-type.exp: New file.
2404 * gdb.guile/scm-value-cc.cc: New file.
2405 * gdb.guile/scm-value-cc.exp: New file.
2406 * gdb.guile/scm-value.c: New file.
2407 * gdb.guile/scm-value.exp: New file.
2408 * gdb.guile/source2.scm: New file.
2409 * gdb.guile/types-module.cc: New file.
2410 * gdb.guile/types-module.exp: New file.
2411
7026a7c1
YQ
24122014-02-10 Yao Qi <yao@codesourcery.com>
2413
2414 PR testsuite/16543
2415 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
2416 * configure: Regenerated.
2417 * Makefile.in: New file.
2418
6c466447
AS
24192014-02-08 Andreas Schwab <schwab@linux-m68k.org>
2420
2421 * gdb.python/py-framefilter.exp: Fix typo.
2422
6e854735
YQ
24232014-02-08 Yao Qi <yao@codesourcery.com>
2424
2425 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
2426 that no =breakpoint-modified is emitted when breakpoints are
2427 modified through MI commands.
2428
d137e6dc
PA
24292014-02-07 Pedro Alves <pedro@codesourcery.com>
2430 Pedro Alves <palves@redhat.com>
2431
2432 * gdb.threads/step-after-sr-lock.c: New file.
2433 * gdb.threads/step-after-sr-lock.exp: New file.
2434
b5ee5a50
PA
24352014-02-07 Pedro Alves <palves@redhat.com>
2436
2437 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
2438
3c77faf3
JK
24392014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2440
2441 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
2442 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
2443
6dddc817
DE
24442014-02-06 Doug Evans <xdje42@gmail.com>
2445
2446 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
2447 output.
2448
2449 * gdb.gdb/python-interrupts.exp: New file.
2450
de7b2893
YQ
24512014-02-05 Yao Qi <yao@codesourcery.com>
2452
2453 * gdb.trace/report.exp (use_collected_data): Test the output
2454 of "info threads" and "info inferiors".
2455
66d032ac
YQ
24562014-02-05 Yao Qi <yao@codesourcery.com>
2457
2458 Revert this patch:
2459
2460 2013-05-24 Yao Qi <yao@codesourcery.com>
2461
2462 * gdb.trace/tfile.exp: Test inferior and thread.
2463
591a12a1
UW
24642014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2465
2466 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
2467 on a function.
2468 * gdb.base/step-bt.c: Call hello via function pointer to make
2469 sure its first instruction is executed on powerpc64le-linux.
2470
0ff3e01f
UW
24712014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2472
2473 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
2474
084ee545
UW
24752014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2476
2477 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
2478 of the test patterns for use on little-endian systems.
2479
6ed14ff3
UW
24802014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2481
2482 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
2483 (decimal_vector): Fix for little-endian.
2484
401e27fd
JM
24852014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
2486
2487 * gdb.arch/sparc-sysstep.exp: New file.
2488 * gdb.arch/sparc-sysstep.c: Likewise.
2489
2490 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
2491
8b924729
EBM
24922014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2493
2494 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
2495
fb151210
JB
24962014-01-23 Tom Tromey <tromey@redhat.com>
2497
2498 * gdb.ada/array_char_idx: New testcase.
2499
0740f8d8
TT
25002014-01-23 Tom Tromey <tromey@redhat.com>
2501
2502 PR python/16487:
2503 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
2504 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
2505 classes.
2506
21909fa1
TT
25072014-01-23 Tom Tromey <tromey@redhat.com>
2508
2509 PR python/16491:
2510 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
2511 string from an inferior frame.
2512 * gdb.python/py-framefilter-mi.exp: Update.
2513
87ce2a04
DE
25142014-01-22 Doug Evans <dje@google.com>
2515
2516 * gdb.server/server-mon.exp: Add tests for "set debug-format".
2517
237b092b
AA
25182014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2519
2520 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
2521
d674a709
AA
25222014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2523
2524 * gdb.trace/entry-values.exp: Remove excess space character from
2525 regex patterns. Handle s390 call instruction.
2526
20fa3390
AA
25272014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2528
2529 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
2530 define "*_start" label. Make "name" static.
2531 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
2532 ${name} by references to ${name}_start.
2533
78466714
AA
25342014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
2535
2536 * gdb.base/info-macros.exp: Remove "debug" from the compile
2537 options.
2538
ec9f644a
IB
25392014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2540
2541 * gdb.dlang/demangle.exp: New file.
2542
94b1b47e
IB
25432014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2544
2545 * gdb.dlang/primitive-types.exp: New file.
2546
7f420862
IB
25472014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
2548
2549 * configure.ac: Create gdb.dlang/Makefile.
2550 * configure: Regenerate.
2551 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
2552 * gdb.dlang/Makefile.in: New file.
2553 * lib/d-support.exp: New file.
2554 * lib/gdb.exp (skip_d_tests): New proc.
2555
52834460
MM
25562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2557
2558 * gdb.btrace/delta.exp: Check reverse stepi.
2559 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
2560 * gdb.btrace/finish.exp: New.
2561 * gdb.btrace/next.exp: New.
2562 * gdb.btrace/nexti.exp: New.
2563 * gdb.btrace/record_goto.c: Add comments.
2564 * gdb.btrace/step.exp: New.
2565 * gdb.btrace/stepi.exp: New.
2566 * gdb.btrace/multi-thread-step.c: New.
2567 * gdb.btrace/multi-thread-step.exp: New.
2568 * gdb.btrace/rn-dl-bind.c: New.
2569 * gdb.btrace/rn-dl-bind.exp: New.
2570 * gdb.btrace/data.c: New.
2571 * gdb.btrace/data.exp: New.
2572 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
2573
6e07b1d2
MM
25742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2575
2576 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
2577 * gdb.btrace/exception.exp: Update.
2578 * gdb.btrace/instruction_history.exp: Update.
2579 * gdb.btrace/record_goto.exp: Update.
2580 * gdb.btrace/tailcall.exp: Update.
2581 * gdb.btrace/unknown_functions.exp: Update.
2582 * gdb.btrace/delta.exp: New.
2583
0b722aec
MM
25842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2585
2586 * gdb.btrace/record_goto.exp: Add backtrace test.
2587 * gdb.btrace/tailcall.exp: Add backtrace test.
2588
066ce621
MM
25892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2590
2591 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
2592 * gdb.btrace/record_goto.c: New.
2593 * gdb.btrace/record_goto.exp: New.
2594 * gdb.btrace/x86-record_goto.S: New.
2595
0688d04e
MM
25962014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2597
2598 * gdb.btrace/function_call_history.exp: Update tests.
2599 * gdb.btrace/instruction_history.exp: Update tests.
2600
8710b709
MM
26012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2602
2603 * gdb.btrace/function_call_history.exp: Fix expected field
2604 order for "record function-call-history".
2605 Add new tests for "record function-call-history /c".
2606 * gdb.btrace/exception.cc: New.
2607 * gdb.btrace/exception.exp: New.
2608 * gdb.btrace/tailcall.exp: New.
2609 * gdb.btrace/x86-tailcall.S: New.
2610 * gdb.btrace/x86-tailcall.c: New.
2611 * gdb.btrace/unknown_functions.c: New.
2612 * gdb.btrace/unknown_functions.exp: New.
2613 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
2614
5de9129b
MM
26152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2616
2617 * gdb.btrace/instruction_history.exp: Update.
2618 * gdb.btrace/function_call_history.exp: Update.
2619
23a7fe75
MM
26202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2621
2622 * gdb.btrace/function_call_history.exp: Fix expected function
2623 trace.
2624 * gdb.btrace/instruction_history.exp: Initialize traced.
2625 Remove traced_functions.
2626
724c7dd8
MM
26272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2628
2629 * gdb.btrace/function_call_history.exp: Update
2630 * gdb.btrace/instruction_history.exp: Update.
2631
6d78d93b
MM
26322014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2633
2634 * gdb.btrace/enable.exp: Update expected text.
2635
93a360cc
OJ
26362014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
2637
2638 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
2639 bytes.
2640
3772b53f
MR
26412014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
2642
2643 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
2644
596662fa
OJ
26452014-01-15 Omair Javaid <omair.javaid@linaro.org>
2646
2647 * lib/gdb.exp (supports_process_record): Return true for
2648 arm*-linux*. (supports_reverse): Likewise.
2649
b5b08fb4
SC
26502014-01-13 Siva Chandra Reddy <sivachandra@google.com>
2651
2652 PR python/15464
2653 PR python/16113
2654 * gdb.python/py-type.c: Enhance test case.
2655 * gdb.python/py-value-cc.cc: Likewise
2656 * gdb.python/py-type.exp: Add new tests.
2657 * gdb.python/py-value-cc.exp: Likewise
2658
52d7fb13
AA
26592014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2660 Pedro Alves <palves@redhat.com>
2661
2662 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
2663 Make "name" extern.
2664 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
2665 references to ${name}_start by references to ${name}.
2666
a2cd8cfe
JB
26672014-01-10 Joel Brobecker <brobecker@adacore.com>
2668
2669 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
2670
4e23fced
JB
26712014-01-10 Joel Brobecker <brobecker@adacore.com>
2672
2673 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
2674
c6a9e42c
PA
26752014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
2676 Pedro Alves <palves@redhat.com>
2677
2678 * gdb.mi/mi-info-os.exp: Connect to the target with
2679 mi_gdb_target_load.
2680
b7ea362b
PA
26812014-01-08 Pedro Alves <palves@redhat.com>
2682
2683 * gdb.threads/reconnect-signal.c: New file.
2684 * gdb.threads/reconnect-signal.exp: New file.
2685
5e3f4fab
EBM
26862014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2687
2688 * gdb.base/source-dir.exp: New file.
2689
79301218
JB
26902014-01-07 Joel Brobecker <brobecker@adacore.com>
2691
2692 * gdb.ada/mi_interface: New testcase.
2693
8e355c5d
JB
26942014-01-07 Joel Brobecker <brobecker@adacore.com>
2695
2696 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
2697 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
2698 gdb.ada/pp-rec-component/pck.ads: New files.
2699
c0d48811
JB
27002014-01-07 Joel Brobecker <brobecker@adacore.com>
2701
2702 * gdb.python/py-pp-integral.c: New file.
2703 * gdb.python/py-pp-integral.py: New file.
2704 * gdb.python/py-pp-integral.exp: New file.
2705
17b609c3 2706For older changes see ChangeLog-1993-2013.
c906108c 2707\f
8d8cb839
EZ
2708;; Local Variables:
2709;; mode: change-log
2710;; left-margin: 8
2711;; fill-column: 74
2712;; version-control: never
2713;; End:
902f2ccb 2714
14f8b115 2715 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
2716 Copying and distribution of this file, with or without modification,
2717 are permitted provided the copyright notice and this notice are preserved.
This page took 2.212685 seconds and 4 git commands to generate.