================
@@ -1255,6 +1255,95 @@ lldb::SBFileSpec SBProcess::GetCoreFile() {
return SBFileSpec(core_file);
}
+addr_t SBProcess::GetAddressMask(AddressMaskType type,
+ AddressMaskRange addr_range) {
+ LLDB_INSTRUMENT_VA(this, type, addr_range);
----------------
JDevlieghere wrote:
`lldb-instr` always puts a newline after `LLDB_INSTRUMENT_VA`. We should do the
same here to be consistent with the rest of the SB API.
https://github.com/llvm/llvm-project/pull/83095
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits