home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / cplus / 13458 < prev    next >
Encoding:
Text File  |  1992-09-09  |  1.8 KB  |  51 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!jvnc.net!nuscc!argon!suresh
  3. From: suresh@argon.iss.nus.sg (Suresh Thennarangam - Research Scholar)
  4. Subject: Problems with dbx & C++
  5. Message-ID: <1992Sep10.033920.9661@nuscc.nus.sg>
  6. Originator: suresh@argon
  7. Sender: usenet@nuscc.nus.sg
  8. Organization: Institute of Systems Science, NUS, Singapore
  9. Date: Thu, 10 Sep 1992 03:39:20 GMT
  10. Lines: 39
  11.  
  12. I am using Cfront 2.0 on the Sun4 platform and debugging with
  13. the enhanced dbx debugger. The debugger seems to have some
  14. problem resolving names of functions declared as < extern "C" >.
  15. Is it because it demangles all function names and comes a cropper
  16. with symbols declared as  < extern "C" > because it didn't mangle
  17. them in the first place ?  
  18.  
  19. It comes up with warnings like 
  20. :
  21. warning: Couldn't translate C++ name "AdjustGraph"; .stab ":ZtF"
  22. :
  23.  
  24.  
  25. where AdjustGraph is coded as 
  26.  
  27. extern "C" {
  28.  
  29. void AdjustGraph(void) { ........}
  30. :
  31. :
  32. }
  33.  
  34. Help someone ? How do I solve this problem ? I am not able to step
  35. through any function I have declared such.  Please send me direct
  36. mail as well if possible.
  37.  
  38.       __
  39.      (_       o_   o  o |_
  40.      __)/(_( _) (_(_ /_)| )_
  41.  
  42.  
  43. ***************************************************************************
  44. * Suresh Thennarangam               *  EMail: suresh@iss.nus.sg(Internet) *
  45. * Research Scholar                  *         ISSST@NUSVM.BITNET          *
  46. * Institute Of Systems Science      *  Tel:  (065) 772 2588.              *
  47. * National University Of Singapore  *  Facs.: (065) 778 2571          *
  48. * Heng Mui Keng Terrace             *  Telex: ISSNUS RS 39988             *
  49. * Singapore 0511.                   *                                     *
  50. ***************************************************************************
  51.