Skip to content

Commit 86e4b6b

Browse files
committed
fix
1 parent 8041162 commit 86e4b6b

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
@@ -3000,9 +3000,6 @@ lldb::addr_t Target::GetBreakableLoadAddress(lldb::addr_t addr) {
30003000
lldb::DisassemblerSP Target::ReadInstructions(const Address &start_addr,
30013001
uint32_t count,
30023002
const char *flavor_string) {
3003-
if (!m_process_sp)
3004-
return lldb::DisassemblerSP();
3005-
30063003
DataBufferHeap data(GetArchitecture().GetMaximumOpcodeByteSize() * count, 0);
30073004
bool force_live_memory = true;
30083005
lldb_private::Status error;

0 commit comments

Comments
 (0)