Skip to content

Commit c5e2d07

Browse files
committed
Added comment to ShTestLldb
1 parent 6bc1eea commit c5e2d07

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lldb/test/Shell/helper/toolchain.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ def execute(self, test, litConfig):
6464
if '-O "platform settings -w ' in cmd:
6565
# If command is present, it is added by get_lldb_args.
6666
# Replace the path with the tests' path in suite.
67+
# Example:
68+
# bin/lldb
69+
# -O "platform shell mkdir -p /home/user/shell"
70+
# -O "platform settings -w /home/user/shell" ...
71+
# =>
72+
# bin/lldb
73+
# -O "platform shell mkdir -p /home/user/shell/SymbolFile/Breakpad/inline-record.test"
74+
# -O "platform settings -w /home/user/shell/SymbolFile/Breakpad/inline-record.test" ...
6775
args_def = " ".join(get_lldb_args(test.config))
6876
args_unique = " ".join(
6977
get_lldb_args(

0 commit comments

Comments
 (0)