Move ProgressEventData out of debugger and into its own file. This is in preparation of adding a new type of event data for warnings/errors.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D121506
[lldb] Move ProgressEventData out of debugger and into its own file (NFC) ClosedPublic Authored by JDevlieghere on Mar 11 2022, 7:24 PM.
Details Summary Move ProgressEventData out of debugger and into its own file. This is in preparation of adding a new type of event data for warnings/errors.
Diff Detail
Event TimelineJDevlieghere added a child revision: D121511: [lldb] Report debugger diagnostics as events.Mar 11 2022, 9:31 PM This revision is now accepted and ready to land.Mar 14 2022, 1:40 AM Closed by commit rG5e65e79bace6: [lldb] Move ProgressEventData out of debugger and into its own file (NFC) (authored by JDevlieghere). · Explain WhyMar 14 2022, 9:24 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 415117 lldb/include/lldb/Core/Debugger.h
lldb/include/lldb/Core/DebuggerEvents.h
lldb/source/API/SBDebugger.cpp
lldb/source/Core/CMakeLists.txt
lldb/source/Core/Debugger.cpp
lldb/source/Core/DebuggerEvents.cpp
|