Skip to content

Commit ca9f528

Browse files
fixup! add comment on ProcessGDBRemote override method
1 parent b3cbe2f commit ca9f528

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ class ProcessGDBRemote : public Process,
137137
size_t DoReadMemory(lldb::addr_t addr, void *buf, size_t size,
138138
Status &error) override;
139139

140+
/// Override of ReadMemoryRanges that uses MultiMemRead to optimize this
141+
/// operation.
140142
llvm::SmallVector<llvm::MutableArrayRef<uint8_t>>
141143
ReadMemoryRanges(llvm::ArrayRef<Range<lldb::addr_t, size_t>> ranges,
142144
llvm::MutableArrayRef<uint8_t> buf) override;

0 commit comments

Comments
 (0)