Skip to content

Commit bb1c699

Browse files
committed
fix
1 parent cc8bd8f commit bb1c699

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lldb/source/Target/Target.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2994,9 +2994,6 @@ lldb::addr_t Target::GetBreakableLoadAddress(lldb::addr_t addr) {
29942994
lldb::DisassemblerSP Target::ReadInstructions(const Address &start_addr,
29952995
uint32_t count,
29962996
const char *flavor_string) {
2997-
if (!m_process_sp)
2998-
return lldb::DisassemblerSP();
2999-
30002997
DataBufferHeap data(GetArchitecture().GetMaximumOpcodeByteSize() * count, 0);
30012998
bool force_live_memory = true;
30022999
lldb_private::Status error;

0 commit comments

Comments
 (0)