hhb added inline comments.
Comment at: finishSwigPythonLLDB.py:380
-strSrc = os.path.normcase(os.path.join(strPrefix, vstrSrcFile))
-strRelSrc = os.path.relpath(strSrc, os.path.dirname(strTarget))
tatyana-krasnukha wrote:
> tatyana-krasnukha wrote:
> >
tatyana-krasnukha added inline comments.
Comment at: finishSwigPythonLLDB.py:380
-strSrc = os.path.normcase(os.path.join(strPrefix, vstrSrcFile))
-strRelSrc = os.path.relpath(strSrc, os.path.dirname(strTarget))
tatyana-krasnukha wrote:
> hhb wrote:
> >
tatyana-krasnukha abandoned this revision.
tatyana-krasnukha added a comment.
Fixed by reverting the initial commit.
Comment at: finishSwigPythonLLDB.py:380
-strSrc = os.path.normcase(os.path.join(strPrefix, vstrSrcFile))
-strRelSrc = os.path.relpath(strSrc, os.path.d
hhb added inline comments.
Comment at: finishSwigPythonLLDB.py:380
-strSrc = os.path.normcase(os.path.join(strPrefix, vstrSrcFile))
-strRelSrc = os.path.relpath(strSrc, os.path.dirname(strTarget))
hhb wrote:
> tatyana-krasnukha wrote:
> > This command p
hhb added inline comments.
Comment at: finishSwigPythonLLDB.py:380
-strSrc = os.path.normcase(os.path.join(strPrefix, vstrSrcFile))
-strRelSrc = os.path.relpath(strSrc, os.path.dirname(strTarget))
tatyana-krasnukha wrote:
> This command produces an inco