[all-commits] [llvm/llvm-project] c56898: [lldb] [gdb-remote client] Remove breakpoints thro...

Michał Górny via All-commits all-commits at lists.llvm.org
Wed Sep 1 01:34:03 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c568985845618eaef97a8a07ecc879e28cd70a94
      https://github.com/llvm/llvm-project/commit/c568985845618eaef97a8a07ecc879e28cd70a94
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2021-09-01 (Wed, 01 Sep 2021)

  Changed paths:
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
    A lldb/test/Shell/Subprocess/vfork-follow-parent-softbp.test

  Log Message:
  -----------
  [lldb] [gdb-remote client] Remove breakpoints throughout vfork

Temporarily remove breakpoints for the duration of vfork, in order
to prevent them from triggering in the child process.  Restore them
once the server reports that vfork has finished and it is ready to
resume execution.

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




More information about the All-commits mailing list