Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D100547
[lldb] [Process/FreeBSD] Report fork/vfork events to LLGS ClosedPublic Authored by mgorny on Apr 15 2021, 4:19 AM.
Details
Diff Detail
Event Timelinemgorny created this revision. mgorny added parent revisions: D100418: [lldb] [MainLoop] Support multiple callbacks per signal, D100153: [lldb] [Process] Introduce protocol extension support API, D100191: [lldb] [llgs] Support owning and detaching extra processes, D100196: [lldb] [gdb-remote server] Introduce new stop reasons for fork and vfork, D100206: [lldb] [llgs client] Support minimal fork/vfork handling. This revision is now accepted and ready to land.Apr 25 2021, 6:33 AM This revision was landed with ongoing or failed builds.Apr 25 2021, 10:41 AM Closed by commit rG65f2a757371e: [lldb] [Process/FreeBSD] Report fork/vfork events to LLGS (authored by mgorny). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 340371 lldb/packages/Python/lldbsuite/test/dotest.py
lldb/source/Plugins/Process/FreeBSD/NativeProcessFreeBSD.h
lldb/source/Plugins/Process/FreeBSD/NativeProcessFreeBSD.cpp
lldb/source/Plugins/Process/FreeBSD/NativeThreadFreeBSD.h
lldb/source/Plugins/Process/FreeBSD/NativeThreadFreeBSD.cpp
|