Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-10240

Issue with demangling name from enum member

    XMLWordPrintable

Details

    • Bug
    • Status: Fixed
    • Medium
    • Resolution: Fixed
    • Code Composer Studio Debugger
    • CCBT-2741
    • CCS_10.2.0
    • CCS_10.3.0
    • Generic

    Description

      If the name from a enum member is a mangled name it will not be demangled

      enum RS

      { RS_40NM, RS_60NM, RS_80NM}

      ;
      enum class RSC

      { RSC_40NM, RSC_60NM, RSC_80NM}

      ;

      RS nm;
      RSC nmc;

      int main(void)

      { nm = RS_40NM; nmc = RSC::RSC_40NM; return 0; }

      In the expressions view nm is displayed as RS_40NM while nmc is mangled

      Attachments

        Activity

          People

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: