[all-commits] [llvm/llvm-project] d6eaaa: [lldb] Remove unimplemented SBTraceCursor::GetExec...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Jan 30 20:36:07 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d6eaaa1f13a9f7c3d3f87257ea2cf18e0dc13d86
      https://github.com/llvm/llvm-project/commit/d6eaaa1f13a9f7c3d3f87257ea2cf18e0dc13d86
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2023-01-30 (Mon, 30 Jan 2023)

  Changed paths:
    M lldb/include/lldb/API/SBTraceCursor.h

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list