Age | Commit message (Collapse) | Author | Files | Lines |
|
instruction of the real code.
* i386-prologue.c (jump_at_beginning): New function.
|
|
x86_64-*-*.
|
|
i*86-*-*.
|
|
expression that checks the return type.
|
|
* gdb.base/call-sc.exp: New test of scalar call/return values.
* gdb.base/call-sc.c: Ditto.
|
|
* gdb.threads/manythreads.c: Reduce thread stack size.
|
|
* gdb.threads/manythreads.c: Add copyright notice.
|
|
* gdb.base/siginfo.exp: Clean up step out of signal.
* gdb.base/sigstep.exp: Ditto.
|
|
Daniel Jacobowitz <drow@mvista.com>
* gdb.threads/manythreads.c: New testcase.
* gdb.threads/manythreads.exp: Ditto.
|
|
gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
|
|
* gdb.stabs/weird.exp: Accept full pathname for $binfile.
|
|
* gdb.base/sigstep.c: New file.
* gdb.base/sigstep.exp: New file.
|
|
call to observer_notify_normal_stop.
|
|
* gdb.base/siginfo.c: New file.
* gdb.base/siginfo.exp: New file.
|
|
|
|
* gdb.base/sep-proc.c: New file.
* gdb.base/sep.exp: New testcase.
|
|
support.
|
|
* gdb.base/sigaltstack.c: New file.
* gdb.base/sigaltstack.exp: New file.
|
|
"help set follow-fork-mode", to match a change that was made
to the help of this variable on 2004-01-13.
|
|
* bar.ads: Likewise.
* bar.adb: Likewise.
* null_record.adb: Likewise.
* null_record.exp: Likewise.
* gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
|
|
* configure: Regenerate.
|
|
to build the application. Remove the message printed when in
verbose mode, redundant with the UNSUPPORTED message above.
|
|
* gdb.ada (null_record.exp): New testcase.
|
|
|
|
* gdb.ada/Makefile.in: New file.
* gdb.ada/gnat_ada.gpr.in: New file.
|
|
|
|
* lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
|
|
* gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
Problem identified by Ulrich Weigand.
|
|
* gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
PR c++/826.
|
|
|
|
* gdb.base/auxv.exp: New file.
* gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
|
|
* gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
* gdb.cp/pr-1553.cc: Ditto.
* gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
pass branch.
|
|
* gdb.cp/templates.exp: Accept more template types.
|
|
From Corinna Vinschen with modifications.
* gdb.cp/classes.cc (enums1): Add a line to extend scope of
local variable obj_with_enum.
* gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
results with obj_with_enum.
|
|
* gdb.cp/classes.cc: New file, copied from misc.cc.
* gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
|
|
* gdb.cp/misc.cc: Add copyright notice.
|
|
* cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
bug.
2004-03-05 David Carlton <carlton@kealia.com>
* gdb.cp/rtti.exp: Add 'print *obj3' test.
* gdb.cp/rtti.h: Update copyright.
(namespace n2::n3): New.
* gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
(n2::n3::func3): New.
(main): Call n2::n3::func3.
* gdb.cp/rtti2.cc: Update copyright.
(n2::create3): New.
|
|
|
|
2004-03-03 Fred Fish <fnf@redhat.com>
* gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
"val" instead of unused "size". Update copyright year.
|
|
to use unsigned char.
* gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
|
|
line of output.
|
|
|
|
a breakpoint at exit.
|
|
2004-02-27 Fred Fish <fnf@redhat.com>
* gdb.base/chng-syms.exp: Add expect condition to match failing
case that isn't a timeout.
|
|
* gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
support.
|
|
2004-02-26 Fred Fish <fnf@redhat.com>
* gdb.arch/gdb1431.c: Remove.
* gdb.arch/gdb1431.s: New file, copy of gdb1291.s
* gdb.arch/gdb1431.exp: Use "advance" correctly instead
of "until" incorrectly.
|
|
(refer): New function.
(main): Declare an object of type empty and use it.
* gdb.cp/class2.exp: Print the value of an object of type empty.
|
|
* gdb.base/langs.exp: Update query string to match the
new nquery format used for pending breakpoints.
|
|
2004-02-26 Andrew Cagney <cagney@redhat.com>
Fix PR i18n/1570.
* charset.c (backslashable, backslashed, represented): Remove 'e'
from list of escaped characters, not part of ISO-C.
Index: charset.c
Index: testsuite/ChangeLog
2004-02-26 Andrew Cagney <cagney@redhat.com>
Fix PR i18n/1570.
* gdb.base/charset.c: Update copyright notice.
(main, init_string): Remove the escape character '\e' tests.
* gdb.base/printcmds.exp (test_print_all_chars): Ditto.
* gdb.base/charset.exp (valid_host_charset): Ditto.
* gdb.base/setvar.exp: Ditto.
|
|
* gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
mmapped data in core file" PASS and FAIL messages consistent.
|