btrace: honour scheduler-locking for all-stop targets
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
d2939ba2
MM
12015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2
3 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
4 and replay.
5
cbb55fa7
MM
62015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7
8 * gdb.btrace/non-stop.c: New.
9 * gdb.btrace/non-stop.exp: New.
10
43691ca1
PL
112015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12 Yao Qi <yao.qi@linaro.org>
13
14 * gdb.trace/trace-condition.c: New file.
15 * gdb.trace/trace-condition.exp: New file.
16
d78908cf
WW
172015-09-16 Wei-cheng Wang <cole945@gmail.com>
18
19 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
20 for testing bytecode compilation.
21
1ed415e2
PA
222015-09-16 Pedro Alves <palves@redhat.com>
23 Sandra Loosemore <sandra@codesourcery.com>
24
25 * gdb.threads/non-stop-fair-events.c (timeout): New global.
26 (SECONDS): Redefine.
27 (main): Call pthread_kill and alarm early.
28 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
29 support.
30 (test): If the target can't hardware step and doesn't support
31 displaced stepping, increase the timeout.
32
d136eff5
PA
332015-09-16 Pedro Alves <palves@redhat.com>
34
35 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
36 (enable_debug): New procedures.
37 (test): Use them. Bail out if waiting for threads fails.
38 (top level): Bail out if a test fails.
39
991f019c
YQ
402015-09-16 Yao Qi <yao.qi@linaro.org>
41
42 * gdb.asm/asm-source.exp: Set asm-arch for
43 aarch64*-*-* target.
44 * gdb.asm/aarch64.inc: New file.
45
bfca584f
PMR
462015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
47
48 * gdb.ada/array_of_variable_length.exp: New testcase.
49 * gdb.ada/array_of_variable_length/foo.adb: New file.
50 * gdb.ada/array_of_variable_length/pck.adb: New file.
51 * gdb.ada/array_of_variable_length/pck.ads: New file.
52
b326e587
DE
532015-09-15 Doug Evans <dje@google.com>
54
55 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
56 of function static local variable.
57
5382cfab
PW
582015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
59
60 * gdb.threads/tls-so_extern.exp: New test file.
61 * gdb.threads/tls-so_extern.c: New test file.
62 * gdb.threads/tls-so_extern_main.c: New test file.
63
141c5cc4
JK
642015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
65
66 * gdb.opt/solib-intra-step-lib.c: New file.
67 * gdb.opt/solib-intra-step-main.c: New file.
68 * gdb.opt/solib-intra-step.exp: New file.
69
d15dcecd
PA
702015-09-15 Pedro Alves <palves@redhat.com>
71
72 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
73 gdb_continue_to_breakpoint instead of gdb_test_multiple.
74
4c2f2a79
PA
752015-09-14 Pedro Alves <palves@redhat.com>
76
77 * gdb.base/hook-stop-continue.c: Delete.
78 * gdb.base/hook-stop-continue.exp: Delete.
79 * gdb.base/hook-stop-frame.c: Delete.
80 * gdb.base/hook-stop-frame.exp: Delete.
81 * gdb.base/hook-stop.c: New file.
82 * gdb.base/hook-stop.exp: New file.
83
919e6dbe
PMR
842015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
85
86 * gdb.ada/access_to_packed_array.exp: New testcase.
87 * gdb.ada/access_to_packed_array/foo.adb: New file.
88 * gdb.ada/access_to_packed_array/pack.adb: New file.
89 * gdb.ada/access_to_packed_array/pack.ads: New file.
90
157280a4
MM
912015-09-14 Markus Metzger <markus.t.metzger@intel.com>
92
93 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
94 buffer size test.
95
2fd33e94
DB
962015-09-11 Don Breazeal <donb@codesourcery.com>
97
98 * gdb.base/foll-exec.c: Add copyright header. Fix
99 formatting issues.
100 * gdb.base/foll-exec.exp (zap_session): Delete proc.
101 (do_exec_tests): Use clean_restart in place of zap_session,
102 and for test initialization. Fix formatting issues. Use
103 fail in place of perror.
104 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
105 an expect statement to match an expression with output from
106 the program under debug.
107 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
108 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
109 * gdb.threads/non-ldr-exc-2.exp: Likewise.
110 * gdb.threads/non-ldr-exc-3.exp: Likewise.
111 * gdb.threads/non-ldr-exc-4.exp: Likewise.
112
e70b6e8e
DE
1132015-09-09 Doug Evans <dje@google.com>
114
115 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
116
7a551a51
DE
1172015-09-09 Doug Evans <dje@google.com>
118
119 * gdb.base/pie-execl.exp: Fix result test of build_executable.
120
4c666f84
DE
1212015-09-09 Doug Evans <dje@google.com>
122
123 * gdb.base/savedregs.exp: Fix typo.
124
243a9253
PA
1252015-09-09 Pedro Alves <palves@redhat.com>
126
127 * gdb.mi/mi-cli.exp: Add CLI finish tests.
128
c0fa8fbd
SL
1292015-09-08 Sandra Loosemore <sandra@codesourcery.com>
130
131 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
132 command actually switches threads. Give up on remaining
133 tests if target fails to stop at breakpoint.
134
cd7c1778
PMR
1352015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
136
137 * gdb.ada/funcall_char.exp: New testcase.
138 * gdb.ada/funcall_char/foo.adb: New file.
139
dc5c8746
PMR
1402015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
141
142 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
143 expected outputs. Add two testcases for completing ambiguous
144 functions.
145 * gdb.ada/complete/aux_pck.adb: New file.
146 * gdb.ada/complete/aux_pck.ads: New file.
147 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
148 Ambiguous_Func functions.
149 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
150 * gdb.ada/complete/pck.adb: Likewise.
151
4e83a1e7
UW
1522015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
153
154 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
155 failures to run the test program under GDB.
156
8ce74153
LM
1572015-08-26 Luis Machado <lgustavo@codesourcery.com>
158
159 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
160 to C.
161
e9756d52
PP
1622015-08-26 Patrick Palka <patrick@parcs.ath.cx>
163
164 * gdb.base/run-after-attach.exp: New test file.
165 * gdb.base/run-after-attach.c: New test file.
166
8d37573b
DB
1672015-08-26 Don Breazeal <donb@codesourcery.com>
168
169 * gdb.base/foll-exec-2.c: New test program.
170 * gdb.base/foll-exec-2.exp: New test.
171
63e43d3a
PMR
1722015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
173
174 * gdb.base/nested-subp1.exp: New file.
175 * gdb.base/nested-subp1.c: New file.
176 * gdb.base/nested-subp2.exp: New file.
177 * gdb.base/nested-subp2.c: New file.
178 * gdb.base/nested-subp3.exp: New file.
179 * gdb.base/nested-subp3.c: New file.
180
3d40fbb5
PA
1812015-08-24 Pedro Alves <palves@redhat.com>
182
183 * gdb.server/connect-without-multi-process.c: New file.
184 * gdb.server/connect-without-multi-process.exp: New file.
185
4422ac93
LM
1862015-08-24 Luis Machado <lgustavo@codesourcery.com>
187
188 * gdb.opt/inline-markers.c: Make z int.
189
91dddb86
LM
1902015-08-24 Luis Machado <lgustavo@codesourcery.com>
191
192 * gdb.opt/inline-markers.c: Make z volatile.
193
a48847ee
LM
1942015-08-24 Luis Machado <lgustavo@codesourcery.com>
195
196 * gdb.opt/inline-bt.c: New volatile global z.
197 * gdb.opt/inline-cmds.c: Likewise.
198 * gdb.opt/inline-locals.c: Likewise.
199 * gdb.opt/inline-markers.c: New extern global z.
200 (marker): Use z.
201 (inline_fn): Likewise.
202
0ebbc52b
PA
2032015-08-24 Pedro Alves <palves@redhat.com>
204
205 * config/m32r-stub.exp: Remove file.
206 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
207 * gdb.base/call-rt-st.exp: Likewise.
208 * gdb.base/call-strs.exp: Likewise.
209 * gdb.base/default.exp: Remove references to h8300-*-hms and
210 *-*-udi*.
211 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
212
77c365df
AA
2132015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
214
215 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
216 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
217 and "return" use KFAIL when GDB can not read/write the vector
218 return value.
219
4313b8c0
GB
2202015-08-21 Gary Benson <gbenson@redhat.com>
221
222 * gdb.trace/pending.exp: Cope with remote transfer warnings.
223
0e433b32
PA
2242015-08-20 Pedro Alves <palves@redhat.com>
225
226 * gdb.server/solib-list.exp: No longer expect an interior stop in
227 non-stop mode.
228
221e1a37
PA
2292015-08-20 Pedro Alves <palves@redhat.com>
230
231 * gdb.server/connect-stopped-target.c: New file.
232 * gdb.server/connect-stopped-target.exp: New file.
233
40e3ad0e
PA
2342015-08-20 Pedro Alves <palves@redhat.com>
235
236 * gdb.dwarf2/comp-unit-lang.exp: New file.
237 * gdb.dwarf2/comp-unit-lang.c: New file.
238
af39b327
PMR
2392015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
240
241 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
242 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
243
7d45c7c3
KB
2442015-08-19 Kevin Buettner <kevinb@redhat.com>
245
246 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
247 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
248
4d6cceb4
DE
2492015-08-18 Doug Evans <dje@google.com>
250 Adrian Sendroiu <adrian.sendroiu@freescale.com>
251
252 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
253 skip_python_tests. New arg prompt_regexp.
254 (skip_python_tests): New function.
255 * lib/mi-support.exp (mi_skip_python_tests): New function.
256 * gdb.python/py-mi-objfile-gdb.py: New file.
257 * gdb.python/py-mi-objfile.c: New file.
258 * gdb.python/py-mi-objfile.exp: New file.
259
ad89c2aa
KS
2602015-08-17 Keith Seitz <keiths@redhat.com>
261
262 * gdb.linespec/explicit.exp: Move strace test from here ...
263 * gdb.trace/strace.exp: ... to here.
264
e3ae3c43
PP
2652015-08-15 Patrick Palka <patrick@parcs.ath.cx>
266
267 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
268 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
269
604b2636
DE
2702015-08-14 Doug Evans <xdje42@gmail.com>
271
272 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
273 inferior before selecting a new file.
274
6ff0ba5f
DE
2752015-08-14 Doug Evans <xdje42@gmail.com>
276
277 * gdb.mi/mi-disassemble.exp: Update.
278 * gdb.base/disasm-optim.S: New file.
279 * gdb.base/disasm-optim.c: New file.
280 * gdb.base/disasm-optim.h: New file.
281 * gdb.base/disasm-optim.exp: New file.
282
9ca98f92
KS
2832015-08-14 Keith Seitz <keiths@redhat.com>
284
285 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
286 "evaluated-by".
287
52bbc560
JB
2882015-08-13 Joel Brobecker <brobecker@adacore.com>
289
290 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
291
5d8c3ed3
PMR
2922015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
293
294 * gdb.ada/fun_renaming.exp: New testcase.
295 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
296 * gdb.ada/fun_renaming/pack.adb: New file.
297 * gdb.ada/fun_renaming/pack.ads: New file.
298
ea8812bc
KS
2992015-08-12 Keith Seitz <keiths@redhat.com>
300
301 * gdb.base/dso2dso.exp: Pass basename of source file in call to
302 gdb_get_line_number.
303
4dafcdeb
JB
3042015-08-12 Joel Brobecker <brobecker@adacore.com>
305
306 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
307 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
308 gdb.base/dso2dso.exp: New files.
309
5ba32597
SDJ
3102015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
311 Pedro Alves <palves@redhat.com>
312 Keith Seitz <keiths@redhat.com>
313
314 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
315 GDBFLAGS.
316
b6dafabf
PP
3172015-08-12 Patrick Palka <patrick@parcs.ath.cx>
318
319 * gdb.base/gdbhistsize-history.exp
320 (test_histsize_history_setting): Use save_vars.
321 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
322 Use save_vars.
323 (test_no_truncation_of_unlimited_history_file): Use save_vars.
324 * gdb.base/readline.exp: Use save_vars.
325
abe8e607
PP
3262015-08-12 Patrick Palka <patrick@parcs.ath.cx>
327
328 * lib/gdb.exp (save_vars): New proc.
329
629500fa
KS
3302015-08-11 Keith Seitz <keiths@redhat.com>
331
332 * gdb.base/help.exp: Update help_breakpoint_text.
333
eb8c4e2e
KS
3342015-08-11 Keith Seitz <keiths@redhat.com>
335
336 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
337 (at toplevel): Call test_explicit_breakpoints.
338 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
339 breakpoints.
340 * lib/mi-support.exp (mi_make_breakpoint): Add support for
341 breakpoint conditions, "-cond".
342
87f0e720
KS
3432015-08-11 Keith Seitz <keiths@redhat.com>
344
345 * gdb.linespec/3explicit.c: New file.
346 * gdb.linespec/cpexplicit.cc: New file.
347 * gdb.linespec/cpexplicit.exp: New file.
348 * gdb.linespec/explicit.c: New file.
349 * gdb.linespec/explicit.exp: New file.
350 * gdb.linespec/explicit2.c: New file.
351 * gdb.linespec/ls-errs.exp: Add explicit location tests.
352 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
353 before using in the matching pattern.
354 Clarify that `prefix' is a regular expression.
355
f00aae0f
KS
3562015-08-11 Keith Seitz <keiths@redhat.com>
357
358 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
359 test.
360 Add tests for missing ",FMT" and ",".
361
e27852be
DE
3622015-08-10 Doug Evans <dje@google.com>
363 Keith Seitz <keiths@redhat.com>
364
365 PR gdb/17960
366 * gdb.base/completion.exp: Add location completer tests.
367
7f03bd92
PA
3682015-08-07 Pedro Alves <palves@redhat.com>
369
370 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
371 tests here.
372 (top level): Run do_test with and without displaced stepping.
373
3fc8eb30
PA
3742015-08-07 Pedro Alves <palves@redhat.com>
375
376 * gdb.base/valgrind-disp-step.c: New file.
377 * gdb.base/valgrind-disp-step.exp: New file.
378
d4569d7b
PA
3792015-08-07 Pedro Alves <palves@redhat.com>
380
381 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
382 Delete function.
383 (main): Add alarm. Run an infinite loop instead of calling
384 wait_threads.
385 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
386 comment.
387 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
388 Delete function.
389 (main): Add alarm. Run an infinite loop instead of calling
390 wait_threads.
391 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
392 comment.
393
e1316e60
PA
3942015-08-07 Pedro Alves <palves@redhat.com>
395
396 * gdb.base/checkpoint-ns.exp: New file.
397 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
398 standard_testfile.
399
da8c46d2
MM
4002015-08-07 Markus Metzger <markus.t.metzger@intel.com>
401
402 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
403 * gdb.btrace/instruction_history.exp: Update.
404 * gdb.btrace/tsx.exp: New.
405 * gdb.btrace/tsx.c: New.
406
de1c2c52
PA
4072015-08-06 Pedro Alves <palves@redhat.com>
408
409 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
410 increase timeout.
411 * gdb.reverse/until-precsave.exp: Bump timeouts.
412
782e0bf4
PA
4132015-08-06 Pedro Alves <palves@redhat.com>
414
415 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
416
83e97ed0
PA
4172015-08-06 Pedro Alves <palves@redhat.com>
418
419 PR gdb/18749
420 * gdb.threads/process-dies-while-handling-bp.c: New file.
421 * gdb.threads/process-dies-while-handling-bp.exp: New file.
422
863d01bd
PA
4232015-08-06 Pedro Alves <palves@redhat.com>
424
425 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
426 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
427
0a39bb32
PA
4282015-08-05 Pedro Alves <palves@redhat.com>
429
430 * gdb.threads/next-while-other-thread-longjmps.c: New file.
431 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
432
ee2d2b10
SL
4332015-08-03 Sandra Loosemore <sandra@codesourcery.com>
434
435 * gdb.base/bp-permanent.exp: Report test as unsupported if
436 the target cannot stop at the permanent breakpoint.
437
4e1bdb00
DE
4382015-08-03 Doug Evans <dje@google.com>
439
440 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
441 10000.
442
3d338901
DE
4432015-08-03 Doug Evans <dje@google.com>
444
445 * Makefile.in (workers/%.worker, build-perf): New rule.
446 (GDB_PERFTEST_MODE): New variable.
447 (check-perf): Use it.
448 (clean): Clean up gdb.perf parallel build subdirs.
449 * lib/build-piece.exp: New file.
450 * lib/gdb.exp (make_gdb_parallel_path): New function
451 (standard_output_file, standard_temp_file): Call it.
452 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
453 of $GDB_PARALLEL.
454 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
455
af061d3e
DE
4562015-08-03 Doug Evans <dje@google.com>
457
8e1afc81 458 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
459 (LOG_FILE_NAME): New global.
460 (TextReporter.__init__): Initialize self.txt_sum.
461 (TextReporter.report): Add support for multiple data-points.
462 Move report to perftest.sum, put raw data in perftest.log.
463 (TextReporter.start): Open sum and log files.
464 (TextReporter.end): Close sum and log files.
8e1afc81
DE
465 * gdb.perf/lib/perftest/testresult.py
466 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 467
2c8c5d37
PA
4682015-07-31 Pedro Alves <palves@redhat.com>
469
470 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
471 Use spawn_id_get_pid. Wait for spawn id after eof. Use
472 kill_wait_spawned_process instead of explicit "kill -9".
473 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
474 returning a spawn id instead of a pid. Use spawn_id_get_pid and
475 kill_wait_spawned_process.
476 * gdb.base/attach-twice.exp: Likewise.
477 * gdb.base/attach.exp: Likewise.
478 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
479 gdb_test_multiple.
480 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
481 returning a spawn id instead of a pid. Use spawn_id_get_pid and
482 kill_wait_spawned_process.
483 * gdb.base/valgrind-infcall.exp: Likewise.
484 * gdb.multi/multi-attach.exp: Likewise.
485 * gdb.python/py-prompt.exp: Likewise.
486 * gdb.python/py-sync-interp.exp: Likewise.
487 * gdb.server/ext-attach.exp: Likewise.
488 * gdb.threads/attach-into-signal.exp (corefunc): Use
489 spawn_wait_for_attach, spawn_id_get_pid and
490 kill_wait_spawned_process.
491 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
492 spawn_wait_for_attach returning a spawn id instead of a pid. Use
493 spawn_id_get_pid and kill_wait_spawned_process.
494 * gdb.threads/attach-stopped.exp (corefunc): Use
495 spawn_wait_for_attach, spawn_id_get_pid and
496 kill_wait_spawned_process.
497 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
498 Use spawn_id_get_pid. Wait for spawn id after eof. Use
499 kill_wait_spawned_process instead of explicit "kill -9".
500 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
501 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
502 (spawn_wait_for_attach): Use spawn instead of exec to spawn
503 processes. Don't map cygwin/windows pids here. Now returns a
504 spawn id list.
505
032a0fca
SL
5062015-07-30 Sandra Loosemore <sandra@codesourcery.com>
507
508 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
509 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
510 correct patch.
511
61a934ca
SL
5122015-07-30 Sandra Loosemore <sandra@codesourcery.com>
513
514 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
515
4bc4d428
SL
5162015-07-30 Sandra Loosemore <sandra@codesourcery.com>
517
518 Reapply:
519 2014-05-21 Mark Wielaard <mjw@redhat.com>
520
521 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
522
998d452a
PA
5232015-07-30 Pedro Alves <palves@redhat.com>
524
525 * linux-low.c (handle_extended_wait): Set the child's last
526 reported status to TARGET_WAITKIND_STOPPED.
527
69dde7dc
PA
5282015-07-30 Pedro Alves <palves@redhat.com>
529
530 PR threads/18600
531 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
532 only shows inferior 1.
533
4dd63d48
PA
5342015-07-30 Simon Marchi <simon.marchi@ericsson.com>
535 Pedro Alves <palves@redhat.com>
536
537 PR threads/18600
538 * gdb.threads/fork-plus-threads.c: New file.
539 * gdb.threads/fork-plus-threads.exp: New file.
540
d618e4c5
PP
5412015-07-29 Patrick Palka <patrick@parcs.ath.cx>
542
543 * gdb.base/batch-preserve-term-settings.exp
544 (test_terminal_settings_preserved_after_cli_exit): Use
545 send_quit_command.
546
1eef6428
PA
5472015-07-29 Pedro Alves <palves@redhat.com>
548 Don Breazeal <donb@codesourcery.com>
549
550 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
551 output from both inferior_spawn_id and gdb_spawn_id.
552
7da5b897
SDJ
5532015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
554
555 * gdb.threads/attach-into-signal.exp (corefunc): Use
556 with_test_prefix on nested loops, uniquefying the test messages.
557
dac804df
SDJ
5582015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
559
560 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
561 commit.
562
06265e53
PP
5632015-07-29 Patrick Palka <patrick@parcs.ath.cx>
564
565 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
566 New proc.
567 (test_terminal_settings_preserved_after_sigterm): New test.
568
18206ca3
PP
5692015-07-29 Patrick Palka <patrick@parcs.ath.cx>
570
571 * gdb.base/batch-preserve-term-settings.exp
572 (test_terminal_settings_preserved_after_cli_exit): New test.
573
90074d11
PP
5742015-07-29 Patrick Palka <patrick@parcs.ath.cx>
575
576 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
577 manipulation of saved_gdbflags.
578 (test_terminal_settings_preserved): Remove global declaration of
579 the unused variable pagination_prompt. Remove manipulation of
580 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
581 GDBFLAGS.
582
eb1a7902
PA
5832015-07-29 Pedro Alves <palves@redhat.com>
584
585 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
586
8b75dd3b
PA
5872015-07-29 Pedro Alves <palves@redhat.com>
588
589 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
590 at the top.
591
dedad4e3
PA
5922015-07-29 Pedro Alves <palves@redhat.com>
593
594 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
595 (main): Call gdb_unbuffer_output.
596 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
597 (main): Call gdb_unbuffer_output.
598 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
599 (main): Call gdb_unbuffer_output.
600 * gdb.base/call-strs.exp: Adjust to step over the
601 gdb_unbuffer_output call.
602 * gdb.base/catch-gdb-caused-signals.c: Include
603 "../lib/unbuffer_output.c".
604 (main): Call gdb_unbuffer_output.
605 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
606 (main): Call gdb_unbuffer_output.
607 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
608 (main): Call gdb_unbuffer_output.
609 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
610 (main): Call gdb_unbuffer_output.
611 * gdb.base/shlib-call.exp: Adjust to step over the
612 gdb_unbuffer_output call.
613 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
614 (main): Call gdb_unbuffer_output.
615 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
616 (main): Call gdb_unbuffer_output.
617 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
618 (main): Rename to ...
619 (test): ... this.
620 (main): Reimplement.
621 * gdb.base/varargs.exp: Run to test instead of to main.
622 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
623 (main): Call gdb_unbuffer_output.
624
58789a91
PA
6252015-07-29 Pedro Alves <palves@redhat.com>
626
627 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
628 factore out from mi_continue_dprintf. For call-style dprintfs,
629 expect dprintf output out of $inferior_spawn_id.
630 (mi_continue_dprintf): Use mi_expect_dprintf.
631 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
632 (main): Call gdb_unbuffer_output.
633
e8376742
PA
6342015-07-29 Pedro Alves <palves@redhat.com>
635
636 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
637 (default_mi_gdb_start): Set inferior_spawn_id instead of
638 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
639 gdb_spawn_id.
640 (mi_gdb_test): Always expect inferior output from both
641 $inferior_spawn_id and $gdb_spawn_id.
642
08280010
PA
6432015-07-29 Pedro Alves <palves@redhat.com>
644
645 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
646 send_inferior and $inferior_spawn_id.
647
4d30e432
PA
6482015-07-29 Pedro Alves <palves@redhat.com>
649
650 * gdb.gdb/complaints.exp (test_initial_complaints)
651 (test_serial_complaints, test_short_complaints): Use
652 gdb_test_stdio.
653 (test_empty_complaint): Handle $inferior_spawn_id !=
654 $gdb_spawn_id.
655
0d30a335
PA
6562015-07-29 Pedro Alves <palves@redhat.com>
657
658 * gdb.base/varargs.exp: Use gdb_test_stdio.
659
39413b29
PA
6602015-07-29 Pedro Alves <palves@redhat.com>
661
662 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
663
7cb000a9
PA
6642015-07-29 Pedro Alves <palves@redhat.com>
665
666 * gdb.base/ending-run.exp: Use gdb_test_stdio.
667
d7b8ac82
PA
6682015-07-29 Pedro Alves <palves@redhat.com>
669
670 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
671 parameter into two new parameters, "inf_result" and "gdb_result".
672 Expect inferior output and gdb output from $inferior_spawn_id and
673 $gdb_spawn_id, respectively. Adjust all callers.
674
789c3a0c
PA
6752015-07-29 Pedro Alves <palves@redhat.com>
676
677 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
678 of gdb_test_sequence.
679
77e760c3
PA
6802015-07-29 Pedro Alves <palves@redhat.com>
681
682 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
683 (saw_spurious_output): Expect inferior output from
684 $inferior_spawn_id. Use gdb_test_stdio.
685
8396d2cd
PA
6862015-07-29 Pedro Alves <palves@redhat.com>
687
688 * gdb.base/dprintf.exp: Use standard_testfile. Change
689 prepare_for_testing call.
690 (srcfile): Don't set.
691 (restart): New procedure.
692 (test_dprintf): New procecure, use to continue over dprintfs.
693 (test_call, test_agent): New procedures, tests moved here.
694 Restart gdb and recreate dprintfs. Adjust expected output.
695
2051d61f
PA
6962015-07-29 Pedro Alves <palves@redhat.com>
697
698 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
699
452397af
PA
7002015-07-29 Pedro Alves <palves@redhat.com>
701
702 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
703
8aed9555
PA
7042015-07-29 Pedro Alves <palves@redhat.com>
705
706 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
707 gdb_test_stdio.
708
188a61b4
PA
7092015-07-29 Pedro Alves <palves@redhat.com>
710
711 * lib/gdb.exp (gdb_test_stdio): New procedure.
712
12264a45
PA
7132015-07-29 Pedro Alves <palves@redhat.com>
714
715 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
716
23ffc893
PA
7172015-07-29 Pedro Alves <palves@redhat.com>
718
719 * gdb.base/call-signal-resume.exp: Remove check for
720 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
721 * gdb.base/unwindonsignal.exp: Likewise.
722 * gdb.base/call-signals.c (gen_signal): Remove printf call.
723 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
724
65566918
PA
7252015-07-29 Pedro Alves <palves@redhat.com>
726
727 * gdb.base/siginfo-addr.c (pass): New function.
728 (handler): Call it iff si_addr is correct.
729 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
730 Set a breakpoint at "pass" and continue to it.
731
d60a9221
SDJ
7322015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
733
734 * gdb.python/py-objfile.exp: Make some tests have unique names.
735 * gdb.python/py-pp-registration.exp: Likewise.
736
bde40b8f
PA
7372015-07-28 Pedro Alves <palves@redhat.com>
738
739 * gdb.server/server-exec-info.exp: Issue a "disconnect".
740
13e1dec8
SM
7412015-07-27 Simon Marchi <simon.marchi@ericsson.com>
742
743 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
744
da33c9a7
SM
7452015-07-27 Simon Marchi <simon.marchi@ericsson.com>
746
747 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
748
077836f7
PP
7492015-07-27 Patrick Palka <patrick@parcs.ath.cx>
750
751 * gdb.base/gdb-sigterm-2.exp: New test.
752
b8cc7b2e
DE
7532015-07-25 Doug Evans <xdje42@gmail.com>
754
755 Revert:
756 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
757 (workers/%.worker, build-perf): New rule.
758 (GDB_PERFTEST_MODE): New variable.
759 (check-perf): Use it.
760 (clean): Clean up gdb.perf parallel build subdirs.
761 * lib/build-piece.exp: New file.
762 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
763 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
764 name.
765 (standard_temp_file): Ditto.
766 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
767 of $GDB_PARALLEL.
768
c8bd4544
DE
7692015-07-24 Doug Evans <dje@google.com>
770
771 * gdb.perf/lib/perftest/utils.py: New file.
772 * gdb.perf/gm-hello.cc: New file.
773 * gdb.perf/gm-pervasive-typedef.cc: New file.
774 * gdb.perf/gm-pervasive-typedef.h: New file.
775 * gdb.perf/gm-std.cc: New file.
776 * gdb.perf/gm-std.h: New file.
777 * gdb.perf/gm-use-cerr.cc: New file.
778 * gdb.perf/gm-utils.h: New file.
779 * gdb.perf/gmonster-null-lookup.py: New file.
780 * gdb.perf/gmonster-pervasive-typedef.py: New file.
781 * gdb.perf/gmonster-print-cerr.py: New file.
782 * gdb.perf/gmonster-ptype-string.py: New file.
783 * gdb.perf/gmonster-runto-main.py: New file.
784 * gdb.perf/gmonster-select-file.py: New file.
785 * gdb.perf/gmonster1-null-lookup.exp: New file.
786 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
787 * gdb.perf/gmonster1-print-cerr.exp: New file.
788 * gdb.perf/gmonster1-ptype-string.exp: New file.
789 * gdb.perf/gmonster1-runto-main.exp: New file.
790 * gdb.perf/gmonster1-select-file.exp: New file.
791 * gdb.perf/gmonster1.cc: New file.
792 * gdb.perf/gmonster1.exp: New file.
793 * gdb.perf/gmonster2-null-lookup.exp: New file.
794 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
795 * gdb.perf/gmonster2-print-cerr.exp: New file.
796 * gdb.perf/gmonster2-ptype-string.exp: New file.
797 * gdb.perf/gmonster2-runto-main.exp: New file.
798 * gdb.perf/gmonster2-select-file.exp: New file.
799 * gdb.perf/gmonster2.cc: New file.
800 * gdb.perf/gmonster2.exp: New file.
801
6eab34f3
DE
8022015-07-24 Doug Evans <dje@google.com>
803
804 * gdb.perf/README: New file.
805 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
806 * lib/gen-perf-test.exp: New file.
807
63738bfd
DE
8082015-07-24 Doug Evans <dje@google.com>
809
810 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
811 (PerfTest::startup): New function.
812 (PerfTest::run): Return result of calling body.
813 (PerfTest::assemble): Rewrite.
814 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
815 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
816 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
817 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
818 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
819
7b606f95
DE
8202015-07-24 Doug Evans <dje@google.com>
821
822 * lib/gdb.exp (clean_restart): Make executable optional.
823
a97b16b8
DE
8242015-07-24 Doug Evans <dje@google.com>
825
826 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
827 compiler_info references.
828 * gdb.cp/temargs.exp: Ditto.
829 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
830 (get_compiler_info): Early exit if already computed. Set compiler_info
831 to "unknown" if there was a problem.
832 (test_compiler_info): Add function comment. Call get_compiler_info.
833
35baa57f
DE
8342015-07-24 Doug Evans <dje@google.com>
835
836 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
837 (workers/%.worker, build-perf): New rule.
838 (GDB_PERFTEST_MODE): New variable.
839 (check-perf): Use it.
840 (clean): Clean up gdb.perf parallel build subdirs.
841 * lib/build-piece.exp: New file.
842 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
843 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
844 name.
845 (standard_temp_file): Ditto.
846 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
847 of $GDB_PARALLEL.
848
6ebea266
DE
8492015-07-24 Doug Evans <dje@google.com>
850
851 * lib/future.exp (gdb_default_target_compile): New option
852 "early_flags".
853 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
854 --as-needed.
855
1e76a7e9
SDJ
8562015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
857
858 * gdb.base/catch-syscall.exp: Call gdb_exit before
859 gdb_skip_xml_test.
860
5068630a
PA
8612015-07-24 Pedro Alves <palves@redhat.com>
862
863 * gdb.python/py-events.exp: Accept output between the stop event
864 and the prompt.
865 * gdb.python/py-evsignal.exp: Likewise.
866 * gdb.python/py-evthreads.exp: Likewise.
867
77598427
PA
8682015-07-24 Pedro Alves <palves@redhat.com>
869
870 PR gdb/18717
871 * gdb.threads/non-ldr-exit.c: New file.
872 * gdb.threads/non-ldr-exit.exp: New file.
873
11e6c98f
YQ
8742015-07-24 Yao Qi <yao.qi@linaro.org>
875
876 * gdb.server/ext-wrapper.exp: Test --wrapper option when
877 restarting process.
878
51aee833
YQ
8792015-07-24 Yao Qi <yao.qi@linaro.org>
880
881 * gdb.server/ext-restart.exp: New file.
882
8cfe207c
YQ
8832015-07-24 Yao Qi <yao.qi@linaro.org>
884
885 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
886 argument options.
887 * gdb.server/ext-wrapper.exp: New file.
888
cc12ce38
DE
8892015-07-23 Doug Evans <dje@google.com>
890
891 * gdb.dwarf2/dw2-dummy-cu.S: New file.
892 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
893
d0d84780
PMR
8942015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
895
896 * gdb.ada/var_arr_typedef.exp: New testcase.
897 * gdb.ada/var_arr_typedef/pack.adb: New file.
898 * gdb.ada/var_arr_typedef/pack.ads: New file.
899 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
900
8b558f79
JB
9012015-07-20 Joel Brobecker <brobecker@adacore.com>
902
903 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
904
775a3298
JK
9052015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
906
907 * gdb.arch/i386-biarch-core.exp: Replace istarget
908 by "complete set gnutarget". Remove expectation for the "core-file"
909 command.
910
db1ff28b
JK
9112015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
912
913 Revert the previous commit:
914 Tests for validate symbol file using build-id.
915
0a94970d
JK
9162015-07-15 Aleksandar Ristovski <aristovski@qnx.com
917
918 Tests for validate symbol file using build-id.
919 * gdb.base/solib-mismatch-lib.c: New file.
920 * gdb.base/solib-mismatch-libmod.c: New file.
921 * gdb.base/solib-mismatch.c: New file.
922 * gdb.base/solib-mismatch.exp: New file.
923
03346981
SL
9242015-07-15 Sandra Loosemore <sandra@codesourcery.com>
925
926 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
927 nios2-*-linux*.
928 * gdb.base/sigbpt.exp (stepi_out): Likewise.
929 * gdb.base/siginfo.exp: Likewise.
930 * gdb.base/sigstep.exp (advance, advancei): Likewise.
931
42422cc7
PL
9322015-07-15 Pierre Langlois <pierre.langlois@arm.com>
933
934 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
935 Move it to ...
936 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
937 ... here.
938 * gdb.trace/range-stepping.exp: Check that the target supports
939 range stepping.
940
cfa68bae
JK
9412015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
942
943 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
944
8ffdba26
PA
9452015-07-14 Pedro Alves <palves@redhat.com>
946
947 * gdb.base/killed-outside.exp: New file.
948 * gdb.base/killed-outside.c: New file.
949
218a5a11
JK
9502015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
951
952 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
953 (n at main): New.
954 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
955
e03ed3c6
AA
9562015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
957
958 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
959 infcall tests instead of setting up for KFAIL.
960
485668e5
MM
9612015-07-10 Markus Metzger <markus.t.metzger@intel.com>
962
963 * gdb.btrace/record_goto-step.exp: New.
964
08464196
JK
9652015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
966
967 PR compile/18484
968 * gdb.compile/compile.c (struct struct_type): Add volatile to
969 selffield's type.
970 * gdb.compile/compile.exp
971 (compile code struct_object.selffield = &struct_object): Skip further
972 struct_object tests if this one xfails.
973
bcf5c1d9
RC
9742015-07-08 Robert O'Callahan <robert@ocallahan.org>
975
976 PR exp/18617
977 * gdb.trace/ax.exp: Add test.
978
4931af25
YQ
9792015-07-07 Yao Qi <yao.qi@linaro.org>
980
981 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
982 instead of istarget "aarch64*-*-*".
983 * gdb.arch/aarch64-fp.exp: Likewise.
984 * gdb.base/float.exp: Likewise.
985 * gdb.reverse/aarch64.exp: Likewise.
986 * lib/gdb.exp (is_aarch64_target): New proc.
987
9fcf688e
YQ
9882015-07-07 Yao Qi <yao.qi@linaro.org>
989
990 * lib/gdb.exp (is_aarch32_target): New proc.
991 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
992 instead of "istarget "arm*-*-*"".
993 * gdb.arch/arm-disp-step.exp: Likewise.
994 * gdb.arch/thumb-bx-pc.exp: Likewise.
995 * gdb.arch/thumb-prologue.exp: Likewise.
996 * gdb.arch/thumb-singlestep.exp: Likewise.
997 * gdb.base/disp-step-syscall.exp: Likewise.
998 * gdb.base/float.exp: Likewise.
999
fbd8d50d
YQ
10002015-07-07 Yao Qi <yao.qi@linaro.org>
1001
1002 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
1003 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
1004
71be1fdc
YQ
10052015-07-07 Yao Qi <yao.qi@linaro.org>
1006
1007 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
1008 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
1009 if it exists.
1010 * gdb.multi/multi-arch.exp: Likewise.
1011
3e221d36
SM
10122015-07-07 Simon Marchi <simon.marchi@ericsson.com>
1013
1014 * gdb.python/py-lazy-string.exp: Add missing parentheses to
1015 print.
1016
d441430b
YQ
10172015-07-07 Yao Qi <yao.qi@linaro.org>
1018
1019 * gdb.arch/thumb-singlestep.exp: Do one more single step.
1020
06f810bd
MG
10212015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
1022
1023 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
1024 '[' and ']' characters.
1025
5e61e7c0
IB
10262015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
1027
1028 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1029
28bf096c
PA
10302015-06-29 Pedro Alves <palves@redhat.com>
1031
1032 PR threads/18127
1033 * gdb.threads/hand-call-new-thread.c: New file.
1034 * gdb.threads/hand-call-new-thread.c: New file.
1035
ee93cd5e
KS
10362015-06-26 Keith Seitz <keiths@redhat.com>
1037 Doug Evans <dje@google.com>
1038
1039 PR 16253
1040 * gdb.cp/var-tag-2.cc: New file.
1041 * gdb.cp/var-tag-3.cc: New file.
1042 * gdb.cp/var-tag-4.cc: New file.
1043 * gdb.cp/var-tag.cc: New file.
1044 * gdb.cp/var-tag.exp: New file.
1045
fc637f04
PP
10462015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1047
1048 * gdb.base/history-duplicates.exp: New test.
1049
2e52ae68
PP
10502015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1051
1052 * gdb.base/completion.exp: Test the completion of the "focus"
1053 command.
1054
6e22494e
JK
10552015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1056
1057 * gdb.arch/amd64-prologue-skip.S: New file.
1058 * gdb.arch/amd64-prologue-skip.exp: New file.
1059
bf7b9cd9
SM
10602015-06-25 Simon Marchi <simon.marchi@ericsson.com>
1061
1062 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
1063 is_address_zero_readable check.
1064
201e8dfd
PB
10652015-06-24 Peter Bergner <bergner@vnet.ibm.com>
1066
1067 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
1068 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
1069
5cd867b4
YQ
10702015-06-24 Yao Qi <yao.qi@linaro.org>
1071
1072 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
1073 linux targets.
1074
4d7be007
YQ
10752015-06-24 Yao Qi <yao.qi@linaro.org>
1076
1077 * lib/gdb.exp (supports_get_siginfo_type): New proc.
1078 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
1079 * gdb.base/siginfo-thread.exp: Likewise.
1080
07fcd301
YQ
10812015-06-22 Yao Qi <yao.qi@linaro.org>
1082
1083 * boards/remote-gdbserver-on-localhost.exp: Add comments.
1084
52042a00
YQ
10852015-06-22 Yao Qi <yao.qi@linaro.org>
1086
1087 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
1088 aarch64*-*-*.
1089 (skip_hw_watchpoint_tests): Likewise.
1090
74bd41ce
PP
10912015-06-18 Patrick Palka <patrick@parcs.ath.cx>
1092
1093 * gdb.base/gdbinit-history.exp: Test the interaction between
1094 setting GDBHISTSIZE and setting the history size via .gdbinit.
1095
bc460514
PP
10962015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1097
1098 PR gdb/16999
1099 * gdb.base/gdbhistsize-history.exp: New test.
1100
b58c513b
PP
11012015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1102
1103 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
1104 with GDBHISTSIZE.
1105 * gdb.base/readline.exp: Likewise.
1106
92046791
YQ
11072015-06-17 Yao Qi <yao.qi@linaro.org>
1108
1109 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
1110 line.
1111
2093d2d3
PP
11122015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1113
1114 * gdb.base/gdbinit-history.exp: Add test case to check that
1115 an unlimited history file does not get truncated on exit.
1116
e6c693af
AA
11172015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1118
1119 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
1120 (VECTOR): New macro. Use it...
1121 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
1122 ...for these typedefs.
1123 (int8, char1, int1, double1): New typedefs.
1124 (struct just_int2, struct two_int2): New structures.
1125 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
1126 (add_structvecs, add_singlevecs): New functions.
1127 (main): Call add_some_intvecs twice.
1128 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
1129 the compile and exit upon failure. Try compiling for the "native"
1130 architecture. Test inferior function calls with vector arguments
1131 and vector return value handling with "finish" and "return".
1132
c74f7d1c
JT
11332015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1134
1135 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
1136 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
1137 PE file.
1138 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
1139
98aa42ee
AT
11402015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
1141
1142 PR breakpoints/16465
1143 * gdb.mi/mi-dprintf-pending.c: New file.
1144 * gdb.mi/mi-dprintf-pending.exp: New test.
1145 * gdb.mi/mi-dprintf-pendshr.c: New file.
1146
7d73c23c 11472015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 1148 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
1149
1150 * gdb.arch/i386-mpx-map.c: New file.
1151 * gdb.arch/i386-mpx-map.exp: New File.
1152
11532015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1154
1155 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
1156 * gdb.arch/i386-mpx.exp: Indentation fixed.
1157
11582015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1159
1160 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
1161 function and improved indentation.
1162 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
1163 gdb_test_multiple. Added additional tests to skip the test.
1164
11652015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1166
1167 * gdb.arch/i386-avx512.c: Change path in include file.
1168 * gdb.arch/i386-avx512.exp: Change include dir path
1169 compilation flag.
1170 * gdb.arch/i386-mpx.c: Change path in include file.
1171 * gdb.arch/i386-mpx.exp: Change include dir path compilation
1172 flag.
1173
d5eba19a
JK
11742015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1175
1176 * gdb.compile/compile-print.exp (compile print *vararray@3)
1177 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
1178
7f361056
JK
11792015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1180
1181 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
1182 (do not keep jit in memory): ... this.
1183 (expect 5): Change it to ...
1184 (expect no 5): ... this.
1185
3b462ec2
SM
11862015-06-02 Simon Marchi <simon.marchi@ericsson.com>
1187
1188 PR gdb/15564
1189 * gdb.mi/mi-detach.exp: New file.
1190
e0619de6
JK
11912015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1192
1193 PR symtab/18392
1194 * gdb.arch/amd64-tailcall-self.S: New file.
1195 * gdb.arch/amd64-tailcall-self.c: New file.
1196 * gdb.arch/amd64-tailcall-self.exp: New file.
1197
e970cb34
DB
11982015-05-28 Don Breazeal <donb@codesourcery.com>
1199
1200 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
1201 tests for remote targets by checking is_target_gdbserver.
1202
b2e2f908
DE
12032015-05-27 Doug Evans <dje@google.com>
1204
1205 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
1206 * gdb.dwarf2/opaque-type-lookup.c: New file.
1207 * gdb.dwarf2/opaque-type-lookup.exp: New file.
1208
82c7be31
DE
12092015-05-26 Doug Evans <dje@google.com>
1210
1211 * gdb.cp/iostream.cc: New file.
1212 * gdb.cp/iostream.exp: New file.
1213
b4f54984
DE
12142015-05-26 Doug Evans <dje@google.com>
1215
1216 * gdb.dwarf2/dw2-op-call.exp: Update.
1217 * gdb.dwarf2/dw4-sig-types.exp: Update.
1218 * gdb.dwarf2/implptr.exp: Update.
1219 * gdb.mi/mi-cmd-param-changed.exp: Update.
1220
4ea6efe9
DE
12212015-05-26 Doug Evans <dje@google.com>
1222
1223 * gdb.python/py-lazy-string.c: New file.
1224 * gdb.python/py-lazy-string.exp: New file.
1225 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
1226 (main): Update. Add estring3.
1227 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
1228 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
1229
f6bb7db3
YQ
12302015-05-26 Omair Javaid <omair.javaid@linaro.org>
1231 Yao Qi <yao.qi@linaro.org>
1232
1233 * gdb.reverse/aarch64.c: New.
1234 * gdb.reverse/aarch64.exp: New.
1235
a81bfbd0
OJ
12362015-05-26 Omair Javaid <omair.javaid@linaro.org>
1237
1238 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
1239 (supports_reverse): Likewise.
1240
158bf1b4
PP
12412015-05-22 Patrick Palka <patrick@parcs.ath.cx>
1242
1243 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1244 Use with_test_prefix.
1245
a0145030
AB
12462015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
1247
1248 * gdb.base/completion.exp: Add test for completion of layout
1249 names.
1250
ebe3b578
AB
12512015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
1252
1253 * lib/gdb.exp (skip_tui_tests): New proc.
1254 * gdb.base/tui-layout.exp: Check skip_tui_tests.
1255
84204ed7
PA
12562015-05-19 Pedro Alves <palves@redhat.com>
1257
1258 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1259 Save the whole env array instead of just HOME. Unset HISTSIZE in
1260 the environment while testing. Restore whole environment
1261 afterwards.
1262
37442ce1
DE
12632015-05-16 Doug Evans <xdje42@gmail.com>
1264
1265 * gdb.guile/scm-ports.c: New file.
1266 * gdb.guile/scm-ports.exp: Add memory port tests.
1267
36de76f9
JK
12682015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1269
1270 * gdb.compile/compile-print.c: New file.
1271 * gdb.compile/compile-print.exp: New file.
1272
3a9558c4
JK
12732015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1274
1275 * gdb.compile/compile-ops.exp: Cast param to void.
1276 * gdb.compile/compile.exp: Complete type for _gdb_expr.
1277 (compile code struct_object.selffield = &struct_object): Add xfail.
1278
aa715135
JG
12792015-05-15 Joel Brobecker <brobecker@adacore.com>
1280
1281 * gdb.ada/arr_enum_with_gap: New testcase.
1282
931e5bc3
JG
12832015-05-15 Joel Brobecker <brobecker@adacore.com>
1284
1285 * gdb.ada/byte_packed_arr: New testcase.
1286
9cd4d857
JB
12872015-05-15 Joel Brobecker <brobecker@adacore.com>
1288
1289 * gdb.ada/pckd_neg: New testcase.
1290
ebfd00d2
PP
12912015-05-13 Patrick Palka <patrick@parcs.ath.cx>
1292
1293 PR gdb/17820
1294 * gdb.base/gdbinit-history.exp: New test.
1295 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
1296 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
1297
4c082a81
SC
12982015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1299
1300 * gdb.python/py-xmethods.cc: Enhance test case.
1301 * gdb.python/py-xmethods.exp: New tests.
1302 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
1303 function.
1304 (B_indexoper): Likewise.
1305 (global_dm_list) : Add new xmethod worker functions.
1306
f7797074
SDJ
13072015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
1308
1309 * gdb.base/coredump-filter.exp: Correctly unset
1310 "coredump_var_addr" array.
1311
a4674e4e
PA
13122015-05-08 Pedro Alves <palves@redhat.com>
1313
1314 * gdb.server/non-existing-program.exp: Unset spawn_id.
1315
df2eb078
SC
13162015-05-08 Siva Chandra Reddy <sivachandra@google.com>
1317
1318 PR python/18291
1319 * gdb.python/py-xmethods.exp: Add tests.
1320
422349a3
YQ
13212015-05-08 Yao Qi <yao.qi@linaro.org>
1322
1323 PR gdb/18208
1324 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
1325 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
1326 function set_coredump_filter, and remove remote_exec call.
1327 Remove argument ipid. Callers update.
1328 (top level): Don't get inferior's PID.
1329
63fc80ce
AA
13302015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1331
1332 * gdb.base/watch_thread_num.exp: Skip test on targets without
1333 access watchpoints.
1334
80ad801e
PA
13352015-05-06 Pedro Alves <palves@redhat.com>
1336
1337 PR server/18081
1338 * gdb.server/non-existing-program.exp: New file.
1339
0fa7fe50
JB
13402015-05-05 Joel Brobecker <brobecker@adacore.com>
1341
1342 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
1343
3ea89b92
PMR
13442015-05-05 Joel Brobecker <brobecker@adacore.com>
1345
1346 * gdb.ada/out_of_line_in_inlined: New testcase.
1347
87b8eff0
JB
13482015-05-05 Joel Brobecker <brobecker@adacore.com>
1349
1350 * gdb.ada/var_rec_arr: New testcase.
1351
5fccc635
YQ
13522015-04-30 Yao Qi <yao.qi@linaro.org>
1353
1354 * gdb.base/break-idempotent.exp: If
1355 skip_hw_watchpoint_multi_tests returns true, skip the tests
1356 on "rwatch" and "awatch".
1357
42d38f42
YQ
13582015-04-30 Yao Qi <yao.qi@linaro.org>
1359
1360 * gdb.base/relativedebug.exp: Invoke gdb command
1361 "info sharedlibrary", and if libc.so doesn't have debug info,
1362 skip the test.
1363
2ce1cdbf
DE
13642015-04-29 Doug Evans <dje@google.com>
1365
1366 * gdb.python/py-xmethods.exp: Add ptype tests.
1367 * gdb.python/py-xmethods.py (E_method_char_worker): Add
1368 get_result_type method.
1369
f24a38c5
LM
13702015-04-29 Luis Machado <lgustavo@codesourcery.com>
1371
1372 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
1373 the target does not support hardware watchpoints.
1374
ecbf2b3c
LM
13752015-04-29 Luis Machado <lgustavo@codesourcery.com>
1376
1377 * gdb.base/break-always.exp: Abort testing if writing to memory
1378 causes an error.
1379
34f5f757
DE
13802015-04-28 Doug Evans <dje@google.com>
1381
1382 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
1383 * gdb.python/py-pp-registration.exp: ... here. New file.
1384 * gdb.python/py-pp-registration.c: New file.
1385 * gdb.python/py-pp-registration.py: New file.
1386
69b4374a
DE
13872015-04-28 Doug Evans <dje@google.com>
1388
1389 * gdb.python/py-bad-printers.c: New file.
1390 * gdb.python/py-bad-printers.py: New file.
1391 * gdb.python/py-bad-printers.exp: New file.
1392
59fb7612
SS
13932015-04-28 Sasha Smundak <asmundak@google.com>
1394
1395 * gdb.python/py-type.exp: New test.
1396
2631b16a
AW
13972015-04-28 Andy Wingo <wingo@igalia.com>
1398
1399 * gdb.python/py-parameter.exp:
1400 * gdb.guile/scm-parameter.exp: Escape the path that we are
1401 matching against, as it might contain characters that are special
1402 to regular expressions.
1403
460efde1
JB
14042015-04-27 Joel Brobecker <brobecker@adacore.com>
1405
1406 * gdb.ada/rec_comp: New testcase.
1407
2d369d8e
SDJ
14082015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
1409
1410 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
1411 before using it.
1412
cf75d6c3
AB
14132015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1414
1415 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
1416 new tests for verilog output.
1417
8dbe7ca5
YQ
14182015-04-24 Yao Qi <yao.qi@linaro.org>
1419
1420 * boards/remote-gdbserver-on-localhost.exp: New file.
1421
4ef9fb2f
PA
14222015-04-23 Pedro Alves <palves@redhat.com>
1423
1424 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
1425 $inferior_spawn_id instead of $inferior_spawn_id directly. On
1426 "end of file", remove $inferior_spawn_id from the indirect list.
1427
0a803169
PA
14282015-04-23 Pedro Alves <palves@redhat.com>
1429
1430 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
1431
749ef8f8
PA
14322015-04-23 Pedro Alves <palves@redhat.com>
1433
1434 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
1435 on $any_spawn_id instead of only on $gdb_spawn_id.
1436
8aae4344
PM
14372015-04-21 Pierre Muller <muller@sourceware.org>
1438
1439 PR pascal/17815
1440 * lib/pascal.exp (gpc_compile): Add new option "class".
1441 (fpc_compile): Likewise.
1442 * gdb.pascal/case-insensitive-symbols.pas: New file.
1443 * gdb.pascal/case-insensitive-symbols.exp: New file.
1444
1586c8fb
GB
14452015-04-20 Gary Benson <gbenson@redhat.com>
1446
1447 * gdb.base/attach.exp: Fix three extended remote failures.
1448
1b6e6f5c
GB
14492015-04-17 Gary Benson <gbenson@redhat.com>
1450
1451 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
1452 the main executable over the remote protocol.
1453
e797481d
PA
14542015-04-16 Pedro Alves <palves@redhat.com>
1455
1456 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
1457 a new gdbserver if gdbserver_reconnect_p is set.
1458
1ca99c42
PA
14592015-04-16 Pedro Alves <palves@redhat.com>
1460
1461 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
1462 is set, don't exit gdbserver.
1463
af9fd6f8
AA
14642015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1465
1466 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
1467 appropriate .insn, such that an older assembler can be used.
1468 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
1469 the z/Architecture instruction set on 31-bit targets as well.
1470
04ff1e61
AA
14712015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1472
1473 * gdb.go/handcall.exp: Remove all logic related to the first
1474 breakpoint and rely on go_runto_main instead.
1475 * gdb.go/strings.exp: Likewise.
1476 * gdb.go/unsafe.exp: Likewise.
1477 * gdb.go/hello.exp: Likewise. Also rename the remaining
1478 breakpoint marker to "breakpoint 1".
1479 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
1480 * gdb.go/strings.go: Likewise.
1481 * gdb.go/unsafe.go: Likewise.
1482 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
1483 "set breakpoint 2 here" and rename the remaining breakpoint marker
1484 to "breakpoint 1".
1485
40d2f8d6
SM
14862015-04-15 Simon Marchi <simon.marchi@ericsson.com>
1487
1488 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
1489 if itertools.imap is not present.
1490 * gdb.python/py-objfile.exp: Add parentheses.
1491 * gdb.python/py-type.exp: Same.
1492 * gdb.python/py-unwind-maint.py: Same.
1493
8cbc97c6
YQ
14942015-04-15 Yao Qi <yao.qi@linaro.org>
1495
1496 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
1497 of ":$ptr_size" and set its form explicitly.
1498
45fd756c
YQ
14992015-04-15 Pedro Alves <palves@redhat.com>
1500 Yao Qi <yao.qi@linaro.org>
1501
1502 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
1503 timeout by factor of 4.
1504 (test_regular_watch): Likewise.
1505 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
1506 * gdb.reverse/sigall-reverse.exp: Likewise.
1507 * gdb.reverse/until-precsave.exp: Likewise.
1508 * lib/gdb.exp (with_timeout_factor): New proc.
1509 (gdb_expect): Move some code to ...
1510 (get_largest_timeout): ... here. New procedure.
1511
9e811bc3
LM
15122015-04-14 Luis Machado <lgustavo@codesourcery.com>
1513
1514 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
1515
0ff6fcb2
LM
15162015-04-13 Luis Machado <lgustavo@codesourcery.com>
1517
1518 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
1519 to write to the .text section.
1520
7578d5f7
LM
15212015-04-13 Luis Machado <lgustavo@codesourcery.com>
1522
1523 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
1524 Handle the case of targets that do not provide PID information.
1525
2efe15c4
YQ
15262015-04-13 Yao Qi <yao.qi@linaro.org>
1527
1528 * lib/gdbserver-support.exp (gdb_exit): Catch exception
1529 and use expect instead of gdb_expect.
1530
8cd8f2f8
SDJ
15312015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
1532
1533 * gdb.base/coredump-filter.exp: Rename variable "addr" to
1534 "coredump_var_addr" to avoid naming conflict with other testcases.
1535
9ee41772
PA
15362015-04-10 Pedro Alves <palves@redhat.com>
1537
1538 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
1539 gdb_test_sequence and gdb_assert.
1540
07473109
PA
15412015-04-10 Pedro Alves <palves@redhat.com>
1542
1543 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
1544 test messages that don't include the breakpoint address.
1545
de3db44c
YQ
15462015-04-10 Yao Qi <yao.qi@linaro.org>
1547
1548 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
1549 false for some offset and width combinations which aren't
1550 supported by linux kernel.
1551
c79d856c
PA
15522015-04-10 Pedro Alves <palves@redhat.com>
1553
1554 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
1555 procedure, factored out from ...
1556 (top level): ... here. Add "set displaced-stepping" testing axis.
1557 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
1558 parameter "displaced". Use it.
1559 (top level): Use foreach and add "set displaced-stepping" testing
1560 axis.
1561
ebc90b50
PA
15622015-04-10 Pedro Alves <palves@redhat.com>
1563
1564 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
1565 Remove comment.
1566 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
1567 both the address of the instruction that triggers the watchpoint
1568 and the address of the instruction immediately after, and use
1569 those addresses for the test. Fix comment.
1570
8f572e5c
PA
15712015-04-10 Pedro Alves <palves@redhat.com>
1572
1573 * gdb.base/sigstep.exp (breakpoint_to_handler)
1574 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
1575 Test "backtrace" in handler.
1576 (breakpoint_over_handler): New parameter 'displaced'. Use it.
1577 (top level): Add new "displaced" test axis to
1578 breakpoint_to_handler, breakpoint_to_handler_entry and
1579 breakpoint_over_handler.
1580
8d707a12
PA
15812015-04-10 Pedro Alves <palves@redhat.com>
1582
1583 PR gdb/18216
1584 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
1585
ef713951
YQ
15862015-04-10 Yao Qi <yao.qi@linaro.org>
1587
1588 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
1589 (test_add_rn_pc): New function.
1590 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
1591 (top level): Invoke test_add_rn_pc.
1592
906d60cf
PA
15932015-04-10 Pedro Alves <palves@redhat.com>
1594
1595 PR gdb/13858
1596 * gdb.base/step-over-no-symbols.exp: New file.
1597
f2983cc3
AW
15982015-04-09 Andy Wingo <wingo@igalia.com>
1599
1600 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
1601 after the Python tests.
1602
6d62641c
SDJ
16032015-04-08 Keith Seitz <keiths@redhat.com>
1604
1605 PR python/16699
1606 * gdb.python/py-completion.exp: New tests for completion.
1607 * gdb.python/py-completion.py (CompleteLimit1): New class.
1608 (CompleteLimit2): Likewise.
1609 (CompleteLimit3): Likewise.
1610 (CompleteLimit4): Likewise.
1611 (CompleteLimit5): Likewise.
1612 (CompleteLimit6): Likewise.
1613 (CompleteLimit7): Likewise.
1614
f3770638
PA
16152015-04-08 Pedro Alves <palves@redhat.com>
1616
1617 PR gdb/18214
1618 PR gdb/18216
1619 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
1620 function.
1621 (main): Install it as SIGUSR1 handler.
1622 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
1623 parameter. Always use "setup" as prefix. Toggle "set
1624 displaced-stepping" off/on depending on global. Don't switch to
1625 thread 1 here.
1626 (top level): Add displaced stepping "off/on" test axis. Update
1627 "setup" calls. Wrap each subtest with with_test_prefix. Test
1628 continuing with a queued signal in each thread.
1629
4496bed7
PA
16302015-04-08 Pedro Alves <palves@redhat.com>
1631
1632 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
1633 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
1634 gdb_breakpoint instead of gdb_test that doesn't expect anything.
1635 Return early if running to main fails.
1636 * gdb.trace/while-stepping.exp: Likewise.
1637
b97fde92
PA
16382015-04-07 Pedro Alves <palves@redhat.com>
1639
1640 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
1641 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
1642 interact with inferior program.
1643
f71c18e7
PA
16442015-04-07 Pedro Alves <palves@redhat.com>
1645
1646 * lib/gdb.exp (inferior_spawn_id): New global.
1647 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
1648 spawn id after processing the user code.
1649 (default_gdb_start): Set inferior_spawn_id.
1650 (send_inferior): New procedure.
1651 * lib/gdbserver-support.exp (gdbserver_start): Set
1652 inferior_spawn_id.
1653 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
1654
6423214f
PA
16552015-04-07 Pedro Alves <palves@redhat.com>
1656
1657 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
1658 * lib/gdbserver-support.exp (gdbserver_start): Make
1659 $server_spawn_id global.
1660 (gdbserver_start): Don't wait for gdbserver's spawn id with
1661 expect_background.
1662 (close_gdbserver): New procedure.
1663 (gdb_exit): Rename the default version and reimplement.
1664
71c0ee8c
PA
16652015-04-07 Pedro Alves <palves@redhat.com>
1666
72f4393d 1667 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
1668 append the substituted item, not the original item.
1669
203bc29b
PA
16702015-04-07 Pedro Alves <palves@redhat.com>
1671
1672 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
1673 gdb_expect.
1674
508a3ddf
PA
16752015-04-07 Pedro Alves <palves@redhat.com>
1676
1677 * gdb.base/interrupt.exp: Don't handle the case of the inferior
1678 output appearing once only.
1679
9f6dbe2b
PA
16802015-04-07 Pedro Alves <palves@redhat.com>
1681
1682 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
1683 that doesn't expect anything. Return early if running to main
1684 fails.
1685
337532fa
YQ
16862015-04-07 Yao Qi <yao.qi@linaro.org>
1687
1688 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
1689 (child_function): Call alarm.
1690 (main): Move call to alarm into the loop.
1691 * gdb.threads/non-stop-fair-events.exp: Build program with
1692 -DTIMEOUT=$timeout.
1693
01b622d4
DE
16942015-04-06 Doug Evans <xdje42@gmail.com>
1695
1696 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
1697 Fix dest parameter to board_info.
1698 (fpc_compile): Ditto.
1699 (gdb_compile_pascal): Rename dest arg to destfile.
1700
961f4160
PMR
17012015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1702
1703 * gdb.ada/funcall_ref.exp: New file.
1704 * gdb.ada/funcall_ref/foo.adb: New file.
1705
cafda597
YQ
17062015-04-02 Yao Qi <yao.qi@linaro.org>
1707
1708 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
1709 is remote.
1710
fed040c6
GB
17112015-04-02 Gary Benson <gbenson@redhat.com>
1712
1713 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
1714
d11916aa
SS
17152015-04-01 Sasha Smundak <asmundak@google.com>
1716
1717 * gdb.python/py-unwind-maint.c: New file.
1718 * gdb.python/py-unwind-maint.exp: New test.
1719 * gdb.python/py-unwind-maint.py: New file.
1720 * gdb.python/py-unwind.c: New file.
1721 * gdb.python/py-unwind.exp: New test.
1722 * gdb.python/py-unwind.py: New test.
1723
a1471180
PA
17242015-04-01 Pedro Alves <palves@redhat.com>
1725
1726 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
1727 to fail instead of non-existent $test.
1728
0bbeccb1
PA
17292015-04-01 Pedro Alves <palves@redhat.com>
1730
1731 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
1732 GDBFLAGS if not empty.
1733
3c724c8c
PMR
17342015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
1735
1736 * gdb.ada/complete.exp: Remove "multi_line".
1737 * gdb.ada/info_exc.exp: Remove "multi_line".
1738 * gdb.ada/packed_tagged.exp: Remove "multi_line".
1739 * gdb.ada/ptype_field.exp: Remove "multi_line".
1740 * gdb.ada/sym_print_name.exp: Remove "multi_line".
1741 * gdb.ada/tagged.exp: Remove "multi_line".
1742 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
1743 [multi_line ...]
1744 * gdb.btrace/delta.exp: Likewise.
1745 * gdb.btrace/exception.exp: Likewise.
1746 * gdb.btrace/function_call_history.exp: Likewise.
1747 * gdb.btrace/instruction_history.exp: Likewise.
1748 * gdb.btrace/nohist.exp: Likewise.
1749 * gdb.btrace/record_goto.exp: Likewise.
1750 * gdb.btrace/segv.exp: Likewise.
1751 * gdb.btrace/stepi.exp: Likewise.
1752 * gdb.btrace/tailcall.exp: Likewise.
1753 * gdb.btrace/unknown_functions.exp: Likewise.
1754 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
1755 * lib/gdb.exp: Add the "multi_line" helper.
1756
4eec2deb
PA
17572015-04-01 Pedro Alves <palves@redhat.com>
1758
1759 * gdb.threads/tid-reuse.c: New file.
1760 * gdb.threads/tid-reuse.exp: New file.
1761
df8411da
SDJ
17622015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1763
1764 PR corefiles/16092
1765 * gdb.base/coredump-filter.c: New file.
1766 * gdb.base/coredump-filter.exp: Likewise.
1767
6ef37366
PM
17682015-03-27 Petr Machata <pmachata@redhat.com>
1769
1770 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1771 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1772 (Dwarf::assemble): Initialize them.
1773 (Dwarf::lines): New function.
1774
7ec911b0
JT
17752015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1776
1777 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
1778 SYMBOL_PREFIX for x86_64-*-cygwin.
1779
ff908ebf
AW
17802015-03-26 Andy Wingo <wingo@igalia.com>
1781
1782 PR symtab/18148
1783 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
1784 const_value but not a location.
1785 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
1786 location defined in non-main CUs are visible.
1787
6d5f0679
YQ
17882015-03-26 Yao Qi <yao.qi@linaro.org>
1789
1790 PR testsuite/18139
1791 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
1792 Add a line number entry for the same line.
1793 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
1794 Add a line number entry for the same line.
1795
2898689b
YQ
17962015-03-26 Yao Qi <yao.qi@linaro.org>
1797
1798 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
1799 .int 0.
1800 (func): Likewise. Add .Lfunc_1 label.
1801 Use .Lfunc_1 label.
1802 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
1803 .int 0.
1804 (func): Likewise.
1805 Use .Lfunc_1 label.
1806
85180498
YQ
18072015-03-26 Yao Qi <yao.qi@linaro.org>
1808
1809 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
1810 Call gdb_compile instead to compile each .s files without debug
1811 information.
1812
8aa08a8d
YQ
18132015-03-26 Yao Qi <yao.qi@linaro.org>
1814
1815 * gdb.base/savedregs.exp (process_saved_regs): Make
1816 "Saved registers:" optional in the pattern.
1817
66849923
MM
18182015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1819
1820 * gdb.btrace/next.exp: Merged into step.exp.
1821 * gdb.btrace/finish.exp: Merged into step.exp.
1822 * gdb.btrace/nexti.exp: Merged into stepi.exp.
1823 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
1824 "record goto" and checking the exact replay position.
1825 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
1826 check for "Recording format" in "info record" output.
1827 * gdb.btrace/record_goto.exp: Choose test file based on target.
1828 * gdb.btrace/x86-record_goto.S: Renamed into ...
1829 * gdb.btrace/x86_64-record_goto.S: ... this.
1830 * gdb.btrace/i686-record_goto.S: New.
1831 * gdb.btrace/x86-tailcall.S: Renamed into ...
1832 * gdb.btrace/x86_64-tailcall.S: ... this.
1833 * gdb.btrace/i686-tailcall.S: New.
1834 * gdb.btrace/x86-tailcall.c: Renamed into ...
1835 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
1836 separate statements. Update test.
1837 * gdb.btrace/delta.exp: Use record_goto.c as test file.
1838 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1839 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1840 * gdb.btrace/tailcall.exp: Choose test file based on target.
1841 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1842
11cc1b74
MM
18432015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1844
1845 * gdb.btrace/exception.exp: Increase BTS buffer size.
1846
a25d8bf9
PA
18472015-03-24 Pedro Alves <palves@redhat.com>
1848
1849 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1850
856e7dd6
PA
18512015-03-24 Pedro Alves <palves@redhat.com>
1852
1853 * gdb.threads/schedlock.exp (test_step): No longer expect that
1854 "set scheduler-locking step" with "next" over a function call runs
1855 threads unlocked.
1856
ad235a41
AT
18572015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1858
1859 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
1860
15630549
AT
18612015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1862
1863 PR breakpoints/16466
1864 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
1865 * gdb.mi/mi-pending.c (thread_func): New function.
1866 (int main): Add threading support required.
1867 * gdb.mi/mi-pending.exp: Add tests for this issue.
1868 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
1869 (pendfunc2): Remove stdio dependency.
1870 * gdb.mi/mi-pendshr2.c: New file.
1871
693dca06
KS
18722015-03-23 Keith Seitz <keiths@redhat.com>
1873
1874 * gdb.linespec/keywords.c: New file.
1875 * gdb.linespec/keywords.exp: New file.
1876
7e993ebf
KS
18772015-03-23 Keith Seitz <keiths@redhat.com>
1878
1879 PR gdb/18021
1880 * gdb.dwarf2/staticvirtual.exp: New test.
1881
bc23328c
JK
18822015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1883
1884 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
1885 * README: Remove HP-UX and gdb.hp.
1886 (configuration):
1887 * configure: Regenerate.
1888 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
1889 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
1890 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
1891 gdb.hp/gdb.defects/Makefile.
1892 * gdb.hp/Makefile.in: File deleted.
1893 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
1894 * gdb.hp/gdb.aCC/optimize.c: File deleted.
1895 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
1896 * gdb.hp/gdb.aCC/run.c: File deleted.
1897 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
1898 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
1899 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
1900 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
1901 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
1902 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
1903 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
1904 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
1905 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
1906 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
1907 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
1908 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
1909 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
1910 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
1911 * gdb.hp/gdb.base-hp/reg.s: File deleted.
1912 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
1913 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
1914 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
1915 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
1916 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
1917 * gdb.hp/gdb.compat/Makefile.in: File deleted.
1918 * gdb.hp/gdb.compat/average.c: File deleted.
1919 * gdb.hp/gdb.compat/sum.c: File deleted.
1920 * gdb.hp/gdb.compat/xdb.c: File deleted.
1921 * gdb.hp/gdb.compat/xdb0.c: File deleted.
1922 * gdb.hp/gdb.compat/xdb0.h: File deleted.
1923 * gdb.hp/gdb.compat/xdb1.c: File deleted.
1924 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
1925 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
1926 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
1927 * gdb.hp/gdb.defects/Makefile.in: File deleted.
1928 * gdb.hp/gdb.defects/bs14602.c: File deleted.
1929 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
1930 * gdb.hp/gdb.defects/solib-d.c: File deleted.
1931 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
1932 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
1933 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
1934 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
1935 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
1936 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
1937 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
1938 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
1939 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
1940 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
1941 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
1942 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
1943 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
1944 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
1945 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
1946 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
1947 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
1948 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1949 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1950 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1951 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1952 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1953 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1954 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1955 * gdb.hp/tools/odump: File deleted.
1956
8bf3b159
PA
19572015-03-19 Pedro Alves <palves@redhat.com>
1958
1959 * gdb.threads/continue-pending-status.exp (saw_thread_2)
1960 (saw_thread_3): New globals.
1961 (top level): Increment them when an event for the corresponding
1962 thread is seen.
1963 (no thread starvation): New test.
1964
eb54c8bf
PA
19652015-03-19 Pedro Alves <palves@redhat.com>
1966
1967 * gdb.threads/continue-pending-status.c: New file.
1968 * gdb.threads/continue-pending-status.exp: New file.
1969
32d2e5d6
PA
19702015-03-18 Pedro Alves <palves@redhat.com>
1971
1972 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1973 Use gdb_is_target_remote instead of is_remote. Use
1974 gdb_test_multiple instead of gdb_expect. Exit early if
1975 gdb_test_multiple hits its internal matches. Tighten stepi tests
1976 expected output. Fail on exit with any signal, instead of just
1977 SIGILL.
1978
f68f11b7
YQ
19792015-03-18 Yao Qi <yao.qi@linaro.org>
1980
1981 PR tdep/18107
1982 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1983 variable.
1984 * gdb.base/catch-syscall.exp: Don't skip it on
1985 aarch64*-*-linux* target. Remove elements in all_syscalls.
1986 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1987 target.
1988 (setup_all_syscalls): New proc.
1989
ca5fd19b
YQ
19902015-03-16 Yao Qi <yao.qi@linaro.org>
1991
1992 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1993 (top level): Skip tests if valid_addr_p returns false for
1994 $cmd1 or $cmd2.
1995
85642ba0
AW
19962015-03-11 Andy Wingo <wingo@igalia.com>
1997
1998 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1999
e03f9645
YQ
20002015-03-11 Yao Qi <yao.qi@linaro.org>
2001
2002 * gdb.base/catch-syscall.exp: Fix typo in comments.
2003
5d0962b2
YQ
20042015-03-11 Yao Qi <yao.qi@linaro.org>
2005
2006 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
2007
b2df3cef
PA
20082015-03-09 Pedro Alves <palves@redhat.com>
2009
2010 * dg-extract-results.py: Delete.
2011
ef878e53
PA
20122015-03-09 Pedro Alves <palves@redhat.com>
2013
2014 Merge dg-extract-results.sh from GCC upstream (r218843).
2015
2016 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
2017 * dg-extract-results.sh: Use --text with grep to avoid issues with
2018 binary files. Fall back to cat -v, if that doesn't work.
2019
9494d219
PA
20202015-03-05 Pedro Alves <palves@redhat.com>
2021
2022 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
2023
a8d9763a
SM
20242015-03-04 Simon Marchi <simon.marchi@ericsson.com>
2025
2026 * lib/mi-support.exp (mi_expect_interrupt): Accept
2027 alternative event for when in all-stop mode.
2028
be9957b8
PA
20292015-03-04 Pedro Alves <palves@redhat.com>
2030
2031 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
2032
d57be0f4 20332015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
2034
2035 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
2036
c214c7cf
AA
20372015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2038
2039 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
2040 regexps for GDB's current line display, accept a hex address
2041 preceding the line number.
2042
6d74a497
AA
20432015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2044
2045 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
2046 the 'arch1' variable for "s390*-linux*" targets.
2047
511aee7c
PA
20482015-03-04 Pedro Alves <palves@redhat.com>
2049
2050 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
2051 (main): Pass missing retval argument to pthread_join call.
2052
95e50b27
PA
20532015-03-02 Pedro Alves <palves@redhat.com>
2054
2055 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
2056 (top level): Call do_test with non-stop as well.
2057
28054d69
PA
20582015-03-02 Pedro Alves <palves@redhat.com>
2059
2060 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
2061 -1.
2062
4fa5d7b4
AA
20632015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2064
2065 * gdb.arch/s390-vregs.exp: New test.
2066 * gdb.arch/s390-vregs.S: New file.
2067
97c18565
PA
20682015-02-27 Pedro Alves <palves@redhat.com>
2069
2070 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
2071 call to catch_command_errors.
2072 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
2073 catch_command_errors.
2074
a37bfa30
PA
20752015-02-27 Pedro Alves <palves@redhat.com>
2076
2077 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
2078 "true" for boolean result.
2079 * gdb.gdb/selftest.exp (test_with_self): Also accept full
2080 prototype of main.
2081
6f98576f
PA
20822015-02-27 Pedro Alves <palves@redhat.com>
2083
2084 * lib/unbuffer_output.c: New file.
2085 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
2086 (main): Call gdb_unbuffer_output.
2087
eba5ab56
YQ
20882015-02-27 Yao Qi <yao.qi@linaro.org>
2089
2090 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
2091 target.
2092
0def5aaa
DE
20932015-02-26 Doug Evans <dje@google.com>
2094
2095 * gdb.cp/class2.cc (Dbase, D): New classes.
2096 (main): New local delta.
2097 * gdb.cp/class2.exp: Test printing delta.
2098 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
2099 (dynbar): New global.
2100 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
2101
081a1c2c
JK
21022015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2103
2104 * gdb.compile/compile-ifunc.c: New file.
2105 * gdb.compile/compile-ifunc.exp: New file.
2106
2f41223f
AT
21072015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
2108
2109 * gdb.base/structs.exp: Check for correct struct on finish.
2110
03eddd80
YQ
21112015-02-26 Yao Qi <yao.qi@linaro.org>
2112
2113 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
2114 is zero.
2115
80c57053
JK
21162015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2117
2118 * gdb.arch/cordic.ko.bz2: New file.
2119 * gdb.arch/cordic.ko.debug.bz2: New file.
2120 * gdb.arch/ppc64-symtab-cordic.exp: New file.
2121
21613c12
YQ
21222015-02-25 Yao Qi <yao.qi@linaro.org>
2123
2124 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
2125 aarch64*-*-* target.
2126
d8b901ed
PA
21272015-02-23 Pedro Alves <palves@redhat.com>
2128
2129 * lib/gdb.exp (delete_breakpoints): Rewrite using
2130 gdb_test_multiple.
2131
e5b85ead
PA
21322015-02-23 Pedro Alves <palves@redhat.com>
2133
2134 * gdb.base/info-os.c: Include stdlib.h.
2135
85c3a371
DE
21362015-02-22 Doug Evans <xdje42@gmail.com>
2137
2138 PR symtab/17855
2139 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
2140 is read after symbols have been re-read.
2141 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
2142 * gdb.ada/exec_changed/second.adb (Second): Ditto.
2143
96553a0c
DE
21442015-02-21 Doug Evans <dje@google.com>
2145
2146 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
2147
97a0c697
JK
21482015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2149
2150 PR corefiles/17808
2151 * gdb.arch/i386-biarch-core.core.bz2: New file.
2152 * gdb.arch/i386-biarch-core.exp: New file.
2153
a47cd6e9
PA
21542015-02-21 Pedro Alves <palves@redhat.com>
2155
2156 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
2157 runto_main fails.
2158
c5facdc4
PA
21592015-02-20 Pedro Alves <palves@redhat.com>
2160
2161 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
2162 info probes.
2163
2db9a427
PA
21642015-02-20 Pedro Alves <palves@redhat.com>
2165
2166 * gdb.threads/multi-create-ns-info-thr.exp: New file.
2167
60fb7e9e
PA
21682015-02-20 Pedro Alves <palves@redhat.com>
2169
2170 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
2171 clean_restart before gdb_target_supports_trace.
2172
5c5019c2
PA
21732015-02-20 Pedro Alves <palves@redhat.com>
2174
2175 PR threads/18006
2176 * gdb.threads/clone-thread_db.c: New file.
2177 * gdb.threads/clone-thread_db.exp: New file.
2178
c9587f88
AT
21792015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
2180
2181 PR breakpoints/16812
2182 * gdb.base/catch-gdb-caused-signals.c: New file.
2183 * gdb.base/catch-gdb-caused-signals.exp: New file.
2184
f6a88844
JM
21852015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
2186
2187 * configure: Regenerated.
2188 * configure.ac: Use GDB_AC_TRANSFORM.
2189 * aclocal.m4: sinclude ../transform.m4.
2190
497c491b
JM
21912015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2192
2193 * lib/dtrace.exp: New file.
2194 * gdb.base/dtrace-probe.exp: Likewise.
2195 * gdb.base/dtrace-probe.d: Likewise.
2196 * gdb.base/dtrace-probe.c: Likewise.
2197 * lib/pdtrace.in: Likewise.
2198 * configure.ac: Output variables with the transformed names of
2199 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
2200 * configure: Regenerated.
2201
03e98035
JM
22022015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2203
2204 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
2205 expected message when trying to access $_probe_* convenience
2206 variables while not on a probe.
2207
63cc30e9
JK
22082015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2209
2210 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
2211
0703599a
PA
22122015-02-11 Pedro Alves <pedro@codesourcery.com>
2213
2214 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
2215 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
2216
7e60a48e
DE
22172015-02-10 Doug Evans <xdje42@gmail.com>
2218
2219 * lib/gdb.exp (gdb_load): Always return a result.
2220
01b088bc
PA
22212015-02-10 Pedro Alves <palves@redhat.com>
2222
2223 * gdb.threads/signal-sigtrap.c: New file.
2224 * gdb.threads/signal-sigtrap.exp: New file.
2225
b05ec7a5
AT
22262015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
2227
2228 * gdb.trace/no-attach-trace.c: New file.
2229 * gdb.trace/no-attach-trace.exp: New file.
2230
a2c2acaf
MW
22312015-02-09 Mark Wielaard <mjw@redhat.com>
2232
2233 * gdb.dwarf2/atomic.c: New file.
2234 * gdb.dwarf2/atomic-type.exp: Likewise.
2235
31fd9caa
MM
22362015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2237
2238 * gdb.btrace/buffer-size.exp: Update "info record" output.
2239 * gdb.btrace/delta.exp: Update "info record" output.
2240 * gdb.btrace/enable.exp: Update "info record" output.
2241 * gdb.btrace/finish.exp: Update "info record" output.
2242 * gdb.btrace/instruction_history.exp: Update "info record" output.
2243 * gdb.btrace/next.exp: Update "info record" output.
2244 * gdb.btrace/nexti.exp: Update "info record" output.
2245 * gdb.btrace/step.exp: Update "info record" output.
2246 * gdb.btrace/stepi.exp: Update "info record" output.
2247 * gdb.btrace/nohist.exp: Update "info record" output.
2248
d33501a5
MM
22492015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2250
2251 * gdb.btrace/buffer-size: New.
2252
f4abbc16
MM
22532015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2254
2255 * gdb.btrace/delta.exp: Update "info record" output.
2256 * gdb.btrace/enable.exp: Update "info record" output.
2257 * gdb.btrace/finish.exp: Update "info record" output.
2258 * gdb.btrace/instruction_history.exp: Update "info record" output.
2259 * gdb.btrace/next.exp: Update "info record" output.
2260 * gdb.btrace/nexti.exp: Update "info record" output.
2261 * gdb.btrace/step.exp: Update "info record" output.
2262 * gdb.btrace/stepi.exp: Update "info record" output.
2263 * gdb.btrace/nohist.exp: Update "info record" output.
2264
b9d61307
SM
22652015-02-06 Simon Marchi <simon.marchi@ericsson.com>
2266
2267 PR gdb/15678
2268 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
2269
e584fdbc
PA
22702015-02-06 Pedro Alves <palves@redhat.com>
2271
2272 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
2273 macro.
2274 (seconds_left, again): New globals.
2275 (main): Wait seconds_left in a 1-second sleep loop instead of
2276 sleeping 180 seconds. If 'again' is set, reset the seconds
2277 counter.
2278 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
2279 'again' in the inferior before detaching. Print the seconds left.
2280 (options): New global.
2281 (top level): Build program with -DTIMEOUT=$timeout.
2282
77f41761
PA
22832015-02-06 Pedro Alves <palves@redhat.com>
2284
2285 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
2286 determine how many seconds to pass to 'alarm'.
2287 * gdb.base/gdb-sigterm.exp (top level): Build program with
2288 -DTIMEOUT=$timeout.
2289 (do_test): Return success/failure indication. Add more verbose
2290 logging. Don't fail if 200 single steps are seen. Instead, fail
2291 when the test times out.
2292 (passes): New global.
2293 (top level): Break the testing loop if testing fails on any
2294 iteration. Use gdb_assert.
2295
b9394193
DB
22962015-02-04 Don Breazeal <donb@codesourcery.com>
2297
2298 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
2299 and initialize them.
2300 (ipc_cleanup): New function.
2301 (main): Don't declare shmid, semid, and msqid. Add a call to
2302 atexit so that we call ipc_cleanup on exit.
2303
42d9e528
PA
23042015-02-04 Pedro Alves <palves@redhat.com>
2305
2306 * boards/native-extended-gdbserver.exp: Remove any target variant
2307 specifications from the board name before clearing the isremote
2308 flag from board_info.
2309
ae6ae975
DE
23102015-01-31 Doug Evans <xdje42@gmail.com>
2311
2312 * gdb.base/maint.exp <maint print type argc>: Update expected output.
2313
cfb069a8
GB
23142015-01-31 Gary Benson <gbenson@redhat.com>
2315
2316 * gdb.base/completion.exp: Disable completion limiting for
2317 existing tests. Add new tests to check completion limiting.
2318 * gdb.linespec/ls-errs.exp: Disable completion limiting.
2319
5dd31d79
DE
23202015-01-31 Doug Evans <xdje42@gmail.com>
2321
2322 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
2323
9f050062
DE
23242015-01-31 Doug Evans <xdje42@gmail.com>
2325
2326 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
2327 entries. Duplicate file section script entries.
2328 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
2329 inlined entries. Add test for safe-path rejection.
2330 * gdb.python/py-section-script.c: Add duplicate inlined section script
2331 entries. Duplicate file section script entries.
2332 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
2333 inlined entries. Add test for safe-path rejection.
2334
df25ebbd
JB
23352015-01-29 Joel Brobecker <brobecker@adacore.com>
2336
2337 * gdb.ada/disc_arr_bound: New testcase.
2338
4a0ca9ec
JB
23392015-01-29 Joel Brobecker <brobecker@adacore.com>
2340
2341 * gdb.ada/mi_var_array: New testcase.
2342
3a8b707a
DE
23432015-01-27 Doug Evans <dje@google.com>
2344
2345 * gdb.python/py-objfile.exp: Add tests for objfile.username.
2346 Add test for objfile.filename, objfile.username after objfile
2347 has been unloaded.
2348
f8313f6e
JB
23492015-01-26 Joel Brobecker <brobecker@adacore.com>
2350
2351 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
2352 the second test to print the name attribute of value
2353 returned by the call to gdb.lookup_type, and adjust
2354 the expected output accordingly.
2355
37bc665e
MW
23562015-01-25 Mark Wielaard <mjw@redhat.com>
2357
2358 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
2359 * gdb.base/disp-step-fork.c: Include unistd.h.
2360 * gdb.base/siginfo-obj.c: Include stdio.h.
2361 * gdb.base/siginfo-thread.c: Likewise.
2362 * gdb.mi/non-stop.c: Include unistd.h.
2363 * gdb.mi/nsthrexec.c: Include stdio.h.
2364 * gdb.mi/pthreads.c: Include unistd.h.
2365 * gdb.modula2/unbounded1.c (main): Declare returns int.
2366 * gdb.reverse/consecutive-reverse.c: Likewise.
2367 * gdb.threads/create-fail.c: Include unistd.h.
2368 * gdb.threads/killed.c: Likewise.
2369 * gdb.threads/linux-dp.c: Likewise.
2370 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
2371 * gdb.threads/non-ldr-exc-2.c: Likewise.
2372 * gdb.threads/non-ldr-exc-3.c: Likewise.
2373 * gdb.threads/non-ldr-exc-4.c: Likewise.
2374 * gdb.threads/pthreads.c: Include unistd.h.
2375 (main): Declare returns int.
2376 * gdb.threads/tls-main.c (foo): New declaration.
2377 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
2378
f7e5394d
SM
23792015-01-23 Simon Marchi <simon.marchi@ericsson.com>
2380
2381 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
2382 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
2383
743649fd
MW
23842015-01-15 Mark Wielaard <mjw@redhat.com>
2385
2386 * gdb.base/noreturn-return.c: New file.
2387 * gdb.base/noreturn-return.exp: New file.
2388 * gdb.base/noreturn-finish.c: New file.
2389 * gdb.base/noreturn-finish.exp: New file.
2390
198297aa
PA
23912015-01-23 Pedro Alves <palves@redhat.com>
2392
2393 * gdb.threads/continue-pending-after-query.c: New file.
2394 * gdb.threads/continue-pending-after-query.exp: New file.
2395
717cf30c
AG
23962015-01-22 Anders Granlund <anders.granlund@ericsson.com>
2397 Simon Marchi <simon.marchi@ericsson.com>
2398
2399 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
2400 * gdb.base/valgrind-db-attach.exp: Same.
2401 * gdb.base/valgrind-infcall.exp: Same.
2402 * lib/mi-support.exp (default_mi_gdb_start): Same.
2403 * lib/prompt.exp (default_prompt_gdb_start): Same.
2404 * lib/gdb.exp (default_gdb_spawn): Same.
2405 (gdb_interact): New.
2406
2407
4b62a76e
JK
24082015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2409
2410 * gdb.compile/compile.exp (pointer to jit function): New test.
2411
b4cdae6f
WW
24122015-01-17 Wei-cheng Wang <cole945@gmail.com>
2413
2414 * lib/gdb.exp (supports_process_record): Return true for
2415 powerpc*-*-linux*.
2416 (supports_reverse): Likewise.
2417
d221e7ef
DB
24182015-01-15 Don Breazeal <donb@codesourcery.com>
2419
2420 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
2421 instead of checking whether the target board is remote and
2422 use spawn_wait_for_attach instead of exec/sleep.
2423 * gdb.base/attach-twice.exp: Likewise.
2424
bafffb51
JB
24252015-01-15 Joel Brobecker <brobecker@adacore.com>
2426
2427 * gdb.ada/var_arr_attrs: New testcase.
2428
5589af0e
PA
24292015-01-14 Pedro Alves <palves@redhat.com>
2430 Joel Brobecker <brobecker@adacore.com>
2431
2432 PR gdb/17525
2433 * gdb.base/bp-cmds-execution-x-script.c: New file.
2434 * gdb.base/bp-cmds-execution-x-script.exp: New file.
2435 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
2436
6c400b59
PA
24372015-01-14 Pedro Alves <palves@redhat.com>
2438
2439 PR cli/17828
2440 * gdb.base/batch-preserve-term-settings.c: New file.
2441 * gdb.base/batch-preserve-term-settings.exp: New file.
2442
e02c96a7
DE
24432015-01-13 Doug Evans <dje@google.com>
2444
2445 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
2446 binary.
2447
576fd14c
JB
24482015-01-13 Joel Brobecker <brobecker@adacore.com>
2449
2450 * Makefile.in (clean mostlyclean): Do not delete *.py.
2451
04dccad0
JB
24522015-01-13 Joel Brobecker <brobecker@adacore.com>
2453
2454 * gdb.python/py-lookup-type.exp: New file.
2455
3d230f71
PA
24562015-01-12 Pedro Alves <palves@redhat.com>
2457
2458 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
2459 restore GDBFLAGS before returning.
2460
7e67715d
JK
24612015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2462
2463 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
2464 is_amd64_regs_target and is_x86_like_target.
2465
f2e0d4b4
DE
24662015-01-11 Doug Evans <xdje42@gmail.com>
2467
2468 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
2469 is given without an explicit form.
2470 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
2471 attributes.
2472 * gdb.dwarf/corrupt.exp: Ditto.
2473 * gdb.dwarf2/enum-type.exp: Ditto.
2474 * gdb.trace/entry-values.exp: Ditto.
2475 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
2476
439250fb
DE
24772015-01-11 Doug Evans <xdje42@gmail.com>
2478
2479 PR gdb/15830
2480 * gdb.base/maint.exp: Remove references to "maint demangle".
2481 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
2482 Add tests for explicitly specifying language to demangle.
2483 * gdb.dlang/demangle.exp: Ditto.
2484
ede9f622
PA
24852015-01-09 Pedro Alves <palves@redhat.com>
2486
2487 * gdb.threads/non-stop-fair-events.c: New file.
2488 * gdb.threads/non-stop-fair-events.exp: New file.
2489
a7b796db
PA
24902015-01-09 Pedro Alves <palves@redhat.com>
2491
2492 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
2493 the global scope. Set a breakpoint after all threads are started
2494 rather than stepping over two source lines. Expect the prompt.
2495 * gdb.base/watch_thread_num.c (threads_started_barrier): New
2496 global.
2497 (NUM): Now 15.
2498 (main): Use threads_started_barrier to wait for all threads to
2499 start. Main thread no longer calls thread_function. Exit after
2500 180 seconds.
2501 (loop): New function.
2502 (thread_function): Wait on threads_started_barrier barrier. Call
2503 'loop' at each iteration.
2504 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
2505 threads have started, instead of hardcoding number of "next"
2506 steps. Use an access watchpoint instead of a write watchpoint.
2507
9665ffdd
PA
25082015-01-09 Pedro Alves <palves@redhat.com>
2509
2510 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
2511 (thread_func): Wait on barrier.
2512 (main): Wait for all threads to start before stopping GDB.
2513 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
2514 global.
2515 (thread1_func, thread2_func): Wait on barrier.
2516 (main): Wait for all threads to start before stopping GDB.
2517 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
2518 New global.
2519 (thread1_func, thread2_func): Wait on barrier.
2520 (main): Wait for all threads to start before stopping GDB.
2521
c945a99f
PA
25222015-01-09 Pedro Alves <palves@redhat.com>
2523
2524 * gdb.threads/attach-many-short-lived-threads.c: New file.
2525 * gdb.threads/attach-many-short-lived-threads.exp: New file.
2526
c1a747c1
PA
25272014-01-09 Pedro Alves <palves@redhat.com>
2528
2529 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
2530 instead of to thread 2.
2531 * gdb.threads/signal-command-multiple-signals-pending.c (main):
2532 Add barrier around each pthread_create call instead of around all
2533 calls.
2534 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
2535 Set a break on thread_function and have the child threads hit it
2536 one at at a time.
2537
60b3033e
PA
25382015-01-09 Pedro Alves <palves@redhat.com>
2539
2540 * lib/gdb.exp (can_spawn_for_attach): New procedure.
2541 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
2542 false.
2543 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
2544 checking whether the target board is remote.
2545 * gdb.multi/multi-attach.exp: Likewise.
2546 * gdb.python/py-sync-interp.exp: Likewise.
2547 * gdb.server/ext-attach.exp: Likewise.
2548 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
2549 tests that need to attach, instead of checking whether the target
2550 board is remote at the top of the file.
2551
acc018ac
YQ
25522015-01-08 Yao Qi <yao@codesourcery.com>
2553
2554 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
2555
50a18af8
JK
25562015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2557
2558 Fix testcase compilation.
2559 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
2560
8503d6e1
JB
25612015-01-06 Joel Brobecker <brobecker@adacore.com>
2562
2563 * gdb.python/py-type.exp: Add a couple test about empty
2564 array creation, and negative-length array creation.
2565
cc73dbcc
DE
25662015-01-02 Doug Evans <xdje42@gmail.com>
2567
2568 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
2569
0300bbc7
DE
25702015-01-02 Doug Evans <dje@google.com>
2571
2572 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
2573
9d85a0ec
YQ
25742014-12-29 Yao Qi <yao@codesourcery.com>
2575
2576 * gdb.trace/entry-values.exp: Update comments. Rename variable
2577 bar_call_foo to returned_from_foo.
2578
87186c6a
MMN
25792014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2580
2581 PR gdb/17394
2582 * gdb.linespec/break-asm-file.c: New file.
2583 * gdb.linespec/break-asm-file.exp: New file.
2584 * gdb.linespec/break-asm-file0.s: New file.
2585 * gdb.linespec/break-asm-file1.s: New file.
2586
1bab7383
YQ
25872014-12-18 Nigel Stephens <nigel@mips.com>
2588 Maciej W. Rozycki <macro@codesourcery.com>
2589
2590 * gdb.base/float.exp: Handle the new output from "info float" on
2591 MIPS targets.
2592
1bc1068a
JK
25932014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2594
2595 Fix MinGW compilation.
2596 * gdb.compile/compile-ops.exp: Update untested message if
2597 !skip_compile_feature_tests.
2598 * gdb.compile/compile-setjmp.exp: Likewise.
2599 * gdb.compile/compile-tls.exp: Likewise.
2600 * gdb.compile/compile.exp: Likewise.
2601 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
2602 supported on this host".
2603
b6615d10
DE
26042014-12-16 Doug Evans <xdje42@gmail.com>
2605
2606 * boards/stabs.exp: New file.
2607
25dda427
AA
26082014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
2609
2610 * gdb.base/completion.exp: Adjust to format changes of "maint
2611 print user-registers".
2612
bf330350
CU
26132014-12-16 Catalin Udma <catalin.udma@freescale.com>
2614
2615 PR server/17457
2616 * gdb.arch/aarch64-fp.c: New file.
2617 * gdb.arch/aarch64-fp.exp: New file.
2618
395cf596
SDJ
26192014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2620
2621 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
2622 r210637, r210913, r211666, r215400, r215817).
2623
2624 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
2625 * dg-extract-results.py: New file.
2626 * dg-extract-results.sh: Use it if the environment seems
2627 suitable.
2628
2629 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
2630
2631 * dg-extract-results.py (parse_run): Handle warnings that
2632 are printed before a test harness is run.
2633
2634 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
2635
2636 * dg-extract-results.py (Named): Remove __cmp__ method.
2637 (output_variation): Use a key to sort variation.harnesses.
2638
2639 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
2640
2641 * dg-extract-results.py: For Python 3, force sys.stdout to
2642 handle surrogate escape sequences.
2643 (safe_open): New function.
2644 (output_segment, main): Use it.
2645
2646 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
2647
2648 * dg-extract-results.py (Prog.result_re): Include options
2649 in test name.
2650
2651 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
2652
2653 * dg-extract-results.py (output_variation): Always sort if
2654 do_sum.
2655
e882ef3c
SM
26562014-12-15 Simon Marchi <simon.marchi@ericsson.com>
2657
2658 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
2659 as long as we get pagination notifications.
2660
4992aa20
JM
26612014-12-15 Jason Merrill <jason@redhat.com>
2662
2663 * Makefile.in (check-gdb.%): Restore.
2664 * README: Mention it.
2665
c1b5a1a6
JB
26662014-12-13 Joel Brobecker <brobecker@adacore.com>
2667
2668 * gdb.ada/str_uninit: New testcase.
2669
5537b577
JK
26702014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2671
2672 PR symtab/17642
2673 * gdb.base/vla-stub-define.c: New file.
2674 * gdb.base/vla-stub.c: New file.
2675 * gdb.base/vla-stub.exp: New file.
2676
bb2ec1b3
TT
26772014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2678 Jan Kratochvil <jan.kratochvil@redhat.com>
2679 Tom Tromey <tromey@redhat.com>
2680
2681 * configure.ac: Add gdb.compile/.
2682 * configure: Regenerate.
2683 * gdb.compile/Makefile.in: New file.
2684 * gdb.compile/compile-ops.exp: New file.
2685 * gdb.compile/compile-ops.c: New file.
2686 * gdb.compile/compile-tls.c: New file.
2687 * gdb.compile/compile-tls.exp: New file.
2688 * gdb.compile/compile-constvar.S: New file.
2689 * gdb.compile/compile-constvar.c: New file.
2690 * gdb.compile/compile-mod.c: New file.
2691 * gdb.compile/compile-nodebug.c: New file.
2692 * gdb.compile/compile-setjmp-mod.c: New file.
2693 * gdb.compile/compile-setjmp.c: New file.
2694 * gdb.compile/compile-setjmp.exp: New file.
2695 * gdb.compile/compile-shlib.c: New file.
2696 * gdb.compile/compile.c: New file.
2697 * gdb.compile/compile.exp: New file.
2698 * lib/gdb.exp (skip_compile_feature_tests): New proc.
2699
4ff709eb
TT
27002014-12-12 Tom Tromey <tromey@redhat.com>
2701
2702 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
2703 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
2704
6dddd6a5
DE
27052014-12-12 Doug Evans <dje@google.com>
2706
2707 * lib/gdb-python.exp (get_python_valueof): New function.
2708 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
2709
71c24708
AA
27102014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2711
2712 * gdb.base/completion.exp: Add test for completion of "info
2713 registers ".
2714
3e29f34a
MR
27152014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
2716
2717 * gdb.base/func-ptrs.c: New file.
2718 * gdb.base/func-ptrs.exp: New file.
2719
fc126975
SM
27202014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2721
2722 PR breakpoints/17012
2723 * gdb.base/dprintf-detach.c: New file.
2724 * gdb.base/dprintf-detach.exp: New file.
2725
0a46d518
SM
27262014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2727
2728 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
2729 * lib/gdb.exp (target_is_gdbserver): New procedure.
2730
a0be3e44
DE
27312014-12-08 Doug Evans <dje@google.com>
2732
2733 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
2734
df1b803a
YQ
27352014-12-05 Yao Qi <yao@codesourcery.com>
2736
2737 * gdb.guile/scm-error.exp: Remove the third argument to
2738 gdb_remote_download.
2739 * gdb.guile/scm-frame-args.exp: Likewise.
2740 * gdb.guile/scm-section-script.exp: Likewise.
2741
ddb9f679
YQ
27422014-12-05 Yao Qi <yao@codesourcery.com>
2743
2744 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
2745
86e4ed39
DE
27462014-12-04 Doug Evans <dje@google.com>
2747
2748 * gdb.python/py-objfile.exp: Add tests for
2749 objfile.add_separate_debug_file.
2750
7c50a931
DE
27512014-12-04 Doug Evans <dje@google.com>
2752
2753 * lib/gdb.exp (get_build_id): New function.
2754 (build_id_debug_filename_get): Rewrite to use it.
2755 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
2756
621661e3
MR
27572014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
2758
2759 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
2760 `method(long)', not just 0x0.
2761 * gdb.cp/nsalias.exp: Align code labels to 4.
2762 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
2763 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
2764 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
2765 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
2766 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
2767 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
2768
29f0c3b7
DE
27692014-12-02 Doug Evans <dje@google.com>
2770
e1e061e7 2771 PR symtab/17602
29f0c3b7 2772 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 2773 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
2774 * gdb.cp/anon-ns.exp: Update.
2775
162078c8
NB
27762014-12-02 Nick Bull <nicholaspbull@gmail.com>
2777
2778 * gdb.python/py-events.py (inferior_call_handler): New.
2779 (register_changed_handler, memory_changed_handler): New.
2780 (test_events.invoke): Register new handlers.
2781 * gdb.python/py-events.exp: Add tests for inferior call,
2782 memory_changed and register_changed events.
2783
fdb09caf
AA
27842014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2785
2786 * gdb.base/execl-update-breakpoints.exp: Specify the link address
2787 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
2788 if the linker doesn't understand this.
2789
55cfb2c4
SM
27902014-12-01 Simon Marchi <simon.marchi@ericsson.com>
2791
2792 * gdb.python/python.exp: Change expected reply to help().
2793
9e8cd6df
YQ
27942014-12-01 Yao Qi <yao@codesourcery.com>
2795
2796 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
2797 AC_CONFIG_SUBDIRS(gdb.gdbtk).
2798 * configure: Re-generated.
2799
6c659fc2
SC
28002014-11-28 Siva Chandra Reddy <sivachandra@google.com>
2801
2802 * gdb.cp/chained-calls.cc: New file.
2803 * gdb.cp/chained-calls.exp: New file.
2804 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
2805
d7fc3181
SM
28062014-11-28 Simon Marchi <simon.marchi@ericsson.com>
2807
2808 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
2809 * gdb.dwarf2/symtab-producer.exp: Same.
2810 * gdb.gdb/python-interrupts.exp: Same.
2811 * gdb.gdb/python-selftest.exp: Same.
2812 * gdb.python/py-linetable.exp: Same.
2813 * gdb.python/py-type.exp: Same.
2814 * gdb.python/py-value-cc.exp: Same.
2815 * gdb.python/py-value.exp: Same.
2816
10e79639
YQ
28172014-11-28 Yao Qi <yao@codesourcery.com>
2818
2819 * gdb.base/break-probes.exp: Match library name prefixed with
2820 sysroot.
2821
f28a0564
SM
28222014-11-27 Simon Marchi <simon.marchi@ericsson.com>
2823
2824 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2825 test expected output. Add parentheses for the call to print.
2826 Remove L suffix from integers.
2827
3fe1ce1d
DE
28282014-11-26 Doug Evans <dje@google.com>
2829
2830 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2831
84429e27
YQ
28322014-11-22 Yao Qi <yao@codesourcery.com>
2833
2834 * gdb.trace/entry-values.c: Remove asms.
2835 (foo): Add foo_label.
2836 (bar): Add bar_label.
2837 * gdb.trace/entry-values.exp: Remove code computing foo's
2838 length and bar's length.
2839 (Dwarf::assemble): Invoke function_range for bar and use
2840 MACRO_AT_func for foo.
2841
26741859
YQ
28422014-11-22 Yao Qi <yao@codesourcery.com>
2843
2844 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2845 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
2846 Use .Lgcc43_procstart instead of gcc43.
2847
45e44d27
JB
28482014-11-21 Joel Brobecker <brobecker@adacore.com>
2849
2850 * gdb.ada/n_arr_bound: New testcase.
2851
458c8db8
SDJ
28522014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2853
2854 PR breakpoints/10737
2855 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
2856 test_catch_syscall_multi_arch.
2857 (test_catch_syscall_multi_arch): New function.
2858
43f3e411
DE
28592014-11-20 Doug Evans <xdje42@gmail.com>
2860
2861 * gdb.base/maint.exp: Update expected output.
2862
0d7b2549
AA
28632014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2864
2865 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
2866 4-byte instruction on S390.
2867
8908fca5
JB
28682014-11-19 Joel Brobecker <brobecker@adacore.com>
2869
2870 * gdb.ada/arr_arr: New testcase.
2871
4a46959e
JB
28722014-11-19 Joel Brobecker <brobecker@adacore.com>
2873
2874 * gdb.ada/pkd_arr_elem: New Testcase.
2875
470e2f4e
LM
28762014-11-18 Luis Machado <lgustavo@codesourcery.com>
2877
2878 * gdb.reverse/break-precsave: Expect completion message for
2879 core file reads.
2880 * gdb.reverse/consecutive-precsave.exp: Likewise.
2881 * gdb.reverse/finish-precsave.exp: Likewise.
2882 * gdb.reverse/i386-precsave.exp: Likewise.
2883 * gdb.reverse/machinestate-precsave.exp: Likewise.
2884 * gdb.reverse/sigall-precsave.exp: Likewise.
2885 * gdb.reverse/solib-precsave.exp: Likewise.
2886 * gdb.reverse/step-precsave.exp: Likewise.
2887 * gdb.reverse/until-precsave.exp: Likewise.
2888 * gdb.reverse/watch-precsave.exp: Likewise.
2889
a267f3ad
AA
28902014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2891
2892 * gdb.base/bp-permanent.c: Include unistd.h.
2893 * gdb.python/py-framefilter-mi.c (main): Add return type.
2894 * gdb.python/py-framefilter.c (main): Likewise.
2895 * gdb.trace/actions-changed.c (main): Likewise.
2896
12084a9a
AA
28972014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2898
2899 * gdb.mi/until.c: Add eye-catchers.
2900 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
2901 line numbers.
2902
dc7e1a77
AA
29032014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2904
2905 * gdb.base/condbreak.exp: Drop references to removed non-prototype
2906 function header variants in break1.c.
2907 * gdb.base/ena-dis-br.exp: Likewise.
2908 * gdb.base/hbreak2.exp: Likewise.
2909 * gdb.reverse/until-precsave.exp: Drop references to removed
2910 non-prototype function header variants in ur1.c.
2911 * gdb.reverse/until-reverse.exp: Likewise.
2912
41c77605
PM
29132014-11-17 Petr Machata <pmachata@redhat.com>
2914
2915 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
2916 ${_cu_offset_size} bytes abbrev offset.
2917
34248c3a
DE
29182014-11-15 Doug Evans <xdje42@gmail.com>
2919
2920 PR symtab/17559
2921 * gdb.base/line-symtabs.exp: New file.
2922 * gdb.base/line-symtabs.c: New file.
2923 * gdb.base/line-symtabs.h: New file.
2924
646da059
YQ
29252014-11-14 Yao Qi <yao@codesourcery.com>
2926
2927 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
2928 (func): Add label func_label.
2929 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
2930 Replace low_pc and high_pc with MACRO_AT_range.
2931 Replace name, low_pc and high_pc with MACRO_AT_func.
2932
9301ebe6
YQ
29332014-11-14 Yao Qi <yao@codesourcery.com>
2934
2935 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
2936 Replace name, low_pc and high_pc with MACRO_AT_func.
2937
f166b542
YQ
29382014-11-14 Yao Qi <yao@codesourcery.com>
2939
2940 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
2941 produce debug information.
2942 * gdb.dwarf2/implptr-optimized-out.S: Removed.
2943
0f6e71e3
YQ
29442014-11-14 Yao Qi <yao@codesourcery.com>
2945
2946 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
2947 object and get function length.
2948 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2949 with MACRO_AT_func.
2950 (top-level): Replace gdb_compile and clean_restart with
2951 prepare_for_testing.
2952 * gdb.dwarf2/main.c (main): Add label main_label.
2953
876c4df9
YQ
29542014-11-14 Yao Qi <yao@codesourcery.com>
2955
2956 * lib/dwarf.exp (function_range): New procedure.
2957 (Dwarf::_handle_macro_at_func): New procedure.
2958 (Dwarf::_handle_macro_at_range): New procedure.
2959 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2960
02ad9cf1
YQ
29612014-11-14 Yao Qi <yao@codesourcery.com>
2962
2963 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2964 (_handle_attribute): New procedure.
2965
a59add0c
AA
29662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2967
2968 * gdb.ada/cond_lang/foo.c (callme): Add return type.
2969 * gdb.base/call-sc.c (zed): Likewise.
2970 * gdb.base/checkpoint.c (main): Likewise.
2971 * gdb.base/dump.c (main): Likewise.
2972 * gdb.base/gcore.c (main): Likewise.
2973 * gdb.base/huge.c (main): Likewise.
2974 * gdb.base/multi-forks.c (main): Likewise.
2975 * gdb.base/pr10179-a.c (main): Likewise.
2976 * gdb.base/savedregs.c (main): Likewise.
2977 * gdb.base/sigaltstack.c (main): Likewise.
2978 * gdb.base/siginfo.c (main): Likewise.
2979 * gdb.base/structs.c (zed): Likewise.
2980 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2981 * gdb.mi/mi-syn-frame.c (main): Likewise.
2982 * gdb.mi/until.c (foo, main): Likewise.
2983 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2984 * gdb.base/solib-weak.c (foo): Declare.
2985 * gdb.base/attach-twice.c: Include stdio.h.
2986 * gdb.base/weaklib1.c: Likewise.
2987 * gdb.base/weaklib2.c: Likewise.
2988 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2989 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2990 unistd.h.
2991 * gdb.base/attach-pie-misread.c: Include stdlib.h.
2992 * gdb.mi/mi-exit-code.c: Likewise.
2993 * gdb.base/break-interp-lib.c: Include string.h.
2994 * gdb.base/coremaker.c: Likewise.
2995 * gdb.base/testenv.c: Likewise.
2996 * gdb.python/py-finish-breakpoint.c: Likewise.
2997 * gdb.base/inferior-died.c: Include sys/wait.h.
2998 * gdb.base/fileio.c: Include time.h.
2999 * gdb.base/async-shell.c: Include unistd.h.
3000 * gdb.base/dprintf-non-stop.c: Likewise.
3001 * gdb.base/info-os.c: Likewise.
3002 * gdb.mi/mi-console.c: Likewise.
3003 * gdb.mi/watch-nonstop.c: Likewise.
3004 * gdb.python/py-events.c: Likewise.
3005 * gdb.base/async.c (baz): Move up before its invocation.
3006 * gdb.base/code_elim2.c (my_global_func): Likewise.
3007 * gdb.base/skip-solib-lib.c (multiply): Likewise.
3008 * gdb.base/advance.c (func2): Likewise.
3009
3b5d5997
AA
30102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3011
3012 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
3013 variant.
3014 * gdb.base/annota3.c: Likewise.
3015 * gdb.base/async.c: Likewise.
3016 * gdb.base/average.c: Likewise.
3017 * gdb.base/call-ar-st.c: Likewise.
3018 * gdb.base/call-rt-st.c: Likewise.
3019 * gdb.base/call-sc.c: Likewise.
3020 * gdb.base/call-strs.c: Likewise.
3021 * gdb.base/ending-run.c: Likewise.
3022 * gdb.base/execd-prog.c: Likewise.
3023 * gdb.base/exprs.c: Likewise.
3024 * gdb.base/foll-exec.c: Likewise.
3025 * gdb.base/foll-fork.c: Likewise.
3026 * gdb.base/foll-vfork.c: Likewise.
3027 * gdb.base/funcargs.c: Likewise.
3028 * gdb.base/gcore.c: Likewise.
3029 * gdb.base/jump.c: Likewise.
3030 * gdb.base/langs0.c: Likewise.
3031 * gdb.base/langs1.c: Likewise.
3032 * gdb.base/langs2.c: Likewise.
3033 * gdb.base/mips_pro.c: Likewise.
3034 * gdb.base/nodebug.c: Likewise.
3035 * gdb.base/opaque0.c: Likewise.
3036 * gdb.base/opaque1.c: Likewise.
3037 * gdb.base/recurse.c: Likewise.
3038 * gdb.base/run.c: Likewise.
3039 * gdb.base/scope0.c: Likewise.
3040 * gdb.base/scope1.c: Likewise.
3041 * gdb.base/setshow.c: Likewise.
3042 * gdb.base/setvar.c: Likewise.
3043 * gdb.base/shmain.c: Likewise.
3044 * gdb.base/shr1.c: Likewise.
3045 * gdb.base/shr2.c: Likewise.
3046 * gdb.base/sigall.c: Likewise.
3047 * gdb.base/signals.c: Likewise.
3048 * gdb.base/so-indr-cl.c: Likewise.
3049 * gdb.base/solib2.c: Likewise.
3050 * gdb.base/structs.c: Likewise.
3051 * gdb.base/sum.c: Likewise.
3052 * gdb.base/vforked-prog.c: Likewise.
3053 * gdb.base/watchpoint.c: Likewise.
3054 * gdb.reverse/shr2.c: Likewise.
3055 * gdb.reverse/until-reverse.c: Likewise.
3056 * gdb.reverse/ur1.c: Likewise.
3057 * gdb.reverse/watch-reverse.c: Likewise.
3058
066a77c5
AA
30592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3060
3061 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
3062 variant.
3063 * gdb.base/sepdebug.exp: Drop references to removed code.
3064
4f204ea5
AA
30652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3066
3067 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
3068 variant. Preserve original line numbering.
3069 * gdb.base/list1.c: Likewise.
3070
3b377a3a
AA
30712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3072
3073 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
3074 variant.
3075 * gdb.base/break1.c: Likewise.
3076 * gdb.base/break.exp: Drop references to removed code.
3077
e444df73
AA
30782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3079
3080 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
3081 variant.
3082
8008f2a7
AA
30832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3084
3085 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
3086
a5a06887
AA
30872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3088
3089 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
3090 logic into perform_all_tests() and invoke it with and without
3091 function header prototypes.
3092 (do_function_calls): Remove conditional XFAIL for PR 5318.
3093 (rerun_and_prepare): Remove duplicate code.
3094 (perform_all_tests): New. Main logic moved here.
3095
44dba9b9
AA
30962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3097
3098 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
3099 code guarded by #ifdef NO_PROTOTYPES.
3100 (t_double_many_args): Likewise.
3101 (DEF_FUNC_MANY_ARGS_1): Likewise.
3102 (DEF_FUNC_VALUES_1): Likewise.
3103 (t_structs_ldc): Renamed from t_structs_fc in conditional code
3104 guarded by #ifdef PROTOTYPES.
3105
d1fbcd56
AA
31062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3107
3108 * gdb.mi/mi-console.c: Add eye-catcher.
3109 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
3110 instead of literal line number.
3111
b0e59b8f
AA
31122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3113
3114 * gdb.base/shr2.c: Add eye-catcher.
3115 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
3116 line number.
3117
78f98cca
AA
31182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3119
3120 * gdb.base/jump.c: Add eye-catchers.
3121 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
3122 numbers.
3123
58fa2af0
AA
31242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3125
3126 * gdb.base/execd-prog.c: Add eye-catchers.
3127 * gdb.base/foll-exec.c: Likewise.
3128 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
3129 line numbers.
3130
04e5059b
AA
31312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3132
3133 * gdb.base/ending-run.c: Add eye-catchers.
3134 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
3135 literal line numbers.
3136
dbfdb174
AA
31372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3138
3139 * gdb.base/call-rt-st.c: Add eye-catchers.
3140 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
3141 literal line numbers.
3142
888a2ade
AA
31432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3144
3145 * gdb.base/call-ar-st.c: Add eye-catchers.
3146 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
3147 literal line numbers.
3148
6acc2dde
AA
31492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3150
3151 * gdb.base/average.c: Add eye-catchers.
3152 * gdb.base/sum.c: Likewise.
3153 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
3154 regexps dynamically.
3155
9ecfcd1d
AA
31562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3157
3158 * gdb.base/solib1.c: Add eye-catchers.
3159 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
3160 literal line numbers.
3161
78708b7c
PA
31622014-11-12 Pedro Alves <palves@redhat.com>
3163
3164 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
3165 leader has exited.
3166
af48d08f
PA
31672014-11-12 Pedro Alves <palves@redhat.com>
3168
3169 * gdb.arch/i386-bp_permanent.c: New file.
3170 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
3171 (srcfile): Set to i386-bp_permanent.c.
3172 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
3173 that stepi does not execute the 'leave' instruction, instead of
3174 testing it does execute.
3175 * gdb.base/bp-permanent.c: New file.
3176 * gdb.base/bp-permanent.exp: New file.
3177
af3768e9
DE
31782014-11-10 Doug Evans <xdje42@gmail.com>
3179
3180 PR symtab/17564
3181 * gdb.base/symtab-search-order.exp: New file.
3182 * gdb.base/symtab-search-order.c: New file.
3183 * gdb.base/symtab-search-order-1.c: New file.
3184 * gdb.base/symtab-search-order-shlib-1.c: New file.
3185
9de00a4a
PA
31862014-11-07 Pedro Alves <palves@redhat.com>
3187
3188 PR gdb/17511
3189 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
3190 i?86-*-linux*.
3191
e0f52461
SC
31922014-11-03 Siva Chandra Reddy <sivachandra@google.com>
3193
3194 PR c++/17494
3195 * gdb.cp/pr17494.cc: New file.
3196 * gdb.cp/pr17494.exp: New file.
3197
6ce8c980
YQ
31982014-11-02 Yao Qi <yao@codesourcery.com>
3199
3200 * gdb.python/python.exp: Get working directory and match the
3201 output of "set extended-prompt \\w " with it.
3202
02be9a71
DE
32032014-10-30 Doug Evans <dje@google.com>
3204
3205 * gdb.python/py-objfile.exp: Add tests for setting random attributes
3206 in objfiles.
3207 * gdb.python/py-progspace.exp: Add tests for setting random attributes
3208 in progspaces.
3209
3bdff46b
LM
32102014-10-30 Janis Johnson <janisjo@codesourcery.com>
3211
3212 * gdb.base/fullpath-expand.exp: Skip for a remote host.
3213 * gdb.base/realname-expand.exp: Likewise.
3214 * gdb.linespec/macro-relative.exp: Likewise.
3215
ab917dfb
PA
32162014-10-29 Pedro Alves <palves@redhat.com>
3217
3218 PR gdb/17408
3219 * gdb.threads/schedlock.c (some_function): New function.
3220 (call_function): New global.
3221 (MAYBE_CALL_SOME_FUNCTION): New macro.
3222 (thread_function): Call it.
3223 * gdb.threads/schedlock.exp (get_args): Add description parameter,
3224 and use it instead of a global counter. Adjust all callers.
3225 (get_current_thread): Use "find current thread" for test message
3226 here rather than having all callers pass down the same string.
3227 (goto_loop): New procedure, factored out from ...
3228 (my_continue): ... this.
3229 (step_ten_loops): Change parameter from test message to command to
3230 use. Adjust.
3231 (list_count): Delete global.
3232 (check_result): New procedure, factored out from duplicate top
3233 level code.
3234 (continue tests): Wrap in with_test_prefix.
3235 (test_step): New procedure, factored out from duplicate top level
3236 code.
3237 (top level): Test "step" in combination with all scheduler-locking
3238 modes. Test "next" in combination with all scheduler-locking
3239 modes, and in combination with stepping over a function call or
3240 not.
3241 * gdb.threads/next-bp-other-thread.c: New file.
3242 * gdb.threads/next-bp-other-thread.exp: New file.
3243
d3d4baed
PA
32442014-10-29 Pedro Alves <palves@redhat.com>
3245
3246 PR python/17372
3247 * gdb.python/python.exp: Test a multi-line command that spawns
3248 interactive Python.
3249 * gdb.base/multi-line-starts-subshell.exp: New file.
3250
563e8d85
YQ
32512014-10-29 Yao Qi <yao@codesourcery.com>
3252
3253 * gdb.base/fileio.exp: Make directories on host.
3254
0ea4d52e
YQ
32552014-10-29 Yao Qi <yao@codesourcery.com>
3256
3257 * gdb.base/fileio.c (test_write): Close the file.
3258
7f5ef605
PA
32592014-10-28 Pedro Alves <palves@redhat.com>
3260
3261 PR gdb/12623
3262 * gdb.base/sigstep.c (no_handler): New global.
3263 (main): If 'no_handler is true, set the signal handlers to
3264 SIG_IGN.
3265 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
3266 with_sw_watch and no_handler parameters. Handle them.
3267 (top level) <stepping over handler when stopped at a breakpoint
3268 test>: Add a test axis for testing with a software watchpoint, and
3269 another for testing with the signal handler set to SIG_IGN.
3270 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
3271 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
3272
abbdbd03
PA
32732014-10-28 Pedro Alves <palves@redhat.com>
3274
3275 PR gdb/17511
3276 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
3277 * gdb.base/sigstep.exp (other_handler_location): New global.
3278 (advance): Support stepping into the signal handler, and running
3279 commands while in the handler.
3280 (in_handler_map): New global.
3281 (top level): In the advance test, add combinations for getting
3282 into the handler with stepping commands, and for running commands
3283 in the handler. Add comment descripting the advancei tests.
3284
1df4399f
PA
32852014-10-28 Pedro Alves <palves@redhat.com>
3286
3287 * gdb.base/sigstep.exp: Use build_executable instead of
3288 prepare_for_testing.
3289 (top level): Move code that starts GDB, runs to main and creates a
3290 display to ...
3291 (restart): ... this new procedure.
3292 (top level): Move backtrace from signal handler test to ...
3293 (validate_backtrace): ... this new procedure.
3294 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
3295 with_test_prefix. Always restart GDB.
3296 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
3297 with_test_prefix. Always restart GDB. No need to delete
3298 breakpoints after the test.
3299 (test_skip_handler): Remove prefix parameter.
3300 (skip_over_handler, breakpoint_to_handler)
3301 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
3302 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
3303 restart GDB. No need to delete breakpoints after the test.
3304 (top level): Use foreach to call the test procedures with
3305 different commands.
3306
a5b6e449
PA
33072014-10-28 Pedro Alves <palves@redhat.com>
3308
3309 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
3310 instead of GNATS numbers.
3311 * gdb.base/sigbpt.exp: Likewise.
3312 * gdb.base/siginfo.exp: Likewise.
3313 * gdb.base/sigstep.exp: Likewise.
3314
e5f8a7cc
PA
33152014-10-27 Pedro Alves <palves@redhat.com>
3316
3317 * gdb.base/sigstep.c (dummy): New global.
3318 (main): Issue a couple writes to the new global.
3319 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
3320 procedures.
3321 (skip_over_handler): Use test_skip_handler.
3322 (top level): Call skip_over_handler for stepi and nexti too.
3323 (breakpoint_over_handler): Use test_skip_handler.
3324 (top level): Call breakpoint_over_handler for stepi and nexti too.
3325
763905a3
YQ
33262014-10-27 Yao Qi <yao@codesourcery.com>
3327
3328 * gdb.trace/tfile.c (adjust_function_address)
3329 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
3330 function descriptor.
3331
6f259a23
DB
33322014-10-24 Don Breazeal <donb@codesourcery.com>
3333
3334 * gdb.base/foll-fork.exp (test_follow_fork,
3335 catch_fork_child_follow): Check for updated fork messages emitted
3336 from infrun.c.
3337 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
3338 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
3339 vfork_and_exec_child_follow_through_step): Check for updated vfork
3340 messages emitted from infrun.c.
3341
09dd9a69
PA
33422014-10-24 Pedro Alves <palves@redhat.com>
3343
3344 * gdb.base/corefile.exp: Remove references to ultrix.
3345 * gdb.base/interrupt.exp: Likewise.
3346 * gdb.base/whatis.exp: Likewise.
3347 * gdb.gdb/selftest.exp: Likewise.
3348 * gdb.threads/manythreads.exp: Likewise.
3349 * gdb.threads/print-threads.exp: Likewise.
3350 * gdb.threads/pthreads.exp:: Likewise.
3351 * gdb.threads/schedlock.exp: Likewise.
3352
3433cfa5
SC
33532014-10-24 Siva Chandra Reddy <sivachandra@google.com>
3354
3355 * gdb.cp/non-trivial-retval.cc: Add a test case.
3356 * gdb.cp/non-trivial-retval.exp: Add a test.
3357
092f880b
YQ
33582014-10-20 Yao Qi <yao@codesourcery.com>
3359
3360 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
3361 * gdb.python/py-objfile-script-gdb.py: New file.
3362 * gdb.python/py-objfile-script.exp: Update reference to
3363 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
3364 of remote_download. Remove the dest file.
3365
acbdb7f3
YQ
33662014-10-20 Yao Qi <yao@codesourcery.com>
3367
3368 * gdb.base/checkpoint.exp: Don't remove file copied on host.
3369 * gdb.base/step-line.exp: Likewise.
3370 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3371 * gdb.dwarf2/dw2-basic.exp: Likewise.
3372 * gdb.dwarf2/dw2-compressed.exp: Likewise.
3373 * gdb.dwarf2/dw2-filename.exp: Likewise.
3374 * gdb.dwarf2/dw2-intercu.exp: Likewise.
3375 * gdb.dwarf2/dw2-intermix.exp: Likewise.
3376 * gdb.dwarf2/dw2-producer.exp: Likewise.
3377 * gdb.dwarf2/mac-fileno.exp: Likewise.
3378 * gdb.python/py-frame-args.exp: Likewise.
3379 * gdb.python/py-framefilter.exp: Likewise.
3380 * gdb.python/py-mi.exp: Likewise.
3381 * gdb.python/py-objfile-script.exp: Likewise
3382 * gdb.python/py-pp-integral.exp: Likewise.
3383 * gdb.python/py-pp-re-notag.exp: Likewise.
3384 * gdb.python/py-prettyprint.exp: Likewise.
3385 * gdb.python/py-section-script.exp: Likewise.
3386 * gdb.python/py-typeprint.exp: Likewise.
3387 * gdb.python/py-xmethods.exp: Likewise.
3388 * gdb.stabs/weird.exp: Likewise.
3389 * gdb.xml/tdesc-regs.exp: Likewise.
3390
bd286a29
KCY
33912014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
3392
3393 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
3394 (out_cu): Use addr_len for the size of addresses.
3395 (out_line): Likewise. Size DW_LNE_set_address instruction
3396 according to addr_len.
3397 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
3398 (FUNC): Add START_INSNS to definition.
3399
673dc4a0
YQ
34002014-10-18 Yao Qi <yao@codesourcery.com>
3401
3402 * gdb.base/argv0-symlink.exp: Check argv[0] value if
3403 gdb_has_argv0 return true.
3404 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
3405 check [target_info exists noargs], check [gdb_has_argv0]
3406 instead.
3407 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3408 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
3409 procedures.
3410
4ffbba72
DE
34112014-10-17 Doug Evans <dje@google.com>
3412
3413 * gdb.python/py-events.exp: Update expected output for clear_objfiles
3414 event.
3415 * gdb.python/py-events.py: Add clear_objfiles event.
3416
d096d8c1
DE
34172014-10-17 Doug Evans <dje@google.com>
3418
3419 * gdb.python/py-objfile.exp: Test progspace attribute.
3420
a80db015
LM
34212014-10-17 Luis Machado <lgustavo@codesourcery.com>
3422
3423 * gdb.guile/scm-breakpoint.exp: Do not assume any
3424 directory separators when matching source file paths.
3425 * gdb.python/py-breakpoint.exp: Likewise.
3426 * gdb.reverse/break-precsave.exp: Likewise.
3427 * gdb.reverse/break-reverse.exp: Likewise.
3428 * gdb.reverse/consecutive-precsave.exp: Likewise.
3429 * gdb.reverse/finish-precsave.exp: Likewise.
3430 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
3431 * gdb.reverse/finish-reverse.exp: Likewise.
3432 * gdb.reverse/i386-precsave.exp: Likewise.
3433 * gdb.reverse/i387-env-reverse.exp: Likewise.
3434 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3435 * gdb.reverse/machinestate-precsave.exp: Likewise.
3436 * gdb.reverse/machinestate.exp: Likewise.
3437 * gdb.reverse/sigall-precsave.exp: Likewise.
3438 * gdb.reverse/solib-precsave.exp: Likewise.
3439 * gdb.reverse/step-precsave.exp: Likewise.
3440 * gdb.reverse/until-precsave.exp: Likewise.
3441 * gdb.reverse/watch-precsave.exp: Likewise.
3442 * gdb.reverse/watch-reverse.exp: Likewise.
3443
b22089ab
YQ
34442014-10-17 Yao Qi <yao@codesourcery.com>
3445
3446 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
3447 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
3448
6c4486e6
PA
34492014-10-17 Pedro Alves <palves@redhat.com>
3450
3451 PR gdb/17471
3452 * gdb.base/bg-execution-repeat.c: New file.
3453 * gdb.base/bg-execution-repeat.exp: New file.
3454
0ff33695
PA
34552014-10-17 Pedro Alves <palves@redhat.com>
3456
3457 PR gdb/17300
3458 * gdb.base/continue-all-already-running.c: New file.
3459 * gdb.base/continue-all-already-running.exp: New file.
3460
6fdebc3d
PA
34612014-10-17 Pedro Alves <palves@redhat.com>
3462
3463 PR gdb/17472
3464 * gdb.base/annota-input-while-running.c: New file.
3465 * gdb.base/annota-input-while-running.exp: New file.
3466
32a8097b
PA
34672014-10-17 Pedro Alves <palves@redhat.com>
3468
3469 * gdb.base/callfuncs.exp: emove references to osf.
3470 * gdb.base/sigall.exp: Likewise.
3471 * gdb.gdb/selftest.exp: Likewise.
3472 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3473 * gdb.mi/non-stop.c: Likewise.
3474 * gdb.mi/pthreads.c: Likewise.
3475 * gdb.reverse/sigall-precsave.exp: Likewise.
3476 * gdb.reverse/sigall-reverse.exp: Likewise.
3477 * gdb.threads/pthreads.c: Likewise.
3478 * gdb.threads/pthreads.exp: Likewise.
3479
7a3517ff
YQ
34802014-10-17 Yao Qi <yao@codesourcery.com>
3481
3482 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
3483 check 'target_info exists noargs'.
3484 (test_command_prompt_position): Likewise.
3485 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
3486 Remove "set args".
3487 (progvar_simple_while_test): Likewise.
3488 (progvar_complex_if_while_test): Likewise.
3489 (if_while_breakpoint_command_test): Likewise.
3490 (infrun_breakpoint_command_test): Likewise.
3491 (breakpoint_command_test): Likewise.
3492 (watchpoint_command_test): Likewise.
3493 (bp_deleted_in_command_test): Likewise.
3494 (temporary_breakpoint_commands): Likewise.
3495
bb99c472
YQ
34962014-10-16 Yao Qi <yao@codesourcery.com>
3497
3498 * gdb.base/remotetimeout.exp: Remove noargs checking.
3499
7c16b83e
PA
35002014-10-15 Pedro Alves <palves@redhat.com>
3501
3502 PR breakpoints/9649
3503 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
3504 * gdb.base/breakpoint-in-ro-region.exp
3505 (probe_target_hardware_step): New procedure.
3506 (top level): Probe hardware stepping and hardware breakpoint
3507 support. Test stepping through a read-only region, with both
3508 "breakpoint auto-hw" on and off and both "always-inserted" on and
3509 off.
3510
35a49624
IB
35112014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
3512
3513 * gdb.dlang/demangle.exp: Update for demangling changes.
3514
2d1c107c
SC
35152014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3516
3517 * gdb.cp/non-trivial-retval.cc: Add new test cases.
3518 * gdb.cp/non-trivial-retval.exp: Add new tests.
3519
778811d5
SC
35202014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3521
3522 PR c++/13403
3523 PR c++/15154
3524 * gdb.cp/non-trivial-retval.cc: New file.
3525 * gdb.cp/non-trivial-retval.exp: New file.
3526
10c5f0a8
YQ
35272014-10-15 Yao Qi <yao@codesourcery.com>
3528
3529 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
3530 remote host.
3531
65d7b369
YQ
35322014-10-15 Yao Qi <yao@codesourcery.com>
3533
3534 * gdb.python/py-symbol.exp: Match file base name if host is
3535 remote, otherwise match file name with dir name.
3536 * gdb.python/py-symtab.exp: Likewise.
3537 * gdb.python/python.exp: Likewise.
3538
46dc1394
YQ
35392014-10-15 Yao Qi <yao@codesourcery.com>
3540
3541 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
3542 pattern.
3543 * gdb.python/py-symtab.exp: Likewise.
3544 * gdb.python/python.exp: Remove trailing ".*". Fix typo
3545 locationn.
3546
c40cc657
JB
35472014-10-14 Joel Brobecker <brobecker@adacore.com>
3548
3549 * gdb.ada/addr_arith: New testcase.
3550
2abf49e1
MR
35512014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
3552
3553 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
3554 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
3555 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
3556 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
3557
f7088df3
SDJ
35582014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
3559
3560 * gdb.arch/stap-eval-lang-ada.S: Likewise.
3561 * gdb.arch/stap-eval-lang-ada.c: Likewise.
3562 * gdb.arch/stap-eval-lang-ada.exp: New file.
3563
4dc06805
YQ
35642014-10-14 Yao Qi <yao@codesourcery.com>
3565
3566 * gdb.mi/mi-var-child.c (nothing1): New function.
3567 (nothing2): New function.
3568 (do_children_tests): Set function pointers by nothing1 and
3569 nothing2.
3570 * gdb.mi/mi-var-child.exp: Step over new added statements.
3571 Update test to match the new output.
3572 * gdb.mi/var-cmd.c (nothing1): New function.
3573 (nothing2): New function.
3574 (do_children_tests): Set function pointers by nothing1 and
3575 nothing2.
3576 * gdb.mi/mi-var-display.exp: Update test to match output.
3577 Step to the line specified by $line_dct_nothing.
3578 Increase the number of lines to step.
3579
46a93de2
YQ
35802014-10-14 Yao Qi <yao@codesourcery.com>
3581
3582 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
3583 tests.
3584 * gdb.mi/mi2-var-child.exp: Likewise.
3585
14ea52ee
DE
35862014-10-13 Doug Evans <dje@google.com>
3587
3588 * gdb.python/py-objfile.exp: Change name of file name test.
3589
e5c6e92b
DE
35902014-10-13 Doug Evans <dje@google.com>
3591
3592 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
3593 from the start of the CU.
3594
c780cc2f
JK
35952014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3596 Yao Qi <yao@codesourcery.com>
3597
3598 Fix "save breakpoints" for "catch" command.
3599 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
3600 Remove -nonewline. Match also the added "main" line.
3601
99894e11
JK
36022014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3603
3604 Fix "save breakpoints" for "disable $bpnum" command.
3605 * gdb.base/save-bp.c (main): Add label.
3606 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
3607
6e1ac5a3
JK
36082014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3609
3610 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
3611
754dd2b0
YQ
36122014-10-11 Yao Qi <yao@codesourcery.com>
3613
3614 * gdb.server/server-kill.exp: Execute command
3615 "set remote trace-status-packet on" before "tstatus".
3616
f90183d7
YQ
36172014-10-11 Yao Qi <yao@codesourcery.com>
3618
3619 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
3620 (main): Call getppid.
3621 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
3622 and continue to it. Read variable "server_pid".
3623
bf40a607
YQ
36242014-10-11 Yao Qi <yao@codesourcery.com>
3625
3626 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
3627
052ca370
YQ
36282014-10-11 Yao Qi <yao@codesourcery.com>
3629
3630 * gdb.threads/thread-find.exp: Don't execute command
3631 "info threads".
3632 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
3633 * gdb.threads/linux-dp.exp: Don't check the condition
3634 $threads_created equals to zero.
3635
3831839c
PA
36362014-10-10 Pedro Alves <palves@redhat.com>
3637
3638 * gdb.base/bigcore.exp: Remove references to IRIX.
3639 * gdb.base/funcargs.exp: Likewise.
3640 * gdb.base/interrupt.exp: Likewise.
3641 * gdb.base/mips_pro.exp: Likewise.
3642 * gdb.base/nodebug.exp: Likewise.
3643 * gdb.base/setvar.exp: Likewise.
3644 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
3645
8b9a549d
PA
36462014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3647 Pedro Alves <palves@redhat.com>
3648
3649 PR symtab/14466
3650 * gdb.base/vdso-warning.c: New file.
3651 * gdb.base/vdso-warning.exp: New file.
3652
d48ba5e8
DE
36532014-10-02 Doug Evans <dje@google.com>
3654
3655 * gdb.base/structs.c (main): Don't run forever.
3656
2278c276
PA
36572014-10-02 Pedro Alves <palves@redhat.com>
3658
3659 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
3660 (top level) <stop threads 1, stop threads 2>: Use it.
3661
b57bacec
PA
36622014-10-02 Pedro Alves <palves@redhat.com>
3663
3664 * gdb.threads/break-while-running.exp (test): Add new
3665 'update_thread_list' argument. Skip "info threads" if false.
3666 (top level): Add new 'update_thread_list' axis.
3667
13fd3ff3
PA
36682014-10-02 Pedro Alves <palves@redhat.com>
3669
3670 PR breakpoints/17431
3671 * gdb.base/execl-update-breakpoints.c: New file.
3672 * gdb.base/execl-update-breakpoints.exp: New file.
3673
0fec99e8
PA
36742014-10-01 Pedro Alves <palves@redhat.com>
3675
3676 * gdb.base/breakpoint-in-ro-region.c: New file.
3677 * gdb.base/breakpoint-in-ro-region.exp: New file.
3678
2ddf4301
SM
36792014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3680
3681 * gdb.mi/mi-exit-code.exp: New file.
3682 * gdb.mi/mi-exit-code.c: New file.
3683
6a5f3f43
YQ
36842014-09-30 Yao Qi <yao@codesourcery.com>
3685
3686 * lib/prelink-support.exp (build_executable_own_libs): Error if
3687 the target isn't native.
3688
345bcc73
YQ
36892014-09-30 Yao Qi <yao@codesourcery.com>
3690
3691 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
3692 false.
3693
a25a5a45
PA
36942014-09-22 Pedro Alves <palves@redhat.com>
3695
3696 * gdb.threads/break-while-running.exp: New file.
3697 * gdb.threads/break-while-running.c: New file.
3698
00ba3162
YQ
36992014-09-19 Yao Qi <yao@codesourcery.com>
3700
3701 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
3702 Invoke test. Restart GDB with --readnow and invoke test again.
3703
c3b7b696
YQ
37042014-09-19 Yao Qi <yao@codesourcery.com>
3705
3706 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
3707 proc set_breakpoint_on_gcd_function. Invoke
3708 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
3709 invoke set_breakpoint_on_gcd_function again.
3710
2b4fd423
DE
37112014-09-18 Doug Evans <dje@google.com>
3712
3713 * gdb.dwarf2/symtab-producer.exp: New file.
3714
a5947601
SDJ
37152014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3716
3717 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
3718 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
3719 * gdb.base/global-var-nested-by-dso.c: Likewise.
3720 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3721
91c19059
SDJ
37222014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3723 Pedro Alves <palves@redhat.com>
3724
3725 * gdb.base/watch-bitfields.exp: Pass string other than test file
3726 name to prepare_for_testing.
3727 (watch): New procedure.
3728 (expect_watchpoint): Use with_test_prefix.
3729 (top level): Factor out tests to ...
3730 (test_watch_location, test_regular_watch): ... these new
3731 procedures, and use with_test_prefix and gdb_continue_to_end.
3732
bb9d5f81
PP
37332014-09-16 Patrick Palka <patrick@parcs.ath.cx>
3734
3735 PR breakpoints/12526
3736 * gdb.base/watch-bitfields.exp: New file.
3737 * gdb.base/watch-bitfields.c: New file.
3738
635856f5
PA
37392014-09-16 Pedro Alves <palves@redhat.com>
3740
3741 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
3742 software and hardware addresses, not software address against
3743 itself.
3744
7280ceea
PA
37452014-09-16 Pedro Alves <palves@redhat.com>
3746
3747 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
3748 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
3749
428b16bd
PA
37502014-09-16 Pedro Alves <palves@redhat.com>
3751
3752 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
3753 files.
3754 * gdb.base/a2-run.exp: Remove all code guarded by istarget
3755 "*-*-vxworks*" throughout.
3756 * gdb.base/break.exp: Likewise.
3757 * gdb.base/default.exp: Likewise.
3758 * gdb.base/scope.exp: Likewise.
3759 * gdb.base/sepdebug.exp: Likewise.
3760 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
3761 throughout.
3762 * gdb.base/run.c: Likewise.
3763 * gdb.base/sepdebug.c: Likewise.
3764 * gdb.hp/gdb.aCC/run.c: Likewise.
3765 * gdb.reverse/until-reverse.c: Likewise.
3766 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
3767
666d413c
YQ
37682014-09-16 Yao Qi <yao@codesourcery.com>
3769
3770 * boards/local-remote-host-native.exp: New file.
3771
57cbd724
DE
37722014-09-14 Doug Evans <xdje42@gmail.com>
3773
3774 * gdb.threads/queue-signal.c (thread_count): New variable.
3775 (thread_count_mutex, thread_count_condvar): New variables.
3776 (incr_thread_count, wait_all_threads_running): New functions.
3777 (main): Wait for all threads to be in their thread functions.
3778
81219e53
DE
37792014-09-13 Doug Evans <xdje42@gmail.com>
3780
3781 * gdb.threads/queue-signal.c: New file.
3782 * gdb.threads/queue-signal.exp: New file.
3783
3714cea7
DE
37842014-09-13 Doug Evans <xdje42@gmail.com>
3785
3786 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
3787 be consistent with what default_gdb_init uses.
3788 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
3789 the plain text of the prompt. Add some logging printfs.
3790 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
3791
fa43b1d7
PA
37922014-09-12 Pedro Alves <palves@redhat.com>
3793
3794 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
3795 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
3796 * gdb.arch/i386-size-overlap.exp: Likewise.
3797 * gdb.arch/i386-size.exp: Likewise.
3798 * gdb.arch/i386-unwind.exp: Likewise.
3799 * gdb.base/a2-run.exp: Likewise.
3800 * gdb.base/break.exp: Likewise.
3801 * gdb.base/charset.exp: Likewise.
3802 * gdb.base/chng-syms.exp: Likewise.
3803 * gdb.base/commands.exp: Likewise.
3804 * gdb.base/dbx.exp: Likewise.
3805 * gdb.base/find.exp: Likewise.
3806 * gdb.base/funcargs.exp: Likewise.
3807 * gdb.base/jit-simple.exp: Likewise.
3808 * gdb.base/reread.exp: Likewise.
3809 * gdb.base/sepdebug.exp: Likewise.
3810 * gdb.base/step-bt.exp: Likewise.
3811 * gdb.cp/mb-inline.exp: Likewise.
3812 * gdb.cp/mb-templates.exp: Likewise.
3813 * gdb.objc/basicclass.exp: Likewise.
3814 * gdb.threads/killed.exp: Likewise.
3815
9d9bf2df
EBM
38162014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3817
3818 PR tdep/17379
3819 * gdb.arch/powerpc-stackless.S: New file.
3820 * gdb.arch/powerpc-stackless.exp: New file.
3821
1cf2f1b0
JK
38222014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3823
3824 * gdb.base/attach.c: Include unistd.h.
3825 (main): Call alarm. Add label postloop.
3826 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3827 gdb_breakpoint, gdb_continue_to_breakpoint.
3828 (test_command_line_attach_run): Kill ${testpid} in one exit path.
3829
98880d46
PA
38302014-09-11 Pedro Alves <palves@redhat.com>
3831
3832 PR gdb/17347
3833 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3834 * gdb.base/attach.exp (test_command_line_attach_run): New
3835 procedure.
3836 (top level): Call it.
3837
4c92ff2c
PA
38382014-09-11 Pedro Alves <palves@redhat.com>
3839
3840 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3841 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3842 (do_command_attach_tests): Use spawn_wait_for_attach.
3843 * gdb.base/solib-overlap.exp: Likewise.
3844 * gdb.multi/multi-attach.exp: Likewise.
3845 * gdb.python/py-prompt.exp: Likewise.
3846 * gdb.python/py-sync-interp.exp: Likewise.
3847 * gdb.server/ext-attach.exp: Likewise.
3848
3adc1a7d
GKB
38492014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
3850
3851 * gdb.fortran/array-element.exp: Remove unexpected "continue"
3852 command in testcase. Simplify testcase.
3853
96334934
JB
38542014-09-10 Joel Brobecker <brobecker@adacore.com>
3855
3856 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
3857
eb479039
JB
38582014-09-10 Joel Brobecker <brobecker@adacore.com>
3859
3860 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
3861
deede10c
JB
38622014-09-10 Joel Brobecker <brobecker@adacore.com>
3863
3864 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
3865
7828a5f5
JB
38662014-09-10 Joel Brobecker <brobecker@adacore.com>
3867
3868 * gdb.dwarf2/dynarr-ptr.c: New file.
3869 * gdb.dwarf2/dynarr-ptr.exp: New file.
3870
33aeebcf
MR
38712014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3872
3873 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
3874 of 30 rather than hardcoding 120 for a slow test case. Take the
3875 `gdb,timeout' target setting into account for this calculation.
3876 Don't extend the timeout for the test cases that don't need it.
3877
7b415901
MR
38782014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3879
3880 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
3881 a factor of 2 for a slow test case. Take the `gdb,timeout'
3882 target setting into account for this calculation.
3883 * gdb.reverse/until-precsave.exp: Increase the timeout by
3884 a factor of 15 and 3 respectively rather than adding 120
3885 for a pair of slow test cases. Take the `gdb,timeout'
3886 target setting into account for this calculation.
3887
4a40f85a
MR
38882014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3889
3890 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
3891 timeout, don't pass one down to gdb_expect.
3892 (gdb_expect): Rework timeout selection.
3893
09635af7
MR
38942014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3895
3896 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
3897 exception on timeout.
3898 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
3899 (gdbserver_start_extended): Catch any `gdbserver_start' error
3900 exceptions.
3901 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
3902 * lib/mi-support.exp (mi_gdb_target_load): Catch any
3903 `gdbserver_gdb_load' error exceptions.
3904
2bdd10b7
MR
39052014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3906
3907 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
3908 120 on waiting for the TCP socket to open.
3909
316935f0
DE
39102014-09-09 Doug Evans <xdje42@gmail.com>
3911
3912 * gdb.base/default.exp (show_conv_list): Add _caller_is,
3913 _caller_matches, _any_caller_is, _any_caller_matches.
3914
83740597
DE
39152014-09-09 Doug Evans <xdje42@gmail.com>
3916
3917 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
3918
4c122fc3
YQ
39192014-09-09 Yao Qi <yao@codesourcery.com>
3920
3921 * gdb.mi/mi-var-display.exp: Set print symbol off.
3922
a9f116cb
GKB
39232014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
3924
3925 PR gdb/17035
3926 * gdb.base/commands.exp: Add tests to verify user-defined
3927 commands with empty bodies.
3928 * gdb.python/py-cmd.exp: Test that we don't show user-defined
3929 python commands in `show user command`.
3930 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
3931 scheme commands in `show user command`.
3932
c75bd3a2
JK
39332014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3934
3935 PR python/17355
3936 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
3937 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
3938 * gdb.python/py-framefilter-invalidarg.exp: New file.
3939 * gdb.python/py-framefilter-invalidarg.py: New file.
3940
faa42425
DE
39412014-09-06 Doug Evans <xdje42@gmail.com>
3942
3943 PR 15276
3944 * gdb.python/py-caller-is.c: New file.
3945 * gdb.python/py-caller-is.exp: New file.
3946
474ca4f6
SDJ
39472014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
3948
3949 PR gdb/17235
3950 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3951 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3952
eb0b0463
SDJ
39532014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
3954
3955 PR fortran/17237
3956 * gdb.fortran/print-formatted.exp: New file.
3957 * gdb.fortran/print-formatted.f90: Likewise.
3958
5f3b99cf
SS
39592014-09-03 Sasha Smundak <asmundak@google.com>
3960
3961 * gdb.python/py-frame.exp: Test Frame.read_register.
3962
7d793aa9
SDJ
39632014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
3964
3965 PR python/16699
3966 * gdb.python/py-completion.exp: New file.
3967 * gdb.python/py-completion.py: Likewise.
3968
fb0576e9
DE
39692014-08-28 Doug Evans <dje@google.com>
3970
3971 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3972 eax,etc. are live with values set by gdb and thus the compiler can't
3973 use them.
3974 * gdb.arch/i386-pseudo.c (main): Ditto.
3975
ee92b0dd
DE
39762014-08-27 Doug Evans <dje@google.com>
3977
3978 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3979
6649db35
DE
39802014-08-25 Doug Evans <dje@google.com>
3981
3982 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3983 (main): Ditto.
3984
564b7600
DE
39852014-08-25 Doug Evans <dje@google.com>
3986
3987 * gdb.threads/thread-execl.exp: #include <stdio.h>.
3988
3881fb67
YQ
39892014-08-24 Yao Qi <yao@codesourcery.com>
3990
3991 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3992 symbol off.
3993 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3994
a05a36a5
DE
39952014-08-22 Doug Evans <dje@google.com>
3996
3997 PR 17276
3998 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3999 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
4000 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
4001
7c343b48
YQ
40022014-08-22 Yao Qi <yao@codesourcery.com>
4003
4004 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
4005 * gdb.python/py-finish-breakpoint2.exp: Likewise.
4006 * gdb.python/python.exp: Likewise. Use .py file on the host
4007 instead of the build.
4008
22fd09ae
JK
40092014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4010
4011 * gdb.threads/gcore-stale-thread.c: New file.
4012 * gdb.threads/gcore-stale-thread.exp: New file.
4013
a8454a7c
PA
40142014-08-21 Pedro Alves <palves@redhat.com>
4015
4016 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
4017 * gdb.base/gcore-relro-pie.exp: Likewise.
4018 * gdb.base/gcore-relro.exp: Likewise.
4019 * gdb.base/gcore.exp: Likewise.
4020 * gdb.base/print-symbol-loading.exp: Likewise.
4021 * gdb.threads/gcore-thread.exp: Likewise.
4022 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
4023
2a31c623
PA
40242014-08-20 Pedro Alves <palves@redhat.com>
4025 Jan Kratochvil <jan.kratochvil@redhat.com>
4026
4027 * Makefile.in (EXTRA_RULES, CC): New variables, get from
4028 configure.
4029 (EXPECT): Handle READ1 being set.
4030 (all): Depend on EXTRA_RULES.
4031 (check-read1, expect-read1, read1.so, read1): New rules.
4032 * README (Testsuite Parameters): Document the READ1 make variable.
4033 (Race detection): New section.
4034 * configure: Regenerate.
4035 * configure.ac: If build==host==target, and running under a
4036 GNU/glibc system, add read1 to the extra Makefile rules.
4037 (EXTRA_RULES): AC_SUBST it.
4038 * lib/read1.c: New file.
4039
d36430db
JB
40402014-08-20 Joel Brobecker <brobecker@adacore.com>
4041
4042 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
4043 the handling of variables declared as a typedef to an array
4044 which a DW_AT_data_location attribute.
4045
9a0dc9e3
PA
40462014-08-19 Andrew Burgess <aburgess@broadcom.com>
4047 Pedro Alves <palves@redhat.com>
4048
4049 PR symtab/14604
4050 PR symtab/14605
4051 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
4052 gdb_test.
4053
0718a8da
PA
40542014-08-19 Pedro Alves <palves@redhat.com>
4055
4056 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
4057
13b448cd
YQ
40582014-08-19 Yao Qi <yao@codesourcery.com>
4059
4060 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
4061 right line.
4062
1cbf5077
DB
40632014-08-18 David Blaikie <dblaikie@gmail.com>
4064
4065 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
4066
bf0fae19
JB
40672014-08-18 Joel Brobecker <brobecker@adacore.com>
4068
4069 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
4070 attribute in array range.
4071
3c8c5dcc
JB
40722014-08-18 Joel Brobecker <brobecker@adacore.com>
4073
4074 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
4075
e66d4446
SC
40762014-08-15 Siva Chandra Reddy <sivachandra@google.com>
4077
4078 PR c++/17132
4079 * gdb.cp/pr17132.cc: New file.
4080 * gdb.cp/pr17132.exp: New file.
4081
940df408
SC
40822014-08-15 Siva Chandra Reddy <sivachandra@google.com>
4083
4084 * gdb.python/py-xmethods.py (A_getarrayind)
4085 (E_method_char_worker.__call__, E_method_int_worker.__call__):
4086 Use 'print' with function call syntax.
4087 (E_method_matcher.match): Fix tab vs space indentation mixup.
4088
ebcc6c3a
YQ
40892014-08-15 Yao Qi <yao@codesourcery.com>
4090
4091 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
4092 false.
4093
775e0f04
YQ
40942014-08-15 Yao Qi <yao@codesourcery.com>
4095
4096 * gdb.cp/casts.exp: Set print symbol off.
4097 * gdb.cp/class2.exp: Likewise.
4098 * gdb.cp/overload.exp: Likewise.
4099 * gdb.cp/templates.exp: Likewise.
4100
d769e349
DE
41012014-08-11 Doug Evans <dje@google.com>
4102
4103 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4104 (test_load_shlib): Update.
4105
20c6f1e1
YQ
41062014-08-09 Yao Qi <yao@codesourcery.com>
4107
4108 * gdb.base/display.exp: Invoke is_address_zero_readable.
4109 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
4110 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
4111 * gdb.base/hbreak-unmapped.exp: Return if
4112 is_address_zero_readable returns true.
4113 * gdb.base/signest.exp: Likewise.
4114 * gdb.base/signull.exp: Likewise.
4115 * gdb.base/sigbpt.exp: Likewise.
4116 * gdb.guile/scm-disasm.exp: Do the test if
4117 is_address_zero_readable returns false.
4118 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
4119 * gdb.python/py-arch.exp: Likewise.
4120 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
4121 * lib/gdb.exp (is_address_zero_readable): New proc.
4122
5792e8e3
YQ
41232014-08-09 Yao Qi <yao@codesourcery.com>
4124
4125 PR testsuite/13443
4126 * gdb.mi/mi-var-display.exp: Make test messages unique.
4127
3cecbbbe
TT
41282014-08-04 Tom Tromey <tromey@redhat.com>
4129
4130 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
4131 target 0".
4132
00b51ff5
TT
41332014-08-04 Tom Tromey <tromey@redhat.com>
4134
4135 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
4136 "target_resume".
4137
6908c509
JB
41382014-08-01 Joel Brobecker <brobecker@adacore.com>
4139
4140 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
4141 inner_vla_struct_object_size.
4142 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
4143 as xfail.
4144
cc6563d2
PA
41452014-07-30 Pedro Alves <palves@redhat.com>
4146
4147 * gdb.threads/signal-command-handle-nopass.exp (test): Add
4148 comment.
4149
7e09a223
YQ
41502014-07-29 Yao Qi <yao@codesourcery.com>
4151
4152 PR gdb/17206
4153 * gdb.base/until-nodebug.exp: New.
4154
7ebdbe92
DE
41552014-07-28 Doug Evans <xdje42@gmail.com>
4156
4157 PR guile/17203
4158 * gdb.guile/scm-parameter.exp: Add tests for trying to create
4159 previously existing parameter, and previously ambiguously spelled
4160 parameter.
4161
fdb1adc6
WN
41622014-07-28 Will Newton <will.newton@linaro.org>
4163
4164 * gdb.base/varargs.exp: Remove KFAILs for ARM.
4165
186fcde0
DE
41662014-07-26 Ludovic Courtès <ludo@gnu.org>
4167 Doug Evans <xdje42@gmail.com>
4168
4169 PR guile/17146
4170 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
4171
70509625
PA
41722014-07-25 Pedro Alves <palves@redhat.com>
4173
4174 * gdb.threads/signal-command-handle-nopass.c: New file.
4175 * gdb.threads/signal-command-handle-nopass.exp: New file.
4176 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
4177 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
4178 * gdb.threads/signal-delivered-right-thread.c: New file.
4179 * gdb.threads/signal-delivered-right-thread.exp: New file.
4180
c3f814a1
PA
41812014-07-25 Pedro Alves <palves@redhat.com>
4182
4183 * gdb.base/double-prompt-target-event-error.exp
4184 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
4185 match.
4186 (cancel_pagination_in_target_event): Rework double prompt
4187 detection.
4188 * gdb.base/paginate-after-ctrl-c-running.exp
4189 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
4190 <return>' match.
4191 * gdb.base/paginate-bg-execution.exp
4192 (test_bg_execution_pagination_return)
4193 (test_bg_execution_pagination_cancel): Remove '-notransfer
4194 <return>' matches.
4195 * gdb.base/paginate-execution-startup.exp
4196 (test_fg_execution_pagination_return)
4197 (test_fg_execution_pagination_cancel): Remove '-notransfer
4198 <return>' matches.
4199 * gdb.base/paginate-inferior-exit.exp
4200 (test_paginate_inferior_exited): Remove '-notransfer <return>'
4201 match.
4202 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
4203 * lib/gdb.exp (pagination_prompt): Run text through
4204 string_to_regexp.
4205 (gdb_test_multiple): Match $pagination_prompt instead of
4206 "<return>".
4207 (string_to_regexp): Move to lib/gdb-utils.exp.
4208
e214cf6c
JK
42092014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4210
4211 * gdb.arch/amd64-entry-value-paramref.S: New file.
4212 * gdb.arch/amd64-entry-value-paramref.cc: New file.
4213 * gdb.arch/amd64-entry-value-paramref.exp: New file.
4214 * gdb.arch/amd64-optimout-repeat.S: New file.
4215 * gdb.arch/amd64-optimout-repeat.c: New file.
4216 * gdb.arch/amd64-optimout-repeat.exp: New file.
4217
17d0c5c8
JK
42182014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4219
4220 PR gdb/17170
4221 * gdb.base/statistics.exp: New file.
4222
b8b8facf
DE
42232014-07-17 Doug Evans <dje@google.com>
4224
74b49205 4225 PR gdb/17170
b8b8facf
DE
4226 * gdb.base/maint.exp: Update testing of per-command stats.
4227
1b5d0ab3
PA
42282014-07-16 Pedro Alves <palves@redhat.com>
4229
4230 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
4231 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
4232 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
4233 (tfile_write_buf): New functions.
4234 (add_memory_block): Rewrite using the above.
4235 (adjust_function_address): New function.
4236 (FUNCTION_ADDRESS): New macro.
4237 (write_basic_trace_file): Remove short_x local, and use
4238 tfile_write_16. Change type of func_addr local to unsigned long
4239 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
4240 here. Cast argument of add_memory_block to char pointer.
4241 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
4242 (main): Remove parameters.
4243 * gdb.trace/tfile.exp: Remove nowarnings.
4244
4d974e88
SM
42452014-07-15 Simon Marchi <simon.marchi@ericsson.com>
4246
4247 * gdb.base/debug-expr.exp: Test string evaluation with
4248 "debug expression" on.
4249
41e99568
PA
42502014-07-15 Pedro Alves <palves@redhat.com>
4251
4252 * gdb.base/reread.exp: Use clean_restart.
4253
487d9753
PL
42542014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
4255
4256 * gdb.arch/avr-flash-qualifer.c: New.
4257 * gdb.arch/avr-flash-qualifer.exp: New.
4258
cc1c52ad
PA
42592014-07-14 Pedro Alves <palves@redhat.com>
4260
4261 * gdb.base/paginate-after-ctrl-c-running.c: New file.
4262 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
4263
1e973570
PA
42642014-07-14 Pedro Alves <palves@redhat.com>
4265
4266 * gdb.base/double-prompt-target-event-error.c: New file.
4267 * gdb.base/double-prompt-target-event-error.exp: New file.
4268
93d6eb10
PA
42692014-07-14 Pedro Alves <palves@redhat.com>
4270
4271 PR gdb/17072
4272 * gdb.base/paginate-inferior-exit.c: New file.
4273 * gdb.base/paginate-inferior-exit.exp: New file.
4274
0017922d
PA
42752014-07-14 Pedro Alves <palves@redhat.com>
4276
4277 PR gdb/17072
4278 * gdb.base/paginate-bg-execution.c: New file.
4279 * gdb.base/paginate-bg-execution.exp: New file.
4280
94696ad3
PA
42812014-07-14 Pedro Alves <palves@redhat.com>
4282
4283 PR gdb/17072
4284 * gdb.base/paginate-execution-startup.c: New file.
4285 * gdb.base/paginate-execution-startup.exp: New file.
4286 * lib/gdb.exp (pagination_prompt): New global.
4287 (default_gdb_spawn): New procedure, factored out from
4288 default_gdb_spawn.
4289 (default_gdb_start): Adjust to call default_gdb_spawn.
4290 (gdb_spawn): New procedure.
4291
bd293940
PA
42922014-07-14 Pedro Alves <palves@redhat.com>
4293
4294 * lib/gdb.exp (gdb_assert): New procedure.
4295 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
4296
c933f875
PA
42972014-07-14 Pedro Alves <palves@redhat.com>
4298
4299 * gdb.base/execution-termios.c: New file.
4300 * gdb.base/execution-termios.exp: New file.
4301
d98b7a16
TT
43022014-07-14 Tom Tromey <tromey@redhat.com>
4303
4304 * gdb.cp/vla-cxx.cc: New file.
4305 * gdb.cp/vla-cxx.exp: New file.
4306
548740d6
TT
43072014-07-14 Tom Tromey <tromey@redhat.com>
4308
4309 * gdb.reverse/rerun-prec.c: New file.
4310 * gdb.reverse/rerun-prec.exp: New file.
4311
a25eb028
MR
43122014-07-12 Maciej W. Rozycki <macro@mips.com>
4313 Maciej W. Rozycki <macro@codesourcery.com>
4314
4315 * lib/gdb-utils.exp: New file.
4316 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
4317 inline `gdb_init_command' processing.
4318 (gdb_start_cmd): Likewise.
4319 * lib/mi-support.exp (mi_run_cmd): Likewise.
4320 * README: Document `gdb_init_command' and `gdb_init_commands'.
4321
218c2655
JK
43222014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4323
4324 Fix false FAIL running under a very long directory name.
4325 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
4326 and "set print elements 10000". Twice.
4327
5401fde3
YQ
43282014-07-11 Yao Qi <yao@codesourcery.com>
4329
4330 * gdb.base/exprs.exp: "set print symbol off".
4331
e76126e8
PA
43322014-07-11 Pedro Alves <palves@redhat.com>
4333
4334 * gdb.threads/kill.c: New file.
4335 * gdb.threads/kill.exp: New file.
4336
2d6f0de6
YQ
43372014-07-10 Yao Qi <yao@codesourcery.com>
4338
4339 * gdb.trace/tfile.c (write_basic_trace_file)
4340 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
4341 address written to trace file.
4342
7180e04a
PA
43432014-07-09 Pedro Alves <palves@redhat.com>
4344
4345 * gdb.base/attach-wait-input.exp: New file.
4346 * gdb.base/attach-wait-input.c: New file.
4347
9a9a7608
AB
43482014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4349
4350 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
4351 setting up test structures.
4352 (main): Call new test function.
4353 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
4354 test function, continue into test function and walk test
4355 structures.
4356
161ac41e
YQ
43572014-07-02 Yao Qi <yao@codesourcery.com>
4358
4359 * gdb.trace/entry-values.c: Define labels 'foo_start' and
4360 'bar_start' at the beginning of functions 'foo' and 'bar'
4361 respectively.
4362 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
4363 instead of 'foo' and 'bar'.
4364
1f267ae3
MM
43652014-07-08 Markus Metzger <markus.t.metzger@intel.com>
4366
4367 * gdb.btrace/segv.exp: New.
4368 * gdb.btrace/segv.c: New.
4369
2b239efb
LM
43702014-07-02 Luis Machado <lgustavo@codesourcery.com>
4371
4372 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
4373 instruction.
4374
cf363f18
MW
43752014-06-30 Mark Wielaard <mjw@redhat.com>
4376
4377 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
4378 vulture, vilify, villar): New volatile array constants.
4379 (vindictive, vegetation): New const volatile array constants.
4380 * gdb.base/volatile.exp: Test volatile and const volatile array
4381 types.
4382
aebf9d24
AA
43832014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4384
4385 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
4386 target lacks support for awatch, rwatch, or hbreak.
4387
b67a2c6f
YQ
43882014-06-27 Yao Qi <yao@codesourcery.com>
4389
4390 * gdb.multi/dummy-frame-restore.exp: New.
4391 * gdb.multi/dummy-frame-restore.c: New.
4392
aef92902
MM
43932014-06-25 Markus Metzger <markus.t.metzger@intel.com>
4394
4395 * gdb.btrace/gcore.exp: New.
4396
8e9db26e
PA
43972014-06-23 Pedro Alves <palves@redhat.com>
4398
4399 * gdb.base/watchpoint-reuse-slot.c: New file.
4400 * gdb.base/watchpoint-reuse-slot.exp: New file.
4401
70afc5b7
SC
44022014-06-23 Siva Chandra Reddy <sivachandra@google.com>
4403
4404 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
4405 progspace's filename in 'info', 'enable' and 'disable' command
4406 tests.
4407
b972bd9c
JK
44082014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4409
4410 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
4411 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4412 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
4413
125f8a3d
GB
44142014-06-20 Gary Benson <gbenson@redhat.com>
4415
4416 * gdb.arch/i386-avx.exp: Fix include file location.
4417 * gdb.arch/i386-sse.exp: Likewise.
4418
3ed9baed
IB
44192014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
4420
4421 * gdb.dlang/expression.exp: New file.
4422
034f788c
PA
44232014-06-19 Pedro Alves <palves@redhat.com>
4424
4425 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
4426 out from ...
4427 (top level): ... here. Iterate running tests under different
4428 scheduler-locking settings.
4429
45371d0c
LM
44302014-06-18 Luis Machado <lgustavo@codesourcery.com>
4431
4432 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
4433 to DW_FORM_addr and use non-zero addresses.
4434
5d376983
SC
44352014-06-18 Siva Chandra Reddy <sivachandra@google.com>
4436
4437 PR gdb/17017
4438 * gdb.python/py-xmethods.cc: Add global function call counters and
4439 increment them in their respective functions. Remove "cout"
4440 statements.
4441 * gdb.python/py-xmethods.exp: Make tests check the global function
4442 call counters instead of depending on inferior IO.
4443
a1aa2221
LM
44442014-06-18 Don Breazeal <donb@codesourcery.com>
4445
4446 * gdb.base/foll-fork.exp (default_fork_parent_follow):
4447 Deleted procedure.
4448 (explicit_fork_parent_follow): Deleted procedure.
4449 (explicit_fork_child_follow): Deleted procedure.
4450 (test_follow_fork): New procedure.
4451 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 4452 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
4453 procedure calls.
4454
0fc05997
YQ
44552014-06-17 Yao Qi <yao@codesourcery.com>
4456
4457 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
4458 CP1252.
4459
70795c52
LM
44602014-06-17 Luis Machado <lgustavo@codesourcery.com>
4461
4462 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
4463 Initialize ptr and S explicitly.
4464 (skip_type_update_when_not_use_rtti_test): Likewise.
4465
6be47f0c
KS
44662014-06-16 Keith Seitz <keiths@redhat.com>
4467
4468 PR mi/15863
4469 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
4470 the inferior is started.
4471
d03de421
PA
44722014-06-16 Pedro Alves <palves@redhat.com>
4473
4474 * gdb.base/break-main-file-remove-fail.c: New file.
4475 * gdb.base/break-main-file-remove-fail.exp: New file.
4476 * gdb.base/break-unload-file.exp: Use build_executable instead of
4477 prepare_for_testing.
4478 (test_break): New parameter "initial_load". Handle it.
4479 (top level): Add initial_load cmdline/file axis.
4480
f9579b99
TT
44812014-06-12 Tom Tromey <tromey@redhat.com>
4482
4483 * gdb.base/completion.exp: Don't use directory name in test.
4484
3657956b
GB
44852014-06-09 Gary Benson <gbenson@redhat.com>
4486
4487 * gdb.base/sigall.c [Functions to send signals]: Reorder to
4488 separate the always-available ANSI-standard signals from the
4489 signals that require checking.
4490 (main): Likewise.
4491 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
4492 Likewise.
4493 (main): Likewise.
4494
4186eb54
KS
44952014-06-07 Keith Seitz <keiths@redhat.com>
4496
4497 Revert:
4498 PR c++/16253
4499 * gdb.cp/var-tag.cc: New file.
4500 * gdb.cp/var-tag.exp: New file.
4501 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4502 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4503 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4504 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4505
25326a28 45062014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
4507
4508 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
4509
829155c9
PA
45102014-06-06 Pedro Alves <palves@redhat.com>
4511
4512 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
4513 in target debug output instead of looking at RSP packets,
4514 disabling the test on any target that uses hardware stepping.
4515 Update comments.
4516
61c8d22e
PA
45172014-06-06 Pedro Alves <palves@redhat.com>
4518
4519 * gdb.base/break-unload-file.exp: Fix typo.
4520
d9a47287
YQ
45212014-06-06 Yao Qi <yao@codesourcery.com>
4522
4523 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
4524 from "jit_function" to "^jit_function".
4525
e5e01dbf
YQ
45262014-06-06 Yao Qi <yao@codesourcery.com>
4527
4528 * gdb.base/async.c (foo): Add one statement.
4529 * gdb.base/async.exp: Get the next instruction address and
4530 match the output of "nexti" by instruction address. Match
4531 the hex address in the output of "finish".
4532
73ba372c
GB
45332014-06-06 Gary Benson <gbenson@redhat.com>
4534
4535 * gdb.base/call-signals.c: Remove preprocessor conditionals
4536 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
4537 SIGSEGV and SIGTERM.
4538 * gdb.base/sigall.c: Likewise.
4539 * gdb.base/unwindonsignal.c: Likewise.
4540 * gdb.reverse/sigall-reverse.c: Likewise.
4541
831517df
YQ
45422014-06-06 Yao Qi <yao@codesourcery.com>
4543
4544 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
4545 readable, skip the test.
4546
b8b91e98
YQ
45472014-06-06 Yao Qi <yao@codesourcery.com>
4548
4549 * gdb.threads/staticthreads.c (thread_function): Move the line
4550 setting breakpoint on forward.
4551 * gdb.threads/staticthreads.exp: Update comments.
4552
fb934770
LC
45532014-06-05 Ludovic Courtès <ludo@gnu.org>
4554
4555 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
4556 "history-append! type error".
4557
6ef284bd
SM
45582014-06-05 Simon Marchi <simon.marchi@ericsson.com>
4559
4560 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
4561 erroneous dprintf expected input.
4562
a872e241
DE
45632014-06-04 Doug Evans <xdje42@gmail.com>
4564
4565 * gdb.guile/scm-generics.exp: Delete.
4566
16f691fb
DE
45672014-06-04 Doug Evans <xdje42@gmail.com>
4568
4569 * gdb.guile/scm-breakpoint.exp: Update.
4570 Add tests for breakpoint registration.
4571
012370f6
TT
45722014-06-04 Tom Tromey <tromey@redhat.com>
4573
4574 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
4575 VLA-in-union.
4576 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
4577 inner_vla_struct, vla_union types. Initialize objects of those
4578 types and compute their sizes.
4579
9f5a4cef
HZ
45802014-06-04 Nathan Sidwell <nathan@codesourcery.com>
4581 Hui Zhu <hui@codesourcery.com>
4582
4583 * gdb.base/fileio.exp: Add test for shell not available as well as
4584 available.
4585 * gdb.base/fileio.c (test_system): Check for shell twice.
4586
90a45c4d
YQ
45872014-06-04 Yao Qi <yao@codesourcery.com>
4588
4589 * gdb.base/auto-connect-native-target.exp: Remove redundant
4590 space from the regexp pattern.
4591
70017e41
YQ
45922014-06-04 Yao Qi <yao@codesourcery.com>
4593
4594 * gdb.base/default.exp: Replace "child" with "native" in
4595 regexp pattern.
4596
883964a7
SC
45972014-06-03 Siva Chandra Reddy <sivachandra@google.com>
4598
4599 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
4600 * gdb.python/py-xmethods.exp: New tests to test xmethods.
4601 * gdb.python/py-xmethods.py: Python script supporting the
4602 new testcase and tests.
4603
ef370185
JB
46042014-06-03 Joel Brobecker <brobecker@adacore.com>
4605 Pedro Alves <palves@redhat.com>
4606
4607 PR breakpoints/17000
4608 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
4609 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
4610
1e2ccb61
BM
46112014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
4612
4613 * gdb.base/subst.exp: Add tests to verify partial path matching
4614 output.
4615
c6ec5ab2
PA
46162014-06-03 Pedro Alves <palves@redhat.com>
4617
4618 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
4619 target that doesn't use software single-stepping.
4620
835c559f
PA
46212014-06-03 Pedro Alves <palves@redhat.com>
4622
4623 PR breakpoints/17000
4624 * gdb.base/sss-bp-on-user-bp-2.c: New file.
4625 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
4626
06eb1586
DE
46272014-06-02 Doug Evans <xdje42@gmail.com>
4628
4629 * gdb.guile/scm-parameter.exp: New file.
4630
e698b8c4
DE
46312014-06-02 Doug Evans <xdje42@gmail.com>
4632
4633 * gdb.guile/scm-cmd.c: New file.
4634 * gdb.guile/scm-cmd.exp: New file.
4635
ded03782
DE
46362014-06-02 Doug Evans <xdje42@gmail.com>
4637
4638 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
4639 pretty-printer lookup.
4640 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
4641 (make-pp_s-printer): Call it.
4642 (make-pretty-printer-from-dict): New function.
4643 (lookup-pretty-printer-maker-from-dict): New function.
4644 (*pretty-printer*): Simplify.
4645 (make-objfile-pp_s-printer): New function.
4646 (install-objfile-pretty-printers!): New function.
4647 (make-progspace-pp_s-printer): New function.
4648 (install-progspace-pretty-printers!): New function.
4649 * gdb.guile/scm-progspace.c: New file.
4650 * gdb.guile/scm-progspace.exp: New file.
4651
41fac0cf
PA
46522014-06-02 Pedro Alves <palves@redhat.com>
4653
4654 * gdb.base/dprintf-bp-same-addr.c: New file.
4655 * gdb.base/dprintf-bp-same-addr.exp: New file.
4656
96ae5695
EBM
46572014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4658
4659 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
4660 * gdb.arch/powerpc-power.s: Likewise.
4661
da02b3a8
JB
46622014-06-02 Joel Brobecker <brobecker@adacore.com>
4663
4664 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
4665
c72b2e7b
YQ
46662014-06-01 Yao Qi <yao@codesourcery.com>
4667
4668 * gdb.base/watchpoint.exp (test_watch_location): Check null
4669 pointer can be dereferenced. If not, do the test, otherwise
4670 skip it.
4671
53e8a631
AB
46722014-05-30 Andrew Burgess <aburgess@broadcom.com>
4673
4674 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
4675 results.
4676 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
4677
938f0e2f
AB
46782014-05-30 Andrew Burgess <aburgess@broadcom.com>
4679
4680 * gdb.arch/amd64-invalid-stack-middle.S: New file.
4681 * gdb.arch/amd64-invalid-stack-middle.c: New file.
4682 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
4683 * gdb.arch/amd64-invalid-stack-top.c: New file.
4684 * gdb.arch/amd64-invalid-stack-top.exp: New file.
4685
9ba6657a
PA
46862014-05-30 Pedro Alves <palves@redhat.com>
4687
4688 PR breakpoints/17000
4689 * gdb.base/sss-bp-on-user-bp.c: New file.
4690 * gdb.base/sss-bp-on-user-bp.exp: New file.
4691
522c09bf
DB
46922014-05-30 David Blaikie <dblaikie@gmail.com>
4693
4694 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
4695 gnu_inline semantics via attribute.
4696 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
4697 source explicitly specifies the required semantics.
4698
bf4ef81e
MR
46992014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4700
4701 * gdb.reverse/sigall-reverse.exp: Fix a typo.
4702
329ea579
PA
47032014-05-29 Pedro Alves <palves@redhat.com>
4704 Tom Tromey <tromey@redhat.com>
4705
4706 * gdb.base/async-shell.exp: Don't enable target-async.
4707 * gdb.base/async.exp
4708 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
4709 parameter. Adjust.
4710 (top level): Don't test with "target-async".
4711 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
4712 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
4713 * gdb.base/inferior-died.exp: Don't enable target-async.
4714 * gdb.base/interrupt-noterm.exp: Likewise.
4715 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
4716 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4717 * gdb.mi/mi-nonstop.exp: Likewise.
4718 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4719 * gdb.mi/mi-nsintrall.exp: Likewise.
4720 * gdb.mi/mi-nsmoribund.exp: Likewise.
4721 * gdb.mi/mi-nsthrexec.exp: Likewise.
4722 * gdb.mi/mi-watch-nonstop.exp: Likewise.
4723 * gdb.multi/watchpoint-multi.exp: Adjust comment.
4724 * gdb.python/py-evsignal.exp: Don't enable target-async.
4725 * gdb.python/py-evthreads.exp: Likewise.
4726 * gdb.python/py-prompt.exp: Likewise.
4727 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
4728 * gdb.server/solib-list.exp: Don't enable target-async.
4729 * gdb.threads/thread-specific-bp.exp: Likewise.
4730 * lib/mi-support.exp: Adjust to use mi-async.
4731
fd664c91
PA
47322014-05-29 Pedro Alves <palves@redhat.com>
4733
4734 PR gdb/13860
4735 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
4736 reason, even in sync mode.
4737
251bde03
PA
47382014-05-29 Pedro Alves <palves@redhat.com>
4739 Hui Zhu <hui@codesourcery.com>
4740
4741 PR PR15693
4742 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
4743 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
4744 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
4745 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
4746
7f3c0343
JB
47472014-05-28 Joel Brobecker <brobecker@adacore.com>
4748
4749 * config/monitor.exp (gdb_target_monitor): Replace use of
4750 "set remotebaud" by "set serial baud".
4751
b2715b27
AW
47522014-05-26 Andy Wingo <wingo@igalia.com>
4753
4754 * gdb.guile/scm-breakpoint.exp:
4755 * gdb.guile/scm-gsmob.exp: Update to use plain old object
4756 properties instead of gdb-object-properties.
4757
498a4489
YQ
47582014-05-26 Yao Qi <yao@codesourcery.com>
4759
4760 * gdb.server/no-thread-db.exp: Specify source file name
4761 explicitly when setting a breakpoint.
4762
589fdceb
MM
47632014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4764
4765 * gdb.btrace/vdso.c: New.
4766 * gdb.btrace/vdso.exp: New.
4767
e9089e05
MM
47682014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4769
4770 * gdb.base/gcore.exp (capture_command_output): Move ...
4771 * lib/gdb.exp (capture_command_output): ... here.
4772
67b5c0c1
MM
47732014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4774
4775 * gdb.btrace/data.exp: Test memory access during btrace replay.
4776
a2199296
SM
47772014-05-22 Simon Marchi <simon.marchi@ericsson.com>
4778
4779 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
4780
17b2616c
PA
47812014-05-21 Pedro Alves <palves@redhat.com>
4782
4783 PR gdb/13860
4784 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
4785 (top level): Test that output related to execution commands is
4786 sent to the console with CLI commands, but not with MI commands.
4787 Test that breakpoint events are always mirrored to the console.
4788 Also expect the new source line to be output after a "next" in
4789 async mode too. Make it a pass/fail test.
4790 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
4791 output.
4792 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
4793
5166082f
PA
47942014-05-21 Pedro Alves <palves@redhat.com>
4795
4796 * gdb.base/list.exp (build_pattern, test_list): New procedures.
4797 Use them to test variations of "list" after reaching a breakpoint.
4798 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
4799 Test "list" with listsize 10 after reaching a breakpoint.
4800 * gdb.python/python.exp (decode_line current location line
4801 number): Adjust expected line number.
4802
2f25d70f
SM
48032014-05-21 Simon Marchi <simon.marchi@ericsson.com>
4804
4805 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4806 behavior for $args, pass it directly to "run".
4807
ff604a67
MR
48082014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4809
4810 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
4811 30000 to 65536.
4812
6a3cb8e8
PA
48132014-05-21 Pedro Alves <palves@redhat.com>
4814
4815 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4816 auto-connect-native-target off".
4817 * gdb.base/auto-connect-native-target.c: New file.
4818 * gdb.base/auto-connect-native-target.exp: New file.
4819
4ebfc96e
PA
48202014-05-21 Pedro Alves <palves@redhat.com>
4821
4822 * gdb.base/default.exp: Test "target native" instead of "target
4823 child".
4824
36d46afb
MW
48252014-05-21 Mark Wielaard <mjw@redhat.com>
4826
4827 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4828
5876f503
JK
48292014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4830
4831 Fix TLS access for -static -pthread.
4832 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4833 <HAVE_TLS> (thread_function, main): Initialize it.
4834 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4835 Add clean_restart.
4836 <$have_tls != "">: Check TLSVAR.
4837
0256a6ac
PA
48382014-05-21 Pedro Alves <palves@redhat.com>
4839
4840 * gdb.base/dcache-line-read-error.c: New.
4841 * gdb.base/dcache-line-read-error.exp: New.
4842
936d2992
PA
48432014-05-20 Pedro Alves <palves@redhat.com>
4844
4845 * gdb.base/compare-sections.c: New file.
4846 * gdb.base/compare-sections.exp: New file.
4847
802e8e6d
PA
48482014-05-20 Pedro Alves <palves@redhat.com>
4849
4850 * gdb.base/break-idempotent.c: New file.
4851 * gdb.base/break-idempotent.exp: New file.
4852
e59fa00f
MM
48532014-05-20 Markus Metzger <markus.t.metzger@intel.com>
4854
4855 * gdb.btrace/nohist.exp: New.
4856
8b696e31
YQ
48572014-05-20 Yao Qi <yao@codesourcery.com>
4858
4859 * lib/gdb.exp (gdb_init): Set timeout if test file is under
4860 gdb.reverse directory and gdb_reverse_timeout exists in board
4861 setting.
4862 * README: Document gdb_reverse_timeout.
4863
73c9764f
YQ
48642014-05-20 Yao Qi <yao@codesourcery.com>
4865
4866 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
4867 'test_file_name'. Treat args as a string instead of a list.
4868 (gdb_init): Rename argument 'args' by 'test_file_name'.
4869
f1f4348a
JK
48702014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4871
4872 * gdb.arch/powerpc-power.exp: New file.
4873 * gdb.arch/powerpc-power.s: New file.
4874
0dbe70ce
DE
48752014-05-16 Doug Evans <dje@google.com>
4876
4877 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
4878 * gdb.base/completion.exp: Check that all expected files exist
4879 before doing file completion.
0dbe70ce 4880
8d551b02
DE
48812014-05-16 Doug Evans <dje@google.com>
4882
4883 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
4884 Update.
4885 (do_syscall_tests_without_xml): Update.
4886
73eb7709
PA
48872014-05-16 Pedro Alves <palves@redhat.com>
4888
4889 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
4890 instead of "unknown output after running".
4891
3fae92fc
YQ
48922014-05-16 Yao Qi <yao@codesourcery.com>
4893
4894 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
4895 file1.txt from host at the end.
4896 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4897
c2b2ccc5
DE
48982014-05-15 Doug Evans <dje@google.com>
4899
4900 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
4901 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
4902 loading file. Add test for TU lookup.
4903
8c217a4b
SM
49042014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4905
4906 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
4907 calling "-exec-arguments" or "set args" before running the
4908 inferior.
4909
3deb39c6
SM
49102014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4911
4912 * lib/mi-support.exp (mi_expect_stop): Expect message for
4913 inferiors that exit with non-zero exit code.
4914
71a79f8c
YQ
49152014-05-14 Yao Qi <yao@codesourcery.com>
4916
4917 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
4918 match absolute path on remote host.
4919 (test_file_list_exec_source_files): Remove "/" from the
4920 pattern.
4921
f23fcd46
YQ
49222014-05-14 Yao Qi <yao@codesourcery.com>
4923
4924 * boards/local-remote-host-notty.exp (${board}_file): New
4925 proc.
4926
9404b58f
KM
49272014-05-07 Kyle McMartin <kyle@redhat.com>
4928
4929 Pushed by Joel Brobecker <brobecker@adacore.com>.
4930 * gdb.arch/aarch64-atomic-inst.c: New file.
4931 * gdb.arch/aarch64-atomic-inst.exp: New file.
4932
5e45f04c
YQ
49332014-05-07 Yao Qi <yao@codesourcery.com>
4934
4935 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
4936 in current context" too.
4937
c888a17d
KS
49382014-05-05 Keith Seitz <keiths@redhat.com>
4939
4940 * gdb.linespec/ls-dollar.exp: Add test for linespec
4941 file:convenience_variable.
4942
290a839c
YQ
49432014-05-05 Yao Qi <yao@codesourcery.com>
4944
4945 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
4946 traceframes into tfile and ctf trace files. Read data from
4947 trace file and test collected data.
4948 (gdb_collect_locals_test): Likewise.
4949 (gdb_unavailable_registers_test): Likewise.
4950 (gdb_unavailable_floats): Likewise.
4951 (gdb_collect_globals_test): Likewise.
4952 (top-level): Append "ctf" to trace_file_targets if GDB
4953 supports.
4954
b5262cd0
YQ
49552014-05-05 Yao Qi <yao@codesourcery.com>
4956
4957 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4958 code to ...
4959 (gdb_collect_args_test_1): ... it. New proc.
4960 (gdb_collect_locals_test): Move some code to ...
4961 (gdb_collect_locals_test_1): ... it. New proc.
4962 (gdb_unavailable_registers_test): Move some code to ...
4963 (gdb_unavailable_registers_test_1): ... it. New proc.
4964 (gdb_unavailable_floats): Move some code to ...
4965 (gdb_unavailable_floats_1): ... it. New proc.
4966
30a1e6cc
SDJ
49672014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4968
4969 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4970 probes to test for bitness recognition.
4971 * gdb.arch/amd64-stap-optional-prefix.exp
4972 (test_probe_value_without_reg): New procedure.
4973 Add code to test for different kinds of bitness.
4974
f33da99a
SDJ
49752014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4976
4977 PR breakpoints/16889
4978 * gdb.arch/amd64-stap-optional-prefix.S: New file.
4979 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4980
5b80f00d
PA
49812014-05-01 Pedro Alves <palves@redhat.com>
4982
4983 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
4984 gdb_file_cmd if no file is specified.
4985 * boards/native-extended-gdbserver.exp (gdb_load): Use the
4986 last_loaded_file to set the remote exec-file.
4987
f8c2a73c
PA
49882014-05-01 Pedro Alves <palves@redhat.com>
4989
4990 * boards/local-remote-host.exp: New file.
4991
be6e8ac7
PA
49922014-05-01 Pedro Alves <palves@redhat.com>
4993
4994 * boards/local-remote-host.exp: Rename to ...
4995 * boards/local-remote-host-notty.exp: ... this.
4996
cac0dc8f
JB
49972014-04-28 Joel Brobecker <brobecker@adacore.com>
4998
4999 * gdb.ada/dyn_arrayidx: New testcase.
5000
9730e6cc
YQ
50012014-04-26 Yao Qi <yao@codesourcery.com>
5002
5003 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
5004 and compute the length of function main. Save it in
5005 $main_length.
5006 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
5007 (top-level): Use gdb_compile to compile objects into
5008 executable and restart GDB. Remove invocation to
5009 prepare_for_testing.
5010
7ae1a6a6
PA
50112014-04-25 Simon Marchi <simon.marchi@ericsson.com>
5012 Pedro Alves <palves@redhat.com>
5013
5014 PR server/16255
5015 * gdb.multi/multi-attach.c: New file.
5016 * gdb.multi/multi-attach.exp: New file.
5017
4082afcc
PA
50182014-04-25 Pedro Alves <palves@redhat.com>
5019
5020 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
5021 user.
5022 (top level): Test that "set remote conditional-breakpoints-packet
5023 off" works as intended.
5024 * gdb.base/dprintf.exp: Test that "set remote
5025 breakpoint-commands-packet off" works as intended.
5026 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
5027 New function.
5028 (top level): Call it.
5029 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
5030 remote fast-tracepoints-packet off" works as intended.
5031 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
5032 * lib/gdb.exp (gdb_is_target_remote): ... here.
5033
2abc3f8d
DB
50342014-04-24 David Blaikie <dblaikie@gmail.com>
5035
5036 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
5037 ensure clang would not discard them.
5038 * gdb.base/gdbvars.c: Ditto.
5039 * gdb.base/memattr.c: Ditto.
5040 * gdb.base/whatis.c: Ditto.
5041 * gdb.python/py-prettyprint.c: Ditto.
5042 * gdb.trace/actions.c: Ditto.
5043 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
5044 ensure clang would not discard it.
5045
bfd39632
DB
50462014-04-24 David Blaikie <dblaikie@gmail.com>
5047
5048 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
5049 clang to emit the full definition of type required by the test
5050 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
5051
22842ff6
DB
50522014-04-24 David Blaikie <dblaikie@gmail.com>
5053
5054 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
5055 coax Clang into emitting the definition of the type.
5056 * gdb.cp/pr10728-x.h (y): Ditto.
5057 * gdb.cp/pr10728-y.cc (y): Ditto.
5058
c2e827ad
DB
50592014-04-24 David Blaikie <dblaikie@gmail.com>
5060
5061 * gdb.base/label.exp: XFAIL label related tests under Clang.
5062 * gdb.cp/cplabel.exp: Ditto.
5063 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
5064 under Clang those using labels.
5065
4c2d33e7
YQ
50662014-04-25 Yao Qi <yao@codesourcery.com>
5067
5068 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
5069 double_label.
5070 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
5071 partial_label and double_label.
5072
56083b99
DB
50732014-04-24 David Blaikie <dblaikie@gmail.com>
5074
5075 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
5076
25d4e99d
DB
50772014-04-24 David Blaikie <dblaikie@gmail.com>
5078
5079 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
5080 of the function to work across GCC and Clang.
5081 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
5082 pointer types (const void ** const V void **).
5083
01f9f808
MS
50842014-04-24 Michael Sturm <michael.sturm@mintel.com>
5085 Walfred Tedeschi <walfred.tedeschi@intel.com>
5086
5087 * Makefile.in (EXECUTABLES): Added i386-avx512.
5088 * gdb.arch/i386-avx512.c: New file.
5089 * gdb.arch/i386-avx512.exp: Likewise.
5090
4b48d439
KS
50912014-04-23 Keith Seitz <keiths@redhat.com>
5092
5093 * lib/mi-support.exp (mi_list_breakpoints): Delete.
5094 (mi_make_breakpoint_table): New procedure.
5095 (mi_create_breakpoint): Use mi_make_breakpoint
5096 and return the result.
5097 (mi_make_breakpoint): New procedure.
5098 (mi_build_kv_pairs): New procedure.
5099
5100 * gdb.mi/mi-break.exp: Remove unused globals,
5101 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
5102 All callers updated.
5103 * gdb.mi/mi-dprintf.exp: Use variable to track command
5104 number.
5105 Update all callers of mi_create_breakpoint and use
5106 mi_make_breakpoint_table.
5107 Remove any unused global variables.
5108 * gdb.mi/mi-nonstop.exp: Likewise.
5109 * gdb.mi/mi-nsintrall.exp: Likewise.
5110 * gdb.mi/mi-nsmoribund.exp: Likewise.
5111 * gdb.mi/mi-nsthrexec.exp: Likewise.
5112 * gdb.mi/mi-reverse.exp: Likewise.
5113 * gdb.mi/mi-simplerun.exp: Likewise.
5114 * gdb.mi/mi-stepn.exp: Likewise.
5115 * gdb.mi/mi-syn-frame.exp: Likewise.
5116 * gdb.mi/mi-until.exp: Likewise.
5117 * gdb.mi/mi-var-cp.exp: Likewise.
5118 * gdb.mi/mi-var-display.exp: Likewise.
5119 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
5120 * gdb.mi/mi2-var-child.exp: Likewise.
5121 * gdb.mi/mi-vla-c99.exp: Likewise.
5122 * lib/mi-support.exp: Likewise.
5123
5124 From Ian Lance Taylor <iant@cygnus.com>:
5125 * lib/gdb.exp (parse_args): New procedure.
5126
08351840
PA
51272014-04-23 Pedro Alves <palves@redhat.com>
5128
5129 * gdb.base/break-unload-file.c: New file.
5130 * gdb.base/break-unload-file.exp: New file.
5131 * gdb.base/sym-file-lib.c (baz): New function.
5132 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
5133 field.
5134 (load): Store the segment's mapped size.
5135 (unload): New function.
5136 (unload_shlib): New function.
5137 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
5138 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
5139 set a breakpoint at baz, and call it.
5140 * gdb.base/sym-file.exp: New tests for stale breakpoint
5141 instructions.
5142
076855f9
PA
51432014-04-23 Pedro Alves <palves@redhat.com>
5144
5145 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
5146 * gdb.base/hbreak-in-shr-unsupported.c: New file.
5147 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
5148 * gdb.base/hbreak-unmapped.c: New file.
5149 * gdb.base/hbreak-unmapped.exp: New file.
5150 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
5151 * lib/gdb.exp (gdb_is_target_remote): ... here.
5152
483805cf
PA
51532014-04-22 Pedro Alves <palves@redhat.com>
5154
5155 * gdb.base/consecutive-step-over.c: New file.
5156 * gdb.base/consecutive-step-over.exp: New file.
5157
06d97543
PA
51582014-04-22 Pedro Alves <palves@redhat.com>
5159
5160 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
5161 instead of send_gdb/gdb_expect.
5162
b4429ea2
YQ
51632014-04-22 Yao Qi <yao@codesourcery.com>
5164
5165 * lib/trace-support.exp (generate_tracefile): New procedure.
5166 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
5167 return 0.
5168 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
5169 if generate_tracefile returns 1.
5170
51d48146
PA
51712014-04-18 Tom Tromey <palves@redhat.com>
5172 Pedro alves <tromey@redhat.com>
5173
5174 PR backtrace/15558
5175 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
5176 with a backtrace limit.
5177 * gdb.python/py-frame-inline.exp: Test running to an inline
5178 function with a backtrace limit, and printing the newest frame.
5179 * gdb.python/py-frame-inline.c (main): Call f.
5180
bd1dce5f
MS
51812014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
5182
5183 * gdb.java/jnpe.exp: Drop srcdir from untested path.
5184
40d1a503
MS
51852014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
5186
5187 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
5188 Drop prefix from unsupported source file path.
5189
389b98f7
YQ
51902014-04-17 Yao Qi <yao@codesourcery.com>
5191
5192 * lib/gdb.exp (with_target_charset): New proc.
5193 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
5194 with_target_charset.
5195 (test_print_strings): Likewise.
5196 (test_repeat_bytes): Likewise.
5197 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
5198 for some tests.
5199
22869d73
KS
52002014-04-16 Keith Seitz <keiths@redhat.com>
5201
5202 PR gdb/15827
5203 * gdb.dwarf2/corrupt.c: New file.
5204 * gdb.dwarf2/corrupt.exp: New file.
5205
c4f87ca6
KS
52062014-04-16 Keith Seitz <keiths@redhat.com>
5207
5208 PR c++/16597
5209 * gdb.cp/namelessclass.cc: New file.
5210 * gdb.cp/namelessclass.exp: New file.
5211 * gdb.cp/namelessclass.S: New file.
5212
ab19de87
DE
52132014-04-16 Doug Evans <dje@google.com>
5214
5215 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
5216 Add comment.
5217 (gdbserver_default_get_comm_port): New function.
5218 (gdbserver_start): Check if board file provided
5219 "gdbserver,get_comm_port" and use it if so.
5220 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
5221 (gdb,socketport): Set to "stdio".
5222 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
5223 (stdio_gdbserver_template): Delete.
5224 (${board}_get_remote_address): Update.
5225 (${board}_build_remote_cmd): Delete.
5226 (${board}_get_comm_port): New function.
5227 (${board}_spawn): Update.
5228 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
5229 Delete.
5230 (${board}_get_remote_address): Update.
5231 (${board}_get_comm_port): New function.
5232
fc98a809
AB
52332014-04-16 Andrew Burgess <aburgess@broadcom.com>
5234
5235 * gdb.base/memattr.exp: Improve regexps to handle memory regions
5236 appearing in any order.
5237
87fd9e6e
DE
52382014-04-15 Doug Evans <dje@google.com>
5239
5240 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
5241 uninitialized value of "description".
5242
099fc3ea
KS
52432014-04-15 Keith Seitz <keiths@redhat.com>
5244
5245 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
5246 Remove unused globals.
5247 (test_running_the_program): Likewise.
5248 (test_controlled_execution): Likewise.
5249 (test_controlling_breakpoints): Likewise.
5250 (test_program_termination): Likewise.
5251
5da151d4
KS
52522014-04-15 Keith Seitz <keiths@redhat.com>
5253
5254 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
5255 unused globals.
5256 (test_rbreak_creation_and_listing): Likewise.
5257 (test_ignore_count): Likewise.
5258 (test_error): Likewise.
5259
35e5d2f0
PA
52602014-04-15 Pedro Alves <palves@redhat.com>
5261
5262 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
5263 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
5264 sym-file-loader.c.
5265 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5266 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5267 to sym-file-loader.c.
5268 (struct library): Forward declare.
5269 (load_shlib, lookup_function): Change prototypes.
5270 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5271 (translate_offset): Remove declarations.
5272 (get_text_addr): New declaration.
5273 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
5274 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
5275 sym-file-loader.h.
5276 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5277 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5278 here from sym-file-loader.h.
5279 (struct library): New structure.
5280 (load_shlib, lookup_function): Change prototypes and adjust to
5281 work with a struct library.
5282 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5283 (translate_offset): Make static.
5284 (get_text_addr): New function.
5285 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
5286
eb4c1710
PA
52872014-04-15 Pedro Alves <palves@redhat.com>
5288
5289 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
5290
2d1baf52
PA
52912014-04-15 Pedro Alves <palves@redhat.com>
5292
5293 * gdb.base/sym-file-loader.c: Include <limits.h>.
5294 (SELF_LINK): New define.
5295 (get_origin): New function.
5296 (load_shlib): Use it.
5297 * gdb.base/sym-file.exp: Don't early return if the target is
5298 remote. Use runto_main, and issue fail is that fails. Use
5299 gdb_load_shlibs.
5300 (shlib_name): Delete.
5301 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
5302
7dd6df01
PA
53032014-04-15 Pedro Alves <palves@redhat.com>
5304
5305 * gdb.base/sym-file.exp: Remove regex characters from test
5306 message. Don't refer to breakpoint numbers in test messages.
5307
b50c8614
KS
53082014-04-14 Keith Seitz <keiths@redhat.com>
5309
5310 PR c++/16253
5311 * gdb.cp/var-tag.cc: New file.
5312 * gdb.cp/var-tag.exp: New file.
5313 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5314 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5315 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5316 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5317
3d567982
TT
53182014-04-14 Tom Tromey <tromey@redhat.com>
5319
5320 * gdb.cp/classes.exp (test_enums): Handle underlying type.
5321 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
5322 type.
5323 * gdb.cp/enum-class.exp: New file.
5324 * gdb.cp/enum-class.cc: New file.
5325
0626fc76
TT
53262014-04-14 Tom Tromey <tromey@redhat.com>
5327
5328 * gdb.dwarf2/enum-type.exp: New file.
5329
dca325b3
SA
53302014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5331
5332 * gdb.mi/mi-vla-c99.exp: New file.
5333 * gdb.mi/vla.c: New file.
5334
5854b38a
SA
53352014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5336
5337 * gdb.base/vla-datatypes.c: New file.
5338 * gdb.base/vla-datatypes.exp: New file.
5339
463bb957
SA
53402014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5341
5342 * gdb.base/vla-ptr.c: New file.
5343 * gdb.base/vla-ptr.exp: New file.
5344
3dd170be
SA
53452014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5346
5347 * gdb.dwarf2/count.exp: New file.
5348
5ecaaa66
SA
53492014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5350
5351 * gdb.base/vla-sideeffect.c: New file.
5352 * gdb.base/vla-sideeffect.exp: New file.
5353
41f1ada5
DB
53542014-04-14 David Blaikie <dblaikie@gmail.com>
5355
5356 * gdb.mi/non-stop.c: Add return value for non-void function return
5357 statement.
5358 * gdb.threads/staticthreads.c: Ditto.
5359
0be03e84
DE
53602014-04-12 Siva Chandra Reddy <sivachandra@google.com>
5361 Doug Evans <xdje42@gmail.com>
5362
5363 * gdb.guile/scm-value.c: Improve test case.
5364 * gdb.guile/scm-value.exp: Add new test.
5365
f180a1fb
DB
53662014-04-11 David Blaikie <dblaikie@gmail.com>
5367
5368 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
5369 override Clang's default.
5370
6b662e19
JB
53712014-04-11 Joel Brobecker <brobecker@adacore.com>
5372
5373 Revert the following changes (regressions):
5374
5375 * gdb.base/vla-sideeffect.c: New file.
5376 * gdb.base/vla-sideeffect.exp: New file.
5377
5378 * gdb.dwarf2/count.exp: New file.
5379
5380 * gdb.base/vla-multi.c: New file.
5381 * gdb.base/vla-multi.exp: New file.
5382
5383 * gdb.base/vla-ptr.c: New file.
5384 * gdb.base/vla-ptr.exp: New file.
5385
5386 * gdb.base/vla-datatypes.c: New file.
5387 * gdb.base/vla-datatypes.exp: New file.
5388
5389 * gdb.mi/mi-vla-c99.exp: New file.
5390 * gdb.mi/vla.c: New file.
5391
245a5f0b
KS
53922014-04-11 Keith Seitz <keiths@redhat.com>
5393
5394 PR c++/16675
5395 * gdb.cp/cpsizeof.exp: New file.
5396 * gdb.cp/cpsizeof.cc: New file.
5397
58a84dcf
SA
53982014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5399
191a8a90
JB
5400 * gdb.mi/mi-vla-c99.exp: New file.
5401 * gdb.mi/vla.c: New file.
58a84dcf 5402
c8655f75
SA
54032014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5404
5405 * gdb.base/vla-datatypes.c: New file.
5406 * gdb.base/vla-datatypes.exp: New file.
5407
024e13b4
SA
54082014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5409
5410 * gdb.base/vla-ptr.c: New file.
5411 * gdb.base/vla-ptr.exp: New file.
5412
1a237e0e
SA
54132014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5414
5415 * gdb.base/vla-multi.c: New file.
5416 * gdb.base/vla-multi.exp: New file.
5417
504f3432
SA
54182014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5419
5420 * gdb.dwarf2/count.exp: New file.
5421
3bce8237
SA
54222014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5423
191a8a90
JB
5424 * gdb.base/vla-sideeffect.c: New file.
5425 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 5426
322f9c21
YQ
54272014-04-11 Yao Qi <yao@codesourcery.com>
5428
5429 * gdb.base/completion.exp: Check file exists before running tests
5430 on file completion.
5431
d708bcd1
PA
54322014-04-10 Pedro Alves <palves@redhat.com>
5433
5434 * gdb.base/cond-eval-mode.c: New file.
5435 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
5436 prepare_for_testing to build the new file. Check result of
5437 runto_main.
5438 (test_break, test_watch): New procedures.
5439 (top level): Use them.
5440
ae1d2761
PM
54412014-04-08 Pierre Muller <muller@sourceware.org>
5442
5443 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
5444 Ctrl-V use for mingw hosts.
5445
7af389b8
SC
54462014-04-07 Siva Chandra Reddy <sivachandra@google.com>
5447
5448 * gdb.python/py-value.c: Improve test case.
5449 * gdb.python/py-value.exp: Add new test.
5450
5e703181
DE
54512014-04-07 David Blaikie <dblaikie@gmail.com>
5452
5453 * lib/compiler.c: Identify the clang compiler.
5454 * lib/compiler.cc: Ditto.
5455
9810b410
YQ
54562014-04-03 Yao Qi <yao@codesourcery.com>
5457
5458 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
5459
98d1b8dc
AB
54602014-04-01 Anton Blanchard <anton@samba.org>
5461
5462 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
5463 messages unique.
5464
3114cea1
AB
54652014-04-01 Anton Blanchard <anton@samba.org>
5466
5467 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
5468 prepare_for_testing.
5469
62f7182c
AB
54702014-04-01 Anton Blanchard <anton@samba.org>
5471
5472 * gdb.arch/ppc64-atomic-inst.c: Remove.
5473 * gdb.arch/ppc64-atomic-inst.S: New file.
5474 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
5475
770e7fc7
DE
54762014-03-31 Doug Evans <dje@google.com>
5477
5478 * gdb.base/print-symbol-loading-lib.c: New file.
5479 * gdb.base/print-symbol-loading-main.c: New file.
5480 * gdb.base/print-symbol-loading.exp: New file.
5481
46e2bafa
YQ
54822014-03-31 Yao Qi <yao@codesourcery.com>
5483
5484 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
5485
8776cfe9
JB
54862014-03-28 Joel Brobecker <brobecker@adacore.com>
5487
5488 * gdb.ada/mi_dyn_arr: New testcase.
5489
5d1ef361
DE
54902014-03-27 Doug Evans <dje@google.com>
5491
5492 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
5493
b5bee914
YQ
54942014-03-27 Yao Qi <yao@codesourcery.com>
5495
5496 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
5497 if target is nios2-*-*.
5498
0d4d0e77
YQ
54992014-03-26 Yao Qi <yao@codesourcery.com>
5500
5501 * lib/gdb.exp (readline_is_used): New proc.
5502 * gdb.base/completion.exp: Move tests on command complete up.
5503 Skip the rest of tests if readline is not used.
5504 * gdb.ada/complete.exp: Skp the test if readline is not
5505 used.
5506 * gdb.base/filesym.exp: Likewise.
5507 * gdb.base/macscp.exp: Likewise.
5508 * gdb.base/readline-ask.exp: Likewise.
5509 * gdb.base/readline.exp: Likewise.
5510 * gdb.python/py-cmd.exp: Likewise.
5511 * gdb.trace/tfile.exp: Likewise.
5512
29361eee
YQ
55132014-03-26 Yao Qi <yao@codesourcery.com>
5514
5515 * gdb.base/macscp.exp: Fix code format issues.
5516
bc9a5525
UW
55172014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
5518
5519 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
5520 * gdb.asm/powerpc64le.inc: New file.
5521
d3839ede
PA
55222014-03-25 Pedro Alves <palves@redhat.com>
5523 Doug Evans <dje@google.com>
5524
5525 * gdb.base/source-execution.c: New file.
5526 * gdb.base/source-execution.exp: New file.
5527 * gdb.base/source-execution.gdb: New file.
5528
01672a57
DE
55292014-03-24 Doug Evans <dje@google.com>
5530
5531 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
5532 using fission.
5533
88bbeca9
HZ
55342014-03-24 Hui Zhu <hui@codesourcery.com>
5535 Pedro Alves <palves@redhat.com>
5536
5537 PR breakpoints/16101
5538 * gdb.base/dprintf.exp: Use unsupported rather than changing the
5539 test pass/fail messages. Detect missing support for dprintf when
5540 breakpoints are actually inserted.
5541 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
5542 breakpoints are actually inserted.
5543 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
5544 fails.
5545
d2348791
JK
55462014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5547
5548 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
5549
feef67ab
DE
55502014-03-22 Doug Evans <xdje42@gmail.com>
5551
5552 * gdb.python/python.exp (python not supported): Verify multi-line
5553 python command issues an error.
25d743f9 5554 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 5555 guile command issues an error.
feef67ab 5556
ecebef6a
MR
55572014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
5558
5559 * gdb.threads/thread-specific.exp: Handle the lack of usable
5560 $this_breakpoint and $this_thread.
5561
ccdd1909
HZ
55622014-03-21 Hui Zhu <hui@codesourcery.com>
5563
5564 * gdb.base/attach.exp (do_command_attach_tests): New.
5565
beb460e8
PA
55662014-03-20 Tom Tromey <tromey@redhat.com>
5567 Pedro Alves <palves@redhat.com>
5568
5569 PR cli/15718
5570 * gdb.base/condbreak-call-false.c: New file.
5571 * gdb.base/condbreak-call-false.exp: New file.
5572
40acf43a
PA
55732014-03-20 Pedro Alves <palves@redhat.com>
5574
5575 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
5576 Delete.
5577 (block_signals, unblock_signals): Delete.
5578 (child_function_2, main): Remove references to deleted variable
5579 and functions.
5580
9f5e1e02
PA
55812014-03-20 Pedro Alves <palves@redhat.com>
5582
5583 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
5584 Use pthread_kill to signal thread 2.
5585 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5586 Adjust to make the test send itself a signal rather than using the
5587 host's "kill" command.
5588
99619bea
PA
55892014-03-20 Pedro Alves <palves@redhat.com>
5590
5591 * gdb.threads/multiple-step-overs.c: New file.
5592 * gdb.threads/multiple-step-overs.exp: New file.
5593 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5594 Adjust expected infrun debug output.
5595
2adfaa28
PA
55962014-03-20 Pedro Alves <palves@redhat.com>
5597
5598 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
5599 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
5600
31e77af2
PA
56012014-03-20 Pedro Alves <palves@redhat.com>
5602
5603 PR breakpoints/7143
5604 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
5605 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
5606 of gdb_test_multiple.
5607 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
5608 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
5609
b9f437de
PA
56102014-03-20 Pedro Alves <palves@redhat.com>
5611
5612 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
5613 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
5614
05adc73e
PA
56152014-03-19 Pedro Alves <palves@redhat.com>
5616
5617 * gdb.base/async.exp: Remove early return.
5618
6048b950
PA
56192014-03-19 Pedro Alves <palves@redhat.com>
5620
5621 * gdb.base/async.exp (step& tests): Pass explicit test messages.
5622
8bcfb00a
PA
56232014-03-19 Pedro Alves <palves@redhat.com>
5624
5625 * gdb.base/async.exp (test_background): Expect \r\n after
5626 "completed." in the fail pattern.
5627
884e37dc
PA
56282014-03-19 Pedro Alves <palves@redhat.com>
5629
5630 * gdb.base/async.exp (test_background): New procedure.
5631 Use it for all background execution command tests.
5632
148e57e2
PA
56332014-03-19 Pedro Alves <palves@redhat.com>
5634
5635 * gdb.base/async.exp: Use prepare_for_testing.
5636
f48088c7
PA
56372014-03-19 Pedro Alves <palves@redhat.com>
5638
5639 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
5640 the same line.
5641
e2f6c966
PA
56422014-03-19 Pedro Alves <palves@redhat.com>
5643
5644 * gdb.base/async.c (main): Add "jump here" and "until here" line
5645 marker comments.
5646 * gdb.base/async.exp (jump_here): New global.
5647 (jump& test): Use it.
5648 (until_here): New global.
5649 (until& test): Use it.
5650
c30568d4
PA
56512014-03-19 Pedro Alves <palves@redhat.com>
5652
5653 * gdb.base/async.exp: Don't frob gdb_protocol.
5654
0172b6a7
DE
56552014-03-18 Doug Evans <xdje42@gmail.com>
5656
5657 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
5658 Fix spelling of exec-done-display.
5659
06c868a8
JK
56602014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5661
5662 PR gdb/15358
5663 * gdb.base/gdb-sigterm.c: New file.
5664 * gdb.base/gdb-sigterm.exp: New file.
5665
0c7e1a46
PA
56662014-03-18 Pedro Alves <palves@redhat.com>
5667
5668 PR gdb/13860
5669 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
5670 * lib/mi-support.exp (mi_expect_stop): Add special handling for
5671 solib-event.
5672
f7c77d93
JB
56732014-03-17 Joel Brobecker <brobecker@adacore.com>
5674
5675 * gdb.ada/pckd_arr_ren: New testcase.
5676
5a1e8c7a
DE
56772014-03-13 Doug Evans <xdje42@gmail.com>
5678
5679 PR guile/16612
5680 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
5681 collect after discarding symbols.
5682
350e1a76
DE
56832014-03-13 Ludovic Courtès <ludo@gnu.org>
5684 Doug Evans <xdje42@gmail.com>
5685
5686 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
5687 to history survives a gc.
5688
a69900ae
PA
56892014-03-13 Pedro Alves <palves@redhat.com>
5690
5691 * gdb.base/default.exp: Don't test "target procfs".
5692
5db9f0bd
PA
56932014-03-13 Pedro Alves <palves@redhat.com>
5694
5695 * gdb.base/default.exp: Update "target child" and "target procfs"
5696 tests to not expect "Unix".
5697
b3ccfe11
TT
56982014-03-12 Tom Tromey <tromey@redhat.com>
5699
5700 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
5701 New procs. Add target-async tests.
5702 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
5703 Add target-async tests.
5704
646f4417
AA
57052014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5706
5707 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
5708 'func_start' and 'func_end' for the beginning and end of the
5709 function code, respectively.
5710 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
5711 'func_end' instead of 'func' and 'main'.
5712
288c211f
AA
57132014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5714
5715 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
5716 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
5717 generate the debug info assembler source.
5718
e0c0f156
AA
57192014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5720
5721 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
5722 * gdb.dwarf2/arr-subrange.exp: Likewise.
5723 * gdb.dwarf2/dwz.exp: Likewise.
5724 * gdb.dwarf2/method-ptr.exp: Likewise.
5725 * gdb.dwarf2/missing-sig-type.exp: Likewise.
5726 * gdb.dwarf2/subrange.exp: Likewise.
5727 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
5728 * gdb.dwarf2/implptrpiece.exp: Likewise.
5729 * gdb.dwarf2/nostaticblock.exp: Likewise.
5730
0e5c4555
AA
57312014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5732
5733 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
5734 directory to absolute path name arguments.
5735
5ec18f2b
JG
57362014-03-10 Joel Brobecker <brobecker@adacore.com>
5737
5738 * gdb.ada/tagged_access: New testcase.
5739
847fc4f2
MM
57402014-03-07 Markus Metzger <markus.t.metzger@intel.com>
5741
5742 * gdb.btrace/data.exp: Update expected output.
5743
cc3da688
YQ
57442014-03-06 Yao Qi <yao@codesourcery.com>
5745
5746 * gdb.trace/pr16508.exp: New file.
5747
0f26cec1
PA
57482014-03-05 Pedro Alves <palves@redhat.com>
5749
5750 PR gdb/16575
5751 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
5752 procedure.
5753 (top level): Adjust to use it. Add tests that exercise breakpoint
5754 interaction with the code-cache.
5755
7a5a839f
LC
57562014-02-26 Ludovic Courtès <ludo@gnu.org>
5757
5758 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
5759 test for 'history-append!'.
5760
31aa7e4e
JB
57612014-02-26 Joel Brobecker <brobecker@adacore.com>
5762
5763 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
5764 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
5765 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
5766 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
5767 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
5768 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5769
1b588015
JB
57702014-02-26 Joel Brobecker <brobecker@adacore.com>
5771
5772 * testsuite/gdb.python/py-pp-re-notag.c: New file.
5773 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5774 * testsuite/gdb.python/py-pp-re-notag.p: New file.
5775
55426c9d
JB
57762014-02-26 Joel Brobecker <brobecker@adacore.com>
5777
5778 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
5779
dc53a7ad
JB
57802014-02-26 Joel Brobecker <brobecker@adacore.com>
5781
5782 * gdb.dwarf2/arr-stride.c: New file.
5783 * gdb.dwarf2/arr-stride.exp: New file.
5784
12ab52e9
PA
57852014-02-26 Pedro Alves <palves@redhat.com>
5786
5787 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
5788 that won't ever trigger. Make sure that GDB reports the correct
5789 breakpoint that caused the stop.
5790
849c862e
JK
57912014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5792
5793 PR gdb/16626
5794 * gdb.base/auto-load-script: New file.
5795 * gdb.base/auto-load.c: New file.
5796 * gdb.base/auto-load.exp: New file.
5797
71b7d793
JK
5798 PR gdb/16626
5799 * gdb.base/auto-load.exp: Fix out-of-srctree run.
5800
e2f0d509
JK
58012014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5802
5803 Fix dw2-icycle.exp -fsanitize=address GDB crash.
5804 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
5805
50cc37c8
DE
58062014-02-24 Doug Evans <dje@google.com>
5807
5808 * lib/gdb.exp (run_on_host): Log error output if program fails.
5809
ea4758f2
PA
58102014-02-21 Pedro Alves <palves@redhat.com>
5811
5812 * gdb.threads/step-after-sr-lock.c: Rename to ...
5813 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5814 * gdb.threads/step-after-sr-lock.exp: Rename to ...
5815 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5816 ... this.
5817
d7b30f67
SDJ
58182014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5819
5820 PR tdep/16397
5821 * gdb.arch/amd64-stap-special-operands.exp: New file.
5822 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5823 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5824 * gdb.arch/amd64-stap-triplet.S: Likewise.
5825 * gdb.arch/amd64-stap-triplet.c: Likewise.
5826
83deb43f
JB
58272014-02-20 Joel Brobecker <brobecker@adacore.com>
5828
5829 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5830 in .section pseudo-op.
5831
adde2bff
DE
58322014-02-20 lin zuojian <manjian2006@gmail.com>
5833 Joel Brobecker <brobecker@adacore.com>
5834 Doug Evans <xdje42@gmail.com>
5835
5836 PR symtab/16581
5837 * gdb.dwarf2/dw2-icycle.S: New file.
5838 * gdb.dwarf2/dw2-icycle.c: New file.
5839 * gdb.dwarf2/dw2-icycle.exp: New file.
5840
f7bd0f78
SC
58412014-02-19 Siva Chandra Reddy <sivachandra@google.com>
5842
5843 * gdb.python/py-value-cc.cc: Improve test case to enable testing
5844 operations on gdb.Value objects.
5845 * gdb.python/py-value-cc.exp: Add new test to test operations on
5846 gdb.Value objects.
5847
c17ef0d5
DE
58482014-02-18 Doug Evans <dje@google.com>
5849
5850 * Makefile.in (TESTS): New variable.
5851 (expanded_tests, expanded_tests_or_none): New variables
5852 (check-single): Pass $(expanded_tests_or_none) to runtest.
5853 (check-parallel): Only run tests in $(TESTS) if non-empty.
5854 (check/no-matching-tests-found): New rule.
5855 * README: Document TESTS makefile variable.
5856
5dd3176f
DE
58572014-02-18 Doug Evans <dje@google.com>
5858
5859 * Makefile.in (check-parallel): rm -rf outputs temp.
5860
0b10be4f
JK
58612014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5862
5863 Fix "ERROR: no fileid for" in the testsuite.
5864 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
5865
85f224e7
DE
58662014-02-12 Doug Evans <dje@google.com>
5867
5868 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
5869 (MISCELLANEOUS): New variable.
5870 (clean): rm -rf $(MISCELLANEOUS).
5871 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
5872 dwp live in the same directory as symlinks, with each symlink pointed
5873 to a differently named file in a different directory.
5874
149b30ff
DE
58752014-02-11 Doug Evans <dje@google.com>
5876
5877 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
5878 of Tcl file commands.
5879
1dfdac32
MK
58802014-02-10 Mark Kettenis <kettenis@gnu.org>
5881
5882 * gdb.threads/step-after-sr-lock.exp: Avoid executing
5883 "kill -SIGUSR1 -1".
5884
aa4fb036
JB
58852014-02-10 Joel Brobecker <brobecker@adacore.com>
5886
5887 * gdb.ada/tick_length_array_enum_idx: New testcase.
5888
ed3ef339
DE
58892014-02-10 Doug Evans <xdje42@gmail.com>
5890
5891 * configure.ac (AC_OUTPUT): Add gdb.guile.
5892 * configure: Regenerate.
5893 * lib/gdb-guile.exp: New file.
5894 * lib/gdb.exp (get_target_charset): New function.
5895 * gdb.base/help.exp: Update expected output from "apropos apropos".
5896 * gdb.guile/Makefile.in: New file.
5897 * gdb.guile/guile.exp: New file.
5898 * gdb.guile/scm-arch.c: New file.
5899 * gdb.guile/scm-arch.exp: New file.
5900 * gdb.guile/scm-block.c: New file.
5901 * gdb.guile/scm-block.exp: New file.
5902 * gdb.guile/scm-breakpoint.c: New file.
5903 * gdb.guile/scm-breakpoint.exp: New file.
5904 * gdb.guile/scm-disasm.c: New file.
5905 * gdb.guile/scm-disasm.exp: New file.
5906 * gdb.guile/scm-equal.c: New file.
5907 * gdb.guile/scm-equal.exp: New file.
5908 * gdb.guile/scm-error.exp: New file.
5909 * gdb.guile/scm-error.scm: New file.
5910 * gdb.guile/scm-frame-args.c: New file.
5911 * gdb.guile/scm-frame-args.exp: New file.
5912 * gdb.guile/scm-frame-args.scm: New file.
5913 * gdb.guile/scm-frame-inline.c: New file.
5914 * gdb.guile/scm-frame-inline.exp: New file.
5915 * gdb.guile/scm-frame.c: New file.
5916 * gdb.guile/scm-frame.exp: New file.
5917 * gdb.guile/scm-generics.exp: New file.
5918 * gdb.guile/scm-gsmob.exp: New file.
5919 * gdb.guile/scm-iterator.c: New file.
5920 * gdb.guile/scm-iterator.exp: New file.
5921 * gdb.guile/scm-math.c: New file.
5922 * gdb.guile/scm-math.exp: New file.
5923 * gdb.guile/scm-objfile-script-gdb.in: New file.
5924 * gdb.guile/scm-objfile-script.c: New file.
5925 * gdb.guile/scm-objfile-script.exp: New file.
5926 * gdb.guile/scm-objfile.c: New file.
5927 * gdb.guile/scm-objfile.exp: New file.
5928 * gdb.guile/scm-ports.exp: New file.
5929 * gdb.guile/scm-pretty-print.c: New file.
5930 * gdb.guile/scm-pretty-print.exp: New file.
5931 * gdb.guile/scm-pretty-print.scm: New file.
5932 * gdb.guile/scm-section-script.c: New file.
5933 * gdb.guile/scm-section-script.exp: New file.
5934 * gdb.guile/scm-section-script.scm: New file.
5935 * gdb.guile/scm-symbol.c: New file.
5936 * gdb.guile/scm-symbol.exp: New file.
5937 * gdb.guile/scm-symtab-2.c: New file.
5938 * gdb.guile/scm-symtab.c: New file.
5939 * gdb.guile/scm-symtab.exp: New file.
5940 * gdb.guile/scm-type.c: New file.
5941 * gdb.guile/scm-type.exp: New file.
5942 * gdb.guile/scm-value-cc.cc: New file.
5943 * gdb.guile/scm-value-cc.exp: New file.
5944 * gdb.guile/scm-value.c: New file.
5945 * gdb.guile/scm-value.exp: New file.
5946 * gdb.guile/source2.scm: New file.
5947 * gdb.guile/types-module.cc: New file.
5948 * gdb.guile/types-module.exp: New file.
5949
7026a7c1
YQ
59502014-02-10 Yao Qi <yao@codesourcery.com>
5951
5952 PR testsuite/16543
5953 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5954 * configure: Regenerated.
5955 * Makefile.in: New file.
5956
6c466447
AS
59572014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5958
5959 * gdb.python/py-framefilter.exp: Fix typo.
5960
6e854735
YQ
59612014-02-08 Yao Qi <yao@codesourcery.com>
5962
5963 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5964 that no =breakpoint-modified is emitted when breakpoints are
5965 modified through MI commands.
5966
d137e6dc
PA
59672014-02-07 Pedro Alves <pedro@codesourcery.com>
5968 Pedro Alves <palves@redhat.com>
5969
5970 * gdb.threads/step-after-sr-lock.c: New file.
5971 * gdb.threads/step-after-sr-lock.exp: New file.
5972
b5ee5a50
PA
59732014-02-07 Pedro Alves <palves@redhat.com>
5974
5975 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5976
3c77faf3
JK
59772014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5978
5979 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5980 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5981
6dddc817
DE
59822014-02-06 Doug Evans <xdje42@gmail.com>
5983
5984 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5985 output.
5986
5987 * gdb.gdb/python-interrupts.exp: New file.
5988
de7b2893
YQ
59892014-02-05 Yao Qi <yao@codesourcery.com>
5990
5991 * gdb.trace/report.exp (use_collected_data): Test the output
5992 of "info threads" and "info inferiors".
5993
66d032ac
YQ
59942014-02-05 Yao Qi <yao@codesourcery.com>
5995
5996 Revert this patch:
5997
5998 2013-05-24 Yao Qi <yao@codesourcery.com>
5999
6000 * gdb.trace/tfile.exp: Test inferior and thread.
6001
591a12a1
UW
60022014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6003
6004 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
6005 on a function.
6006 * gdb.base/step-bt.c: Call hello via function pointer to make
6007 sure its first instruction is executed on powerpc64le-linux.
6008
0ff3e01f
UW
60092014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6010
6011 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
6012
084ee545
UW
60132014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6014
6015 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
6016 of the test patterns for use on little-endian systems.
6017
6ed14ff3
UW
60182014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6019
6020 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
6021 (decimal_vector): Fix for little-endian.
6022
401e27fd
JM
60232014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
6024
6025 * gdb.arch/sparc-sysstep.exp: New file.
6026 * gdb.arch/sparc-sysstep.c: Likewise.
6027
6028 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
6029
8b924729
EBM
60302014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6031
6032 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
6033
fb151210
JB
60342014-01-23 Tom Tromey <tromey@redhat.com>
6035
6036 * gdb.ada/array_char_idx: New testcase.
6037
0740f8d8
TT
60382014-01-23 Tom Tromey <tromey@redhat.com>
6039
6040 PR python/16487:
6041 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
6042 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
6043 classes.
6044
21909fa1
TT
60452014-01-23 Tom Tromey <tromey@redhat.com>
6046
6047 PR python/16491:
6048 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
6049 string from an inferior frame.
6050 * gdb.python/py-framefilter-mi.exp: Update.
6051
87ce2a04
DE
60522014-01-22 Doug Evans <dje@google.com>
6053
6054 * gdb.server/server-mon.exp: Add tests for "set debug-format".
6055
237b092b
AA
60562014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6057
6058 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
6059
d674a709
AA
60602014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6061
6062 * gdb.trace/entry-values.exp: Remove excess space character from
6063 regex patterns. Handle s390 call instruction.
6064
20fa3390
AA
60652014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6066
6067 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
6068 define "*_start" label. Make "name" static.
6069 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
6070 ${name} by references to ${name}_start.
6071
78466714
AA
60722014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6073
6074 * gdb.base/info-macros.exp: Remove "debug" from the compile
6075 options.
6076
ec9f644a
IB
60772014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6078
6079 * gdb.dlang/demangle.exp: New file.
6080
94b1b47e
IB
60812014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6082
6083 * gdb.dlang/primitive-types.exp: New file.
6084
7f420862
IB
60852014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6086
6087 * configure.ac: Create gdb.dlang/Makefile.
6088 * configure: Regenerate.
6089 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
6090 * gdb.dlang/Makefile.in: New file.
6091 * lib/d-support.exp: New file.
6092 * lib/gdb.exp (skip_d_tests): New proc.
6093
52834460
MM
60942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6095
6096 * gdb.btrace/delta.exp: Check reverse stepi.
6097 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
6098 * gdb.btrace/finish.exp: New.
6099 * gdb.btrace/next.exp: New.
6100 * gdb.btrace/nexti.exp: New.
6101 * gdb.btrace/record_goto.c: Add comments.
6102 * gdb.btrace/step.exp: New.
6103 * gdb.btrace/stepi.exp: New.
6104 * gdb.btrace/multi-thread-step.c: New.
6105 * gdb.btrace/multi-thread-step.exp: New.
6106 * gdb.btrace/rn-dl-bind.c: New.
6107 * gdb.btrace/rn-dl-bind.exp: New.
6108 * gdb.btrace/data.c: New.
6109 * gdb.btrace/data.exp: New.
6110 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6111
6e07b1d2
MM
61122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6113
6114 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
6115 * gdb.btrace/exception.exp: Update.
6116 * gdb.btrace/instruction_history.exp: Update.
6117 * gdb.btrace/record_goto.exp: Update.
6118 * gdb.btrace/tailcall.exp: Update.
6119 * gdb.btrace/unknown_functions.exp: Update.
6120 * gdb.btrace/delta.exp: New.
6121
0b722aec
MM
61222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6123
6124 * gdb.btrace/record_goto.exp: Add backtrace test.
6125 * gdb.btrace/tailcall.exp: Add backtrace test.
6126
066ce621
MM
61272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6128
6129 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
6130 * gdb.btrace/record_goto.c: New.
6131 * gdb.btrace/record_goto.exp: New.
6132 * gdb.btrace/x86-record_goto.S: New.
6133
0688d04e
MM
61342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6135
6136 * gdb.btrace/function_call_history.exp: Update tests.
6137 * gdb.btrace/instruction_history.exp: Update tests.
6138
8710b709
MM
61392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6140
6141 * gdb.btrace/function_call_history.exp: Fix expected field
6142 order for "record function-call-history".
6143 Add new tests for "record function-call-history /c".
6144 * gdb.btrace/exception.cc: New.
6145 * gdb.btrace/exception.exp: New.
6146 * gdb.btrace/tailcall.exp: New.
6147 * gdb.btrace/x86-tailcall.S: New.
6148 * gdb.btrace/x86-tailcall.c: New.
6149 * gdb.btrace/unknown_functions.c: New.
6150 * gdb.btrace/unknown_functions.exp: New.
6151 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6152
5de9129b
MM
61532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6154
6155 * gdb.btrace/instruction_history.exp: Update.
6156 * gdb.btrace/function_call_history.exp: Update.
6157
23a7fe75
MM
61582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6159
6160 * gdb.btrace/function_call_history.exp: Fix expected function
6161 trace.
6162 * gdb.btrace/instruction_history.exp: Initialize traced.
6163 Remove traced_functions.
6164
724c7dd8
MM
61652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6166
6167 * gdb.btrace/function_call_history.exp: Update
6168 * gdb.btrace/instruction_history.exp: Update.
6169
6d78d93b
MM
61702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6171
6172 * gdb.btrace/enable.exp: Update expected text.
6173
93a360cc
OJ
61742014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
6175
6176 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
6177 bytes.
6178
3772b53f
MR
61792014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
6180
6181 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
6182
596662fa
OJ
61832014-01-15 Omair Javaid <omair.javaid@linaro.org>
6184
6185 * lib/gdb.exp (supports_process_record): Return true for
6186 arm*-linux*. (supports_reverse): Likewise.
6187
b5b08fb4
SC
61882014-01-13 Siva Chandra Reddy <sivachandra@google.com>
6189
6190 PR python/15464
6191 PR python/16113
6192 * gdb.python/py-type.c: Enhance test case.
6193 * gdb.python/py-value-cc.cc: Likewise
6194 * gdb.python/py-type.exp: Add new tests.
6195 * gdb.python/py-value-cc.exp: Likewise
6196
52d7fb13
AA
61972014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6198 Pedro Alves <palves@redhat.com>
6199
6200 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
6201 Make "name" extern.
6202 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
6203 references to ${name}_start by references to ${name}.
6204
a2cd8cfe
JB
62052014-01-10 Joel Brobecker <brobecker@adacore.com>
6206
6207 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
6208
4e23fced
JB
62092014-01-10 Joel Brobecker <brobecker@adacore.com>
6210
6211 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
6212
c6a9e42c
PA
62132014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
6214 Pedro Alves <palves@redhat.com>
6215
6216 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 6217 mi_gdb_target_load.
c6a9e42c 6218
b7ea362b
PA
62192014-01-08 Pedro Alves <palves@redhat.com>
6220
6221 * gdb.threads/reconnect-signal.c: New file.
6222 * gdb.threads/reconnect-signal.exp: New file.
6223
5e3f4fab
EBM
62242014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6225
6226 * gdb.base/source-dir.exp: New file.
6227
79301218
JB
62282014-01-07 Joel Brobecker <brobecker@adacore.com>
6229
6230 * gdb.ada/mi_interface: New testcase.
6231
8e355c5d
JB
62322014-01-07 Joel Brobecker <brobecker@adacore.com>
6233
6234 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
6235 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
6236 gdb.ada/pp-rec-component/pck.ads: New files.
6237
c0d48811
JB
62382014-01-07 Joel Brobecker <brobecker@adacore.com>
6239
6240 * gdb.python/py-pp-integral.c: New file.
6241 * gdb.python/py-pp-integral.py: New file.
6242 * gdb.python/py-pp-integral.exp: New file.
6243
17b609c3 6244For older changes see ChangeLog-1993-2013.
c906108c 6245\f
8d8cb839
EZ
6246;; Local Variables:
6247;; mode: change-log
6248;; left-margin: 8
6249;; fill-column: 74
6250;; version-control: never
6251;; End:
902f2ccb 6252
32d0add0 6253 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
6254 Copying and distribution of this file, with or without modification,
6255 are permitted provided the copyright notice and this notice are preserved.
This page took 2.56162 seconds and 4 git commands to generate.