[Lldb-commits] [PATCH] D31172: Move stop info override callback code from ArchSpec into Process

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 20 23:51:09 PDT 2017


zturner created this revision.

The only real consumer of this is the `Process` class, so it makes sense (both conceptually and from a layering standpoint) to hide this in the Process plugin.

This is intended to be NFC.


https://reviews.llvm.org/D31172

Files:
  lldb/include/lldb/Core/ArchSpec.h
  lldb/include/lldb/Target/Process.h
  lldb/source/Core/ArchSpec.cpp
  lldb/source/Interpreter/CommandObject.cpp
  lldb/source/Target/Process.cpp
  lldb/source/Target/Thread.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31172.92435.patch
Type: text/x-patch
Size: 19433 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170321/b3657ba6/attachment.bin>


More information about the lldb-commits mailing list