[Lldb-commits] [PATCH] D100208: [lldb] [Process/Linux] Report fork/vfork stop reason to client
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Apr 11 04:40:19 PDT 2021
mgorny updated this revision to Diff 336657.
mgorny added a comment.
Copy software breakpoints to the forked process, to future-proof this patch for breakpoint support (I suppose there's no point in splitting it more).
Add `GetSupportedExtensions()` to actually enable the new code.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100208/new/
https://reviews.llvm.org/D100208
Files:
lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
lldb/source/Plugins/Process/Linux/NativeProcessLinux.h
lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
lldb/source/Plugins/Process/Linux/NativeThreadLinux.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100208.336657.patch
Type: text/x-patch
Size: 4609 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210411/956f32bf/attachment.bin>
More information about the lldb-commits
mailing list