Re: [lldb-dev] Any plan to support to debug Webassembly file?

2019-09-09 Thread Terry Guo via lldb-dev
On Mon, Sep 9, 2019 at 10:59 PM Greg Clayton wrote: > > > On Sep 9, 2019, at 7:07 AM, Terry Guo via lldb-dev < > lldb-dev@lists.llvm.org> wrote: > > Hi Jim, > > Thanks for your help. I implemented a WASM file plugin under folder > Plugins/ObjectFile/WASM. Now the LLDB can make a target for .wasm

[lldb-dev] [Bug 43258] New: Make it easier to find the definition for an alias command

2019-09-09 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=43258 Bug ID: 43258 Summary: Make it easier to find the definition for an alias command Product: lldb Version: unspecified Hardware: All OS: All Status: NEW

[lldb-dev] Issue with ThinLTO and gcc-9 [was: Re: [Release-testers] [9.0.0 Release] Release Candidate 3 is here]

2019-09-09 Thread Sylvestre Ledru via lldb-dev
Hello, Le 30/08/2019 à 18:38, Hans Wennborg via Release-testers a écrit : Hello everyone, 9.0.0-rc3 was tagged today from the release_90 branch at r370450. In the Git monorepo, it's tagged as llvmorg-9.0.0-rc3. I experienced an issue with lto. Initially not clang related but might be. For a

Re: [lldb-dev] Any plan to support to debug Webassembly file?

2019-09-09 Thread Greg Clayton via lldb-dev
> On Sep 9, 2019, at 7:07 AM, Terry Guo via lldb-dev > wrote: > > Hi Jim, > > Thanks for your help. I implemented a WASM file plugin under folder > Plugins/ObjectFile/WASM. Now the LLDB can make a target for .wasm file. My > .wasm file is built with clang and -g option. It does contain

Re: [lldb-dev] Any plan to support to debug Webassembly file?

2019-09-09 Thread Terry Guo via lldb-dev
Hi Jim, Thanks for your help. I implemented a WASM file plugin under folder Plugins/ObjectFile/WASM. Now the LLDB can make a target for .wasm file. My .wasm file is built with clang and -g option. It does contain dwarf informations spreaded in a series of .debug_xx sections. However I failed to

[lldb-dev] [Bug 39797] ExpressionParser: Couldn't apply expression side effects : couldn't write the new contents of l_17 back into the variable

2019-09-09 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=39797 Prasad Joshi changed: What|Removed |Added CC||prasadjoshi.li...@gmail.com