This patch adds a getter for the process' system architecture. I went with Process::GetSystemArchitecture to match Platform::GetSystemArchitecture.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lldb/source/Target/Process.cpp | ||
---|---|---|
2654 ↗ | (On Diff #414586) | This is only a good default for local process plugins. Since we have just one (windows) of those right now, it might be better to put it there. |
lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.h | ||
---|---|---|
75 ↗ | (On Diff #414678) | This should go in ProcessWindows.h. NativeProcessWindows is the not-fully-functional lldb-server-based implementation. Also, drop the Process:: |
lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.cpp | ||
---|---|---|
236 ↗ | (On Diff #414678) | two spaces? |
lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.cpp | ||
---|---|---|
236 ↗ | (On Diff #414678) | I think we have bigger problems than that. But clearly this file isn't getting build for me. |