[Lldb-commits] [PATCH] D131159: [lldb] Use WSAEventSelect for MainLoop polling on windows

Alvin Wong via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 10 04:08:00 PDT 2022


alvinhochun added a comment.

I gave this a spin with `LLDB_USE_LLDB_SERVER=1`, but there looks to be some pre-existing issues with the lldb-server implementation so I can't really test much normally using builds of Krita:

- Manually set breakpoints don't work (they stay unresolved?)
- Debugger apparently breaks on every first chance exceptions (running ASAN builds stops too often)
- Backtraces have no symbol names and seems to show bogus addresses

Other than that, it runs the debuggee and I can continue on exception stops. That's as much as I can tell.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131159/new/

https://reviews.llvm.org/D131159



More information about the lldb-commits mailing list