mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 08:56:15 +08:00
[lldb] Sink StreamFile into lldbHost
StreamFile subclasses Stream (from lldbUtility) and is backed by a File (from lldbHost). It does not depend on anything from lldbCore or any of its sibling libraries, so I think it makes sense for this to live in lldbHost instead. Differential Revision: https://reviews.llvm.org/D157460
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
#include "Utils.h"
|
||||
#include "lldb/Core/Address.h"
|
||||
#include "lldb/Core/Debugger.h"
|
||||
#include "lldb/Core/StreamFile.h"
|
||||
#include "lldb/Core/ValueObjectRegister.h"
|
||||
#include "lldb/Core/ValueObjectVariable.h"
|
||||
#include "lldb/Core/ValueObjectConstResult.h"
|
||||
|
||||
Reference in New Issue
Block a user