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?