Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: "Daniel Manfis" <dany_100@yahoo.com>
To: gdb@sourceware.cygnus.com
Subject: Catchpoint problems.
Date: Wed, 23 May 2001 11:42:00 -0000	[thread overview]
Message-ID: <3B0C2F22.23110.88D08@localhost> (raw)

Hello.

Why when i use "catch throw" in C++ debugging session i get a
warning: "Unsupported with this platform/compiler combination", and 
thrown exception is not caught, though according to the info 
documentation my platform/compiler combination are supported 
(actually it is not mentioned at all that there is a 
platforms/compilers for which that feature is not implemented, 
from what i came to a conclusion that a feature is supported 
universaly, because info manual mentions when a platform is *not* 
supported, like in case with "catch exec", "catch fork" etc.).
 
Why when i use "catch catch" expression i get an error: "catch NAME 
not implemented", though "catch catch" is a perfectly legal syntax 
according to the manual.


I use the following hardware/software:

Pentium 166, 32RAM
linux  : Mandrake 7.2 (kernel 2.2.17-24mkd)
gcc    : 3.0, snapshot 20010423
gdb    : snapshot 20010522


code example:
////////////////////////////////////////////////////
class A {};

int main()
{
	throw A() ;
}
////////////////////////////////////////////////////


Daniel.


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



             reply	other threads:[~2001-05-23 11:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-23 11:42 Daniel Manfis [this message]
2001-05-23 13:04 ` Daniel Berlin

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=3B0C2F22.23110.88D08@localhost \
    --to=dany_100@yahoo.com \
    --cc=gdb@sourceware.cygnus.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