<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - -var-list-children should support quotes"
   href="http://llvm.org/bugs/show_bug.cgi?id=21757">21757</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>-var-list-children should support quotes
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lldb
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>lldb-dev@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>nikolay.koldunov@oracle.com
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>There is no support for quotes and therefore I'm unable to examine a string
instance:

51-var-create - @ customerName --thread 1 --frame 0
51^done,name="var5",numchild="1",value="{...}",type="std::__1::string",thread-id="1",has_more="0"

54-var-list-children --all-values var5
54^done,numchild="1",children=[child={name="var5.__r_",exp="__r_",numchild="1",type="std::__1::__compressed_pair<std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> >::__rep,
std::__1::allocator<char> >",thread-id="1",has_more="0"}]

56-var-list-children --all-values var5.__r_
56^done,numchild="1",children=[child={name="var5.__r_.std::__1::__libcpp_compressed_pair_imp<std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> >::__rep,
std::__1::allocator<char>,
2>",exp="std::__1::__libcpp_compressed_pair_imp<std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> >::__rep,
std::__1::allocator<char>,
2>",numchild="1",type="std::__1::__libcpp_compressed_pair_imp<std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> >::__rep,
std::__1::allocator<char>, 2>",thread-id="1",has_more="0"}]

58-var-list-children --all-values
var5.__r_.std::__1::__libcpp_compressed_pair_imp<std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> >::__rep,
std::__1::allocator<char>, 2>
58^error,msg="Command 'var-list-children'. Variable
'var5.__r_.std::__1::__libcpp_compressed_pair_imp<std::__1::basic_string<char,'
does not exist"</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>