Hi All, I am trying to remote debug. My code is on 10.11 and my test machine is 10.12, Sierra. I am using Xcode 5 on both machines. I am following below steps for remote debugging:
Test machine ------------- cd /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/Resources ./debugserver 192.168.116.130:12345 --attach=408 Code build machine ————————————— lldb process connect connect://192.168.116.151:12345 b main.c:8 This works fine if both build and test machines are 10.11 but fails with below error if test machine is 10.12 and build machine is 10.11: process connect connect://192.168.116.187:12345 Assertion failed: (!"Unhandled architecture in PlatformDarwin::GetSoftwareBreakpointTrapOpcode()"), function GetSoftwareBreakpointTrapOpcode, file /SourceCache/lldb/lldb-300.2.53/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp, line 437. Any suggestions to fix this? -- Have a nice day! Regards, Dipti
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev