Hi Jeffrey,
For the source code locating issue based on your info my guess is that LLDB
doesn't able to resolve the relative file name path specified in your
symbol files to the absolute path required to load the file from disk. Can
you try running "target modules dump line-table " where the file
The compiler redistributable is also widely available:
https://www.microsoft.com/en-us/download/details.aspx?id=48145
The python 3.5 dll would still use the runtime dll; lldb should do the same.
I’ve had crashes in the past because lldb and python used different runtimes.
--
Qua
> [UCRT] had been pushed to Vista, 7 and 8 via Windows Update
I didn't think that was true in general. One of the redist options is to
include an MSU in your installer that tells Windows Update to add UCRT to
the list of components it updates. So some Vista, 7, and 8 users may have
received it
I was referring to this:
https://support.microsoft.com/en-us/help/2999226/update-for-universal-c-runtime-in-windows.
Granted, it was probably marked as non-critical, so some users may have
skipped it.
> One of the redist options is to include an MSU in your installer that
tells Windows Update t
On Thu, Jan 12, 2017 at 1:18 PM, Vadim Chugunov via lldb-dev <
lldb-dev@lists.llvm.org> wrote:
> I was referring to this: https://support.microsoft.com/en-us/help/
> 2999226/update-for-universal-c-runtime-in-windows. Granted, it was
> probably marked as non-critical, so some users may have skipp
Dear everyone,
It has begun: the release branch was recently created from trunk at
r291814 and the trunk version was subsequently incremented to 5.0.0
(as per the new versioning scheme [1]).
Release blockers are tracked by http://llvm.org/PR31622 Please mark
any bugs, old or new, that you think n
On Thu, Jan 12, 2017 at 10:18 AM, Vadim Chugunov via lldb-dev <
lldb-dev@lists.llvm.org> wrote:
> I was referring to this: https://support.microsoft.com/en-us/help/
> 2999226/update-for-universal-c-runtime-in-windows. Granted, it was
> probably marked as non-critical, so some users may have skip