[Lldb-commits] [lldb] [lldb] Enable locate module callback for all module loading (PR #160199)

Dmitry Vasilyev via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 7 23:44:25 PST 2025


slydiman wrote:

2 buildbots are broken (see above). Please fix the test ASAP
```
Traceback (most recent call last):
  File "/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/after_rebuild/TestLocationsAfterRebuild.py", line 59, in test_remaining_location_spec
    self.runCmd(f"break disable {loc_string}")
  File "/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1006, in runCmd
    self.assertTrue(self.res.Succeeded(), msg + output)
AssertionError: False is not true : Command 'break disable 1.3' did not return successfully
Error output:
error: '1.3' is not a currently valid breakpoint/location id.
```

https://github.com/llvm/llvm-project/pull/160199


More information about the lldb-commits mailing list