forked from OSchip/llvm-project
e122877f10
LLDB can often appear deadlocked to users that use IDEs when it is indexing DWARF, or parsing symbol tables. These long running operations can make a debug session appear to be doing nothing even though a lot of work is going on inside LLDB. This patch adds a public API to allow clients to listen to debugger events that report progress and will allow UI to create an activity window or display that can show users what is going on and keep them informed of expensive operations that are going on inside LLDB. Differential Revision: https://reviews.llvm.org/D97739 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ObjectFileMachO.cpp | ||
ObjectFileMachO.h |