You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The go linker does not specify a min OS X version.
When this is missing lldb cannot identify the os of the binary.
In external link mode the system linker adds LC_VERSION_MIN_MACOSX, set to the current OS X version.
This means only programs compiled in external link mode can be debugged with lldb.
The go linker does not specify a min OS X version.
When this is missing lldb cannot identify the os of the binary.
In external link mode the system linker adds LC_VERSION_MIN_MACOSX, set to the current OS X version.
This means only programs compiled in external link mode can be debugged with lldb.
See http://lists.llvm.org/pipermail/lldb-dev/2015-October/008555.html
The text was updated successfully, but these errors were encountered: