[Lldb-commits] [PATCH] D118261: [lldb/API] Add ability to check if module is backed by a file on disk

Med Ismail Bennani via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 26 11:31:43 PST 2022


mib updated this revision to Diff 403348.
mib retitled this revision from "[lldb/API] Add ability to check if module is reading from memory" to "[lldb/API] Add ability to check if module is backed by a file on disk".
mib edited the summary of this revision.
mib added a comment.

As discussed with @jingham offline, it's less ambiguous to rename this to `IsFileBacked` since it's not the module that does the reading.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118261/new/

https://reviews.llvm.org/D118261

Files:
  lldb/bindings/interface/SBModule.i
  lldb/include/lldb/API/SBModule.h
  lldb/source/API/SBModule.cpp
  lldb/test/API/python_api/sbmodule/Makefile
  lldb/test/API/python_api/sbmodule/TestSBModule.py
  lldb/test/API/python_api/sbmodule/main.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118261.403348.patch
Type: text/x-patch
Size: 4480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220126/1a8133a9/attachment.bin>


More information about the lldb-commits mailing list