[Lldb-commits] [PATCH] D120969: [lldb/Plugins] Add ability to load modules to Scripted Processes
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 4 11:02:41 PST 2022
mib added inline comments.
================
Comment at: lldb/test/API/functionalities/scripted_process/stack_core_scripted_process.py:45
+
+ lib_load_addr = 0x00000001001e0000
+ self.loaded_images.append({"path": self.lib_path,
----------------
JDevlieghere wrote:
> What exactly is this value? Shouldn't we get the load address from the core file and report that?
You're right, I missed that.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120969/new/
https://reviews.llvm.org/D120969
More information about the lldb-commits
mailing list