Skip to content

Commit ca40bc1

Browse files
committed
add __lldb_ prefix in test
1 parent 15fd62b commit ca40bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,7 @@ def request_moduleSymbols(
12071207
count: int = 0,
12081208
):
12091209
command_dict = {
1210-
"command": "moduleSymbols",
1210+
"command": "__lldb_moduleSymbols",
12111211
"type": "request",
12121212
"arguments": {
12131213
"moduleId": moduleId,

0 commit comments

Comments
 (0)