<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </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 - ExpressionParser: Couldn't materialize: size of variable l_32 (2628) is larger than the ValueObject's size (144)"
   href="https://bugs.llvm.org/show_bug.cgi?id=39796">39796</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>ExpressionParser: Couldn't materialize: size of variable l_32 (2628) is larger than the ValueObject's size (144)
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>7.0
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

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

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

        <tr>
          <th>Severity</th>
          <td>enhancement
          </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@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>davide@freebsd.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>$ ./clang a-prepro.c -g -O1 -Wno-everything

$ ./lldb ./a.out

(lldb) br set -l 2163
Breakpoint 1: where = a.out`func_1 + 4 at a-prepro.c:2163:21, address =
0x0000000100000f24
(lldb) r
[…]

(lldb) frame var l_32
(const uint32_t [6][6]) l_32 = {
  [0] = ([0] = 0, [1] = 0, [2] = 0, [3] = 0, [4] = 0, [5] = 0)
  [1] = ([0] = 0, [1] = 0, [2] = 0, [3] = 1, [4] = 0, [5] = 196608)
  [2] = ([0] = 0, [1] = 0, [2] = 0, [3] = 0, [4] = 0, [5] = 0)
  [3] = ([0] = 0, [1] = 0, [2] = 0, [3] = 1, [4] = 0, [5] = 229276)
  [4] = ([0] = 969030944, [1] = 32668, [2] = 969032560, [3] = 32668, [4] =
989861584, [5] = 32668)
  [5] = ([0] = 842227457, [1] = 2065710368, [2] = 1, [3] = 0, [4] = 990120960,
[5] = 32668)
}
(lldb) p l_32
error: Couldn't materialize: size of variable l_32 (2628) is larger than the
ValueObject's size (144)
error: errored out in DoExecute, couldn't PrepareToExecuteJITExpression</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>