diff options
| author | Greg Clayton <gclayton@apple.com> | 2016-06-07 23:19:00 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2016-06-07 23:19:00 +0000 |
| commit | 32c940de377ec87a072e3d7c3f3200beec6fe90e (patch) | |
| tree | 6f437fdf50522284f74a8eacb00812a490b5f73a /lldb/source/Target/Process.cpp | |
| parent | 9a293ca173b9c1946f9e7c63993e6686c25db10b (diff) | |
| download | bcm5719-llvm-32c940de377ec87a072e3d7c3f3200beec6fe90e.tar.gz bcm5719-llvm-32c940de377ec87a072e3d7c3f3200beec6fe90e.zip | |
Now that there are no cycles that cause leaks in the disassembler/instruction classes, we can get rid of the FIXME lines that were working around this issue.
<rdar://problem/26684190>
llvm-svn: 272071
Diffstat (limited to 'lldb/source/Target/Process.cpp')
| -rw-r--r-- | lldb/source/Target/Process.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/source/Target/Process.cpp b/lldb/source/Target/Process.cpp index d4938094134..7f7b3eb69a5 100644 --- a/lldb/source/Target/Process.cpp +++ b/lldb/source/Target/Process.cpp @@ -6605,11 +6605,5 @@ Process::AdvanceAddressToNextBranchInstruction (Address default_stop_addr, Addre } } - if (disassembler_sp) - { - // FIXME: The DisassemblerLLVMC has a reference cycle and won't go away if it has any active instructions. - disassembler_sp->GetInstructionList().Clear(); - } - return retval; } |

