[all-commits] [llvm/llvm-project] 830786: [lldb] [gdb-remote client] Remove breakpoints in f...

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8307869a224633d3516d98071b45fdec7314f8a3
      https://github.com/llvm/llvm-project/commit/8307869a224633d3516d98071b45fdec7314f8a3
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2021-08-31 (Tue, 31 Aug 2021)

  Changed paths:
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
    M lldb/test/API/functionalities/gdb_remote_client/gdbclientutils.py
    A lldb/test/Shell/Subprocess/clone-follow-parent-softbp.test
    A lldb/test/Shell/Subprocess/fork-follow-parent-softbp.test

  Log Message:
  -----------
  [lldb] [gdb-remote client] Remove breakpoints in forked processes

Remove software breakpoints from forked processes in order to restore
the original program code before detaching it.

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




More information about the All-commits mailing list