From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] c++filt
Date: Thu, 29 May 2008 03:05:11 +0400
Message-ID: <20080528230511.GB1784@wo.int.altlinux.org> (raw)
In-Reply-To: <1212015605.8334.19.camel@localhost>
[-- Attachment #1: Type: text/plain, Size: 1929 bytes --]
On Thu, May 29, 2008 at 03:00:05AM +0400, Alexey Rusakov wrote:
> В Пнд, 12/05/2008 в 19:49 +0400, Alexey Tourbin пишет:
> > On Sun, May 11, 2008 at 01:15:09AM +0400, Dmitry V. Levin wrote:
> > > On Sat, May 10, 2008 at 11:51:22PM +0700, Slava Semushin wrote:
> > > > 10 мая 2008 г. 18:50 пользователь Alexey I. Froloff <raorn/altlinux.ru> написал:
> > > > > * Dmitry V. Levin <ldv@> [080510 14:31]:
> > > > >> > 1 NEW bad_elf_symbol added to the list
> > > > >> > qdevelop /usr/bin/qdevelop U _ZN14QObjectPrivate15checkWindowRoleEv
> > > > >> Пропал QObjectPrivate::checkWindowRole() после очередного обновления qt4?
> > > > > А в плюсатых либах symbol versioning возможен? А в
> > > > > нормальночитаемом виде?
> > > >
> > > > Про symbol versioning не скажу, а что до удобочитаемого вида, так
> > > > можно использовать c++filt:
> > > >
> > > > [c0der@rock ~]$ echo '_ZN14QObjectPrivate15checkWindowRoleEv' | c++filt
> > > > QObjectPrivate::checkWindowRole()
> > > >
> > > > Может это к роботу прикрутить?
> > >
> > > Пока binutils не обновлён до свежей версии, я бы не хотел, чтобы
> > > c++filt использовался роботом по умолчанию (слишком дырявый).
> >
> > Кроме того, есть тонкости.
> >
> > $ c++filt _ZN12Fl_ScrollbarD0Ev
> > Fl_Scrollbar::~Fl_Scrollbar()
> > $ c++filt _ZN12Fl_ScrollbarD1Ev
> > Fl_Scrollbar::~Fl_Scrollbar()
> > $ c++filt _ZN12Fl_ScrollbarD2Ev
> > Fl_Scrollbar::~Fl_Scrollbar()
> > $
> >
> > Что это означает?
> Если ещё актуально - в меру своих познаний в C++ подозреваю, что это три
> деструктора с разным числом параметров, используемые в разных ситуациях:
> например, при удалении одного объекта, при удалении массива объектов и
> при удалении объекта, размещённого "по месту" (через конструкцию new ()
> Object). Во всех случаях вызывается один и тот же код. Зачем так - не
> знаю.
Не всегда это один и тот же код.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
next prev parent reply other threads:[~2008-05-28 23:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-10 10:30 ` [devel] Q: qt4 update Dmitry V. Levin
2008-05-10 11:50 ` Alexey I. Froloff
2008-05-10 16:51 ` Slava Semushin
2008-05-10 21:15 ` [devel] c++filt Dmitry V. Levin
2008-05-12 15:49 ` Alexey Tourbin
2008-05-28 23:00 ` Alexey Rusakov
2008-05-28 23:05 ` Dmitry V. Levin [this message]
2008-05-12 10:07 ` [devel] Q: qt4 update Sergey V Turchin
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=20080528230511.GB1784@wo.int.altlinux.org \
--to=ldv@altlinux.org \
--cc=devel@lists.altlinux.org \
/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
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git