home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!jvnc.net!nuscc!argon!suresh
- From: suresh@argon.iss.nus.sg (Suresh Thennarangam - Research Scholar)
- Subject: Problems with dbx & C++
- Message-ID: <1992Sep10.033920.9661@nuscc.nus.sg>
- Originator: suresh@argon
- Sender: usenet@nuscc.nus.sg
- Organization: Institute of Systems Science, NUS, Singapore
- Date: Thu, 10 Sep 1992 03:39:20 GMT
- Lines: 39
-
- I am using Cfront 2.0 on the Sun4 platform and debugging with
- the enhanced dbx debugger. The debugger seems to have some
- problem resolving names of functions declared as < extern "C" >.
- Is it because it demangles all function names and comes a cropper
- with symbols declared as < extern "C" > because it didn't mangle
- them in the first place ?
-
- It comes up with warnings like
- :
- warning: Couldn't translate C++ name "AdjustGraph"; .stab ":ZtF"
- :
-
-
- where AdjustGraph is coded as
-
- extern "C" {
-
- void AdjustGraph(void) { ........}
- :
- :
- }
-
- Help someone ? How do I solve this problem ? I am not able to step
- through any function I have declared such. Please send me direct
- mail as well if possible.
-
- __
- (_ o_ o o |_
- __)/(_( _) (_(_ /_)| )_
-
-
- ***************************************************************************
- * Suresh Thennarangam * EMail: suresh@iss.nus.sg(Internet) *
- * Research Scholar * ISSST@NUSVM.BITNET *
- * Institute Of Systems Science * Tel: (065) 772 2588. *
- * National University Of Singapore * Facs.: (065) 778 2571 *
- * Heng Mui Keng Terrace * Telex: ISSNUS RS 39988 *
- * Singapore 0511. * *
- ***************************************************************************
-