These functions have been NO-OPs since 2014 (44d937820b451). Remove them
and deprecate the corresponding functions in SBDebugger.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lldb/source/API/SBDebugger.cpp | ||
---|---|---|
1538–1545 | You probably want these annotations on the header file so that projects that compile against LLDB get the deprecation warnings. |
lldb/source/API/SBDebugger.cpp | ||
---|---|---|
1538–1545 | Good point. Fixed in f2ec73c74650. |
You probably want these annotations on the header file so that projects that compile against LLDB get the deprecation warnings.