Files
clang-p2996/lldb
Jonas Devlieghere d6eaaa1f13 [lldb] Remove unimplemented SBTraceCursor::GetExecutionContextRef
Fixes TAPI verification error:

  SBTraceCursor.h:130:23: error: declaration has external linkage, but dynamic library doesn't have symbol '__ZN4lldb13SBTraceCursor22GetExecutionContextRefEv'
  SBExecutionContext &GetExecutionContextRef();
                      ^

Remove the method as it doesn't have an implementation.
2023-01-30 20:35:52 -08:00
..