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

Michał Górny via All-commits all-commits at lists.llvm.org
Tue Aug 31 23:17:17 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 199344d832c1bed1d75b1db2c1493e5a3e5c5544
      https://github.com/llvm/llvm-project/commit/199344d832c1bed1d75b1db2c1493e5a3e5c5544
  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