[all-commits] [llvm/llvm-project] f1812a: [lldb] [gdb-remote server] Abstract away getting c...

Michał Górny via All-commits all-commits at lists.llvm.org
Tue Apr 13 09:53:54 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f1812a284f28e5b142e63d5deeb340be3ca5d4b3
      https://github.com/llvm/llvm-project/commit/f1812a284f28e5b142e63d5deeb340be3ca5d4b3
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2021-04-13 (Tue, 13 Apr 2021)

  Changed paths:
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h

  Log Message:
  -----------
  [lldb] [gdb-remote server] Abstract away getting current process

Introduce new m_current_process and m_continue_process variables that
keep the pointers to currently selected process.  At this moment, this
is equivalent to m_debugged_process_up but it lays foundations for
the future multiprocess support.

Differential Revision: https://reviews.llvm.org/D100256




More information about the All-commits mailing list