[Lldb-commits] [lldb] [lldb][AIX] Added Ptrace extensions for AIX (PR #108000)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 11 00:07:22 PDT 2024


labath wrote:

> > Given [#108000 (comment)](https://github.com/llvm/llvm-project/pull/108000#discussion_r1752296507), my feeling is that this file just should not (need not) exist. For now, I'd suggest moving the header into NativeProcessAIX (that's the only place which uses it, right?), and then we can figure out what to do with it when we get to that.
> 
> So based on this, shall I move this file in the same path as NativeProcessAIX path for now?

You can do that as a temporary fix so that we can move on to dealing with other Host functionality. In the longer run I'll still most likely want to get rid of those constants by doing something like I described in that comment.

https://github.com/llvm/llvm-project/pull/108000


More information about the lldb-commits mailing list