<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 --- - TestBreakpointCommand.py fails on Windows"
   href="https://llvm.org/bugs/show_bug.cgi?id=24528">24528</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>TestBreakpointCommand.py fails on Windows
          </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>Windows NT
          </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>zturner@google.com
          </td>
        </tr>

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

        <tr>
          <th>Blocks</th>
          <td>21766
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>From the log it looks like something having to do with pending breakpoint
resolution is not working correctly, so maybe the problem is in
DynamicLoaderWindows somewhere.

runCmd: breakpoint list -f
output: Current breakpoints:
1: file =
'D:\src\llvm\tools\lldb\test\functionalities\breakpoint\breakpoint_command\main.c',
line = 12, exact_match = 0, locations = 0 (pending)

3: file = 'main.c', line = 12, exact_match = 0, locations = 0 (pending)
    Breakpoint commands:
      return bktptcmd.function(frame, bp_loc, internal_dict)


5: regex = '._MyFunction', locations = 0 (pending)

6: regex = '._MyFunction', locations = 0 (pending)

7: regex = '._MyFunction', locations = 0 (pending)

8: source regex = "is about to return [12]0", exact_match = 0, locations = 0
(pending)

9: source regex = "is about to return [12]0", exact_match = 0, locations = 0
(pending)



Expecting pattern: 1: file = '.*main.c', line = 12, exact_match = 0, locations
= 1, resolved = 1
Not matched

FAIL

<bound method SBProcess.Kill of <lldb.SBProcess; proxy of <Swig Object of type
'lldb::SBProcess *' at 0x032DD6B8> >>: success

Executing tearDown hook:         self.addTearDownHook(lambda:
self.runCmd("settings clear auto-confirm"))</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>