[lldb-dev] [Bug 42995] New: MSVC lldb failed to build, error C3861: 'SetID': identifier not found

via lldb-dev lldb-dev at lists.llvm.org
Wed Aug 14 03:41:15 PDT 2019


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 at lists.llvm.org
          Reporter: zufuliu at 163.com
                CC: jdevlieghere at apple.com, llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20190814/f1148ed9/attachment.html>


More information about the lldb-dev mailing list