https://bugs.llvm.org/show_bug.cgi?id=42995

            Bug ID: 42995
           Summary: MSVC lldb failed to build, error C3861: 'SetID':
                    identifier not found
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev@lists.llvm.org
          Reporter: zufu...@163.com
                CC: jdevliegh...@apple.com, llvm-b...@lists.llvm.org

llvm\lldb\source\Plugins\Process\Windows\Common\NativeProcessWindows.cpp(60):
error C3861: 'SetID': identifier not found
llvm\lldb\source\Plugins\Process\Windows\Common\NativeProcessWindows.cpp(75):
error C3861: 'SetID': identifier not found
llvm\lldb\source\Plugins\Process\Windows\Common\NativeProcessWindows.cpp(399):
error C3861: 'SetID': identifier not found


NativeProcessProtocol in 
llvm\lldb\include\lldb\Host\common\NativeProcessProtocol.h
only has lldb::pid_t GetID() const { return m_pid; }
no SetID().

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to