Re: [lldb-dev] Add PPC64le support for LLDB

2018-05-23 Thread Greg Clayton via lldb-dev
> On May 23, 2018, at 9:15 AM, Alexandre Yukio Yamashita via lldb-dev > wrote: > > Hi, > > My team worked on porting LLDB for PPC64le. > Now, LLDB is working with the features: breakpoints, watchpoints, > read/write registers, backtrace, JIT, stepping, and core dump. > We would like to make

[lldb-dev] Add PPC64le support for LLDB

2018-05-23 Thread Alexandre Yukio Yamashita via lldb-dev
Hi, My team worked on porting LLDB for PPC64le. Now, LLDB is working with the features: breakpoints, watchpoints, read/write registers, backtrace, JIT, stepping, and core dump. We would like to make this port available for the community. How can I add this information on the official LLDB site?

Re: [lldb-dev] [cfe-dev] [RFC] Improving import failure checking strategy inside ASTImporter

2018-05-23 Thread Gábor Márton via lldb-dev
> But there are two issues. First, cast<> has two template arguments, not one. Second, template instantiation cannot guess what overload of cast should be used in each case. I'm sorry, but after a few attempts of making this code to compile, I have to ask you to elaborate a bit more once again. Yo