All:
In debugging the Chapel compiler, it seems that the presence of an std::string
in the GenRet structure confuses GDB. This makes it very difficult for me to
examine the current state while debugging code generation problems.
Based on my observations, I have some questions:
1. Have you also encountered this problem?
2. Do you have a usable workaround?
3. Would you be in favor of replacing the std::string in GenRet with a custom
string type that GDB understands better?*
Tom Hildebrandt
*This would probably be a COW string with length and capacity, supporting only
copying and concatenation. I can code and test it in less than a day.
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Chapel-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-developers