[all-commits] [llvm/llvm-project] 68099b: [lldb] Add a getter for the process' system archit...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Mar 11 10:58:18 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 68099b1d5c2c99ff79e56a9e183f1601835ea244
      https://github.com/llvm/llvm-project/commit/68099b1d5c2c99ff79e56a9e183f1601835ea244
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-03-11 (Fri, 11 Mar 2022)

  Changed paths:
    M lldb/include/lldb/Target/Process.h
    M lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
    M lldb/source/Plugins/Process/Windows/Common/ProcessWindows.h
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h

  Log Message:
  -----------
  [lldb] Add a getter for the process' system architecture

This patch adds a getter for the process' system architecture. I went
with Process::GetSystemArchitecture to match
Platform::GetSystemArchitecture.

Differential revision: https://reviews.llvm.org/D121443




More information about the All-commits mailing list