llvm-project/lldb/source
Med Ismail Bennani ff52ef334b
[lldb/API] Add ability to check if module is backed by a file on disk
This patch introduces a new SBAPI method: `SBModule::IsFileBacked`

As the name suggests, it tells the user if the module's object file is
on disk or in memory.

rdar://68538278

Differential Revision: https://reviews.llvm.org/D118261

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
2022-01-26 20:40:24 +01:00
..
API [lldb/API] Add ability to check if module is backed by a file on disk 2022-01-26 20:40:24 +01:00
Breakpoint [lldb] Make StatsDuration thread-safe 2022-01-19 16:42:53 +01:00
Commands [lldb] Add option to show memory tags in memory read output 2022-01-26 14:40:39 +00:00
Core [lldb] Add option to show memory tags in memory read output 2022-01-26 14:40:39 +00:00
DataFormatters Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C++17" 2022-01-26 16:55:53 +01:00
Expression [lldb] Fix a couple of use-of-uninit-var errors in Materializer.cpp 2022-01-26 17:01:53 +01:00
Host Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C++17" 2022-01-26 16:55:53 +01:00
Initialization [lldb] Make lldbVersion a full fledged library 2021-12-08 15:14:34 -08:00
Interpreter Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C++17" 2022-01-26 16:55:53 +01:00
Plugins Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C++17" 2022-01-26 16:55:53 +01:00
Symbol Use true/false instead of 1/0 (NFC) 2022-01-09 12:21:06 -08:00
Target [lldb] Correct \params to \param in StackFrame Doxygen comments 2022-01-26 14:05:58 +00:00
Utility [lldb] Remove ConstString::StaticMemorySize 2022-01-26 09:13:46 -08:00
Version [lldb] Fix LLDB_FULL_VERSION_STRING 2022-01-19 14:20:22 -08:00
CMakeLists.txt [lldb] Make lldbVersion a full fledged library 2021-12-08 15:14:34 -08:00