llvm-project/lldb/source/Plugins/ObjectFile/Mach-O
Greg Clayton e122877f10 Add a progress class that can track long running operations in LLDB.
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
2021-03-24 12:58:13 -07:00
..
CMakeLists.txt
ObjectFileMachO.cpp Add a progress class that can track long running operations in LLDB. 2021-03-24 12:58:13 -07:00
ObjectFileMachO.h Add support for firmware/standalone LC_NOTE "main bin spec" corefiles 2020-09-25 15:19:22 -07:00