aprantl added inline comments.
Herald added a subscriber: JDevlieghere.
================
Comment at: lldb/source/Target/TargetProperties.td:180
+ DefaultTrue,
+ Desc<"Enables reading bytes from the file cache instead of process when
the address LLDB is reading from falls in a readable but not writable section">;
}
----------------
What do you think about `FetchReadonlyDataFromFileCache`?
@jasonmolenda: Does this description sound better?
```
Desc<"Prefer reading read-only data from object files on disk. When
debugging remotely this can be much faster than fetching memory from the
target, but it might miss modifications performed by the operating system at
load time.">;
```
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100338/new/
https://reviews.llvm.org/D100338
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits