Xmethod support in Python.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2
3 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
4 * gdb.python/py-xmethods.exp: New tests to test xmethods.
5 * gdb.python/py-xmethods.py: Python script supporting the
6 new testcase and tests.
7
8 2014-06-03 Joel Brobecker <brobecker@adacore.com>
9 Pedro Alves <palves@redhat.com>
10
11 PR breakpoints/17000
12 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14
15 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16
17 * gdb.base/subst.exp: Add tests to verify partial path matching
18 output.
19
20 2014-06-03 Pedro Alves <palves@redhat.com>
21
22 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
23 target that doesn't use software single-stepping.
24
25 2014-06-03 Pedro Alves <palves@redhat.com>
26
27 PR breakpoints/17000
28 * gdb.base/sss-bp-on-user-bp-2.c: New file.
29 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
30
31 2014-06-02 Doug Evans <xdje42@gmail.com>
32
33 * gdb.guile/scm-parameter.exp: New file.
34
35 2014-06-02 Doug Evans <xdje42@gmail.com>
36
37 * gdb.guile/scm-cmd.c: New file.
38 * gdb.guile/scm-cmd.exp: New file.
39
40 2014-06-02 Doug Evans <xdje42@gmail.com>
41
42 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
43 pretty-printer lookup.
44 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
45 (make-pp_s-printer): Call it.
46 (make-pretty-printer-from-dict): New function.
47 (lookup-pretty-printer-maker-from-dict): New function.
48 (*pretty-printer*): Simplify.
49 (make-objfile-pp_s-printer): New function.
50 (install-objfile-pretty-printers!): New function.
51 (make-progspace-pp_s-printer): New function.
52 (install-progspace-pretty-printers!): New function.
53 * gdb.guile/scm-progspace.c: New file.
54 * gdb.guile/scm-progspace.exp: New file.
55
56 2014-06-02 Pedro Alves <palves@redhat.com>
57
58 * gdb.base/dprintf-bp-same-addr.c: New file.
59 * gdb.base/dprintf-bp-same-addr.exp: New file.
60
61 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
62
63 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
64 * gdb.arch/powerpc-power.s: Likewise.
65
66 2014-06-02 Joel Brobecker <brobecker@adacore.com>
67
68 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
69
70 2014-06-01 Yao Qi <yao@codesourcery.com>
71
72 * gdb.base/watchpoint.exp (test_watch_location): Check null
73 pointer can be dereferenced. If not, do the test, otherwise
74 skip it.
75
76 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
77
78 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
79 results.
80 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
81
82 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
83
84 * gdb.arch/amd64-invalid-stack-middle.S: New file.
85 * gdb.arch/amd64-invalid-stack-middle.c: New file.
86 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
87 * gdb.arch/amd64-invalid-stack-top.c: New file.
88 * gdb.arch/amd64-invalid-stack-top.exp: New file.
89
90 2014-05-30 Pedro Alves <palves@redhat.com>
91
92 PR breakpoints/17000
93 * gdb.base/sss-bp-on-user-bp.c: New file.
94 * gdb.base/sss-bp-on-user-bp.exp: New file.
95
96 2014-05-30 David Blaikie <dblaikie@gmail.com>
97
98 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
99 gnu_inline semantics via attribute.
100 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
101 source explicitly specifies the required semantics.
102
103 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
104
105 * gdb.reverse/sigall-reverse.exp: Fix a typo.
106
107 2014-05-29 Pedro Alves <palves@redhat.com>
108 Tom Tromey <tromey@redhat.com>
109
110 * gdb.base/async-shell.exp: Don't enable target-async.
111 * gdb.base/async.exp
112 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
113 parameter. Adjust.
114 (top level): Don't test with "target-async".
115 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
116 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
117 * gdb.base/inferior-died.exp: Don't enable target-async.
118 * gdb.base/interrupt-noterm.exp: Likewise.
119 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
120 * gdb.mi/mi-nonstop-exit.exp: Likewise.
121 * gdb.mi/mi-nonstop.exp: Likewise.
122 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
123 * gdb.mi/mi-nsintrall.exp: Likewise.
124 * gdb.mi/mi-nsmoribund.exp: Likewise.
125 * gdb.mi/mi-nsthrexec.exp: Likewise.
126 * gdb.mi/mi-watch-nonstop.exp: Likewise.
127 * gdb.multi/watchpoint-multi.exp: Adjust comment.
128 * gdb.python/py-evsignal.exp: Don't enable target-async.
129 * gdb.python/py-evthreads.exp: Likewise.
130 * gdb.python/py-prompt.exp: Likewise.
131 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
132 * gdb.server/solib-list.exp: Don't enable target-async.
133 * gdb.threads/thread-specific-bp.exp: Likewise.
134 * lib/mi-support.exp: Adjust to use mi-async.
135
136 2014-05-29 Pedro Alves <palves@redhat.com>
137
138 PR gdb/13860
139 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
140 reason, even in sync mode.
141
142 2014-05-29 Pedro Alves <palves@redhat.com>
143 Hui Zhu <hui@codesourcery.com>
144
145 PR PR15693
146 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
147 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
148 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
149 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
150
151 2014-05-28 Joel Brobecker <brobecker@adacore.com>
152
153 * config/monitor.exp (gdb_target_monitor): Replace use of
154 "set remotebaud" by "set serial baud".
155
156 2014-05-26 Andy Wingo <wingo@igalia.com>
157
158 * gdb.guile/scm-breakpoint.exp:
159 * gdb.guile/scm-gsmob.exp: Update to use plain old object
160 properties instead of gdb-object-properties.
161
162 2014-05-26 Yao Qi <yao@codesourcery.com>
163
164 * gdb.server/no-thread-db.exp: Specify source file name
165 explicitly when setting a breakpoint.
166
167 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
168
169 * gdb.btrace/vdso.c: New.
170 * gdb.btrace/vdso.exp: New.
171
172 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
173
174 * gdb.base/gcore.exp (capture_command_output): Move ...
175 * lib/gdb.exp (capture_command_output): ... here.
176
177 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
178
179 * gdb.btrace/data.exp: Test memory access during btrace replay.
180
181 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
182
183 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
184
185 2014-05-21 Pedro Alves <palves@redhat.com>
186
187 PR gdb/13860
188 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
189 (top level): Test that output related to execution commands is
190 sent to the console with CLI commands, but not with MI commands.
191 Test that breakpoint events are always mirrored to the console.
192 Also expect the new source line to be output after a "next" in
193 async mode too. Make it a pass/fail test.
194 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
195 output.
196 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
197
198 2014-05-21 Pedro Alves <palves@redhat.com>
199
200 * gdb.base/list.exp (build_pattern, test_list): New procedures.
201 Use them to test variations of "list" after reaching a breakpoint.
202 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
203 Test "list" with listsize 10 after reaching a breakpoint.
204 * gdb.python/python.exp (decode_line current location line
205 number): Adjust expected line number.
206
207 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
208
209 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
210 behavior for $args, pass it directly to "run".
211
212 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
213
214 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
215 30000 to 65536.
216
217 2014-05-21 Pedro Alves <palves@redhat.com>
218
219 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
220 auto-connect-native-target off".
221 * gdb.base/auto-connect-native-target.c: New file.
222 * gdb.base/auto-connect-native-target.exp: New file.
223
224 2014-05-21 Pedro Alves <palves@redhat.com>
225
226 * gdb.base/default.exp: Test "target native" instead of "target
227 child".
228
229 2014-05-21 Mark Wielaard <mjw@redhat.com>
230
231 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
232
233 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
234
235 Fix TLS access for -static -pthread.
236 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
237 <HAVE_TLS> (thread_function, main): Initialize it.
238 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
239 Add clean_restart.
240 <$have_tls != "">: Check TLSVAR.
241
242 2014-05-21 Pedro Alves <palves@redhat.com>
243
244 * gdb.base/dcache-line-read-error.c: New.
245 * gdb.base/dcache-line-read-error.exp: New.
246
247 2014-05-20 Pedro Alves <palves@redhat.com>
248
249 * gdb.base/compare-sections.c: New file.
250 * gdb.base/compare-sections.exp: New file.
251
252 2014-05-20 Pedro Alves <palves@redhat.com>
253
254 * gdb.base/break-idempotent.c: New file.
255 * gdb.base/break-idempotent.exp: New file.
256
257 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
258
259 * gdb.btrace/nohist.exp: New.
260
261 2014-05-20 Yao Qi <yao@codesourcery.com>
262
263 * lib/gdb.exp (gdb_init): Set timeout if test file is under
264 gdb.reverse directory and gdb_reverse_timeout exists in board
265 setting.
266 * README: Document gdb_reverse_timeout.
267
268 2014-05-20 Yao Qi <yao@codesourcery.com>
269
270 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
271 'test_file_name'. Treat args as a string instead of a list.
272 (gdb_init): Rename argument 'args' by 'test_file_name'.
273
274 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
275
276 * gdb.arch/powerpc-power.exp: New file.
277 * gdb.arch/powerpc-power.s: New file.
278
279 2014-05-16 Doug Evans <dje@google.com>
280
281 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
282 * gdb.base/completion.exp: Check that all expected files exist
283 before doing file completion.
284
285 2014-05-16 Doug Evans <dje@google.com>
286
287 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
288 Update.
289 (do_syscall_tests_without_xml): Update.
290
291 2014-05-16 Pedro Alves <palves@redhat.com>
292
293 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
294 instead of "unknown output after running".
295
296 2014-05-16 Yao Qi <yao@codesourcery.com>
297
298 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
299 file1.txt from host at the end.
300 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
301
302 2014-05-15 Doug Evans <dje@google.com>
303
304 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
305 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
306 loading file. Add test for TU lookup.
307
308 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
309
310 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
311 calling "-exec-arguments" or "set args" before running the
312 inferior.
313
314 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
315
316 * lib/mi-support.exp (mi_expect_stop): Expect message for
317 inferiors that exit with non-zero exit code.
318
319 2014-05-14 Yao Qi <yao@codesourcery.com>
320
321 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
322 match absolute path on remote host.
323 (test_file_list_exec_source_files): Remove "/" from the
324 pattern.
325
326 2014-05-14 Yao Qi <yao@codesourcery.com>
327
328 * boards/local-remote-host-notty.exp (${board}_file): New
329 proc.
330
331 2014-05-07 Kyle McMartin <kyle@redhat.com>
332
333 Pushed by Joel Brobecker <brobecker@adacore.com>.
334 * gdb.arch/aarch64-atomic-inst.c: New file.
335 * gdb.arch/aarch64-atomic-inst.exp: New file.
336
337 2014-05-07 Yao Qi <yao@codesourcery.com>
338
339 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
340 in current context" too.
341
342 2014-05-05 Keith Seitz <keiths@redhat.com>
343
344 * gdb.linespec/ls-dollar.exp: Add test for linespec
345 file:convenience_variable.
346
347 2014-05-05 Yao Qi <yao@codesourcery.com>
348
349 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
350 traceframes into tfile and ctf trace files. Read data from
351 trace file and test collected data.
352 (gdb_collect_locals_test): Likewise.
353 (gdb_unavailable_registers_test): Likewise.
354 (gdb_unavailable_floats): Likewise.
355 (gdb_collect_globals_test): Likewise.
356 (top-level): Append "ctf" to trace_file_targets if GDB
357 supports.
358
359 2014-05-05 Yao Qi <yao@codesourcery.com>
360
361 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
362 code to ...
363 (gdb_collect_args_test_1): ... it. New proc.
364 (gdb_collect_locals_test): Move some code to ...
365 (gdb_collect_locals_test_1): ... it. New proc.
366 (gdb_unavailable_registers_test): Move some code to ...
367 (gdb_unavailable_registers_test_1): ... it. New proc.
368 (gdb_unavailable_floats): Move some code to ...
369 (gdb_unavailable_floats_1): ... it. New proc.
370
371 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
372
373 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
374 probes to test for bitness recognition.
375 * gdb.arch/amd64-stap-optional-prefix.exp
376 (test_probe_value_without_reg): New procedure.
377 Add code to test for different kinds of bitness.
378
379 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
380
381 PR breakpoints/16889
382 * gdb.arch/amd64-stap-optional-prefix.S: New file.
383 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
384
385 2014-05-01 Pedro Alves <palves@redhat.com>
386
387 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
388 gdb_file_cmd if no file is specified.
389 * boards/native-extended-gdbserver.exp (gdb_load): Use the
390 last_loaded_file to set the remote exec-file.
391
392 2014-05-01 Pedro Alves <palves@redhat.com>
393
394 * boards/local-remote-host.exp: New file.
395
396 2014-05-01 Pedro Alves <palves@redhat.com>
397
398 * boards/local-remote-host.exp: Rename to ...
399 * boards/local-remote-host-notty.exp: ... this.
400
401 2014-04-28 Joel Brobecker <brobecker@adacore.com>
402
403 * gdb.ada/dyn_arrayidx: New testcase.
404
405 2014-04-26 Yao Qi <yao@codesourcery.com>
406
407 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
408 and compute the length of function main. Save it in
409 $main_length.
410 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
411 (top-level): Use gdb_compile to compile objects into
412 executable and restart GDB. Remove invocation to
413 prepare_for_testing.
414
415 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
416 Pedro Alves <palves@redhat.com>
417
418 PR server/16255
419 * gdb.multi/multi-attach.c: New file.
420 * gdb.multi/multi-attach.exp: New file.
421
422 2014-04-25 Pedro Alves <palves@redhat.com>
423
424 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
425 user.
426 (top level): Test that "set remote conditional-breakpoints-packet
427 off" works as intended.
428 * gdb.base/dprintf.exp: Test that "set remote
429 breakpoint-commands-packet off" works as intended.
430 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
431 New function.
432 (top level): Call it.
433 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
434 remote fast-tracepoints-packet off" works as intended.
435 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
436 * lib/gdb.exp (gdb_is_target_remote): ... here.
437
438 2014-04-24 David Blaikie <dblaikie@gmail.com>
439
440 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
441 ensure clang would not discard them.
442 * gdb.base/gdbvars.c: Ditto.
443 * gdb.base/memattr.c: Ditto.
444 * gdb.base/whatis.c: Ditto.
445 * gdb.python/py-prettyprint.c: Ditto.
446 * gdb.trace/actions.c: Ditto.
447 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
448 ensure clang would not discard it.
449
450 2014-04-24 David Blaikie <dblaikie@gmail.com>
451
452 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
453 clang to emit the full definition of type required by the test
454 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
455
456 2014-04-24 David Blaikie <dblaikie@gmail.com>
457
458 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
459 coax Clang into emitting the definition of the type.
460 * gdb.cp/pr10728-x.h (y): Ditto.
461 * gdb.cp/pr10728-y.cc (y): Ditto.
462
463 2014-04-24 David Blaikie <dblaikie@gmail.com>
464
465 * gdb.base/label.exp: XFAIL label related tests under Clang.
466 * gdb.cp/cplabel.exp: Ditto.
467 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
468 under Clang those using labels.
469
470 2014-04-25 Yao Qi <yao@codesourcery.com>
471
472 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
473 double_label.
474 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
475 partial_label and double_label.
476
477 2014-04-24 David Blaikie <dblaikie@gmail.com>
478
479 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
480
481 2014-04-24 David Blaikie <dblaikie@gmail.com>
482
483 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
484 of the function to work across GCC and Clang.
485 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
486 pointer types (const void ** const V void **).
487
488 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
489 Walfred Tedeschi <walfred.tedeschi@intel.com>
490
491 * Makefile.in (EXECUTABLES): Added i386-avx512.
492 * gdb.arch/i386-avx512.c: New file.
493 * gdb.arch/i386-avx512.exp: Likewise.
494
495 2014-04-23 Keith Seitz <keiths@redhat.com>
496
497 * lib/mi-support.exp (mi_list_breakpoints): Delete.
498 (mi_make_breakpoint_table): New procedure.
499 (mi_create_breakpoint): Use mi_make_breakpoint
500 and return the result.
501 (mi_make_breakpoint): New procedure.
502 (mi_build_kv_pairs): New procedure.
503
504 * gdb.mi/mi-break.exp: Remove unused globals,
505 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
506 All callers updated.
507 * gdb.mi/mi-dprintf.exp: Use variable to track command
508 number.
509 Update all callers of mi_create_breakpoint and use
510 mi_make_breakpoint_table.
511 Remove any unused global variables.
512 * gdb.mi/mi-nonstop.exp: Likewise.
513 * gdb.mi/mi-nsintrall.exp: Likewise.
514 * gdb.mi/mi-nsmoribund.exp: Likewise.
515 * gdb.mi/mi-nsthrexec.exp: Likewise.
516 * gdb.mi/mi-reverse.exp: Likewise.
517 * gdb.mi/mi-simplerun.exp: Likewise.
518 * gdb.mi/mi-stepn.exp: Likewise.
519 * gdb.mi/mi-syn-frame.exp: Likewise.
520 * gdb.mi/mi-until.exp: Likewise.
521 * gdb.mi/mi-var-cp.exp: Likewise.
522 * gdb.mi/mi-var-display.exp: Likewise.
523 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
524 * gdb.mi/mi2-var-child.exp: Likewise.
525 * gdb.mi/mi-vla-c99.exp: Likewise.
526 * lib/mi-support.exp: Likewise.
527
528 From Ian Lance Taylor <iant@cygnus.com>:
529 * lib/gdb.exp (parse_args): New procedure.
530
531 2014-04-23 Pedro Alves <palves@redhat.com>
532
533 * gdb.base/break-unload-file.c: New file.
534 * gdb.base/break-unload-file.exp: New file.
535 * gdb.base/sym-file-lib.c (baz): New function.
536 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
537 field.
538 (load): Store the segment's mapped size.
539 (unload): New function.
540 (unload_shlib): New function.
541 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
542 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
543 set a breakpoint at baz, and call it.
544 * gdb.base/sym-file.exp: New tests for stale breakpoint
545 instructions.
546
547 2014-04-23 Pedro Alves <palves@redhat.com>
548
549 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
550 * gdb.base/hbreak-in-shr-unsupported.c: New file.
551 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
552 * gdb.base/hbreak-unmapped.c: New file.
553 * gdb.base/hbreak-unmapped.exp: New file.
554 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
555 * lib/gdb.exp (gdb_is_target_remote): ... here.
556
557 2014-04-22 Pedro Alves <palves@redhat.com>
558
559 * gdb.base/consecutive-step-over.c: New file.
560 * gdb.base/consecutive-step-over.exp: New file.
561
562 2014-04-22 Pedro Alves <palves@redhat.com>
563
564 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
565 instead of send_gdb/gdb_expect.
566
567 2014-04-22 Yao Qi <yao@codesourcery.com>
568
569 * lib/trace-support.exp (generate_tracefile): New procedure.
570 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
571 return 0.
572 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
573 if generate_tracefile returns 1.
574
575 2014-04-18 Tom Tromey <palves@redhat.com>
576 Pedro alves <tromey@redhat.com>
577
578 PR backtrace/15558
579 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
580 with a backtrace limit.
581 * gdb.python/py-frame-inline.exp: Test running to an inline
582 function with a backtrace limit, and printing the newest frame.
583 * gdb.python/py-frame-inline.c (main): Call f.
584
585 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
586
587 * gdb.java/jnpe.exp: Drop srcdir from untested path.
588
589 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
590
591 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
592 Drop prefix from unsupported source file path.
593
594 2014-04-17 Yao Qi <yao@codesourcery.com>
595
596 * lib/gdb.exp (with_target_charset): New proc.
597 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
598 with_target_charset.
599 (test_print_strings): Likewise.
600 (test_repeat_bytes): Likewise.
601 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
602 for some tests.
603
604 2014-04-16 Keith Seitz <keiths@redhat.com>
605
606 PR gdb/15827
607 * gdb.dwarf2/corrupt.c: New file.
608 * gdb.dwarf2/corrupt.exp: New file.
609
610 2014-04-16 Keith Seitz <keiths@redhat.com>
611
612 PR c++/16597
613 * gdb.cp/namelessclass.cc: New file.
614 * gdb.cp/namelessclass.exp: New file.
615 * gdb.cp/namelessclass.S: New file.
616
617 2014-04-16 Doug Evans <dje@google.com>
618
619 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
620 Add comment.
621 (gdbserver_default_get_comm_port): New function.
622 (gdbserver_start): Check if board file provided
623 "gdbserver,get_comm_port" and use it if so.
624 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
625 (gdb,socketport): Set to "stdio".
626 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
627 (stdio_gdbserver_template): Delete.
628 (${board}_get_remote_address): Update.
629 (${board}_build_remote_cmd): Delete.
630 (${board}_get_comm_port): New function.
631 (${board}_spawn): Update.
632 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
633 Delete.
634 (${board}_get_remote_address): Update.
635 (${board}_get_comm_port): New function.
636
637 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
638
639 * gdb.base/memattr.exp: Improve regexps to handle memory regions
640 appearing in any order.
641
642 2014-04-15 Doug Evans <dje@google.com>
643
644 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
645 uninitialized value of "description".
646
647 2014-04-15 Keith Seitz <keiths@redhat.com>
648
649 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
650 Remove unused globals.
651 (test_running_the_program): Likewise.
652 (test_controlled_execution): Likewise.
653 (test_controlling_breakpoints): Likewise.
654 (test_program_termination): Likewise.
655
656 2014-04-15 Keith Seitz <keiths@redhat.com>
657
658 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
659 unused globals.
660 (test_rbreak_creation_and_listing): Likewise.
661 (test_ignore_count): Likewise.
662 (test_error): Likewise.
663
664 2014-04-15 Pedro Alves <palves@redhat.com>
665
666 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
667 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
668 sym-file-loader.c.
669 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
670 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
671 to sym-file-loader.c.
672 (struct library): Forward declare.
673 (load_shlib, lookup_function): Change prototypes.
674 (find_shstrtab, find_strtab, find_shdr, find_symtab)
675 (translate_offset): Remove declarations.
676 (get_text_addr): New declaration.
677 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
678 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
679 sym-file-loader.h.
680 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
681 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
682 here from sym-file-loader.h.
683 (struct library): New structure.
684 (load_shlib, lookup_function): Change prototypes and adjust to
685 work with a struct library.
686 (find_shstrtab, find_strtab, find_shdr, find_symtab)
687 (translate_offset): Make static.
688 (get_text_addr): New function.
689 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
690
691 2014-04-15 Pedro Alves <palves@redhat.com>
692
693 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
694
695 2014-04-15 Pedro Alves <palves@redhat.com>
696
697 * gdb.base/sym-file-loader.c: Include <limits.h>.
698 (SELF_LINK): New define.
699 (get_origin): New function.
700 (load_shlib): Use it.
701 * gdb.base/sym-file.exp: Don't early return if the target is
702 remote. Use runto_main, and issue fail is that fails. Use
703 gdb_load_shlibs.
704 (shlib_name): Delete.
705 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
706
707 2014-04-15 Pedro Alves <palves@redhat.com>
708
709 * gdb.base/sym-file.exp: Remove regex characters from test
710 message. Don't refer to breakpoint numbers in test messages.
711
712 2014-04-14 Keith Seitz <keiths@redhat.com>
713
714 PR c++/16253
715 * gdb.cp/var-tag.cc: New file.
716 * gdb.cp/var-tag.exp: New file.
717 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
718 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
719 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
720 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
721
722 2014-04-14 Tom Tromey <tromey@redhat.com>
723
724 * gdb.cp/classes.exp (test_enums): Handle underlying type.
725 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
726 type.
727 * gdb.cp/enum-class.exp: New file.
728 * gdb.cp/enum-class.cc: New file.
729
730 2014-04-14 Tom Tromey <tromey@redhat.com>
731
732 * gdb.dwarf2/enum-type.exp: New file.
733
734 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
735
736 * gdb.mi/mi-vla-c99.exp: New file.
737 * gdb.mi/vla.c: New file.
738
739 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
740
741 * gdb.base/vla-datatypes.c: New file.
742 * gdb.base/vla-datatypes.exp: New file.
743
744 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
745
746 * gdb.base/vla-ptr.c: New file.
747 * gdb.base/vla-ptr.exp: New file.
748
749 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
750
751 * gdb.dwarf2/count.exp: New file.
752
753 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
754
755 * gdb.base/vla-sideeffect.c: New file.
756 * gdb.base/vla-sideeffect.exp: New file.
757
758 2014-04-14 David Blaikie <dblaikie@gmail.com>
759
760 * gdb.mi/non-stop.c: Add return value for non-void function return
761 statement.
762 * gdb.threads/staticthreads.c: Ditto.
763
764 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
765 Doug Evans <xdje42@gmail.com>
766
767 * gdb.guile/scm-value.c: Improve test case.
768 * gdb.guile/scm-value.exp: Add new test.
769
770 2014-04-11 David Blaikie <dblaikie@gmail.com>
771
772 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
773 override Clang's default.
774
775 2014-04-11 Joel Brobecker <brobecker@adacore.com>
776
777 Revert the following changes (regressions):
778
779 * gdb.base/vla-sideeffect.c: New file.
780 * gdb.base/vla-sideeffect.exp: New file.
781
782 * gdb.dwarf2/count.exp: New file.
783
784 * gdb.base/vla-multi.c: New file.
785 * gdb.base/vla-multi.exp: New file.
786
787 * gdb.base/vla-ptr.c: New file.
788 * gdb.base/vla-ptr.exp: New file.
789
790 * gdb.base/vla-datatypes.c: New file.
791 * gdb.base/vla-datatypes.exp: New file.
792
793 * gdb.mi/mi-vla-c99.exp: New file.
794 * gdb.mi/vla.c: New file.
795
796 2014-04-11 Keith Seitz <keiths@redhat.com>
797
798 PR c++/16675
799 * gdb.cp/cpsizeof.exp: New file.
800 * gdb.cp/cpsizeof.cc: New file.
801
802 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
803
804 * gdb.mi/mi-vla-c99.exp: New file.
805 * gdb.mi/vla.c: New file.
806
807 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
808
809 * gdb.base/vla-datatypes.c: New file.
810 * gdb.base/vla-datatypes.exp: New file.
811
812 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
813
814 * gdb.base/vla-ptr.c: New file.
815 * gdb.base/vla-ptr.exp: New file.
816
817 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
818
819 * gdb.base/vla-multi.c: New file.
820 * gdb.base/vla-multi.exp: New file.
821
822 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
823
824 * gdb.dwarf2/count.exp: New file.
825
826 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
827
828 * gdb.base/vla-sideeffect.c: New file.
829 * gdb.base/vla-sideeffect.exp: New file.
830
831 2014-04-11 Yao Qi <yao@codesourcery.com>
832
833 * gdb.base/completion.exp: Check file exists before running tests
834 on file completion.
835
836 2014-04-10 Pedro Alves <palves@redhat.com>
837
838 * gdb.base/cond-eval-mode.c: New file.
839 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
840 prepare_for_testing to build the new file. Check result of
841 runto_main.
842 (test_break, test_watch): New procedures.
843 (top level): Use them.
844
845 2014-04-08 Pierre Muller <muller@sourceware.org>
846
847 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
848 Ctrl-V use for mingw hosts.
849
850 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
851
852 * gdb.python/py-value.c: Improve test case.
853 * gdb.python/py-value.exp: Add new test.
854
855 2014-04-07 David Blaikie <dblaikie@gmail.com>
856
857 * lib/compiler.c: Identify the clang compiler.
858 * lib/compiler.cc: Ditto.
859
860 2014-04-03 Yao Qi <yao@codesourcery.com>
861
862 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
863
864 2014-04-01 Anton Blanchard <anton@samba.org>
865
866 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
867 messages unique.
868
869 2014-04-01 Anton Blanchard <anton@samba.org>
870
871 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
872 prepare_for_testing.
873
874 2014-04-01 Anton Blanchard <anton@samba.org>
875
876 * gdb.arch/ppc64-atomic-inst.c: Remove.
877 * gdb.arch/ppc64-atomic-inst.S: New file.
878 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
879
880 2014-03-31 Doug Evans <dje@google.com>
881
882 * gdb.base/print-symbol-loading-lib.c: New file.
883 * gdb.base/print-symbol-loading-main.c: New file.
884 * gdb.base/print-symbol-loading.exp: New file.
885
886 2014-03-31 Yao Qi <yao@codesourcery.com>
887
888 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
889
890 2014-03-28 Joel Brobecker <brobecker@adacore.com>
891
892 * gdb.ada/mi_dyn_arr: New testcase.
893
894 2014-03-27 Doug Evans <dje@google.com>
895
896 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
897
898 2014-03-27 Yao Qi <yao@codesourcery.com>
899
900 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
901 if target is nios2-*-*.
902
903 2014-03-26 Yao Qi <yao@codesourcery.com>
904
905 * lib/gdb.exp (readline_is_used): New proc.
906 * gdb.base/completion.exp: Move tests on command complete up.
907 Skip the rest of tests if readline is not used.
908 * gdb.ada/complete.exp: Skp the test if readline is not
909 used.
910 * gdb.base/filesym.exp: Likewise.
911 * gdb.base/macscp.exp: Likewise.
912 * gdb.base/readline-ask.exp: Likewise.
913 * gdb.base/readline.exp: Likewise.
914 * gdb.python/py-cmd.exp: Likewise.
915 * gdb.trace/tfile.exp: Likewise.
916
917 2014-03-26 Yao Qi <yao@codesourcery.com>
918
919 * gdb.base/macscp.exp: Fix code format issues.
920
921 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
922
923 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
924 * gdb.asm/powerpc64le.inc: New file.
925
926 2014-03-25 Pedro Alves <palves@redhat.com>
927 Doug Evans <dje@google.com>
928
929 * gdb.base/source-execution.c: New file.
930 * gdb.base/source-execution.exp: New file.
931 * gdb.base/source-execution.gdb: New file.
932
933 2014-03-24 Doug Evans <dje@google.com>
934
935 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
936 using fission.
937
938 2014-03-24 Hui Zhu <hui@codesourcery.com>
939 Pedro Alves <palves@redhat.com>
940
941 PR breakpoints/16101
942 * gdb.base/dprintf.exp: Use unsupported rather than changing the
943 test pass/fail messages. Detect missing support for dprintf when
944 breakpoints are actually inserted.
945 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
946 breakpoints are actually inserted.
947 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
948 fails.
949
950 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
951
952 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
953
954 2014-03-22 Doug Evans <xdje42@gmail.com>
955
956 * gdb.python/python.exp (python not supported): Verify multi-line
957 python command issues an error.
958 * gdb.guile/guile.exp (guile not supported): Verify multi-line
959 guile command issues an error.
960
961 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
962
963 * gdb.threads/thread-specific.exp: Handle the lack of usable
964 $this_breakpoint and $this_thread.
965
966 2014-03-21 Hui Zhu <hui@codesourcery.com>
967
968 * gdb.base/attach.exp (do_command_attach_tests): New.
969
970 2014-03-20 Tom Tromey <tromey@redhat.com>
971 Pedro Alves <palves@redhat.com>
972
973 PR cli/15718
974 * gdb.base/condbreak-call-false.c: New file.
975 * gdb.base/condbreak-call-false.exp: New file.
976
977 2014-03-20 Pedro Alves <palves@redhat.com>
978
979 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
980 Delete.
981 (block_signals, unblock_signals): Delete.
982 (child_function_2, main): Remove references to deleted variable
983 and functions.
984
985 2014-03-20 Pedro Alves <palves@redhat.com>
986
987 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
988 Use pthread_kill to signal thread 2.
989 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
990 Adjust to make the test send itself a signal rather than using the
991 host's "kill" command.
992
993 2014-03-20 Pedro Alves <palves@redhat.com>
994
995 * gdb.threads/multiple-step-overs.c: New file.
996 * gdb.threads/multiple-step-overs.exp: New file.
997 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
998 Adjust expected infrun debug output.
999
1000 2014-03-20 Pedro Alves <palves@redhat.com>
1001
1002 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
1003 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
1004
1005 2014-03-20 Pedro Alves <palves@redhat.com>
1006
1007 PR breakpoints/7143
1008 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
1009 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
1010 of gdb_test_multiple.
1011 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
1012 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
1013
1014 2014-03-20 Pedro Alves <palves@redhat.com>
1015
1016 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
1017 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
1018
1019 2014-03-19 Pedro Alves <palves@redhat.com>
1020
1021 * gdb.base/async.exp: Remove early return.
1022
1023 2014-03-19 Pedro Alves <palves@redhat.com>
1024
1025 * gdb.base/async.exp (step& tests): Pass explicit test messages.
1026
1027 2014-03-19 Pedro Alves <palves@redhat.com>
1028
1029 * gdb.base/async.exp (test_background): Expect \r\n after
1030 "completed." in the fail pattern.
1031
1032 2014-03-19 Pedro Alves <palves@redhat.com>
1033
1034 * gdb.base/async.exp (test_background): New procedure.
1035 Use it for all background execution command tests.
1036
1037 2014-03-19 Pedro Alves <palves@redhat.com>
1038
1039 * gdb.base/async.exp: Use prepare_for_testing.
1040
1041 2014-03-19 Pedro Alves <palves@redhat.com>
1042
1043 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
1044 the same line.
1045
1046 2014-03-19 Pedro Alves <palves@redhat.com>
1047
1048 * gdb.base/async.c (main): Add "jump here" and "until here" line
1049 marker comments.
1050 * gdb.base/async.exp (jump_here): New global.
1051 (jump& test): Use it.
1052 (until_here): New global.
1053 (until& test): Use it.
1054
1055 2014-03-19 Pedro Alves <palves@redhat.com>
1056
1057 * gdb.base/async.exp: Don't frob gdb_protocol.
1058
1059 2014-03-18 Doug Evans <xdje42@gmail.com>
1060
1061 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
1062 Fix spelling of exec-done-display.
1063
1064 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1065
1066 PR gdb/15358
1067 * gdb.base/gdb-sigterm.c: New file.
1068 * gdb.base/gdb-sigterm.exp: New file.
1069
1070 2014-03-18 Pedro Alves <palves@redhat.com>
1071
1072 PR gdb/13860
1073 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
1074 * lib/mi-support.exp (mi_expect_stop): Add special handling for
1075 solib-event.
1076
1077 2014-03-17 Joel Brobecker <brobecker@adacore.com>
1078
1079 * gdb.ada/pckd_arr_ren: New testcase.
1080
1081 2014-03-13 Doug Evans <xdje42@gmail.com>
1082
1083 PR guile/16612
1084 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
1085 collect after discarding symbols.
1086
1087 2014-03-13 Ludovic Courtès <ludo@gnu.org>
1088 Doug Evans <xdje42@gmail.com>
1089
1090 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
1091 to history survives a gc.
1092
1093 2014-03-13 Pedro Alves <palves@redhat.com>
1094
1095 * gdb.base/default.exp: Don't test "target procfs".
1096
1097 2014-03-13 Pedro Alves <palves@redhat.com>
1098
1099 * gdb.base/default.exp: Update "target child" and "target procfs"
1100 tests to not expect "Unix".
1101
1102 2014-03-12 Tom Tromey <tromey@redhat.com>
1103
1104 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
1105 New procs. Add target-async tests.
1106 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
1107 Add target-async tests.
1108
1109 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1110
1111 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
1112 'func_start' and 'func_end' for the beginning and end of the
1113 function code, respectively.
1114 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
1115 'func_end' instead of 'func' and 'main'.
1116
1117 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1118
1119 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
1120 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
1121 generate the debug info assembler source.
1122
1123 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1124
1125 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
1126 * gdb.dwarf2/arr-subrange.exp: Likewise.
1127 * gdb.dwarf2/dwz.exp: Likewise.
1128 * gdb.dwarf2/method-ptr.exp: Likewise.
1129 * gdb.dwarf2/missing-sig-type.exp: Likewise.
1130 * gdb.dwarf2/subrange.exp: Likewise.
1131 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
1132 * gdb.dwarf2/implptrpiece.exp: Likewise.
1133 * gdb.dwarf2/nostaticblock.exp: Likewise.
1134
1135 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1136
1137 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
1138 directory to absolute path name arguments.
1139
1140 2014-03-10 Joel Brobecker <brobecker@adacore.com>
1141
1142 * gdb.ada/tagged_access: New testcase.
1143
1144 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
1145
1146 * gdb.btrace/data.exp: Update expected output.
1147
1148 2014-03-06 Yao Qi <yao@codesourcery.com>
1149
1150 * gdb.trace/pr16508.exp: New file.
1151
1152 2014-03-05 Pedro Alves <palves@redhat.com>
1153
1154 PR gdb/16575
1155 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
1156 procedure.
1157 (top level): Adjust to use it. Add tests that exercise breakpoint
1158 interaction with the code-cache.
1159
1160 2014-02-26 Ludovic Courtès <ludo@gnu.org>
1161
1162 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
1163 test for 'history-append!'.
1164
1165 2014-02-26 Joel Brobecker <brobecker@adacore.com>
1166
1167 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
1168 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
1169 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
1170 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
1171 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
1172 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
1173
1174 2014-02-26 Joel Brobecker <brobecker@adacore.com>
1175
1176 * testsuite/gdb.python/py-pp-re-notag.c: New file.
1177 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
1178 * testsuite/gdb.python/py-pp-re-notag.p: New file.
1179
1180 2014-02-26 Joel Brobecker <brobecker@adacore.com>
1181
1182 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
1183
1184 2014-02-26 Joel Brobecker <brobecker@adacore.com>
1185
1186 * gdb.dwarf2/arr-stride.c: New file.
1187 * gdb.dwarf2/arr-stride.exp: New file.
1188
1189 2014-02-26 Pedro Alves <palves@redhat.com>
1190
1191 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
1192 that won't ever trigger. Make sure that GDB reports the correct
1193 breakpoint that caused the stop.
1194
1195 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1196
1197 PR gdb/16626
1198 * gdb.base/auto-load-script: New file.
1199 * gdb.base/auto-load.c: New file.
1200 * gdb.base/auto-load.exp: New file.
1201
1202 PR gdb/16626
1203 * gdb.base/auto-load.exp: Fix out-of-srctree run.
1204
1205 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1206
1207 Fix dw2-icycle.exp -fsanitize=address GDB crash.
1208 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
1209
1210 2014-02-24 Doug Evans <dje@google.com>
1211
1212 * lib/gdb.exp (run_on_host): Log error output if program fails.
1213
1214 2014-02-21 Pedro Alves <palves@redhat.com>
1215
1216 * gdb.threads/step-after-sr-lock.c: Rename to ...
1217 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
1218 * gdb.threads/step-after-sr-lock.exp: Rename to ...
1219 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1220 ... this.
1221
1222 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
1223
1224 PR tdep/16397
1225 * gdb.arch/amd64-stap-special-operands.exp: New file.
1226 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
1227 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
1228 * gdb.arch/amd64-stap-triplet.S: Likewise.
1229 * gdb.arch/amd64-stap-triplet.c: Likewise.
1230
1231 2014-02-20 Joel Brobecker <brobecker@adacore.com>
1232
1233 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
1234 in .section pseudo-op.
1235
1236 2014-02-20 lin zuojian <manjian2006@gmail.com>
1237 Joel Brobecker <brobecker@adacore.com>
1238 Doug Evans <xdje42@gmail.com>
1239
1240 PR symtab/16581
1241 * gdb.dwarf2/dw2-icycle.S: New file.
1242 * gdb.dwarf2/dw2-icycle.c: New file.
1243 * gdb.dwarf2/dw2-icycle.exp: New file.
1244
1245 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1246
1247 * gdb.python/py-value-cc.cc: Improve test case to enable testing
1248 operations on gdb.Value objects.
1249 * gdb.python/py-value-cc.exp: Add new test to test operations on
1250 gdb.Value objects.
1251
1252 2014-02-18 Doug Evans <dje@google.com>
1253
1254 * Makefile.in (TESTS): New variable.
1255 (expanded_tests, expanded_tests_or_none): New variables
1256 (check-single): Pass $(expanded_tests_or_none) to runtest.
1257 (check-parallel): Only run tests in $(TESTS) if non-empty.
1258 (check/no-matching-tests-found): New rule.
1259 * README: Document TESTS makefile variable.
1260
1261 2014-02-18 Doug Evans <dje@google.com>
1262
1263 * Makefile.in (check-parallel): rm -rf outputs temp.
1264
1265 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1266
1267 Fix "ERROR: no fileid for" in the testsuite.
1268 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
1269
1270 2014-02-12 Doug Evans <dje@google.com>
1271
1272 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
1273 (MISCELLANEOUS): New variable.
1274 (clean): rm -rf $(MISCELLANEOUS).
1275 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
1276 dwp live in the same directory as symlinks, with each symlink pointed
1277 to a differently named file in a different directory.
1278
1279 2014-02-11 Doug Evans <dje@google.com>
1280
1281 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
1282 of Tcl file commands.
1283
1284 2014-02-10 Mark Kettenis <kettenis@gnu.org>
1285
1286 * gdb.threads/step-after-sr-lock.exp: Avoid executing
1287 "kill -SIGUSR1 -1".
1288
1289 2014-02-10 Joel Brobecker <brobecker@adacore.com>
1290
1291 * gdb.ada/tick_length_array_enum_idx: New testcase.
1292
1293 2014-02-10 Doug Evans <xdje42@gmail.com>
1294
1295 * configure.ac (AC_OUTPUT): Add gdb.guile.
1296 * configure: Regenerate.
1297 * lib/gdb-guile.exp: New file.
1298 * lib/gdb.exp (get_target_charset): New function.
1299 * gdb.base/help.exp: Update expected output from "apropos apropos".
1300 * gdb.guile/Makefile.in: New file.
1301 * gdb.guile/guile.exp: New file.
1302 * gdb.guile/scm-arch.c: New file.
1303 * gdb.guile/scm-arch.exp: New file.
1304 * gdb.guile/scm-block.c: New file.
1305 * gdb.guile/scm-block.exp: New file.
1306 * gdb.guile/scm-breakpoint.c: New file.
1307 * gdb.guile/scm-breakpoint.exp: New file.
1308 * gdb.guile/scm-disasm.c: New file.
1309 * gdb.guile/scm-disasm.exp: New file.
1310 * gdb.guile/scm-equal.c: New file.
1311 * gdb.guile/scm-equal.exp: New file.
1312 * gdb.guile/scm-error.exp: New file.
1313 * gdb.guile/scm-error.scm: New file.
1314 * gdb.guile/scm-frame-args.c: New file.
1315 * gdb.guile/scm-frame-args.exp: New file.
1316 * gdb.guile/scm-frame-args.scm: New file.
1317 * gdb.guile/scm-frame-inline.c: New file.
1318 * gdb.guile/scm-frame-inline.exp: New file.
1319 * gdb.guile/scm-frame.c: New file.
1320 * gdb.guile/scm-frame.exp: New file.
1321 * gdb.guile/scm-generics.exp: New file.
1322 * gdb.guile/scm-gsmob.exp: New file.
1323 * gdb.guile/scm-iterator.c: New file.
1324 * gdb.guile/scm-iterator.exp: New file.
1325 * gdb.guile/scm-math.c: New file.
1326 * gdb.guile/scm-math.exp: New file.
1327 * gdb.guile/scm-objfile-script-gdb.in: New file.
1328 * gdb.guile/scm-objfile-script.c: New file.
1329 * gdb.guile/scm-objfile-script.exp: New file.
1330 * gdb.guile/scm-objfile.c: New file.
1331 * gdb.guile/scm-objfile.exp: New file.
1332 * gdb.guile/scm-ports.exp: New file.
1333 * gdb.guile/scm-pretty-print.c: New file.
1334 * gdb.guile/scm-pretty-print.exp: New file.
1335 * gdb.guile/scm-pretty-print.scm: New file.
1336 * gdb.guile/scm-section-script.c: New file.
1337 * gdb.guile/scm-section-script.exp: New file.
1338 * gdb.guile/scm-section-script.scm: New file.
1339 * gdb.guile/scm-symbol.c: New file.
1340 * gdb.guile/scm-symbol.exp: New file.
1341 * gdb.guile/scm-symtab-2.c: New file.
1342 * gdb.guile/scm-symtab.c: New file.
1343 * gdb.guile/scm-symtab.exp: New file.
1344 * gdb.guile/scm-type.c: New file.
1345 * gdb.guile/scm-type.exp: New file.
1346 * gdb.guile/scm-value-cc.cc: New file.
1347 * gdb.guile/scm-value-cc.exp: New file.
1348 * gdb.guile/scm-value.c: New file.
1349 * gdb.guile/scm-value.exp: New file.
1350 * gdb.guile/source2.scm: New file.
1351 * gdb.guile/types-module.cc: New file.
1352 * gdb.guile/types-module.exp: New file.
1353
1354 2014-02-10 Yao Qi <yao@codesourcery.com>
1355
1356 PR testsuite/16543
1357 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
1358 * configure: Regenerated.
1359 * Makefile.in: New file.
1360
1361 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1362
1363 * gdb.python/py-framefilter.exp: Fix typo.
1364
1365 2014-02-08 Yao Qi <yao@codesourcery.com>
1366
1367 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
1368 that no =breakpoint-modified is emitted when breakpoints are
1369 modified through MI commands.
1370
1371 2014-02-07 Pedro Alves <pedro@codesourcery.com>
1372 Pedro Alves <palves@redhat.com>
1373
1374 * gdb.threads/step-after-sr-lock.c: New file.
1375 * gdb.threads/step-after-sr-lock.exp: New file.
1376
1377 2014-02-07 Pedro Alves <palves@redhat.com>
1378
1379 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1380
1381 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1382
1383 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1384 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1385
1386 2014-02-06 Doug Evans <xdje42@gmail.com>
1387
1388 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1389 output.
1390
1391 * gdb.gdb/python-interrupts.exp: New file.
1392
1393 2014-02-05 Yao Qi <yao@codesourcery.com>
1394
1395 * gdb.trace/report.exp (use_collected_data): Test the output
1396 of "info threads" and "info inferiors".
1397
1398 2014-02-05 Yao Qi <yao@codesourcery.com>
1399
1400 Revert this patch:
1401
1402 2013-05-24 Yao Qi <yao@codesourcery.com>
1403
1404 * gdb.trace/tfile.exp: Test inferior and thread.
1405
1406 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1407
1408 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1409 on a function.
1410 * gdb.base/step-bt.c: Call hello via function pointer to make
1411 sure its first instruction is executed on powerpc64le-linux.
1412
1413 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1414
1415 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1416
1417 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1418
1419 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
1420 of the test patterns for use on little-endian systems.
1421
1422 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1423
1424 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1425 (decimal_vector): Fix for little-endian.
1426
1427 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
1428
1429 * gdb.arch/sparc-sysstep.exp: New file.
1430 * gdb.arch/sparc-sysstep.c: Likewise.
1431
1432 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1433
1434 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1435
1436 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1437
1438 2014-01-23 Tom Tromey <tromey@redhat.com>
1439
1440 * gdb.ada/array_char_idx: New testcase.
1441
1442 2014-01-23 Tom Tromey <tromey@redhat.com>
1443
1444 PR python/16487:
1445 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1446 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1447 classes.
1448
1449 2014-01-23 Tom Tromey <tromey@redhat.com>
1450
1451 PR python/16491:
1452 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1453 string from an inferior frame.
1454 * gdb.python/py-framefilter-mi.exp: Update.
1455
1456 2014-01-22 Doug Evans <dje@google.com>
1457
1458 * gdb.server/server-mon.exp: Add tests for "set debug-format".
1459
1460 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1461
1462 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1463
1464 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1465
1466 * gdb.trace/entry-values.exp: Remove excess space character from
1467 regex patterns. Handle s390 call instruction.
1468
1469 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1470
1471 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
1472 define "*_start" label. Make "name" static.
1473 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
1474 ${name} by references to ${name}_start.
1475
1476 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1477
1478 * gdb.base/info-macros.exp: Remove "debug" from the compile
1479 options.
1480
1481 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1482
1483 * gdb.dlang/demangle.exp: New file.
1484
1485 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1486
1487 * gdb.dlang/primitive-types.exp: New file.
1488
1489 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1490
1491 * configure.ac: Create gdb.dlang/Makefile.
1492 * configure: Regenerate.
1493 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
1494 * gdb.dlang/Makefile.in: New file.
1495 * lib/d-support.exp: New file.
1496 * lib/gdb.exp (skip_d_tests): New proc.
1497
1498 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1499
1500 * gdb.btrace/delta.exp: Check reverse stepi.
1501 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
1502 * gdb.btrace/finish.exp: New.
1503 * gdb.btrace/next.exp: New.
1504 * gdb.btrace/nexti.exp: New.
1505 * gdb.btrace/record_goto.c: Add comments.
1506 * gdb.btrace/step.exp: New.
1507 * gdb.btrace/stepi.exp: New.
1508 * gdb.btrace/multi-thread-step.c: New.
1509 * gdb.btrace/multi-thread-step.exp: New.
1510 * gdb.btrace/rn-dl-bind.c: New.
1511 * gdb.btrace/rn-dl-bind.exp: New.
1512 * gdb.btrace/data.c: New.
1513 * gdb.btrace/data.exp: New.
1514 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1515
1516 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1517
1518 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
1519 * gdb.btrace/exception.exp: Update.
1520 * gdb.btrace/instruction_history.exp: Update.
1521 * gdb.btrace/record_goto.exp: Update.
1522 * gdb.btrace/tailcall.exp: Update.
1523 * gdb.btrace/unknown_functions.exp: Update.
1524 * gdb.btrace/delta.exp: New.
1525
1526 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1527
1528 * gdb.btrace/record_goto.exp: Add backtrace test.
1529 * gdb.btrace/tailcall.exp: Add backtrace test.
1530
1531 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1532
1533 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
1534 * gdb.btrace/record_goto.c: New.
1535 * gdb.btrace/record_goto.exp: New.
1536 * gdb.btrace/x86-record_goto.S: New.
1537
1538 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1539
1540 * gdb.btrace/function_call_history.exp: Update tests.
1541 * gdb.btrace/instruction_history.exp: Update tests.
1542
1543 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1544
1545 * gdb.btrace/function_call_history.exp: Fix expected field
1546 order for "record function-call-history".
1547 Add new tests for "record function-call-history /c".
1548 * gdb.btrace/exception.cc: New.
1549 * gdb.btrace/exception.exp: New.
1550 * gdb.btrace/tailcall.exp: New.
1551 * gdb.btrace/x86-tailcall.S: New.
1552 * gdb.btrace/x86-tailcall.c: New.
1553 * gdb.btrace/unknown_functions.c: New.
1554 * gdb.btrace/unknown_functions.exp: New.
1555 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1556
1557 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1558
1559 * gdb.btrace/instruction_history.exp: Update.
1560 * gdb.btrace/function_call_history.exp: Update.
1561
1562 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1563
1564 * gdb.btrace/function_call_history.exp: Fix expected function
1565 trace.
1566 * gdb.btrace/instruction_history.exp: Initialize traced.
1567 Remove traced_functions.
1568
1569 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1570
1571 * gdb.btrace/function_call_history.exp: Update
1572 * gdb.btrace/instruction_history.exp: Update.
1573
1574 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1575
1576 * gdb.btrace/enable.exp: Update expected text.
1577
1578 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
1579
1580 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
1581 bytes.
1582
1583 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
1584
1585 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
1586
1587 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
1588
1589 * lib/gdb.exp (supports_process_record): Return true for
1590 arm*-linux*. (supports_reverse): Likewise.
1591
1592 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1593
1594 PR python/15464
1595 PR python/16113
1596 * gdb.python/py-type.c: Enhance test case.
1597 * gdb.python/py-value-cc.cc: Likewise
1598 * gdb.python/py-type.exp: Add new tests.
1599 * gdb.python/py-value-cc.exp: Likewise
1600
1601 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1602 Pedro Alves <palves@redhat.com>
1603
1604 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
1605 Make "name" extern.
1606 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
1607 references to ${name}_start by references to ${name}.
1608
1609 2014-01-10 Joel Brobecker <brobecker@adacore.com>
1610
1611 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
1612
1613 2014-01-10 Joel Brobecker <brobecker@adacore.com>
1614
1615 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
1616
1617 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
1618 Pedro Alves <palves@redhat.com>
1619
1620 * gdb.mi/mi-info-os.exp: Connect to the target with
1621 mi_gdb_target_load.
1622
1623 2014-01-08 Pedro Alves <palves@redhat.com>
1624
1625 * gdb.threads/reconnect-signal.c: New file.
1626 * gdb.threads/reconnect-signal.exp: New file.
1627
1628 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1629
1630 * gdb.base/source-dir.exp: New file.
1631
1632 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1633
1634 * gdb.ada/mi_interface: New testcase.
1635
1636 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1637
1638 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
1639 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
1640 gdb.ada/pp-rec-component/pck.ads: New files.
1641
1642 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1643
1644 * gdb.python/py-pp-integral.c: New file.
1645 * gdb.python/py-pp-integral.py: New file.
1646 * gdb.python/py-pp-integral.exp: New file.
1647
1648 For older changes see ChangeLog-1993-2013.
1649 \f
1650 ;; Local Variables:
1651 ;; mode: change-log
1652 ;; left-margin: 8
1653 ;; fill-column: 74
1654 ;; version-control: never
1655 ;; End:
1656
1657 Copyright 2014 Free Software Foundation, Inc.
1658 Copying and distribution of this file, with or without modification,
1659 are permitted provided the copyright notice and this notice are preserved.
This page took 0.070596 seconds and 4 git commands to generate.