[Lldb-commits] [PATCH] D100196: [lldb] Introduce new stop reasons for fork and vfork

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Apr 11 08:35:34 PDT 2021


mgorny updated this revision to Diff 336668.
mgorny retitled this revision from "[lldb] Introduce new stop reasons: fork and vfork" to "[lldb] Introduce new stop reasons for fork and vfork".
mgorny edited the summary of this revision.
mgorny added a comment.

Add 'vforkdone' stop reason. Move overrideable actions to this patch.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100196/new/

https://reviews.llvm.org/D100196

Files:
  lldb/bindings/interface/SBThread.i
  lldb/bindings/interface/SBThreadPlan.i
  lldb/docs/python_api_enums.rst
  lldb/examples/python/performance.py
  lldb/include/lldb/API/SBThread.h
  lldb/include/lldb/API/SBThreadPlan.h
  lldb/include/lldb/Host/Debug.h
  lldb/include/lldb/Target/Process.h
  lldb/include/lldb/Target/StopInfo.h
  lldb/include/lldb/lldb-enumerations.h
  lldb/packages/Python/lldbsuite/test/lldbutil.py
  lldb/source/API/SBThread.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  lldb/source/Target/Process.cpp
  lldb/source/Target/StackFrameList.cpp
  lldb/source/Target/StopInfo.cpp
  lldb/source/Target/Thread.cpp
  lldb/tools/lldb-vscode/JSONUtils.cpp
  lldb/tools/lldb-vscode/LLDBUtils.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100196.336668.patch
Type: text/x-patch
Size: 18978 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210411/04f69400/attachment-0001.bin>


More information about the lldb-commits mailing list