[Lldb-commits] [lldb] [lldb-dap] Implement a MemoryMonitor for macOS & Linux (PR #129332)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 4 22:59:09 PST 2025


JDevlieghere wrote:

> This looks very nice. Just out of curiosity, is something printed on the terminal/console whenever one of these low memory events happen?

No, this should be transparent to the user. Removing the orphaned modules might not be enough to get out of this situation, so the callback might be called repeatedly. I've added a log line so we can see when this happens that way. 

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


More information about the lldb-commits mailing list