Re: [lldb-dev] [cfe-dev] LLVM 11.1.0-final has been tagged.

2021-02-18 Thread Hans Wennborg via lldb-dev
Windows is ready: $ sha256sum LLVM-11.0.1-win*.exe 76886461d2638ed16625a5e2dee35eae2202814fa9f9d99bd983f12d50f581ae LLVM-11.0.1-win32.exe d17bd0e556115c30ff45e30a3f9a623af89ad6a345a5df3ac47aa8b9eabab9a7 LLVM-11.0.1-win64.exe On Thu, Feb 18, 2021 at 5:06 AM Tom Stellard via cfe-dev wrote: > > Hi

Re: [lldb-dev] Is DBGSearchPaths supported for configuring dSYM lookups?

2021-02-18 Thread Ivan Hernandez via lldb-dev
Thank you for the very detailed explanation Greg! Good to know about why DBGSpotlightPaths was not working and that DBGSearchPaths is a possible option. I do expect this directory will get quite large so it looks like DBGFileMappedPaths is the better alternative. On Wed, Feb 17, 2021 at 6:53 PM Gr

Re: [lldb-dev] Is DBGSearchPaths supported for configuring dSYM lookups?

2021-02-18 Thread Greg Clayton via lldb-dev
> On Feb 18, 2021, at 6:55 AM, Ivan Hernandez wrote: > > Thank you for the very detailed explanation Greg! Happy to help! I wrote the original DebugSymbols.framework when I worked at Apple many many years ago, so I am quite familiar with what it does. > Good to know about why DBGSpotlightPat