mib added inline comments.
================
Comment at:
lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py:55
+ scripted_process_example_relpath =
"../../../../examples/python/scripted_process/my_scripted_process.py"
+ os.environ['SKIP_SCRIPTED_PROCESS_LAUNCH'] = '1'
+ self.runCmd("command script import " +
os.path.join(self.getSourceDir(),
----------------
JDevlieghere wrote:
> Why is this needed?
I use this to load the script without running the `process launch -C ....`
command.
You can see the rest of the logic in D95712, in the MyScriptedProcess example.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95713/new/
https://reviews.llvm.org/D95713
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits