[Lldb-commits] [PATCH] D74657: [lldb/Plugins] Add `platform process crash-info` command

Med Ismail Bennani via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 19 08:45:24 PST 2020


mib updated this revision to Diff 245424.
mib retitled this revision from "[lldb/Target] Add process crash-info command" to "[lldb/Plugins] Add `platform process crash-info` command".
mib edited the summary of this revision.
mib added a comment.

Moved implementation from Process to Platform / PlatformDarwin and made it more generic and extensive so other platforms could also use it.
Added documentation and addressed comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74657

Files:
  lldb/bindings/interface/SBPlatform.i
  lldb/include/lldb/API/SBPlatform.h
  lldb/include/lldb/API/SBStructuredData.h
  lldb/include/lldb/API/SBTarget.h
  lldb/include/lldb/Target/Platform.h
  lldb/include/lldb/Target/Process.h
  lldb/source/API/SBPlatform.cpp
  lldb/source/Commands/CommandObjectPlatform.cpp
  lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
  lldb/source/Target/Platform.cpp
  lldb/test/API/commands/platform/process/crash-info/Makefile
  lldb/test/API/commands/platform/process/crash-info/TestPlatformProcessCrashInfo.py
  lldb/test/API/commands/platform/process/crash-info/main.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74657.245424.patch
Type: text/x-patch
Size: 19515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200219/90f529cb/attachment-0001.bin>


More information about the lldb-commits mailing list