Re: [lldb-dev] Adding lldb support for ppc64le

2017-08-16 Thread Greg Clayton via lldb-dev
I would look at existing code and mimic what other NativeRegisterContextLinux classes do, but the basics are: 1 - you define register information for each register (ID (register index that starts at zero and increases with no gaps), name, alt name, offset, size, type) so that all registers have

[lldb-dev] Adding lldb support for ppc64le

2017-08-16 Thread Alexandre Yukio Yamashita via lldb-dev
Hi, I am new to the lldb development and trying to add support for ppc64le. Now, I am having some problems to handle the breakpoints. In the file /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp:1868, I am not able to get the PC address. I created a new file (NativeRegisterContextLi