public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
From: Fabian Cenedese <Cenedese@indel.ch>
To: gdb@sources.redhat.com
Subject: Re: gdb 6.1.1 (PPC) crash (long)
Date: Wed, 01 Sep 2004 09:18:00 -0000	[thread overview]
Message-ID: <5.2.0.9.1.20040901111203.01d35778@NT_SERVER> (raw)
In-Reply-To: <5.2.0.9.1.20040901102226.01d2fed8@NT_SERVER>

Hi

Some followup:

(gdb) frame 1
#1  0x00488bf8 in is_constructor_name (name=0x0)
    at ../../gdb-6.1.1/gdb/cp-abi.c:44
44        return (*current_cp_abi.is_constructor_name) (name);
(gdb) info locals
name = 0x0
(gdb) info args
name = 0x0

(gdb) frame 2
#2  0x004dda6c in c_type_print_base (type=0xa2b4b68, stream=0xa084088,
    show=1, level=0) at ../../gdb-6.1.1/gdb/c-typeprint.c:952
952                       int is_full_physname_constructor =
(gdb) info locals
physname = 0x0
is_full_physname_constructor = 0
method_name = 0xa0951b8 "CMainTask"
f = (struct fn_field *) 0xa2b4da8
j = 0
len2 = 2
name = 0x0
is_constructor = 1
type = (struct type *) 0xa2b4b68
stream = (struct ui_file *) 0xa084088
show = 1
level = 0
i = 2
len = 4
real_len = 0
lastval = 0
mangled_name = 0xa297650 "_._9CMainTask"
demangled_name = 0xa28da58 "X\203)\nE\203)\nk::~CMainTask(void)"
section_type = s_public
need_access_label = 1
j = 170610088
len2 = 4

(gdb) frame 3
#3  0x004dc816 in c_print_type (type=0xa2b4b68, varstring=0x716c4d "",
    stream=0xa084088, show=1, level=0) at ../../gdb-6.1.1/gdb/c-typeprint.c:75
75        c_type_print_base (type, stream, show, level);
(gdb) info locals
type = (struct type *) 0xa2b4b68
varstring = 0x716c4d ""
stream = (struct ui_file *) 0xa084088
show = 1
level = 0
demangled_args = 0
need_post_space = 0
(gdb) info args
type = (struct type *) 0xa2b4b68
varstring = 0x716c4d ""
stream = (struct ui_file *) 0xa084088
show = 1
level = 0

(gdb) frame 4
#4  0x004945af in type_print (type=0xa2b4b68, varstring=0x716c4d "",
    stream=0xa084088, show=1) at ../../gdb-6.1.1/gdb/typeprint.c:109
109       LA_PRINT_TYPE (type, varstring, stream, show, 0);
(gdb) info locals
type = (struct type *) 0x0
varstring = 0x0
stream = (struct ui_file *) 0x0
show = 0
(gdb) info args
type = (struct type *) 0x0
varstring = 0x0
stream = (struct ui_file *) 0x0
show = 0

(gdb) frame 5
#5  0x0049482a in ptype_command (typename=0xa05180e "CMainTask", from_tty=1)
    at ../../gdb-6.1.1/gdb/typeprint.c:223
223               type_print (type, "", gdb_stdout, 1);
(gdb) info locals
typename = 0xa05180e "CMainTask"
expr = (struct expression *) 0xa094f38
old_chain = (struct cleanup *) 0xa069ac8
(gdb) info args
typename = 0xa05180e "CMainTask"
from_tty = 1

Maybe this is helpful. Debug format is stabs.
Is this supposed to look like that?

demangled_name = 0xa28da58 "X\203)\nE\203)\nk::~CMainTask(void)"

Thanks

bye  Fabi


  reply	other threads:[~2004-09-01  9:18 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-01  9:01 Fabian Cenedese
2004-09-01  9:18 ` Fabian Cenedese [this message]
2004-09-02 12:20   ` gdb 6.1.1 (PPC) crash (long) AND gdb crash in cp_print_class_method Dave Korn
2004-09-02 12:59     ` Fabian Cenedese
2004-09-02 14:07       ` Dave Korn
2004-09-02 22:48         ` Craig Jeffree
2004-09-07 14:41           ` Dave Korn
2004-09-02 11:59 ` gdb 6.1.1 (PPC) crash (long) Fabian Cenedese
2004-09-07 14:50   ` Daniel Jacobowitz
     [not found] ` <5.2.0.9.1.20040907170934.01d457f8@NT_SERVER>
2004-09-07 17:02   ` Daniel Jacobowitz
2004-09-29  5:27     ` Craig Jeffree

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5.2.0.9.1.20040901111203.01d35778@NT_SERVER \
    --to=cenedese@indel.ch \
    --cc=gdb@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).