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

Dissassembly/Memory/Expressions view auto-complete doesn't fully handle C++ qualified names

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Medium Medium

      As reported by user:

      ------

      If I have several functions whose names differ only by namespace or class name, I can't select the one I want because the auto-completion doesn't show the fully-qualified names.

      For instance, if I have two functions named "do_something" in two different namespaces or classes like this:

      namespace1::do_something()

      namespace2::do_something()

      when I type "do_something" into the disassembly window search box I can't choose which one to go to.

      One of the two will be chosen apparently at random.

      There is no way to enter a fully-qualified name in this box and no way to select between multiple names with the same base name.


      This can be reproduced on both CCS 10.4 and CCS 11.0.

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

              Created:
              Updated: