<html>
    <head>
      <base href="https://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 --- - LLDB-MI: pending break point set with command break-insert -f doesn't get resolved"
   href="https://llvm.org/bugs/show_bug.cgi?id=28702">28702</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>LLDB-MI: pending break point set with command break-insert -f doesn't get resolved
          </td>
        </tr>

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

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

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

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

        <tr>
          <th>Reporter</th>
          <td>aetf@unlimitedcodeworks.xyz
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Pending break point set with command break-insert -f doesn't get resolved when
the library loads.

Step to reproduce:
1. start lldb-mi without loading a file
2. -break-insert -f main
3. -file-exec-and-symbols echo
4. -exec-run

Actual Result:
Program doesn't stop at the break point and exits normally with output like

*stopped,reason="exited-normally"

Expected result:
Program stops at the break point, with correct notification output like

*stopped,reason="breakpoint-hit",disp="del",bkptno="1",frame={level="0",addr="0x00007ffff7a58650",func="__libc_start_main",args=[],file="??",fullname="??",line="-1"},thread-id="1",stopped-threads="all"</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>