[Lldb-commits] [lldb] [lldb] Add support for PC-less scripted frames (PR #170762)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 4 14:21:55 PST 2025
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 33218 tests passed
* 503 tests skipped
* 2 tests failed
## Failed Tests
(click on a test name to see its output)
### lldb-api
<details>
<summary>lldb-api.functionalities/scripted_frame_provider/TestScriptedFrameProvider.py</summary>
```
Script:
--
/usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib --env LLVM_INCLUDE_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include --env LLVM_TOOLS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin --libcxx-include-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 --libcxx-include-target-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 --libcxx-library-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib/x86_64-unknown-linux-gnu --arch x86_64 --build-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex --lldb-module-cache-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/lldb --compiler /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang --dsymutil /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/dsymutil --make /usr/bin/gmake --llvm-tools-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin --lldb-obj-root /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb --lldb-libs-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib --cmake-build-type Release /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/functionalities/scripted_frame_provider -p TestScriptedFrameProvider.py
--
Exit Code: 1
Command Output (stdout):
--
lldb version 22.0.0git (https://github.com/llvm/llvm-project revision 880be07297502b6c5ddd5535ec33395eb5597530)
clang revision 880be07297502b6c5ddd5535ec33395eb5597530
llvm revision 880be07297502b6c5ddd5535ec33395eb5597530
Skipping the following test categories: msvcstl, dsym, pdb, gmodules, debugserver, objc
--
Command Output (stderr):
--
PASS: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_append_frames (TestScriptedFrameProvider.ScriptedFrameProviderTestCase.test_append_frames)
PASS: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_applies_to_thread (TestScriptedFrameProvider.ScriptedFrameProviderTestCase.test_applies_to_thread)
PASS: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_circular_dependency_fix (TestScriptedFrameProvider.ScriptedFrameProviderTestCase.test_circular_dependency_fix)
PASS: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_prepend_frames (TestScriptedFrameProvider.ScriptedFrameProviderTestCase.test_prepend_frames)
FAIL: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_python_source_frames (TestScriptedFrameProvider.ScriptedFrameProviderTestCase.test_python_source_frames)
PASS: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_remove_frame_provider_by_id (TestScriptedFrameProvider.ScriptedFrameProviderTestCase.test_remove_frame_provider_by_id)
PASS: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_replace_all_frames (TestScriptedFrameProvider.ScriptedFrameProviderTestCase.test_replace_all_frames)
PASS: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_scripted_frame_objects (TestScriptedFrameProvider.ScriptedFrameProviderTestCase.test_scripted_frame_objects)
======================================================================
FAIL: test_python_source_frames (TestScriptedFrameProvider.ScriptedFrameProviderTestCase.test_python_source_frames)
Test that frames can point to Python source files and display properly.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/functionalities/scripted_frame_provider/TestScriptedFrameProvider.py", line 483, in test_python_source_frames
self.assertEqual(
AssertionError: 'compute_fibonacci' != 'process_data'
- compute_fibonacci
+ process_data
: Second frame should be process_data
Config=x86_64-/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang
----------------------------------------------------------------------
Ran 8 tests in 10.951s
FAILED (failures=1)
--
```
</details>
<details>
<summary>lldb-api.tools/lldb-dap/stackTrace/TestDAP_stackTrace.py</summary>
```
Script:
--
/usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib --env LLVM_INCLUDE_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include --env LLVM_TOOLS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin --libcxx-include-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 --libcxx-include-target-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 --libcxx-library-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib/x86_64-unknown-linux-gnu --arch x86_64 --build-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex --lldb-module-cache-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/lldb --compiler /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang --dsymutil /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/dsymutil --make /usr/bin/gmake --llvm-tools-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin --lldb-obj-root /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb --lldb-libs-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib --cmake-build-type Release /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace -p TestDAP_stackTrace.py
--
Exit Code: 1
Command Output (stdout):
--
lldb version 22.0.0git (https://github.com/llvm/llvm-project revision 880be07297502b6c5ddd5535ec33395eb5597530)
clang revision 880be07297502b6c5ddd5535ec33395eb5597530
llvm revision 880be07297502b6c5ddd5535ec33395eb5597530
Skipping the following test categories: msvcstl, dsym, pdb, gmodules, debugserver, objc
--
Command Output (stderr):
--
FAIL: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_StackFrameFormat (TestDAP_stackTrace.TestDAP_stackTrace.test_StackFrameFormat)
========= DEBUG ADAPTER PROTOCOL LOGS =========
1764886792.103646755 (stdio) --> {"command":"initialize","type":"request","arguments":{"adapterID":"lldb-native","clientID":"vscode","columnsStartAt1":true,"linesStartAt1":true,"locale":"en-us","pathFormat":"path","supportsRunInTerminalRequest":true,"supportsVariablePaging":true,"supportsVariableType":true,"supportsStartDebuggingRequest":true,"supportsProgressReporting":true,"supportsInvalidatedEvent":true,"supportsMemoryEvent":true,"$__lldb_sourceInitFile":false},"seq":1}
1764886792.103747845 (stdio) queued (command=initialize seq=1)
1764886792.104031324 (stdio) <-- {"body":{"$__lldb_version":"lldb version 22.0.0git (https://github.com/llvm/llvm-project revision 880be07297502b6c5ddd5535ec33395eb5597530)\n clang revision 880be07297502b6c5ddd5535ec33395eb5597530\n llvm revision 880be07297502b6c5ddd5535ec33395eb5597530","completionTriggerCharacters":["."," ","\t"],"exceptionBreakpointFilters":[{"description":"C++ Catch","filter":"cpp_catch","label":"C++ Catch","supportsCondition":true},{"description":"C++ Throw","filter":"cpp_throw","label":"C++ Throw","supportsCondition":true},{"description":"Objective-C Catch","filter":"objc_catch","label":"Objective-C Catch","supportsCondition":true},{"description":"Objective-C Throw","filter":"objc_throw","label":"Objective-C Throw","supportsCondition":true}],"supportTerminateDebuggee":true,"supportsBreakpointLocationsRequest":true,"supportsCancelRequest":true,"supportsCompletionsRequest":true,"supportsConditionalBreakpoints":true,"supportsConfigurationDoneRequest":true,"supportsDataBreakpointBytes":true,"supportsDataBreakpoints":true,"supportsDelayedStackTraceLoading":true,"supportsDisassembleRequest":true,"supportsEvaluateForHovers":true,"supportsExceptionFilterOptions":true,"supportsExceptionInfoRequest":true,"supportsFunctionBreakpoints":true,"supportsHitConditionalBreakpoints":true,"supportsInstructionBreakpoints":true,"supportsLogPoints":true,"supportsModuleSymbolsRequest":true,"supportsModulesRequest":true,"supportsReadMemoryRequest":true,"supportsSetVariable":true,"supportsSteppingGranularity":true,"supportsValueFormattingOptions":true,"supportsWriteMemoryRequest":true},"command":"initialize","request_seq":1,"seq":1,"success":true,"type":"response"}
1764886792.104501963 (stdio) --> {"command":"launch","type":"request","arguments":{"program":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_StackFrameFormat/a.out","initCommands":["settings clear --all","settings set symbols.enable-external-lookup false","settings set target.inherit-tcc true","settings set target.disable-aslr false","settings set target.detach-on-error false","settings set target.auto-apply-fixits false","settings set plugin.process.gdb-remote.packet-timeout 60","settings set symbols.clang-modules-cache-path \"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-lldb/lldb-api\"","settings set use-color false","settings set show-statusline false"],"disableASLR":false,"enableAutoVariableSummaries":false,"enableSyntheticChildDebugging":false,"displayExtendedBacktrace":false},"seq":2}
1764886792.104545593 (stdio) queued (command=launch seq=2)
1764886792.107284784 (stdio) <-- {"body":{"category":"console","output":"Running initCommands:\n"},"event":"output","seq":2,"type":"event"}
1764886792.107326746 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings clear --all\n"},"event":"output","seq":3,"type":"event"}
1764886792.107343435 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set symbols.enable-external-lookup false\n"},"event":"output","seq":4,"type":"event"}
1764886792.107357502 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set target.inherit-tcc true\n"},"event":"output","seq":5,"type":"event"}
1764886792.107371092 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set target.disable-aslr false\n"},"event":"output","seq":6,"type":"event"}
1764886792.107384205 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set target.detach-on-error false\n"},"event":"output","seq":7,"type":"event"}
1764886792.107409954 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set target.auto-apply-fixits false\n"},"event":"output","seq":8,"type":"event"}
1764886792.107423067 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set plugin.process.gdb-remote.packet-timeout 60\n"},"event":"output","seq":9,"type":"event"}
1764886792.107438087 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set symbols.clang-modules-cache-path \"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-lldb/lldb-api\"\n"},"event":"output","seq":10,"type":"event"}
1764886792.107455254 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set use-color false\n"},"event":"output","seq":11,"type":"event"}
1764886792.107470036 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set show-statusline false\n"},"event":"output","seq":12,"type":"event"}
1764886792.129178047 (stdio) <-- {"command":"launch","request_seq":2,"seq":13,"success":true,"type":"response"}
1764886792.130851984 (stdio) <-- {"event":"initialized","seq":14,"type":"event"}
1764886792.130909204 (stdio) <-- {"body":{"module":{"addressRange":"0x7d527354d000","id":"520E0587-8220-FB2F-C6D2-8FF46B63B3FD-5D48E763","name":"ld-linux-x86-64.so.2","path":"/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2","symbolStatus":"Symbols not found."},"reason":"new"},"event":"module","seq":15,"type":"event"}
1764886792.130993366 (stdio) <-- {"body":{"module":{"addressRange":"0x7ffd137f1000","id":"935E8301-3E94-6C72-593D-620D433BE6E8-4F9BB79F","name":"[vdso]","path":"[vdso]","symbolStatus":"Symbols not found."},"reason":"new"},"event":"module","seq":16,"type":"event"}
1764886792.131156683 (stdio) <-- {"body":{"module":{"addressRange":"0x58cffb0cb000","debugInfoSize":"1.1KB","id":"2ABB7D28","name":"a.out","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_StackFrameFormat/a.out","symbolFilePath":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_StackFrameFormat/a.out","symbolStatus":"Symbols loaded."},"reason":"new"},"event":"module","seq":17,"type":"event"}
1764886792.131466389 (stdio) --> {"command":"setBreakpoints","type":"request","arguments":{"source":{"path":"main.c"},"sourceModified":false,"lines":[5],"breakpoints":[{"line":5}]},"seq":3}
1764886792.131523848 (stdio) queued (command=setBreakpoints seq=3)
1764886792.133556843 (stdio) <-- {"body":{"breakpoints":[{"column":5,"id":1,"instructionReference":"0x58CFFB0CC141","line":5,"source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"},"verified":true}]},"command":"setBreakpoints","request_seq":3,"seq":18,"success":true,"type":"response"}
1764886792.133712530 (stdio) <-- {"body":{"breakpoint":{"column":5,"id":1,"instructionReference":"0x58CFFB0CC141","line":5,"verified":true},"reason":"changed"},"event":"breakpoint","seq":19,"type":"event"}
1764886792.133908510 (stdio) --> {"command":"configurationDone","type":"request","arguments":{},"seq":4}
1764886792.133956432 (stdio) queued (command=configurationDone seq=4)
1764886792.134037971 (stdio) <-- {"body":{"capabilities":{"supportsModuleSymbolsRequest":true,"supportsRestartRequest":true,"supportsStepInTargetsRequest":true}},"event":"capabilities","seq":20,"type":"event"}
1764886792.134117603 (stdio) <-- {"body":{"isLocalProcess":true,"name":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_StackFrameFormat/a.out","pointerSize":64,"startMethod":"launch","systemProcessId":381909},"event":"process","seq":21,"type":"event"}
1764886792.134352922 (stdio) <-- {"command":"configurationDone","request_seq":4,"seq":22,"success":true,"type":"response"}
1764886792.134509325 (stdio) --> {"command":"threads","type":"request","arguments":{},"seq":5}
1764886792.134546518 (stdio) queued (command=threads seq=5)
1764886792.134595633 (stdio) <-- {"body":{"threads":[{"id":381909,"name":"a.out"}]},"command":"threads","request_seq":5,"seq":23,"success":true,"type":"response"}
1764886792.160057783 (stdio) <-- {"body":{"module":{"addressRange":"0x7d527343c000","id":"DC1484FD","name":"libc++.so.1","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libc++.so.1","symbolFilePath":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libc++.so.1","symbolStatus":"Symbols loaded."},"reason":"new"},"event":"module","seq":24,"type":"event"}
1764886792.160164595 (stdio) <-- {"body":{"module":{"addressRange":"0x7d52733f3000","id":"D85F1FC0","name":"libc++abi.so.1","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libc++abi.so.1","symbolFilePath":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libc++abi.so.1","symbolStatus":"Symbols loaded."},"reason":"new"},"event":"module","seq":25,"type":"event"}
1764886792.160216808 (stdio) <-- {"body":{"module":{"addressRange":"0x7d52733e3000","id":"962586A5","name":"libunwind.so.1","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libunwind.so.1","symbolFilePath":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libunwind.so.1","symbolStatus":"Symbols loaded."},"reason":"new"},"event":"module","seq":26,"type":"event"}
1764886792.160248756 (stdio) <-- {"body":{"module":{"addressRange":"0x7d52732c9000","id":"30724452-88DD-2ABA-348B-F583C65F7050-9AAB8141","name":"libgcc_s.so.1","path":"/lib/x86_64-linux-gnu/libgcc_s.so.1","symbolStatus":"Symbols not found."},"reason":"new"},"event":"module","seq":27,"type":"event"}
1764886792.160278082 (stdio) <-- {"body":{"module":{"addressRange":"0x7d52732f7000","id":"F834D730-8D26-6021-8ED4-F7486A58E28C-8464FE4B","name":"libm.so.6","path":"/lib/x86_64-linux-gnu/libm.so.6","symbolStatus":"Symbols not found."},"reason":"new"},"event":"module","seq":28,"type":"event"}
1764886792.160304785 (stdio) <-- {"body":{"module":{"addressRange":"0x7d52730aa000","id":"D2D793C5-CDFA-B4C2-E083-F41AAF689B69-4B62EACD","name":"libatomic.so.1","path":"/lib/x86_64-linux-gnu/libatomic.so.1","symbolStatus":"Symbols not found."},"reason":"new"},"event":"module","seq":29,"type":"event"}
1764886792.160331488 (stdio) <-- {"body":{"module":{"addressRange":"0x7d52730b5000","id":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"libc.so.6","path":"/lib/x86_64-linux-gnu/libc.so.6","symbolStatus":"Symbols not found."},"reason":"new"},"event":"module","seq":30,"type":"event"}
1764886792.162562609 (stdio) <-- {"body":{"allThreadsStopped":true,"description":"breakpoint 1.1","hitBreakpointIds":[1],"preserveFocusHint":false,"reason":"breakpoint","threadCausedFocus":true,"threadId":381909},"event":"stopped","seq":31,"type":"event"}
1764886792.413110733 (stdio) --> {"command":"threads","type":"request","arguments":{},"seq":6}
1764886792.413162231 (stdio) queued (command=threads seq=6)
1764886792.413333654 (stdio) <-- {"body":{"threads":[{"id":381909,"name":"a.out"}]},"command":"threads","request_seq":6,"seq":32,"success":true,"type":"response"}
1764886792.413776159 (stdio) --> {"command":"stackTrace","type":"request","arguments":{"threadId":381909,"format":{"parameters":true}},"seq":7}
1764886792.413827419 (stdio) queued (command=stackTrace seq=7)
1764886792.465812445 (stdio) <-- {"body":{"stackFrames":[{"column":5,"id":524288,"instructionPointerReference":"0x58CFFB0CC141","line":5,"moduleId":"2ABB7D28","name":"recurse(x=1)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524289,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=2)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524290,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=3)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524291,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=4)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524292,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=5)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524293,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=6)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524294,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=7)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524295,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=8)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524296,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=9)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524297,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=10)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524298,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=11)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524299,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=12)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524300,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=13)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524301,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=14)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524302,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=15)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524303,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=16)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524304,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=17)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524305,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=18)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524306,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=19)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524307,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=20)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524308,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=21)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524309,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=22)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524310,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=23)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524311,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=24)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524312,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=25)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524313,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=26)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524314,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=27)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524315,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=28)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524316,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=29)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524317,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=30)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524318,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=31)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524319,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=32)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524320,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=33)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524321,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=34)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524322,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=35)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524323,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=36)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524324,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=37)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524325,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=38)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524326,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=39)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524327,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=40)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":3,"id":524328,"instructionPointerReference":"0x58CFFB0CC190","line":10,"moduleId":"2ABB7D28","name":"main(argc=1, argv=0x00007ffd137522a8)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":1,"id":524329,"instructionPointerReference":"0x7D52730DF1CA","line":27,"moduleId":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"___lldb_unnamed_symbol_2a150","source":{"name":"___lldb_unnamed_symbol_2a150","path":"/lib/x86_64-linux-gnu/libc.so.6`___lldb_unnamed_symbol_2a150","presentationHint":"deemphasize","sourceReference":1}},{"column":1,"id":524330,"instructionPointerReference":"0x7D52730DF28B","line":42,"moduleId":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"__libc_start_main","source":{"name":"__libc_start_main","path":"/lib/x86_64-linux-gnu/libc.so.6`__libc_start_main","presentationHint":"deemphasize","sourceReference":2}},{"column":1,"id":524331,"instructionPointerReference":"0x58CFFB0CC065","line":13,"moduleId":"2ABB7D28","name":"_start","source":{"name":"_start","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_StackFrameFormat/a.out`_start","presentationHint":"deemphasize","sourceReference":3}}],"totalFrames":44},"command":"stackTrace","request_seq":7,"seq":33,"success":true,"type":"response"}
1764886792.466719627 (stdio) --> {"command":"stackTrace","type":"request","arguments":{"threadId":381909,"format":{"parameterNames":true}},"seq":8}
1764886792.466747999 (stdio) queued (command=stackTrace seq=8)
1764886792.471172571 (stdio) <-- {"body":{"stackFrames":[{"column":5,"id":524288,"instructionPointerReference":"0x58CFFB0CC141","line":5,"moduleId":"2ABB7D28","name":"recurse(x=1)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524289,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=2)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524290,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=3)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524291,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=4)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524292,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=5)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524293,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=6)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524294,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=7)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524295,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=8)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524296,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=9)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524297,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=10)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524298,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=11)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524299,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=12)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524300,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=13)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524301,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=14)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524302,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=15)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524303,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=16)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524304,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=17)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524305,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=18)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524306,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=19)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524307,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=20)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524308,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=21)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524309,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=22)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524310,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=23)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524311,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=24)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524312,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=25)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524313,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=26)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524314,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=27)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524315,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=28)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524316,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=29)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524317,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=30)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524318,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=31)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524319,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=32)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524320,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=33)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524321,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=34)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524322,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=35)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524323,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=36)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524324,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=37)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524325,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=38)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524326,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=39)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524327,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=40)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":3,"id":524328,"instructionPointerReference":"0x58CFFB0CC190","line":10,"moduleId":"2ABB7D28","name":"main(argc=1, argv=0x00007ffd137522a8)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":1,"id":524329,"instructionPointerReference":"0x7D52730DF1CA","line":27,"moduleId":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"___lldb_unnamed_symbol_2a150","source":{"name":"___lldb_unnamed_symbol_2a150","path":"/lib/x86_64-linux-gnu/libc.so.6`___lldb_unnamed_symbol_2a150","presentationHint":"deemphasize","sourceReference":1}},{"column":1,"id":524330,"instructionPointerReference":"0x7D52730DF28B","line":42,"moduleId":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"__libc_start_main","source":{"name":"__libc_start_main","path":"/lib/x86_64-linux-gnu/libc.so.6`__libc_start_main","presentationHint":"deemphasize","sourceReference":2}},{"column":1,"id":524331,"instructionPointerReference":"0x58CFFB0CC065","line":13,"moduleId":"2ABB7D28","name":"_start","source":{"name":"_start","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_StackFrameFormat/a.out`_start","presentationHint":"deemphasize","sourceReference":3}}],"totalFrames":44},"command":"stackTrace","request_seq":8,"seq":34,"success":true,"type":"response"}
1764886792.472052574 (stdio) --> {"command":"stackTrace","type":"request","arguments":{"threadId":381909,"format":{"parameterValues":true}},"seq":9}
1764886792.472091675 (stdio) queued (command=stackTrace seq=9)
1764886792.476531029 (stdio) <-- {"body":{"stackFrames":[{"column":5,"id":524288,"instructionPointerReference":"0x58CFFB0CC141","line":5,"moduleId":"2ABB7D28","name":"recurse(x=1)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524289,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=2)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524290,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=3)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524291,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=4)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524292,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=5)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524293,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=6)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524294,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=7)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524295,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=8)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524296,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=9)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524297,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=10)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524298,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=11)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524299,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=12)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524300,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=13)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524301,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=14)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524302,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=15)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524303,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=16)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524304,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=17)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524305,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=18)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524306,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=19)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524307,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=20)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524308,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=21)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524309,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=22)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524310,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=23)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524311,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=24)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524312,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=25)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524313,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=26)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524314,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=27)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524315,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=28)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524316,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=29)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524317,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=30)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524318,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=31)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524319,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=32)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524320,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=33)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524321,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=34)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524322,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=35)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524323,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=36)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524324,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=37)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524325,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=38)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524326,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=39)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524327,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"recurse(x=40)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":3,"id":524328,"instructionPointerReference":"0x58CFFB0CC190","line":10,"moduleId":"2ABB7D28","name":"main(argc=1, argv=0x00007ffd137522a8)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":1,"id":524329,"instructionPointerReference":"0x7D52730DF1CA","line":27,"moduleId":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"___lldb_unnamed_symbol_2a150","source":{"name":"___lldb_unnamed_symbol_2a150","path":"/lib/x86_64-linux-gnu/libc.so.6`___lldb_unnamed_symbol_2a150","presentationHint":"deemphasize","sourceReference":1}},{"column":1,"id":524330,"instructionPointerReference":"0x7D52730DF28B","line":42,"moduleId":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"__libc_start_main","source":{"name":"__libc_start_main","path":"/lib/x86_64-linux-gnu/libc.so.6`__libc_start_main","presentationHint":"deemphasize","sourceReference":2}},{"column":1,"id":524331,"instructionPointerReference":"0x58CFFB0CC065","line":13,"moduleId":"2ABB7D28","name":"_start","source":{"name":"_start","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_StackFrameFormat/a.out`_start","presentationHint":"deemphasize","sourceReference":3}}],"totalFrames":44},"command":"stackTrace","request_seq":9,"seq":35,"success":true,"type":"response"}
1764886792.477184534 (stdio) --> {"command":"stackTrace","type":"request","arguments":{"threadId":381909,"format":{"parameters":false,"line":true}},"seq":10}
1764886792.477222443 (stdio) queued (command=stackTrace seq=10)
1764886792.480039835 (stdio) <-- {"body":{"stackFrames":[{"column":5,"id":524288,"instructionPointerReference":"0x58CFFB0CC141","line":5,"moduleId":"2ABB7D28","name":"main.c:5:5 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524289,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524290,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524291,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524292,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524293,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524294,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524295,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524296,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524297,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524298,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524299,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524300,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524301,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524302,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524303,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524304,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524305,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524306,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524307,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524308,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524309,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524310,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524311,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524312,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524313,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524314,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524315,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524316,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524317,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524318,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524319,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524320,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524321,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524322,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524323,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524324,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524325,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524326,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524327,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":"main.c:6:10 recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":3,"id":524328,"instructionPointerReference":"0x58CFFB0CC190","line":10,"moduleId":"2ABB7D28","name":"main.c:10:3 main","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":1,"id":524329,"instructionPointerReference":"0x7D52730DF1CA","line":27,"moduleId":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"___lldb_unnamed_symbol_2a150","source":{"name":"___lldb_unnamed_symbol_2a150","path":"/lib/x86_64-linux-gnu/libc.so.6`___lldb_unnamed_symbol_2a150","presentationHint":"deemphasize","sourceReference":1}},{"column":1,"id":524330,"instructionPointerReference":"0x7D52730DF28B","line":42,"moduleId":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"__libc_start_main","source":{"name":"__libc_start_main","path":"/lib/x86_64-linux-gnu/libc.so.6`__libc_start_main","presentationHint":"deemphasize","sourceReference":2}},{"column":1,"id":524331,"instructionPointerReference":"0x58CFFB0CC065","line":13,"moduleId":"2ABB7D28","name":"_start","source":{"name":"_start","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_StackFrameFormat/a.out`_start","presentationHint":"deemphasize","sourceReference":3}}],"totalFrames":44},"command":"stackTrace","request_seq":10,"seq":36,"success":true,"type":"response"}
1764886792.480875731 (stdio) --> {"command":"stackTrace","type":"request","arguments":{"threadId":381909,"format":{"parameters":false,"module":true}},"seq":11}
1764886792.480919361 (stdio) queued (command=stackTrace seq=11)
1764886792.483519554 (stdio) <-- {"body":{"stackFrames":[{"column":5,"id":524288,"instructionPointerReference":"0x58CFFB0CC141","line":5,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524289,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524290,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524291,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524292,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524293,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524294,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524295,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524296,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524297,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524298,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524299,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524300,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524301,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524302,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524303,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524304,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524305,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524306,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524307,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524308,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524309,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524310,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524311,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524312,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524313,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524314,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524315,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524316,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524317,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524318,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524319,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524320,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524321,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524322,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524323,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524324,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524325,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524326,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524327,"instructionPointerReference":"0x58CFFB0CC155","line":6,"moduleId":"2ABB7D28","name":" a.out recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":3,"id":524328,"instructionPointerReference":"0x58CFFB0CC190","line":10,"moduleId":"2ABB7D28","name":" a.out main","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":1,"id":524329,"instructionPointerReference":"0x7D52730DF1CA","line":27,"moduleId":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":" libc.so.6 ___lldb_unnamed_symbol_2a150","source":{"name":"___lldb_unnamed_symbol_2a150","path":"/lib/x86_64-linux-gnu/libc.so.6`___lldb_unnamed_symbol_2a150","presentationHint":"deemphasize","sourceReference":1}},{"column":1,"id":524330,"instructionPointerReference":"0x7D52730DF28B","line":42,"moduleId":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":" libc.so.6 __libc_start_main","source":{"name":"__libc_start_main","path":"/lib/x86_64-linux-gnu/libc.so.6`__libc_start_main","presentationHint":"deemphasize","sourceReference":2}},{"column":1,"id":524331,"instructionPointerReference":"0x58CFFB0CC065","line":13,"moduleId":"2ABB7D28","name":" a.out _start","source":{"name":"_start","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_StackFrameFormat/a.out`_start","presentationHint":"deemphasize","sourceReference":3}}],"totalFrames":44},"command":"stackTrace","request_seq":11,"seq":37,"success":true,"type":"response"}
1764886792.495090723 (stdio) --> {"command":"disconnect","type":"request","arguments":{"terminateDebuggee":true},"seq":12}
1764886792.495134830 (stdio) queued (command=disconnect seq=12)
1764886792.496732950 (stdio) <-- {"body":{"category":"console","output":"Process 381909 exited with status = 9 (0x00000009) killed\n"},"event":"output","seq":38,"type":"event"}
1764886792.499840736 (stdio) <-- {"body":{"$__lldb_statistics":{"commands":"{\"settings clear\":1}","memory":"{\"strings\":{\"bytesTotal\":1056768,\"bytesUnused\":414681,\"bytesUsed\":642087}}","plugins":"{\"abi\":[{\"enabled\":true,\"name\":\"SysV-arm64\"},{\"enabled\":true,\"name\":\"ABIMacOSX_arm64\"},{\"enabled\":true,\"name\":\"SysV-arm\"},{\"enabled\":true,\"name\":\"macosx-arm\"},{\"enabled\":true,\"name\":\"sysv-hexagon\"},{\"enabled\":true,\"name\":\"sysv-loongarch\"},{\"enabled\":true,\"name\":\"sysv-mips\"},{\"enabled\":true,\"name\":\"sysv-mips64\"},{\"enabled\":true,\"name\":\"sysv-msp430\"},{\"enabled\":true,\"name\":\"sysv-ppc\"},{\"enabled\":true,\"name\":\"sysv-ppc64\"},{\"enabled\":true,\"name\":\"sysv-riscv\"},{\"enabled\":true,\"name\":\"sysv-s390x\"},{\"enabled\":true,\"name\":\"abi.macosx-i386\"},{\"enabled\":true,\"name\":\"sysv-i386\"},{\"enabled\":true,\"name\":\"sysv-x86_64\"},{\"enabled\":true,\"name\":\"windows-x86_64\"}],\"architecture\":[{\"enabled\":true,\"name\":\"arm\"},{\"enabled\":true,\"name\":\"mips\"},{\"enabled\":true,\"name\":\"ppc64\"},{\"enabled\":true,\"name\":\"aarch64\"}],\"disassembler\":[{\"enabled\":true,\"name\":\"llvm-mc\"}],\"dynamic-loader\":[{\"enabled\":true,\"name\":\"darwin-kernel\"},{\"enabled\":true,\"name\":\"freebsd-kernel\"},{\"enabled\":true,\"name\":\"macosx-dyld\"},{\"enabled\":true,\"name\":\"macos-dyld\"},{\"enabled\":true,\"name\":\"posix-dyld\"},{\"enabled\":true,\"name\":\"static\"},{\"enabled\":true,\"name\":\"hexagon-dyld\"},{\"enabled\":true,\"name\":\"windows-dyld\"},{\"enabled\":true,\"name\":\"wasm-dyld\"}],\"emulate-instruction\":[{\"enabled\":true,\"name\":\"arm\"},{\"enabled\":true,\"name\":\"arm64\"},{\"enabled\":true,\"name\":\"LoongArch\"},{\"enabled\":true,\"name\":\"mips32\"},{\"enabled\":true,\"name\":\"mips64\"},{\"enabled\":true,\"name\":\"ppc64\"},{\"enabled\":true,\"name\":\"riscv\"}],\"instrumentation-runtime\":[{\"enabled\":true,\"name\":\"AddressSanitizer\"},{\"enabled\":true,\"name\":\"Libsanitizers-ASan\"},{\"enabled\":true,\"name\":\"BoundsSafety\"},{\"enabled\":true,\"name\":\"MainThreadChecker\"},{\"enabled\":true,\"name\":\"ThreadSanitizer\"},{\"enabled\":true,\"name\":\"UndefinedBehaviorSanitizer\"}],\"jit-loader\":[{\"enabled\":true,\"name\":\"gdb\"}],\"language\":[{\"enabled\":true,\"name\":\"cplusplus\"},{\"enabled\":true,\"name\":\"objc\"},{\"enabled\":true,\"name\":\"objcplusplus\"}],\"language-runtime\":[{\"enabled\":true,\"name\":\"itanium\"},{\"enabled\":true,\"name\":\"apple-objc-v2\"},{\"enabled\":true,\"name\":\"apple-objc-v1\"},{\"enabled\":true,\"name\":\"gnustep-objc-libobjc2\"}],\"memory-history\":[{\"enabled\":true,\"name\":\"asan\"}],\"object-container\":[{\"enabled\":true,\"name\":\"bsd-archive\"},{\"enabled\":true,\"name\":\"mach-o\"},{\"enabled\":true,\"name\":\"mach-o-fileset\"}],\"object-file\":[{\"enabled\":true,\"name\":\"breakpad\"},{\"enabled\":true,\"name\":\"COFF\"},{\"enabled\":true,\"name\":\"elf\"},{\"enabled\":true,\"name\":\"JSON\"},{\"enabled\":true,\"name\":\"mach-o\"},{\"enabled\":true,\"name\":\"minidump\"},{\"enabled\":true,\"name\":\"pdb\"},{\"enabled\":true,\"name\":\"pe-coff\"},{\"enabled\":true,\"name\":\"xcoff\"},{\"enabled\":true,\"name\":\"wasm\"}],\"operating-system\":[{\"enabled\":true,\"name\":\"python\"}],\"platform\":[{\"enabled\":true,\"name\":\"remote-AIX\"},{\"enabled\":true,\"name\":\"remote-linux\"},{\"enabled\":true,\"name\":\"remote-android\"},{\"enabled\":true,\"name\":\"remote-freebsd\"},{\"enabled\":true,\"name\":\"remote-gdb-server\"},{\"enabled\":true,\"name\":\"darwin\"},{\"enabled\":true,\"name\":\"remote-ios\"},{\"enabled\":true,\"name\":\"remote-macosx\"},{\"enabled\":true,\"name\":\"host\"},{\"enabled\":true,\"name\":\"remote-netbsd\"},{\"enabled\":true,\"name\":\"remote-openbsd\"},{\"enabled\":true,\"name\":\"qemu-user\"},{\"enabled\":true,\"name\":\"remote-windows\"}],\"process\":[{\"enabled\":true,\"name\":\"ScriptedProcess\"},{\"enabled\":true,\"name\":\"elf-core\"},{\"enabled\":true,\"name\":\"mach-o-core\"},{\"enabled\":true,\"name\":\"minidump\"},{\"enabled\":true,\"name\":\"wasm\"},{\"enabled\":true,\"name\":\"gdb-remote\"}],\"register-type-builder\":[{\"enabled\":true,\"name\":\"register-types-clang\"}],\"repl\":[{\"enabled\":true,\"name\":\"ClangREPL\"}],\"script-interpreter\":[{\"enabled\":true,\"name\":\"script-none\"},{\"enabled\":true,\"name\":\"script-python\"}],\"scripted-interface\":[{\"enabled\":true,\"name\":\"OperatingSystemPythonInterface\"},{\"enabled\":true,\"name\":\"ScriptedPlatformPythonInterface\"},{\"enabled\":true,\"name\":\"ScriptedProcessPythonInterface\"},{\"enabled\":true,\"name\":\"ScriptedStopHookPythonInterface\"},{\"enabled\":true,\"name\":\"ScriptedBreakpointPythonInterface\"},{\"enabled\":true,\"name\":\"ScriptedThreadPlanPythonInterface\"},{\"enabled\":true,\"name\":\"ScriptedFrameProviderPythonInterface\"}],\"structured-data\":[{\"enabled\":true,\"name\":\"darwin-log\"}],\"symbol-file\":[{\"enabled\":true,\"name\":\"breakpad\"},{\"enabled\":true,\"name\":\"CTF\"},{\"enabled\":true,\"name\":\"dwarf\"},{\"enabled\":true,\"name\":\"dwarf-debugmap\"},{\"enabled\":true,\"name\":\"JSON\"},{\"enabled\":true,\"name\":\"native-pdb\"},{\"enabled\":true,\"name\":\"pdb\"},{\"enabled\":true,\"name\":\"symtab\"}],\"symbol-locator\":[{\"enabled\":true,\"name\":\"debuginfod\"},{\"enabled\":true,\"name\":\"Default\"}],\"symbol-vendor\":[{\"enabled\":true,\"name\":\"ELF\"},{\"enabled\":true,\"name\":\"PE-COFF\"},{\"enabled\":true,\"name\":\"WASM\"}],\"system-runtime\":[{\"enabled\":true,\"name\":\"systemruntime-macosx\"}],\"trace-exporter\":[{\"enabled\":true,\"name\":\"ctf\"}],\"type-system\":[{\"enabled\":true,\"name\":\"clang\"}],\"unwind-assembly\":[{\"enabled\":true,\"name\":\"inst-emulation\"},{\"enabled\":true,\"name\":\"x86\"}]}","targets":"[{\"breakpoints\":[{\"details\":{\"Breakpoint\":{\"BKPTOptions\":{\"AutoContinue\":false,\"ConditionText\":\"\",\"EnabledState\":true,\"IgnoreCount\":0,\"OneShotState\":false},\"BKPTResolver\":{\"Options\":{\"Column\":0,\"Exact\":false,\"FileName\":\"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c\",\"Inlines\":true,\"LineNumber\":5,\"Offset\":0,\"SkipPrologue\":true},\"Type\":\"FileAndLine\"},\"Hardware\":false,\"Names\":[\"dap\"],\"SearchFilter\":{\"Options\":{},\"Type\":\"Unconstrained\"}}},\"hitCount\":1,\"id\":1,\"internal\":false,\"numLocations\":1,\"numResolvedLocations\":1,\"resolveTime\":0.0010380000000000001},{\"details\":{\"Breakpoint\":{\"BKPTOptions\":{\"AutoContinue\":false,\"ConditionText\":\"\",\"EnabledState\":true,\"IgnoreCount\":0,\"OneShotState\":false},\"BKPTResolver\":{\"Options\":{\"Language\":\"c\",\"NameMask\":[4,4,4,4,4,4],\"Offset\":0,\"SkipPrologue\":false,\"SymbolNames\":[\"_dl_debug_state\",\"rtld_db_dlactivity\",\"__dl_rtld_db_dlactivity\",\"r_debug_state\",\"_r_debug_state\",\"_rtld_debug_state\"]},\"Type\":\"SymbolName\"},\"Hardware\":false,\"SearchFilter\":{\"Options\":{\"ModuleList\":[\"/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2\"]},\"Type\":\"Modules\"}}},\"hitCount\":2,\"id\":-1,\"internal\":true,\"kindDescription\":\"shared-library-event\",\"numLocations\":1,\"numResolvedLocations\":1,\"resolveTime\":0.000106}],\"dyldPluginName\":\"posix-dyld\",\"expressionEvaluation\":{\"failures\":0,\"successes\":0},\"firstStopTime\":0.015824571999999999,\"frameVariable\":{\"failures\":0,\"successes\":0},\"launchOrAttachTime\":0.012709504,\"moduleIdentifiers\":[1002554848,1003170320,1001632032,136811619814336,136812425122304,136811821141376,136812626793264,136812156685248,136812022467568,136811754032160],\"signals\":[{\"SIGSTOP\":1}],\"sourceMapDeduceCount\":0,\"sourceRealpathAttemptCount\":0,\"sourceRealpathCompatibleCount\":0,\"stopCount\":7,\"summaryProviderStatistics\":[],\"targetCreateTime\":0.0047530000000000003,\"totalBreakpointResolveTime\":0.0011440000000000001,\"totalSharedLibraryEventHitCount\":2}]","totalDebugInfoByteSize":1147,"totalDebugInfoEnabled":1,"totalDebugInfoIndexLoadedFromCache":0,"totalDebugInfoIndexSavedToCache":0,"totalDebugInfoIndexTime":0.0032889999999999998,"totalDebugInfoParseTime":8.1000000000000004e-05,"totalDwoErrorCount":0,"totalDwoFileCount":0,"totalLoadedDwoFileCount":0,"totalModuleCount":10,"totalModuleCountHasDebugInfo":1,"totalModuleCountWithIncompleteTypes":0,"totalModuleCountWithVariableErrors":0,"totalSymbolLocatorTime":"{\"Default\":0.0035689999999999997,\"debuginfod\":3.0000000000000001e-06}","totalSymbolTableIndexTime":0.0088319999999999996,"totalSymbolTableParseTime":0.051284999999999997,"totalSymbolTableStripped":0,"totalSymbolTableSymbolCount":12606,"totalSymbolTablesLoaded":10,"totalSymbolTablesLoadedFromCache":0,"totalSymbolTablesSavedToCache":0}},"event":"terminated","seq":39,"type":"event"}
1764886792.500031233 (stdio) <-- {"command":"disconnect","request_seq":12,"seq":40,"success":true,"type":"response"}
1764886792.500094175 (stdio) <-- {"body":{"exitCode":9},"event":"exited","seq":41,"type":"event"}
========= END =========
========= DEBUG ADAPTER PROTOCOL LOGS =========
1764886792.837447405 (stdio) --> {"command":"initialize","type":"request","arguments":{"adapterID":"lldb-native","clientID":"vscode","columnsStartAt1":true,"linesStartAt1":true,"locale":"en-us","pathFormat":"path","supportsRunInTerminalRequest":true,"supportsVariablePaging":true,"supportsVariableType":true,"supportsStartDebuggingRequest":true,"supportsProgressReporting":true,"supportsInvalidatedEvent":true,"supportsMemoryEvent":true,"$__lldb_sourceInitFile":false},"seq":1}
1764886792.837526083 (stdio) queued (command=initialize seq=1)
1764886792.837761641 (stdio) <-- {"body":{"$__lldb_version":"lldb version 22.0.0git (https://github.com/llvm/llvm-project revision 880be07297502b6c5ddd5535ec33395eb5597530)\n clang revision 880be07297502b6c5ddd5535ec33395eb5597530\n llvm revision 880be07297502b6c5ddd5535ec33395eb5597530","completionTriggerCharacters":["."," ","\t"],"exceptionBreakpointFilters":[{"description":"C++ Catch","filter":"cpp_catch","label":"C++ Catch","supportsCondition":true},{"description":"C++ Throw","filter":"cpp_throw","label":"C++ Throw","supportsCondition":true},{"description":"Objective-C Catch","filter":"objc_catch","label":"Objective-C Catch","supportsCondition":true},{"description":"Objective-C Throw","filter":"objc_throw","label":"Objective-C Throw","supportsCondition":true}],"supportTerminateDebuggee":true,"supportsBreakpointLocationsRequest":true,"supportsCancelRequest":true,"supportsCompletionsRequest":true,"supportsConditionalBreakpoints":true,"supportsConfigurationDoneRequest":true,"supportsDataBreakpointBytes":true,"supportsDataBreakpoints":true,"supportsDelayedStackTraceLoading":true,"supportsDisassembleRequest":true,"supportsEvaluateForHovers":true,"supportsExceptionFilterOptions":true,"supportsExceptionInfoRequest":true,"supportsFunctionBreakpoints":true,"supportsHitConditionalBreakpoints":true,"supportsInstructionBreakpoints":true,"supportsLogPoints":true,"supportsModuleSymbolsRequest":true,"supportsModulesRequest":true,"supportsReadMemoryRequest":true,"supportsSetVariable":true,"supportsSteppingGranularity":true,"supportsValueFormattingOptions":true,"supportsWriteMemoryRequest":true},"command":"initialize","request_seq":1,"seq":1,"success":true,"type":"response"}
1764886792.838067532 (stdio) --> {"command":"launch","type":"request","arguments":{"program":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_functionNameWithArgs/a.out","initCommands":["settings clear --all","settings set symbols.enable-external-lookup false","settings set target.inherit-tcc true","settings set target.disable-aslr false","settings set target.detach-on-error false","settings set target.auto-apply-fixits false","settings set plugin.process.gdb-remote.packet-timeout 60","settings set symbols.clang-modules-cache-path \"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-lldb/lldb-api\"","settings set use-color false","settings set show-statusline false"],"customFrameFormat":"${function.name-with-args}","disableASLR":false,"enableAutoVariableSummaries":false,"enableSyntheticChildDebugging":false,"displayExtendedBacktrace":false},"seq":2}
1764886792.838091612 (stdio) queued (command=launch seq=2)
1764886792.840696335 (stdio) <-- {"body":{"category":"console","output":"Running initCommands:\n"},"event":"output","seq":2,"type":"event"}
1764886792.840746403 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings clear --all\n"},"event":"output","seq":3,"type":"event"}
1764886792.840763330 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set symbols.enable-external-lookup false\n"},"event":"output","seq":4,"type":"event"}
1764886792.840778828 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set target.inherit-tcc true\n"},"event":"output","seq":5,"type":"event"}
1764886792.840793133 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set target.disable-aslr false\n"},"event":"output","seq":6,"type":"event"}
1764886792.840823412 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set target.detach-on-error false\n"},"event":"output","seq":7,"type":"event"}
1764886792.840855598 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set target.auto-apply-fixits false\n"},"event":"output","seq":8,"type":"event"}
1764886792.840871096 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set plugin.process.gdb-remote.packet-timeout 60\n"},"event":"output","seq":9,"type":"event"}
1764886792.840888739 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set symbols.clang-modules-cache-path \"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-lldb/lldb-api\"\n"},"event":"output","seq":10,"type":"event"}
1764886792.840905905 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set use-color false\n"},"event":"output","seq":11,"type":"event"}
1764886792.840931654 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set show-statusline false\n"},"event":"output","seq":12,"type":"event"}
1764886792.957623243 (stdio) <-- {"command":"launch","request_seq":2,"seq":13,"success":true,"type":"response"}
1764886792.957695007 (stdio) <-- {"body":{"module":{"addressRange":"0x7bf45c801000","id":"520E0587-8220-FB2F-C6D2-8FF46B63B3FD-5D48E763","name":"ld-linux-x86-64.so.2","path":"/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2","symbolStatus":"Symbols not found."},"reason":"new"},"event":"module","seq":14,"type":"event"}
1764886792.957727909 (stdio) <-- {"event":"initialized","seq":15,"type":"event"}
1764886792.957746744 (stdio) <-- {"body":{"module":{"addressRange":"0x7ffca8da1000","id":"935E8301-3E94-6C72-593D-620D433BE6E8-4F9BB79F","name":"[vdso]","path":"[vdso]","symbolStatus":"Symbols not found."},"reason":"new"},"event":"module","seq":16,"type":"event"}
1764886792.957914829 (stdio) <-- {"body":{"module":{"addressRange":"0x5b9e16626000","debugInfoSize":"1.1KB","id":"80E54544","name":"a.out","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_functionNameWithArgs/a.out","symbolFilePath":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_functionNameWithArgs/a.out","symbolStatus":"Symbols loaded."},"reason":"new"},"event":"module","seq":17,"type":"event"}
1764886792.958217382 (stdio) --> {"command":"setBreakpoints","type":"request","arguments":{"source":{"path":"main.c"},"sourceModified":false,"lines":[5],"breakpoints":[{"line":5}]},"seq":3}
1764886792.958258867 (stdio) queued (command=setBreakpoints seq=3)
1764886792.960540771 (stdio) <-- {"body":{"breakpoints":[{"column":5,"id":1,"instructionReference":"0x5B9E16627141","line":5,"source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"},"verified":true}]},"command":"setBreakpoints","request_seq":3,"seq":18,"success":true,"type":"response"}
1764886792.960771561 (stdio) <-- {"body":{"breakpoint":{"column":5,"id":1,"instructionReference":"0x5B9E16627141","line":5,"verified":true},"reason":"changed"},"event":"breakpoint","seq":19,"type":"event"}
1764886792.960864067 (stdio) --> {"command":"configurationDone","type":"request","arguments":{},"seq":4}
1764886792.960885286 (stdio) queued (command=configurationDone seq=4)
1764886792.960964918 (stdio) <-- {"body":{"capabilities":{"supportsModuleSymbolsRequest":true,"supportsRestartRequest":true,"supportsStepInTargetsRequest":true}},"event":"capabilities","seq":20,"type":"event"}
1764886792.961050272 (stdio) <-- {"body":{"isLocalProcess":true,"name":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_functionNameWithArgs/a.out","pointerSize":64,"startMethod":"launch","systemProcessId":382977},"event":"process","seq":21,"type":"event"}
1764886792.961234093 (stdio) <-- {"command":"configurationDone","request_seq":4,"seq":22,"success":true,"type":"response"}
1764886792.961401701 (stdio) --> {"command":"threads","type":"request","arguments":{},"seq":5}
1764886792.961420059 (stdio) queued (command=threads seq=5)
1764886792.961462975 (stdio) <-- {"body":{"threads":[{"id":382977,"name":"a.out"}]},"command":"threads","request_seq":5,"seq":23,"success":true,"type":"response"}
1764886792.978972912 (stdio) <-- {"body":{"module":{"addressRange":"0x7bf45c57d000","id":"30724452-88DD-2ABA-348B-F583C65F7050-9AAB8141","name":"libgcc_s.so.1","path":"/lib/x86_64-linux-gnu/libgcc_s.so.1","symbolStatus":"Symbols not found."},"reason":"new"},"event":"module","seq":24,"type":"event"}
1764886792.979043007 (stdio) <-- {"body":{"module":{"addressRange":"0x7bf45c5ab000","id":"F834D730-8D26-6021-8ED4-F7486A58E28C-8464FE4B","name":"libm.so.6","path":"/lib/x86_64-linux-gnu/libm.so.6","symbolStatus":"Symbols not found."},"reason":"new"},"event":"module","seq":25,"type":"event"}
1764886792.979120970 (stdio) <-- {"body":{"module":{"addressRange":"0x7bf45c6f0000","id":"DC1484FD","name":"libc++.so.1","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libc++.so.1","symbolFilePath":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libc++.so.1","symbolStatus":"Symbols loaded."},"reason":"new"},"event":"module","seq":26,"type":"event"}
1764886792.979183674 (stdio) <-- {"body":{"module":{"addressRange":"0x7bf45c6a7000","id":"D85F1FC0","name":"libc++abi.so.1","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libc++abi.so.1","symbolFilePath":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libc++abi.so.1","symbolStatus":"Symbols loaded."},"reason":"new"},"event":"module","seq":27,"type":"event"}
1764886792.979215860 (stdio) <-- {"body":{"module":{"addressRange":"0x7bf45c369000","id":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"libc.so.6","path":"/lib/x86_64-linux-gnu/libc.so.6","symbolStatus":"Symbols not found."},"reason":"new"},"event":"module","seq":28,"type":"event"}
1764886792.979245663 (stdio) <-- {"body":{"module":{"addressRange":"0x7bf45c35e000","id":"D2D793C5-CDFA-B4C2-E083-F41AAF689B69-4B62EACD","name":"libatomic.so.1","path":"/lib/x86_64-linux-gnu/libatomic.so.1","symbolStatus":"Symbols not found."},"reason":"new"},"event":"module","seq":29,"type":"event"}
1764886792.979296684 (stdio) <-- {"body":{"module":{"addressRange":"0x7bf45c697000","id":"962586A5","name":"libunwind.so.1","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libunwind.so.1","symbolFilePath":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libunwind.so.1","symbolStatus":"Symbols loaded."},"reason":"new"},"event":"module","seq":30,"type":"event"}
1764886792.982052088 (stdio) <-- {"body":{"allThreadsStopped":true,"description":"breakpoint 1.1","hitBreakpointIds":[1],"preserveFocusHint":false,"reason":"breakpoint","threadCausedFocus":true,"threadId":382977},"event":"stopped","seq":31,"type":"event"}
1764886793.232697487 (stdio) --> {"command":"threads","type":"request","arguments":{},"seq":6}
1764886793.232747078 (stdio) queued (command=threads seq=6)
1764886793.232939720 (stdio) <-- {"body":{"threads":[{"id":382977,"name":"a.out"}]},"command":"threads","request_seq":6,"seq":32,"success":true,"type":"response"}
1764886793.233227491 (stdio) --> {"command":"stackTrace","type":"request","arguments":{"threadId":382977},"seq":7}
1764886793.233251333 (stdio) queued (command=stackTrace seq=7)
1764886793.299763441 (stdio) <-- {"body":{"stackFrames":[{"column":5,"id":524288,"instructionPointerReference":"0x5B9E16627141","line":5,"moduleId":"80E54544","name":"recurse(x=1)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524289,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=2)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524290,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=3)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524291,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=4)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524292,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=5)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524293,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=6)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524294,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=7)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524295,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=8)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524296,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=9)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524297,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=10)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524298,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=11)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524299,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=12)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524300,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=13)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524301,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=14)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524302,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=15)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524303,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=16)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524304,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=17)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524305,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=18)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524306,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=19)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524307,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=20)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524308,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=21)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524309,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=22)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524310,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=23)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524311,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=24)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524312,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=25)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524313,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=26)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524314,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=27)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524315,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=28)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524316,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=29)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524317,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=30)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524318,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=31)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524319,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=32)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524320,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=33)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524321,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=34)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524322,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=35)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524323,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=36)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524324,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=37)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524325,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=38)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524326,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=39)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524327,"instructionPointerReference":"0x5B9E16627155","line":6,"moduleId":"80E54544","name":"recurse(x=40)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":3,"id":524328,"instructionPointerReference":"0x5B9E16627190","line":10,"moduleId":"80E54544","name":"main(argc=1, argv=0x00007ffca8c29788)","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":1,"id":524329,"instructionPointerReference":"0x7BF45C3931CA","line":27,"moduleId":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"___lldb_unnamed_symbol_2a150","source":{"name":"___lldb_unnamed_symbol_2a150","path":"/lib/x86_64-linux-gnu/libc.so.6`___lldb_unnamed_symbol_2a150","presentationHint":"deemphasize","sourceReference":1}},{"column":1,"id":524330,"instructionPointerReference":"0x7BF45C39328B","line":42,"moduleId":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"__libc_start_main","source":{"name":"__libc_start_main","path":"/lib/x86_64-linux-gnu/libc.so.6`__libc_start_main","presentationHint":"deemphasize","sourceReference":2}},{"column":1,"id":524331,"instructionPointerReference":"0x5B9E16627065","line":13,"moduleId":"80E54544","name":"_start","source":{"name":"_start","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_functionNameWithArgs/a.out`_start","presentationHint":"deemphasize","sourceReference":3}}],"totalFrames":44},"command":"stackTrace","request_seq":7,"seq":33,"success":true,"type":"response"}
1764886793.315362215 (stdio) --> {"command":"disconnect","type":"request","arguments":{"terminateDebuggee":true},"seq":8}
1764886793.315418720 (stdio) queued (command=disconnect seq=8)
1764886793.316448450 (stdio) <-- {"body":{"category":"console","output":"Process 382977 exited with status = 9 (0x00000009) killed\n"},"event":"output","seq":34,"type":"event"}
1764886793.319651842 (stdio) <-- {"body":{"$__lldb_statistics":{"commands":"{\"settings clear\":1}","memory":"{\"strings\":{\"bytesTotal\":1056768,\"bytesUnused\":415484,\"bytesUsed\":641284}}","plugins":"{\"abi\":[{\"enabled\":true,\"name\":\"SysV-arm64\"},{\"enabled\":true,\"name\":\"ABIMacOSX_arm64\"},{\"enabled\":true,\"name\":\"SysV-arm\"},{\"enabled\":true,\"name\":\"macosx-arm\"},{\"enabled\":true,\"name\":\"sysv-hexagon\"},{\"enabled\":true,\"name\":\"sysv-loongarch\"},{\"enabled\":true,\"name\":\"sysv-mips\"},{\"enabled\":true,\"name\":\"sysv-mips64\"},{\"enabled\":true,\"name\":\"sysv-msp430\"},{\"enabled\":true,\"name\":\"sysv-ppc\"},{\"enabled\":true,\"name\":\"sysv-ppc64\"},{\"enabled\":true,\"name\":\"sysv-riscv\"},{\"enabled\":true,\"name\":\"sysv-s390x\"},{\"enabled\":true,\"name\":\"abi.macosx-i386\"},{\"enabled\":true,\"name\":\"sysv-i386\"},{\"enabled\":true,\"name\":\"sysv-x86_64\"},{\"enabled\":true,\"name\":\"windows-x86_64\"}],\"architecture\":[{\"enabled\":true,\"name\":\"arm\"},{\"enabled\":true,\"name\":\"mips\"},{\"enabled\":true,\"name\":\"ppc64\"},{\"enabled\":true,\"name\":\"aarch64\"}],\"disassembler\":[{\"enabled\":true,\"name\":\"llvm-mc\"}],\"dynamic-loader\":[{\"enabled\":true,\"name\":\"darwin-kernel\"},{\"enabled\":true,\"name\":\"freebsd-kernel\"},{\"enabled\":true,\"name\":\"macosx-dyld\"},{\"enabled\":true,\"name\":\"macos-dyld\"},{\"enabled\":true,\"name\":\"posix-dyld\"},{\"enabled\":true,\"name\":\"static\"},{\"enabled\":true,\"name\":\"hexagon-dyld\"},{\"enabled\":true,\"name\":\"windows-dyld\"},{\"enabled\":true,\"name\":\"wasm-dyld\"}],\"emulate-instruction\":[{\"enabled\":true,\"name\":\"arm\"},{\"enabled\":true,\"name\":\"arm64\"},{\"enabled\":true,\"name\":\"LoongArch\"},{\"enabled\":true,\"name\":\"mips32\"},{\"enabled\":true,\"name\":\"mips64\"},{\"enabled\":true,\"name\":\"ppc64\"},{\"enabled\":true,\"name\":\"riscv\"}],\"instrumentation-runtime\":[{\"enabled\":true,\"name\":\"AddressSanitizer\"},{\"enabled\":true,\"name\":\"Libsanitizers-ASan\"},{\"enabled\":true,\"name\":\"BoundsSafety\"},{\"enabled\":true,\"name\":\"MainThreadChecker\"},{\"enabled\":true,\"name\":\"ThreadSanitizer\"},{\"enabled\":true,\"name\":\"UndefinedBehaviorSanitizer\"}],\"jit-loader\":[{\"enabled\":true,\"name\":\"gdb\"}],\"language\":[{\"enabled\":true,\"name\":\"cplusplus\"},{\"enabled\":true,\"name\":\"objc\"},{\"enabled\":true,\"name\":\"objcplusplus\"}],\"language-runtime\":[{\"enabled\":true,\"name\":\"itanium\"},{\"enabled\":true,\"name\":\"apple-objc-v2\"},{\"enabled\":true,\"name\":\"apple-objc-v1\"},{\"enabled\":true,\"name\":\"gnustep-objc-libobjc2\"}],\"memory-history\":[{\"enabled\":true,\"name\":\"asan\"}],\"object-container\":[{\"enabled\":true,\"name\":\"bsd-archive\"},{\"enabled\":true,\"name\":\"mach-o\"},{\"enabled\":true,\"name\":\"mach-o-fileset\"}],\"object-file\":[{\"enabled\":true,\"name\":\"breakpad\"},{\"enabled\":true,\"name\":\"COFF\"},{\"enabled\":true,\"name\":\"elf\"},{\"enabled\":true,\"name\":\"JSON\"},{\"enabled\":true,\"name\":\"mach-o\"},{\"enabled\":true,\"name\":\"minidump\"},{\"enabled\":true,\"name\":\"pdb\"},{\"enabled\":true,\"name\":\"pe-coff\"},{\"enabled\":true,\"name\":\"xcoff\"},{\"enabled\":true,\"name\":\"wasm\"}],\"operating-system\":[{\"enabled\":true,\"name\":\"python\"}],\"platform\":[{\"enabled\":true,\"name\":\"remote-AIX\"},{\"enabled\":true,\"name\":\"remote-linux\"},{\"enabled\":true,\"name\":\"remote-android\"},{\"enabled\":true,\"name\":\"remote-freebsd\"},{\"enabled\":true,\"name\":\"remote-gdb-server\"},{\"enabled\":true,\"name\":\"darwin\"},{\"enabled\":true,\"name\":\"remote-ios\"},{\"enabled\":true,\"name\":\"remote-macosx\"},{\"enabled\":true,\"name\":\"host\"},{\"enabled\":true,\"name\":\"remote-netbsd\"},{\"enabled\":true,\"name\":\"remote-openbsd\"},{\"enabled\":true,\"name\":\"qemu-user\"},{\"enabled\":true,\"name\":\"remote-windows\"}],\"process\":[{\"enabled\":true,\"name\":\"ScriptedProcess\"},{\"enabled\":true,\"name\":\"elf-core\"},{\"enabled\":true,\"name\":\"mach-o-core\"},{\"enabled\":true,\"name\":\"minidump\"},{\"enabled\":true,\"name\":\"wasm\"},{\"enabled\":true,\"name\":\"gdb-remote\"}],\"register-type-builder\":[{\"enabled\":true,\"name\":\"register-types-clang\"}],\"repl\":[{\"enabled\":true,\"name\":\"ClangREPL\"}],\"script-interpreter\":[{\"enabled\":true,\"name\":\"script-none\"},{\"enabled\":true,\"name\":\"script-python\"}],\"scripted-interface\":[{\"enabled\":true,\"name\":\"OperatingSystemPythonInterface\"},{\"enabled\":true,\"name\":\"ScriptedPlatformPythonInterface\"},{\"enabled\":true,\"name\":\"ScriptedProcessPythonInterface\"},{\"enabled\":true,\"name\":\"ScriptedStopHookPythonInterface\"},{\"enabled\":true,\"name\":\"ScriptedBreakpointPythonInterface\"},{\"enabled\":true,\"name\":\"ScriptedThreadPlanPythonInterface\"},{\"enabled\":true,\"name\":\"ScriptedFrameProviderPythonInterface\"}],\"structured-data\":[{\"enabled\":true,\"name\":\"darwin-log\"}],\"symbol-file\":[{\"enabled\":true,\"name\":\"breakpad\"},{\"enabled\":true,\"name\":\"CTF\"},{\"enabled\":true,\"name\":\"dwarf\"},{\"enabled\":true,\"name\":\"dwarf-debugmap\"},{\"enabled\":true,\"name\":\"JSON\"},{\"enabled\":true,\"name\":\"native-pdb\"},{\"enabled\":true,\"name\":\"pdb\"},{\"enabled\":true,\"name\":\"symtab\"}],\"symbol-locator\":[{\"enabled\":true,\"name\":\"debuginfod\"},{\"enabled\":true,\"name\":\"Default\"}],\"symbol-vendor\":[{\"enabled\":true,\"name\":\"ELF\"},{\"enabled\":true,\"name\":\"PE-COFF\"},{\"enabled\":true,\"name\":\"WASM\"}],\"system-runtime\":[{\"enabled\":true,\"name\":\"systemruntime-macosx\"}],\"trace-exporter\":[{\"enabled\":true,\"name\":\"ctf\"}],\"type-system\":[{\"enabled\":true,\"name\":\"clang\"}],\"unwind-assembly\":[{\"enabled\":true,\"name\":\"inst-emulation\"},{\"enabled\":true,\"name\":\"x86\"}]}","targets":"[{\"breakpoints\":[{\"details\":{\"Breakpoint\":{\"BKPTOptions\":{\"AutoContinue\":false,\"ConditionText\":\"\",\"EnabledState\":true,\"IgnoreCount\":0,\"OneShotState\":false},\"BKPTResolver\":{\"Options\":{\"Column\":0,\"Exact\":false,\"FileName\":\"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c\",\"Inlines\":true,\"LineNumber\":5,\"Offset\":0,\"SkipPrologue\":true},\"Type\":\"FileAndLine\"},\"Hardware\":false,\"Names\":[\"dap\"],\"SearchFilter\":{\"Options\":{},\"Type\":\"Unconstrained\"}}},\"hitCount\":1,\"id\":1,\"internal\":false,\"numLocations\":1,\"numResolvedLocations\":1,\"resolveTime\":0.0011329999999999999},{\"details\":{\"Breakpoint\":{\"BKPTOptions\":{\"AutoContinue\":false,\"ConditionText\":\"\",\"EnabledState\":true,\"IgnoreCount\":0,\"OneShotState\":false},\"BKPTResolver\":{\"Options\":{\"Language\":\"c\",\"NameMask\":[4,4,4,4,4,4],\"Offset\":0,\"SkipPrologue\":false,\"SymbolNames\":[\"_dl_debug_state\",\"rtld_db_dlactivity\",\"__dl_rtld_db_dlactivity\",\"r_debug_state\",\"_r_debug_state\",\"_rtld_debug_state\"]},\"Type\":\"SymbolName\"},\"Hardware\":false,\"SearchFilter\":{\"Options\":{\"ModuleList\":[\"/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2\"]},\"Type\":\"Modules\"}}},\"hitCount\":2,\"id\":-1,\"internal\":true,\"kindDescription\":\"shared-library-event\",\"numLocations\":1,\"numResolvedLocations\":1,\"resolveTime\":0.00013999999999999999}],\"dyldPluginName\":\"posix-dyld\",\"expressionEvaluation\":{\"failures\":0,\"successes\":0},\"firstStopTime\":0.019612582,\"frameVariable\":{\"failures\":0,\"successes\":0},\"launchOrAttachTime\":0.016086752999999999,\"moduleIdentifiers\":[1081502624,1082105312,1080578336,134723863055296,134724198951376,134723997274848,134723393293776,134723594619840,134723930164992,134724064381888],\"signals\":[{\"SIGSTOP\":1}],\"sourceMapDeduceCount\":0,\"sourceRealpathAttemptCount\":0,\"sourceRealpathCompatibleCount\":0,\"stopCount\":7,\"summaryProviderStatistics\":[],\"targetCreateTime\":0.0053579999999999999,\"totalBreakpointResolveTime\":0.0012729999999999998,\"totalSharedLibraryEventHitCount\":2}]","totalDebugInfoByteSize":1155,"totalDebugInfoEnabled":1,"totalDebugInfoIndexLoadedFromCache":0,"totalDebugInfoIndexSavedToCache":0,"totalDebugInfoIndexTime":0.0038159999999999999,"totalDebugInfoParseTime":0.00016100000000000001,"totalDwoErrorCount":0,"totalDwoFileCount":0,"totalLoadedDwoFileCount":0,"totalModuleCount":10,"totalModuleCountHasDebugInfo":1,"totalModuleCountWithIncompleteTypes":0,"totalModuleCountWithVariableErrors":0,"totalSymbolLocatorTime":"{\"Default\":0.0036600000000000001,\"debuginfod\":0}","totalSymbolTableIndexTime":0.0061730000000000005,"totalSymbolTableParseTime":0.034895999999999996,"totalSymbolTableStripped":0,"totalSymbolTableSymbolCount":12606,"totalSymbolTablesLoaded":10,"totalSymbolTablesLoadedFromCache":0,"totalSymbolTablesSavedToCache":0}},"event":"terminated","seq":35,"type":"event"}
1764886793.319871187 (stdio) <-- {"command":"disconnect","request_seq":8,"seq":36,"success":true,"type":"response"}
1764886793.319943666 (stdio) <-- {"body":{"exitCode":9},"event":"exited","seq":37,"type":"event"}
========= END =========
PASS: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_functionNameWithArgs (TestDAP_stackTrace.TestDAP_stackTrace.test_functionNameWithArgs)
========= DEBUG ADAPTER PROTOCOL LOGS =========
1764886793.504528522 (stdio) --> {"command":"initialize","type":"request","arguments":{"adapterID":"lldb-native","clientID":"vscode","columnsStartAt1":true,"linesStartAt1":true,"locale":"en-us","pathFormat":"path","supportsRunInTerminalRequest":true,"supportsVariablePaging":true,"supportsVariableType":true,"supportsStartDebuggingRequest":true,"supportsProgressReporting":true,"supportsInvalidatedEvent":true,"supportsMemoryEvent":true,"$__lldb_sourceInitFile":false},"seq":1}
1764886793.504612684 (stdio) queued (command=initialize seq=1)
1764886793.504878521 (stdio) <-- {"body":{"$__lldb_version":"lldb version 22.0.0git (https://github.com/llvm/llvm-project revision 880be07297502b6c5ddd5535ec33395eb5597530)\n clang revision 880be07297502b6c5ddd5535ec33395eb5597530\n llvm revision 880be07297502b6c5ddd5535ec33395eb5597530","completionTriggerCharacters":["."," ","\t"],"exceptionBreakpointFilters":[{"description":"C++ Catch","filter":"cpp_catch","label":"C++ Catch","supportsCondition":true},{"description":"C++ Throw","filter":"cpp_throw","label":"C++ Throw","supportsCondition":true},{"description":"Objective-C Catch","filter":"objc_catch","label":"Objective-C Catch","supportsCondition":true},{"description":"Objective-C Throw","filter":"objc_throw","label":"Objective-C Throw","supportsCondition":true}],"supportTerminateDebuggee":true,"supportsBreakpointLocationsRequest":true,"supportsCancelRequest":true,"supportsCompletionsRequest":true,"supportsConditionalBreakpoints":true,"supportsConfigurationDoneRequest":true,"supportsDataBreakpointBytes":true,"supportsDataBreakpoints":true,"supportsDelayedStackTraceLoading":true,"supportsDisassembleRequest":true,"supportsEvaluateForHovers":true,"supportsExceptionFilterOptions":true,"supportsExceptionInfoRequest":true,"supportsFunctionBreakpoints":true,"supportsHitConditionalBreakpoints":true,"supportsInstructionBreakpoints":true,"supportsLogPoints":true,"supportsModuleSymbolsRequest":true,"supportsModulesRequest":true,"supportsReadMemoryRequest":true,"supportsSetVariable":true,"supportsSteppingGranularity":true,"supportsValueFormattingOptions":true,"supportsWriteMemoryRequest":true},"command":"initialize","request_seq":1,"seq":1,"success":true,"type":"response"}
1764886793.505240679 (stdio) --> {"command":"launch","type":"request","arguments":{"program":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_stackTrace/a.out","initCommands":["settings clear --all","settings set symbols.enable-external-lookup false","settings set target.inherit-tcc true","settings set target.disable-aslr false","settings set target.detach-on-error false","settings set target.auto-apply-fixits false","settings set plugin.process.gdb-remote.packet-timeout 60","settings set symbols.clang-modules-cache-path \"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-lldb/lldb-api\"","settings set use-color false","settings set show-statusline false"],"disableASLR":false,"enableAutoVariableSummaries":false,"enableSyntheticChildDebugging":false,"displayExtendedBacktrace":false},"seq":2}
1764886793.505279303 (stdio) queued (command=launch seq=2)
1764886793.507229090 (stdio) <-- {"body":{"category":"console","output":"Running initCommands:\n"},"event":"output","seq":2,"type":"event"}
1764886793.507260561 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings clear --all\n"},"event":"output","seq":3,"type":"event"}
1764886793.507270336 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set symbols.enable-external-lookup false\n"},"event":"output","seq":4,"type":"event"}
1764886793.507279158 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set target.inherit-tcc true\n"},"event":"output","seq":5,"type":"event"}
1764886793.507287264 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set target.disable-aslr false\n"},"event":"output","seq":6,"type":"event"}
1764886793.507295132 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set target.detach-on-error false\n"},"event":"output","seq":7,"type":"event"}
1764886793.507311821 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set target.auto-apply-fixits false\n"},"event":"output","seq":8,"type":"event"}
1764886793.507320166 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set plugin.process.gdb-remote.packet-timeout 60\n"},"event":"output","seq":9,"type":"event"}
1764886793.507328987 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set symbols.clang-modules-cache-path \"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-lldb/lldb-api\"\n"},"event":"output","seq":10,"type":"event"}
1764886793.507338524 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set use-color false\n"},"event":"output","seq":11,"type":"event"}
1764886793.507346392 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set show-statusline false\n"},"event":"output","seq":12,"type":"event"}
1764886793.528394699 (stdio) <-- {"command":"launch","request_seq":2,"seq":13,"success":true,"type":"response"}
1764886793.528470278 (stdio) <-- {"body":{"module":{"addressRange":"0x78f9d610b000","id":"520E0587-8220-FB2F-C6D2-8FF46B63B3FD-5D48E763","name":"ld-linux-x86-64.so.2","path":"/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2","symbolStatus":"Symbols not found."},"reason":"new"},"event":"module","seq":14,"type":"event"}
1764886793.528533936 (stdio) <-- {"event":"initialized","seq":15,"type":"event"}
1764886793.528582573 (stdio) <-- {"body":{"module":{"addressRange":"0x7ffc24f19000","id":"935E8301-3E94-6C72-593D-620D433BE6E8-4F9BB79F","name":"[vdso]","path":"[vdso]","symbolStatus":"Symbols not found."},"reason":"new"},"event":"module","seq":16,"type":"event"}
1764886793.528741121 (stdio) <-- {"body":{"module":{"addressRange":"0x5b5675556000","debugInfoSize":"1.1KB","id":"17ED32A6","name":"a.out","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_stackTrace/a.out","symbolFilePath":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_stackTrace/a.out","symbolStatus":"Symbols loaded."},"reason":"new"},"event":"module","seq":17,"type":"event"}
1764886793.529146910 (stdio) --> {"command":"setBreakpoints","type":"request","arguments":{"source":{"path":"main.c"},"sourceModified":false,"lines":[5],"breakpoints":[{"line":5}]},"seq":3}
1764886793.529210806 (stdio) queued (command=setBreakpoints seq=3)
1764886793.531508684 (stdio) <-- {"body":{"breakpoints":[{"column":5,"id":1,"instructionReference":"0x5B5675557141","line":5,"source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"},"verified":true}]},"command":"setBreakpoints","request_seq":3,"seq":18,"success":true,"type":"response"}
1764886793.531745911 (stdio) <-- {"body":{"breakpoint":{"column":5,"id":1,"instructionReference":"0x5B5675557141","line":5,"verified":true},"reason":"changed"},"event":"breakpoint","seq":19,"type":"event"}
1764886793.531911850 (stdio) --> {"command":"configurationDone","type":"request","arguments":{},"seq":4}
1764886793.531949759 (stdio) queued (command=configurationDone seq=4)
1764886793.532045603 (stdio) <-- {"body":{"capabilities":{"supportsModuleSymbolsRequest":true,"supportsRestartRequest":true,"supportsStepInTargetsRequest":true}},"event":"capabilities","seq":20,"type":"event"}
1764886793.532144070 (stdio) <-- {"body":{"isLocalProcess":true,"name":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_stackTrace/a.out","pointerSize":64,"startMethod":"launch","systemProcessId":383903},"event":"process","seq":21,"type":"event"}
1764886793.532402039 (stdio) <-- {"command":"configurationDone","request_seq":4,"seq":22,"success":true,"type":"response"}
1764886793.534029722 (stdio) --> {"command":"threads","type":"request","arguments":{},"seq":5}
1764886793.534078121 (stdio) queued (command=threads seq=5)
1764886793.534153938 (stdio) <-- {"body":{"threads":[{"id":383903,"name":"a.out"}]},"command":"threads","request_seq":5,"seq":23,"success":true,"type":"response"}
1764886793.555776358 (stdio) <-- {"body":{"module":{"addressRange":"0x78f9d5fb1000","id":"D85F1FC0","name":"libc++abi.so.1","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libc++abi.so.1","symbolFilePath":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libc++abi.so.1","symbolStatus":"Symbols loaded."},"reason":"new"},"event":"module","seq":24,"type":"event"}
1764886793.556033850 (stdio) <-- {"body":{"module":{"addressRange":"0x78f9d5ffa000","id":"DC1484FD","name":"libc++.so.1","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libc++.so.1","symbolFilePath":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libc++.so.1","symbolStatus":"Symbols loaded."},"reason":"new"},"event":"module","seq":25,"type":"event"}
1764886793.556185007 (stdio) <-- {"body":{"module":{"addressRange":"0x78f9d5e87000","id":"30724452-88DD-2ABA-348B-F583C65F7050-9AAB8141","name":"libgcc_s.so.1","path":"/lib/x86_64-linux-gnu/libgcc_s.so.1","symbolStatus":"Symbols not found."},"reason":"new"},"event":"module","seq":26,"type":"event"}
1764886793.556241751 (stdio) <-- {"body":{"module":{"addressRange":"0x78f9d5eb5000","id":"F834D730-8D26-6021-8ED4-F7486A58E28C-8464FE4B","name":"libm.so.6","path":"/lib/x86_64-linux-gnu/libm.so.6","symbolStatus":"Symbols not found."},"reason":"new"},"event":"module","seq":27,"type":"event"}
1764886793.556301594 (stdio) <-- {"body":{"module":{"addressRange":"0x78f9d5fa1000","id":"962586A5","name":"libunwind.so.1","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libunwind.so.1","symbolFilePath":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libunwind.so.1","symbolStatus":"Symbols loaded."},"reason":"new"},"event":"module","seq":28,"type":"event"}
1764886793.556335688 (stdio) <-- {"body":{"module":{"addressRange":"0x78f9d5c68000","id":"D2D793C5-CDFA-B4C2-E083-F41AAF689B69-4B62EACD","name":"libatomic.so.1","path":"/lib/x86_64-linux-gnu/libatomic.so.1","symbolStatus":"Symbols not found."},"reason":"new"},"event":"module","seq":29,"type":"event"}
1764886793.556363821 (stdio) <-- {"body":{"module":{"addressRange":"0x78f9d5c73000","id":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"libc.so.6","path":"/lib/x86_64-linux-gnu/libc.so.6","symbolStatus":"Symbols not found."},"reason":"new"},"event":"module","seq":30,"type":"event"}
1764886793.557421684 (stdio) <-- {"body":{"allThreadsStopped":true,"description":"breakpoint 1.1","hitBreakpointIds":[1],"preserveFocusHint":false,"reason":"breakpoint","threadCausedFocus":true,"threadId":383903},"event":"stopped","seq":31,"type":"event"}
1764886793.807907820 (stdio) --> {"command":"threads","type":"request","arguments":{},"seq":6}
1764886793.931313753 (stdio) queued (command=threads seq=6)
1764886793.931459904 (stdio) <-- {"body":{"threads":[{"id":383903,"name":"a.out"}]},"command":"threads","request_seq":6,"seq":32,"success":true,"type":"response"}
1764886793.931796312 (stdio) --> {"command":"stackTrace","type":"request","arguments":{"threadId":383903},"seq":7}
1764886793.931849957 (stdio) queued (command=stackTrace seq=7)
1764886793.938738585 (stdio) <-- {"body":{"stackFrames":[{"column":5,"id":524288,"instructionPointerReference":"0x5B5675557141","line":5,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524289,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524290,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524291,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524292,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524293,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524294,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524295,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524296,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524297,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524298,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524299,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524300,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524301,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524302,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524303,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524304,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524305,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524306,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524307,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524308,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524309,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524310,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524311,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524312,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524313,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524314,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524315,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524316,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524317,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524318,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524319,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524320,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524321,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524322,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524323,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524324,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524325,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524326,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524327,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":3,"id":524328,"instructionPointerReference":"0x5B5675557190","line":10,"moduleId":"17ED32A6","name":"main","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":1,"id":524329,"instructionPointerReference":"0x78F9D5C9D1CA","line":27,"moduleId":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"___lldb_unnamed_symbol_2a150","source":{"name":"___lldb_unnamed_symbol_2a150","path":"/lib/x86_64-linux-gnu/libc.so.6`___lldb_unnamed_symbol_2a150","presentationHint":"deemphasize","sourceReference":1}},{"column":1,"id":524330,"instructionPointerReference":"0x78F9D5C9D28B","line":42,"moduleId":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"__libc_start_main","source":{"name":"__libc_start_main","path":"/lib/x86_64-linux-gnu/libc.so.6`__libc_start_main","presentationHint":"deemphasize","sourceReference":2}},{"column":1,"id":524331,"instructionPointerReference":"0x5B5675557065","line":13,"moduleId":"17ED32A6","name":"_start","source":{"name":"_start","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_stackTrace/a.out`_start","presentationHint":"deemphasize","sourceReference":3}}],"totalFrames":44},"command":"stackTrace","request_seq":7,"seq":33,"success":true,"type":"response"}
1764886793.939785719 (stdio) --> {"command":"stackTrace","type":"request","arguments":{"threadId":383903,"startFrame":0,"levels":10},"seq":8}
1764886793.939841270 (stdio) queued (command=stackTrace seq=8)
1764886793.940417290 (stdio) <-- {"body":{"stackFrames":[{"column":5,"id":524288,"instructionPointerReference":"0x5B5675557141","line":5,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524289,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524290,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524291,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524292,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524293,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524294,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524295,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524296,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524297,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}}],"totalFrames":30},"command":"stackTrace","request_seq":8,"seq":34,"success":true,"type":"response"}
1764886793.940844059 (stdio) --> {"command":"stackTrace","type":"request","arguments":{"threadId":383903,"startFrame":0},"seq":9}
1764886793.940860510 (stdio) queued (command=stackTrace seq=9)
1764886793.943990231 (stdio) <-- {"body":{"stackFrames":[{"column":5,"id":524288,"instructionPointerReference":"0x5B5675557141","line":5,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524289,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524290,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524291,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524292,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524293,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524294,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524295,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524296,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524297,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524298,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524299,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524300,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524301,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524302,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524303,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524304,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524305,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524306,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524307,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524308,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524309,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524310,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524311,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524312,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524313,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524314,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524315,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524316,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524317,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524318,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524319,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524320,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524321,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524322,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524323,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524324,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524325,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524326,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524327,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":3,"id":524328,"instructionPointerReference":"0x5B5675557190","line":10,"moduleId":"17ED32A6","name":"main","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":1,"id":524329,"instructionPointerReference":"0x78F9D5C9D1CA","line":27,"moduleId":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"___lldb_unnamed_symbol_2a150","source":{"name":"___lldb_unnamed_symbol_2a150","path":"/lib/x86_64-linux-gnu/libc.so.6`___lldb_unnamed_symbol_2a150","presentationHint":"deemphasize","sourceReference":1}},{"column":1,"id":524330,"instructionPointerReference":"0x78F9D5C9D28B","line":42,"moduleId":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"__libc_start_main","source":{"name":"__libc_start_main","path":"/lib/x86_64-linux-gnu/libc.so.6`__libc_start_main","presentationHint":"deemphasize","sourceReference":2}},{"column":1,"id":524331,"instructionPointerReference":"0x5B5675557065","line":13,"moduleId":"17ED32A6","name":"_start","source":{"name":"_start","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_stackTrace/a.out`_start","presentationHint":"deemphasize","sourceReference":3}}],"totalFrames":44},"command":"stackTrace","request_seq":9,"seq":35,"success":true,"type":"response"}
1764886793.944934130 (stdio) --> {"command":"stackTrace","type":"request","arguments":{"threadId":383903,"startFrame":0,"levels":0},"seq":10}
1764886793.944966793 (stdio) queued (command=stackTrace seq=10)
1764886793.947574854 (stdio) <-- {"body":{"stackFrames":[{"column":5,"id":524288,"instructionPointerReference":"0x5B5675557141","line":5,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524289,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524290,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524291,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524292,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524293,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524294,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524295,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524296,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524297,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524298,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524299,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524300,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524301,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524302,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524303,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524304,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524305,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524306,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524307,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524308,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524309,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524310,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524311,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524312,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524313,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524314,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524315,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524316,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524317,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524318,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524319,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524320,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524321,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524322,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524323,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524324,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524325,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524326,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524327,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":3,"id":524328,"instructionPointerReference":"0x5B5675557190","line":10,"moduleId":"17ED32A6","name":"main","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":1,"id":524329,"instructionPointerReference":"0x78F9D5C9D1CA","line":27,"moduleId":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"___lldb_unnamed_symbol_2a150","source":{"name":"___lldb_unnamed_symbol_2a150","path":"/lib/x86_64-linux-gnu/libc.so.6`___lldb_unnamed_symbol_2a150","presentationHint":"deemphasize","sourceReference":1}},{"column":1,"id":524330,"instructionPointerReference":"0x78F9D5C9D28B","line":42,"moduleId":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"__libc_start_main","source":{"name":"__libc_start_main","path":"/lib/x86_64-linux-gnu/libc.so.6`__libc_start_main","presentationHint":"deemphasize","sourceReference":2}},{"column":1,"id":524331,"instructionPointerReference":"0x5B5675557065","line":13,"moduleId":"17ED32A6","name":"_start","source":{"name":"_start","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_stackTrace/a.out`_start","presentationHint":"deemphasize","sourceReference":3}}],"totalFrames":44},"command":"stackTrace","request_seq":10,"seq":36,"success":true,"type":"response"}
1764886793.949864864 (stdio) --> {"command":"stackTrace","type":"request","arguments":{"threadId":383903,"startFrame":0,"levels":1},"seq":11}
1764886793.949912786 (stdio) queued (command=stackTrace seq=11)
1764886793.950083256 (stdio) <-- {"body":{"stackFrames":[{"column":5,"id":524288,"instructionPointerReference":"0x5B5675557141","line":5,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}}],"totalFrames":21},"command":"stackTrace","request_seq":11,"seq":37,"success":true,"type":"response"}
1764886793.950455666 (stdio) --> {"command":"stackTrace","type":"request","arguments":{"threadId":383903,"startFrame":0,"levels":3},"seq":12}
1764886793.950483561 (stdio) queued (command=stackTrace seq=12)
1764886793.950699806 (stdio) <-- {"body":{"stackFrames":[{"column":5,"id":524288,"instructionPointerReference":"0x5B5675557141","line":5,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524289,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524290,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}}],"totalFrames":23},"command":"stackTrace","request_seq":12,"seq":38,"success":true,"type":"response"}
1764886793.950981379 (stdio) --> {"command":"stackTrace","type":"request","arguments":{"threadId":383903,"startFrame":5,"levels":16},"seq":13}
1764886793.951009989 (stdio) queued (command=stackTrace seq=13)
1764886793.951779604 (stdio) <-- {"body":{"stackFrames":[{"column":10,"id":524293,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524294,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524295,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524296,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524297,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524298,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524299,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524300,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524301,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524302,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524303,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524304,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524305,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524306,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524307,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524308,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}}],"totalFrames":41},"command":"stackTrace","request_seq":13,"seq":39,"success":true,"type":"response"}
1764886793.952246666 (stdio) --> {"command":"stackTrace","type":"request","arguments":{"threadId":383903,"startFrame":5,"levels":1000},"seq":14}
1764886793.952277660 (stdio) queued (command=stackTrace seq=14)
1764886793.954499722 (stdio) <-- {"body":{"stackFrames":[{"column":10,"id":524293,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524294,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524295,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524296,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524297,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524298,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524299,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524300,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524301,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524302,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524303,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524304,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524305,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524306,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524307,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524308,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524309,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524310,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524311,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524312,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524313,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524314,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524315,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524316,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524317,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524318,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524319,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524320,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524321,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524322,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524323,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524324,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524325,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524326,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524327,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":3,"id":524328,"instructionPointerReference":"0x5B5675557190","line":10,"moduleId":"17ED32A6","name":"main","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":1,"id":524329,"instructionPointerReference":"0x78F9D5C9D1CA","line":27,"moduleId":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"___lldb_unnamed_symbol_2a150","source":{"name":"___lldb_unnamed_symbol_2a150","path":"/lib/x86_64-linux-gnu/libc.so.6`___lldb_unnamed_symbol_2a150","presentationHint":"deemphasize","sourceReference":1}},{"column":1,"id":524330,"instructionPointerReference":"0x78F9D5C9D28B","line":42,"moduleId":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"__libc_start_main","source":{"name":"__libc_start_main","path":"/lib/x86_64-linux-gnu/libc.so.6`__libc_start_main","presentationHint":"deemphasize","sourceReference":2}},{"column":1,"id":524331,"instructionPointerReference":"0x5B5675557065","line":13,"moduleId":"17ED32A6","name":"_start","source":{"name":"_start","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_stackTrace/a.out`_start","presentationHint":"deemphasize","sourceReference":3}}],"totalFrames":44},"command":"stackTrace","request_seq":14,"seq":40,"success":true,"type":"response"}
1764886793.955307961 (stdio) --> {"command":"stackTrace","type":"request","arguments":{"threadId":383903,"startFrame":5,"levels":0},"seq":15}
1764886793.955337286 (stdio) queued (command=stackTrace seq=15)
1764886793.957478046 (stdio) <-- {"body":{"stackFrames":[{"column":10,"id":524293,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524294,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524295,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524296,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524297,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524298,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524299,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524300,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524301,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524302,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524303,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524304,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524305,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524306,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524307,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524308,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524309,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524310,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524311,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524312,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524313,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524314,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524315,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524316,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524317,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524318,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524319,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524320,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524321,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524322,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524323,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524324,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524325,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524326,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524327,"instructionPointerReference":"0x5B5675557155","line":6,"moduleId":"17ED32A6","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":3,"id":524328,"instructionPointerReference":"0x5B5675557190","line":10,"moduleId":"17ED32A6","name":"main","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":1,"id":524329,"instructionPointerReference":"0x78F9D5C9D1CA","line":27,"moduleId":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"___lldb_unnamed_symbol_2a150","source":{"name":"___lldb_unnamed_symbol_2a150","path":"/lib/x86_64-linux-gnu/libc.so.6`___lldb_unnamed_symbol_2a150","presentationHint":"deemphasize","sourceReference":1}},{"column":1,"id":524330,"instructionPointerReference":"0x78F9D5C9D28B","line":42,"moduleId":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"__libc_start_main","source":{"name":"__libc_start_main","path":"/lib/x86_64-linux-gnu/libc.so.6`__libc_start_main","presentationHint":"deemphasize","sourceReference":2}},{"column":1,"id":524331,"instructionPointerReference":"0x5B5675557065","line":13,"moduleId":"17ED32A6","name":"_start","source":{"name":"_start","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_stackTrace/a.out`_start","presentationHint":"deemphasize","sourceReference":3}}],"totalFrames":44},"command":"stackTrace","request_seq":15,"seq":41,"success":true,"type":"response"}
1764886793.958336592 (stdio) --> {"command":"stackTrace","type":"request","arguments":{"threadId":383903,"startFrame":1000,"levels":1},"seq":16}
1764886793.958369017 (stdio) queued (command=stackTrace seq=16)
1764886793.958439589 (stdio) <-- {"body":{"stackFrames":[],"totalFrames":1000},"command":"stackTrace","request_seq":16,"seq":42,"success":true,"type":"response"}
1764886793.972045660 (stdio) --> {"command":"disconnect","type":"request","arguments":{"terminateDebuggee":true},"seq":17}
1764886793.972098351 (stdio) queued (command=disconnect seq=17)
1764886793.973168135 (stdio) <-- {"body":{"category":"console","output":"Process 383903 exited with status = 9 (0x00000009) killed\n"},"event":"output","seq":43,"type":"event"}
1764886793.976161718 (stdio) <-- {"body":{"$__lldb_statistics":{"commands":"{\"settings clear\":1}","memory":"{\"strings\":{\"bytesTotal\":1056768,\"bytesUnused\":428718,\"bytesUsed\":628050}}","plugins":"{\"abi\":[{\"enabled\":true,\"name\":\"SysV-arm64\"},{\"enabled\":true,\"name\":\"ABIMacOSX_arm64\"},{\"enabled\":true,\"name\":\"SysV-arm\"},{\"enabled\":true,\"name\":\"macosx-arm\"},{\"enabled\":true,\"name\":\"sysv-hexagon\"},{\"enabled\":true,\"name\":\"sysv-loongarch\"},{\"enabled\":true,\"name\":\"sysv-mips\"},{\"enabled\":true,\"name\":\"sysv-mips64\"},{\"enabled\":true,\"name\":\"sysv-msp430\"},{\"enabled\":true,\"name\":\"sysv-ppc\"},{\"enabled\":true,\"name\":\"sysv-ppc64\"},{\"enabled\":true,\"name\":\"sysv-riscv\"},{\"enabled\":true,\"name\":\"sysv-s390x\"},{\"enabled\":true,\"name\":\"abi.macosx-i386\"},{\"enabled\":true,\"name\":\"sysv-i386\"},{\"enabled\":true,\"name\":\"sysv-x86_64\"},{\"enabled\":true,\"name\":\"windows-x86_64\"}],\"architecture\":[{\"enabled\":true,\"name\":\"arm\"},{\"enabled\":true,\"name\":\"mips\"},{\"enabled\":true,\"name\":\"ppc64\"},{\"enabled\":true,\"name\":\"aarch64\"}],\"disassembler\":[{\"enabled\":true,\"name\":\"llvm-mc\"}],\"dynamic-loader\":[{\"enabled\":true,\"name\":\"darwin-kernel\"},{\"enabled\":true,\"name\":\"freebsd-kernel\"},{\"enabled\":true,\"name\":\"macosx-dyld\"},{\"enabled\":true,\"name\":\"macos-dyld\"},{\"enabled\":true,\"name\":\"posix-dyld\"},{\"enabled\":true,\"name\":\"static\"},{\"enabled\":true,\"name\":\"hexagon-dyld\"},{\"enabled\":true,\"name\":\"windows-dyld\"},{\"enabled\":true,\"name\":\"wasm-dyld\"}],\"emulate-instruction\":[{\"enabled\":true,\"name\":\"arm\"},{\"enabled\":true,\"name\":\"arm64\"},{\"enabled\":true,\"name\":\"LoongArch\"},{\"enabled\":true,\"name\":\"mips32\"},{\"enabled\":true,\"name\":\"mips64\"},{\"enabled\":true,\"name\":\"ppc64\"},{\"enabled\":true,\"name\":\"riscv\"}],\"instrumentation-runtime\":[{\"enabled\":true,\"name\":\"AddressSanitizer\"},{\"enabled\":true,\"name\":\"Libsanitizers-ASan\"},{\"enabled\":true,\"name\":\"BoundsSafety\"},{\"enabled\":true,\"name\":\"MainThreadChecker\"},{\"enabled\":true,\"name\":\"ThreadSanitizer\"},{\"enabled\":true,\"name\":\"UndefinedBehaviorSanitizer\"}],\"jit-loader\":[{\"enabled\":true,\"name\":\"gdb\"}],\"language\":[{\"enabled\":true,\"name\":\"cplusplus\"},{\"enabled\":true,\"name\":\"objc\"},{\"enabled\":true,\"name\":\"objcplusplus\"}],\"language-runtime\":[{\"enabled\":true,\"name\":\"itanium\"},{\"enabled\":true,\"name\":\"apple-objc-v2\"},{\"enabled\":true,\"name\":\"apple-objc-v1\"},{\"enabled\":true,\"name\":\"gnustep-objc-libobjc2\"}],\"memory-history\":[{\"enabled\":true,\"name\":\"asan\"}],\"object-container\":[{\"enabled\":true,\"name\":\"bsd-archive\"},{\"enabled\":true,\"name\":\"mach-o\"},{\"enabled\":true,\"name\":\"mach-o-fileset\"}],\"object-file\":[{\"enabled\":true,\"name\":\"breakpad\"},{\"enabled\":true,\"name\":\"COFF\"},{\"enabled\":true,\"name\":\"elf\"},{\"enabled\":true,\"name\":\"JSON\"},{\"enabled\":true,\"name\":\"mach-o\"},{\"enabled\":true,\"name\":\"minidump\"},{\"enabled\":true,\"name\":\"pdb\"},{\"enabled\":true,\"name\":\"pe-coff\"},{\"enabled\":true,\"name\":\"xcoff\"},{\"enabled\":true,\"name\":\"wasm\"}],\"operating-system\":[{\"enabled\":true,\"name\":\"python\"}],\"platform\":[{\"enabled\":true,\"name\":\"remote-AIX\"},{\"enabled\":true,\"name\":\"remote-linux\"},{\"enabled\":true,\"name\":\"remote-android\"},{\"enabled\":true,\"name\":\"remote-freebsd\"},{\"enabled\":true,\"name\":\"remote-gdb-server\"},{\"enabled\":true,\"name\":\"darwin\"},{\"enabled\":true,\"name\":\"remote-ios\"},{\"enabled\":true,\"name\":\"remote-macosx\"},{\"enabled\":true,\"name\":\"host\"},{\"enabled\":true,\"name\":\"remote-netbsd\"},{\"enabled\":true,\"name\":\"remote-openbsd\"},{\"enabled\":true,\"name\":\"qemu-user\"},{\"enabled\":true,\"name\":\"remote-windows\"}],\"process\":[{\"enabled\":true,\"name\":\"ScriptedProcess\"},{\"enabled\":true,\"name\":\"elf-core\"},{\"enabled\":true,\"name\":\"mach-o-core\"},{\"enabled\":true,\"name\":\"minidump\"},{\"enabled\":true,\"name\":\"wasm\"},{\"enabled\":true,\"name\":\"gdb-remote\"}],\"register-type-builder\":[{\"enabled\":true,\"name\":\"register-types-clang\"}],\"repl\":[{\"enabled\":true,\"name\":\"ClangREPL\"}],\"script-interpreter\":[{\"enabled\":true,\"name\":\"script-none\"},{\"enabled\":true,\"name\":\"script-python\"}],\"scripted-interface\":[{\"enabled\":true,\"name\":\"OperatingSystemPythonInterface\"},{\"enabled\":true,\"name\":\"ScriptedPlatformPythonInterface\"},{\"enabled\":true,\"name\":\"ScriptedProcessPythonInterface\"},{\"enabled\":true,\"name\":\"ScriptedStopHookPythonInterface\"},{\"enabled\":true,\"name\":\"ScriptedBreakpointPythonInterface\"},{\"enabled\":true,\"name\":\"ScriptedThreadPlanPythonInterface\"},{\"enabled\":true,\"name\":\"ScriptedFrameProviderPythonInterface\"}],\"structured-data\":[{\"enabled\":true,\"name\":\"darwin-log\"}],\"symbol-file\":[{\"enabled\":true,\"name\":\"breakpad\"},{\"enabled\":true,\"name\":\"CTF\"},{\"enabled\":true,\"name\":\"dwarf\"},{\"enabled\":true,\"name\":\"dwarf-debugmap\"},{\"enabled\":true,\"name\":\"JSON\"},{\"enabled\":true,\"name\":\"native-pdb\"},{\"enabled\":true,\"name\":\"pdb\"},{\"enabled\":true,\"name\":\"symtab\"}],\"symbol-locator\":[{\"enabled\":true,\"name\":\"debuginfod\"},{\"enabled\":true,\"name\":\"Default\"}],\"symbol-vendor\":[{\"enabled\":true,\"name\":\"ELF\"},{\"enabled\":true,\"name\":\"PE-COFF\"},{\"enabled\":true,\"name\":\"WASM\"}],\"system-runtime\":[{\"enabled\":true,\"name\":\"systemruntime-macosx\"}],\"trace-exporter\":[{\"enabled\":true,\"name\":\"ctf\"}],\"type-system\":[{\"enabled\":true,\"name\":\"clang\"}],\"unwind-assembly\":[{\"enabled\":true,\"name\":\"inst-emulation\"},{\"enabled\":true,\"name\":\"x86\"}]}","targets":"[{\"breakpoints\":[{\"details\":{\"Breakpoint\":{\"BKPTOptions\":{\"AutoContinue\":false,\"ConditionText\":\"\",\"EnabledState\":true,\"IgnoreCount\":0,\"OneShotState\":false},\"BKPTResolver\":{\"Options\":{\"Column\":0,\"Exact\":false,\"FileName\":\"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c\",\"Inlines\":true,\"LineNumber\":5,\"Offset\":0,\"SkipPrologue\":true},\"Type\":\"FileAndLine\"},\"Hardware\":false,\"Names\":[\"dap\"],\"SearchFilter\":{\"Options\":{},\"Type\":\"Unconstrained\"}}},\"hitCount\":1,\"id\":1,\"internal\":false,\"numLocations\":1,\"numResolvedLocations\":1,\"resolveTime\":0.001126},{\"details\":{\"Breakpoint\":{\"BKPTOptions\":{\"AutoContinue\":false,\"ConditionText\":\"\",\"EnabledState\":true,\"IgnoreCount\":0,\"OneShotState\":false},\"BKPTResolver\":{\"Options\":{\"Language\":\"c\",\"NameMask\":[4,4,4,4,4,4],\"Offset\":0,\"SkipPrologue\":false,\"SymbolNames\":[\"_dl_debug_state\",\"rtld_db_dlactivity\",\"__dl_rtld_db_dlactivity\",\"r_debug_state\",\"_r_debug_state\",\"_rtld_debug_state\"]},\"Type\":\"SymbolName\"},\"Hardware\":false,\"SearchFilter\":{\"Options\":{\"ModuleList\":[\"/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2\"]},\"Type\":\"Modules\"}}},\"hitCount\":2,\"id\":-1,\"internal\":true,\"kindDescription\":\"shared-library-event\",\"numLocations\":1,\"numResolvedLocations\":1,\"resolveTime\":0.00013899999999999999}],\"dyldPluginName\":\"posix-dyld\",\"expressionEvaluation\":{\"failures\":0,\"successes\":0},\"firstStopTime\":0.017147698999999999,\"frameVariable\":{\"failures\":0,\"successes\":0},\"launchOrAttachTime\":0.013559907,\"moduleIdentifiers\":[112637712,113253152,111714592,132073197145024,132073532689344,132073734016768,132073465580480,132073868578000,132073666908672,132073398471616],\"signals\":[{\"SIGSTOP\":1}],\"sourceMapDeduceCount\":0,\"sourceRealpathAttemptCount\":0,\"sourceRealpathCompatibleCount\":0,\"stopCount\":7,\"summaryProviderStatistics\":[],\"targetCreateTime\":0.0029740000000000001,\"totalBreakpointResolveTime\":0.0012650000000000001,\"totalSharedLibraryEventHitCount\":2}]","totalDebugInfoByteSize":1135,"totalDebugInfoEnabled":1,"totalDebugInfoIndexLoadedFromCache":0,"totalDebugInfoIndexSavedToCache":0,"totalDebugInfoIndexTime":0.0019849999999999998,"totalDebugInfoParseTime":8.7000000000000001e-05,"totalDwoErrorCount":0,"totalDwoFileCount":0,"totalLoadedDwoFileCount":0,"totalModuleCount":10,"totalModuleCountHasDebugInfo":1,"totalModuleCountWithIncompleteTypes":0,"totalModuleCountWithVariableErrors":0,"totalSymbolLocatorTime":"{\"Default\":0.0049189999999999998,\"debuginfod\":9.9999999999999995e-07}","totalSymbolTableIndexTime":0.008966,"totalSymbolTableParseTime":0.043952999999999992,"totalSymbolTableStripped":0,"totalSymbolTableSymbolCount":12606,"totalSymbolTablesLoaded":10,"totalSymbolTablesLoadedFromCache":0,"totalSymbolTablesSavedToCache":0}},"event":"terminated","seq":44,"type":"event"}
1764886793.976352453 (stdio) <-- {"command":"disconnect","request_seq":17,"seq":45,"success":true,"type":"response"}
1764886793.976539612 (stdio) <-- {"body":{"exitCode":9},"event":"exited","seq":46,"type":"event"}
========= END =========
PASS: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_stackTrace (TestDAP_stackTrace.TestDAP_stackTrace.test_stackTrace)
========= DEBUG ADAPTER PROTOCOL LOGS =========
1764886794.208123922 (stdio) --> {"command":"initialize","type":"request","arguments":{"adapterID":"lldb-native","clientID":"vscode","columnsStartAt1":true,"linesStartAt1":true,"locale":"en-us","pathFormat":"path","supportsRunInTerminalRequest":true,"supportsVariablePaging":true,"supportsVariableType":true,"supportsStartDebuggingRequest":true,"supportsProgressReporting":true,"supportsInvalidatedEvent":true,"supportsMemoryEvent":true,"$__lldb_sourceInitFile":false},"seq":1}
1764886794.208255768 (stdio) queued (command=initialize seq=1)
1764886794.208516598 (stdio) <-- {"body":{"$__lldb_version":"lldb version 22.0.0git (https://github.com/llvm/llvm-project revision 880be07297502b6c5ddd5535ec33395eb5597530)\n clang revision 880be07297502b6c5ddd5535ec33395eb5597530\n llvm revision 880be07297502b6c5ddd5535ec33395eb5597530","completionTriggerCharacters":["."," ","\t"],"exceptionBreakpointFilters":[{"description":"C++ Catch","filter":"cpp_catch","label":"C++ Catch","supportsCondition":true},{"description":"C++ Throw","filter":"cpp_throw","label":"C++ Throw","supportsCondition":true},{"description":"Objective-C Catch","filter":"objc_catch","label":"Objective-C Catch","supportsCondition":true},{"description":"Objective-C Throw","filter":"objc_throw","label":"Objective-C Throw","supportsCondition":true}],"supportTerminateDebuggee":true,"supportsBreakpointLocationsRequest":true,"supportsCancelRequest":true,"supportsCompletionsRequest":true,"supportsConditionalBreakpoints":true,"supportsConfigurationDoneRequest":true,"supportsDataBreakpointBytes":true,"supportsDataBreakpoints":true,"supportsDelayedStackTraceLoading":true,"supportsDisassembleRequest":true,"supportsEvaluateForHovers":true,"supportsExceptionFilterOptions":true,"supportsExceptionInfoRequest":true,"supportsFunctionBreakpoints":true,"supportsHitConditionalBreakpoints":true,"supportsInstructionBreakpoints":true,"supportsLogPoints":true,"supportsModuleSymbolsRequest":true,"supportsModulesRequest":true,"supportsReadMemoryRequest":true,"supportsSetVariable":true,"supportsSteppingGranularity":true,"supportsValueFormattingOptions":true,"supportsWriteMemoryRequest":true},"command":"initialize","request_seq":1,"seq":1,"success":true,"type":"response"}
1764886794.208936453 (stdio) --> {"command":"launch","type":"request","arguments":{"program":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_stack_frame_module_id/a.out","initCommands":["settings clear --all","settings set symbols.enable-external-lookup false","settings set target.inherit-tcc true","settings set target.disable-aslr false","settings set target.detach-on-error false","settings set target.auto-apply-fixits false","settings set plugin.process.gdb-remote.packet-timeout 60","settings set symbols.clang-modules-cache-path \"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-lldb/lldb-api\"","settings set use-color false","settings set show-statusline false"],"disableASLR":false,"enableAutoVariableSummaries":false,"enableSyntheticChildDebugging":false,"displayExtendedBacktrace":false},"seq":2}
1764886794.208996296 (stdio) queued (command=launch seq=2)
1764886794.212034225 (stdio) <-- {"body":{"category":"console","output":"Running initCommands:\n"},"event":"output","seq":2,"type":"event"}
1764886794.212076902 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings clear --all\n"},"event":"output","seq":3,"type":"event"}
1764886794.212091208 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set symbols.enable-external-lookup false\n"},"event":"output","seq":4,"type":"event"}
1764886794.212104559 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set target.inherit-tcc true\n"},"event":"output","seq":5,"type":"event"}
1764886794.212117672 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set target.disable-aslr false\n"},"event":"output","seq":6,"type":"event"}
1764886794.212131262 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set target.detach-on-error false\n"},"event":"output","seq":7,"type":"event"}
1764886794.212156534 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set target.auto-apply-fixits false\n"},"event":"output","seq":8,"type":"event"}
1764886794.212174654 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set plugin.process.gdb-remote.packet-timeout 60\n"},"event":"output","seq":9,"type":"event"}
1764886794.212191343 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set symbols.clang-modules-cache-path \"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-lldb/lldb-api\"\n"},"event":"output","seq":10,"type":"event"}
1764886794.212206841 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set use-color false\n"},"event":"output","seq":11,"type":"event"}
1764886794.212220907 (stdio) <-- {"body":{"category":"console","output":"(lldb) settings set show-statusline false\n"},"event":"output","seq":12,"type":"event"}
1764886794.234187126 (stdio) <-- {"body":{"module":{"addressRange":"0x7e63c2f2e000","id":"520E0587-8220-FB2F-C6D2-8FF46B63B3FD-5D48E763","name":"ld-linux-x86-64.so.2","path":"/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2","symbolStatus":"Symbols not found."},"reason":"new"},"event":"module","seq":13,"type":"event"}
1764886794.234279156 (stdio) <-- {"body":{"module":{"addressRange":"0x7ffdbf1b5000","id":"935E8301-3E94-6C72-593D-620D433BE6E8-4F9BB79F","name":"[vdso]","path":"[vdso]","symbolStatus":"Symbols not found."},"reason":"new"},"event":"module","seq":14,"type":"event"}
1764886794.234422684 (stdio) <-- {"body":{"module":{"addressRange":"0x5a8b1908c000","debugInfoSize":"1.1KB","id":"554BF301","name":"a.out","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_stack_frame_module_id/a.out","symbolFilePath":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_stack_frame_module_id/a.out","symbolStatus":"Symbols loaded."},"reason":"new"},"event":"module","seq":15,"type":"event"}
1764886794.234510660 (stdio) <-- {"command":"launch","request_seq":2,"seq":16,"success":true,"type":"response"}
1764886794.234550714 (stdio) <-- {"event":"initialized","seq":17,"type":"event"}
1764886794.234929323 (stdio) --> {"command":"setBreakpoints","type":"request","arguments":{"source":{"path":"main.c"},"sourceModified":false,"lines":[5],"breakpoints":[{"line":5}]},"seq":3}
1764886794.234976530 (stdio) queued (command=setBreakpoints seq=3)
1764886794.237007618 (stdio) <-- {"body":{"breakpoints":[{"column":5,"id":1,"instructionReference":"0x5A8B1908D141","line":5,"source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"},"verified":true}]},"command":"setBreakpoints","request_seq":3,"seq":18,"success":true,"type":"response"}
1764886794.237166882 (stdio) <-- {"body":{"breakpoint":{"column":5,"id":1,"instructionReference":"0x5A8B1908D141","line":5,"verified":true},"reason":"changed"},"event":"breakpoint","seq":19,"type":"event"}
1764886794.237324476 (stdio) --> {"command":"configurationDone","type":"request","arguments":{},"seq":4}
1764886794.237349987 (stdio) queued (command=configurationDone seq=4)
1764886794.237430334 (stdio) <-- {"body":{"capabilities":{"supportsModuleSymbolsRequest":true,"supportsRestartRequest":true,"supportsStepInTargetsRequest":true}},"event":"capabilities","seq":20,"type":"event"}
1764886794.237509727 (stdio) <-- {"body":{"isLocalProcess":true,"name":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_stack_frame_module_id/a.out","pointerSize":64,"startMethod":"launch","systemProcessId":385101},"event":"process","seq":21,"type":"event"}
1764886794.237706184 (stdio) <-- {"command":"configurationDone","request_seq":4,"seq":22,"success":true,"type":"response"}
1764886794.237951994 (stdio) --> {"command":"threads","type":"request","arguments":{},"seq":5}
1764886794.237974167 (stdio) queued (command=threads seq=5)
1764886794.238030434 (stdio) <-- {"body":{"threads":[{"id":385101,"name":"a.out"}]},"command":"threads","request_seq":5,"seq":23,"success":true,"type":"response"}
1764886794.262905836 (stdio) <-- {"body":{"module":{"addressRange":"0x7e63c2a96000","id":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"libc.so.6","path":"/lib/x86_64-linux-gnu/libc.so.6","symbolStatus":"Symbols not found."},"reason":"new"},"event":"module","seq":24,"type":"event"}
1764886794.263013124 (stdio) <-- {"body":{"module":{"addressRange":"0x7e63c2dc4000","id":"962586A5","name":"libunwind.so.1","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libunwind.so.1","symbolFilePath":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libunwind.so.1","symbolStatus":"Symbols loaded."},"reason":"new"},"event":"module","seq":25,"type":"event"}
1764886794.263075590 (stdio) <-- {"body":{"module":{"addressRange":"0x7e63c2dd4000","id":"D85F1FC0","name":"libc++abi.so.1","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libc++abi.so.1","symbolFilePath":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libc++abi.so.1","symbolStatus":"Symbols loaded."},"reason":"new"},"event":"module","seq":26,"type":"event"}
1764886794.263111353 (stdio) <-- {"body":{"module":{"addressRange":"0x7e63c2cd8000","id":"F834D730-8D26-6021-8ED4-F7486A58E28C-8464FE4B","name":"libm.so.6","path":"/lib/x86_64-linux-gnu/libm.so.6","symbolStatus":"Symbols not found."},"reason":"new"},"event":"module","seq":27,"type":"event"}
1764886794.263140202 (stdio) <-- {"body":{"module":{"addressRange":"0x7e63c2caa000","id":"30724452-88DD-2ABA-348B-F583C65F7050-9AAB8141","name":"libgcc_s.so.1","path":"/lib/x86_64-linux-gnu/libgcc_s.so.1","symbolStatus":"Symbols not found."},"reason":"new"},"event":"module","seq":28,"type":"event"}
1764886794.263192654 (stdio) <-- {"body":{"module":{"addressRange":"0x7e63c2e1d000","id":"DC1484FD","name":"libc++.so.1","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libc++.so.1","symbolFilePath":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libc++.so.1","symbolStatus":"Symbols loaded."},"reason":"new"},"event":"module","seq":29,"type":"event"}
1764886794.263232470 (stdio) <-- {"body":{"module":{"addressRange":"0x7e63c2a8b000","id":"D2D793C5-CDFA-B4C2-E083-F41AAF689B69-4B62EACD","name":"libatomic.so.1","path":"/lib/x86_64-linux-gnu/libatomic.so.1","symbolStatus":"Symbols not found."},"reason":"new"},"event":"module","seq":30,"type":"event"}
1764886794.265196562 (stdio) <-- {"body":{"allThreadsStopped":true,"description":"breakpoint 1.1","hitBreakpointIds":[1],"preserveFocusHint":false,"reason":"breakpoint","threadCausedFocus":true,"threadId":385101},"event":"stopped","seq":31,"type":"event"}
1764886794.517843246 (stdio) --> {"command":"modules","type":"request","arguments":{},"seq":6}
1764886794.517889738 (stdio) queued (command=modules seq=6)
1764886794.520302773 (stdio) <-- {"body":{"modules":[{"addressRange":"0x5a8b1908c000","debugInfoSize":"1.1KB","id":"554BF301","name":"a.out","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_stack_frame_module_id/a.out","symbolFilePath":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_stack_frame_module_id/a.out","symbolStatus":"Symbols loaded."},{"addressRange":"0x7e63c2f2e000","id":"520E0587-8220-FB2F-C6D2-8FF46B63B3FD-5D48E763","name":"ld-linux-x86-64.so.2","path":"/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2","symbolStatus":"Symbols not found."},{"addressRange":"0x7ffdbf1b5000","id":"935E8301-3E94-6C72-593D-620D433BE6E8-4F9BB79F","name":"[vdso]","path":"[vdso]","symbolStatus":"Symbols not found."},{"addressRange":"0x7e63c2a96000","id":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"libc.so.6","path":"/lib/x86_64-linux-gnu/libc.so.6","symbolStatus":"Symbols not found."},{"addressRange":"0x7e63c2dc4000","id":"962586A5","name":"libunwind.so.1","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libunwind.so.1","symbolFilePath":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libunwind.so.1","symbolStatus":"Symbols loaded."},{"addressRange":"0x7e63c2dd4000","id":"D85F1FC0","name":"libc++abi.so.1","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libc++abi.so.1","symbolFilePath":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libc++abi.so.1","symbolStatus":"Symbols loaded."},{"addressRange":"0x7e63c2cd8000","id":"F834D730-8D26-6021-8ED4-F7486A58E28C-8464FE4B","name":"libm.so.6","path":"/lib/x86_64-linux-gnu/libm.so.6","symbolStatus":"Symbols not found."},{"addressRange":"0x7e63c2caa000","id":"30724452-88DD-2ABA-348B-F583C65F7050-9AAB8141","name":"libgcc_s.so.1","path":"/lib/x86_64-linux-gnu/libgcc_s.so.1","symbolStatus":"Symbols not found."},{"addressRange":"0x7e63c2e1d000","id":"DC1484FD","name":"libc++.so.1","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libc++.so.1","symbolFilePath":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/x86_64-unknown-linux-gnu/libc++.so.1","symbolStatus":"Symbols loaded."},{"addressRange":"0x7e63c2a8b000","id":"D2D793C5-CDFA-B4C2-E083-F41AAF689B69-4B62EACD","name":"libatomic.so.1","path":"/lib/x86_64-linux-gnu/libatomic.so.1","symbolStatus":"Symbols not found."}],"totalModules":10},"command":"modules","request_seq":6,"seq":32,"success":true,"type":"response"}
1764886794.524058819 (stdio) --> {"command":"threads","type":"request","arguments":{},"seq":7}
1764886794.524084330 (stdio) queued (command=threads seq=7)
1764886794.527894258 (stdio) <-- {"body":{"threads":[{"id":385101,"name":"a.out"}]},"command":"threads","request_seq":7,"seq":33,"success":true,"type":"response"}
1764886794.532125711 (stdio) --> {"command":"stackTrace","type":"request","arguments":{"threadId":385101},"seq":8}
1764886794.532155752 (stdio) queued (command=stackTrace seq=8)
1764886794.544877052 (stdio) <-- {"body":{"stackFrames":[{"column":5,"id":524288,"instructionPointerReference":"0x5A8B1908D141","line":5,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524289,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524290,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524291,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524292,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524293,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524294,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524295,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524296,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524297,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524298,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524299,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524300,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524301,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524302,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524303,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524304,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524305,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524306,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524307,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524308,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524309,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524310,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524311,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524312,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524313,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524314,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524315,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524316,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524317,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524318,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524319,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524320,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524321,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524322,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524323,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524324,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524325,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524326,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":10,"id":524327,"instructionPointerReference":"0x5A8B1908D155","line":6,"moduleId":"554BF301","name":"recurse","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":3,"id":524328,"instructionPointerReference":"0x5A8B1908D190","line":10,"moduleId":"554BF301","name":"main","source":{"name":"main.c","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c"}},{"column":1,"id":524329,"instructionPointerReference":"0x7E63C2AC01CA","line":27,"moduleId":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"___lldb_unnamed_symbol_2a150","source":{"name":"___lldb_unnamed_symbol_2a150","path":"/lib/x86_64-linux-gnu/libc.so.6`___lldb_unnamed_symbol_2a150","presentationHint":"deemphasize","sourceReference":1}},{"column":1,"id":524330,"instructionPointerReference":"0x7E63C2AC028B","line":42,"moduleId":"274EEC48-8D23-0825-A136-FA9C4D85370F-ED7A0A5E","name":"__libc_start_main","source":{"name":"__libc_start_main","path":"/lib/x86_64-linux-gnu/libc.so.6`__libc_start_main","presentationHint":"deemphasize","sourceReference":2}},{"column":1,"id":524331,"instructionPointerReference":"0x5A8B1908D065","line":13,"moduleId":"554BF301","name":"_start","source":{"name":"_start","path":"/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/tools/lldb-dap/stackTrace/TestDAP_stackTrace.test_stack_frame_module_id/a.out`_start","presentationHint":"deemphasize","sourceReference":3}}],"totalFrames":44},"command":"stackTrace","request_seq":8,"seq":34,"success":true,"type":"response"}
1764886794.571847200 (stdio) --> {"command":"disconnect","type":"request","arguments":{"terminateDebuggee":true},"seq":9}
1764886794.584954977 (stdio) queued (command=disconnect seq=9)
1764886794.592593908 (stdio) <-- {"body":{"category":"console","output":"Process 385101 exited with status = 9 (0x00000009) killed\n"},"event":"output","seq":35,"type":"event"}
1764886794.595179081 (stdio) <-- {"body":{"$__lldb_statistics":{"commands":"{\"settings clear\":1}","memory":"{\"strings\":{\"bytesTotal\":1056768,\"bytesUnused\":429718,\"bytesUsed\":627050}}","plugins":"{\"abi\":[{\"enabled\":true,\"name\":\"SysV-arm64\"},{\"enabled\":true,\"name\":\"ABIMacOSX_arm64\"},{\"enabled\":true,\"name\":\"SysV-arm\"},{\"enabled\":true,\"name\":\"macosx-arm\"},{\"enabled\":true,\"name\":\"sysv-hexagon\"},{\"enabled\":true,\"name\":\"sysv-loongarch\"},{\"enabled\":true,\"name\":\"sysv-mips\"},{\"enabled\":true,\"name\":\"sysv-mips64\"},{\"enabled\":true,\"name\":\"sysv-msp430\"},{\"enabled\":true,\"name\":\"sysv-ppc\"},{\"enabled\":true,\"name\":\"sysv-ppc64\"},{\"enabled\":true,\"name\":\"sysv-riscv\"},{\"enabled\":true,\"name\":\"sysv-s390x\"},{\"enabled\":true,\"name\":\"abi.macosx-i386\"},{\"enabled\":true,\"name\":\"sysv-i386\"},{\"enabled\":true,\"name\":\"sysv-x86_64\"},{\"enabled\":true,\"name\":\"windows-x86_64\"}],\"architecture\":[{\"enabled\":true,\"name\":\"arm\"},{\"enabled\":true,\"name\":\"mips\"},{\"enabled\":true,\"name\":\"ppc64\"},{\"enabled\":true,\"name\":\"aarch64\"}],\"disassembler\":[{\"enabled\":true,\"name\":\"llvm-mc\"}],\"dynamic-loader\":[{\"enabled\":true,\"name\":\"darwin-kernel\"},{\"enabled\":true,\"name\":\"freebsd-kernel\"},{\"enabled\":true,\"name\":\"macosx-dyld\"},{\"enabled\":true,\"name\":\"macos-dyld\"},{\"enabled\":true,\"name\":\"posix-dyld\"},{\"enabled\":true,\"name\":\"static\"},{\"enabled\":true,\"name\":\"hexagon-dyld\"},{\"enabled\":true,\"name\":\"windows-dyld\"},{\"enabled\":true,\"name\":\"wasm-dyld\"}],\"emulate-instruction\":[{\"enabled\":true,\"name\":\"arm\"},{\"enabled\":true,\"name\":\"arm64\"},{\"enabled\":true,\"name\":\"LoongArch\"},{\"enabled\":true,\"name\":\"mips32\"},{\"enabled\":true,\"name\":\"mips64\"},{\"enabled\":true,\"name\":\"ppc64\"},{\"enabled\":true,\"name\":\"riscv\"}],\"instrumentation-runtime\":[{\"enabled\":true,\"name\":\"AddressSanitizer\"},{\"enabled\":true,\"name\":\"Libsanitizers-ASan\"},{\"enabled\":true,\"name\":\"BoundsSafety\"},{\"enabled\":true,\"name\":\"MainThreadChecker\"},{\"enabled\":true,\"name\":\"ThreadSanitizer\"},{\"enabled\":true,\"name\":\"UndefinedBehaviorSanitizer\"}],\"jit-loader\":[{\"enabled\":true,\"name\":\"gdb\"}],\"language\":[{\"enabled\":true,\"name\":\"cplusplus\"},{\"enabled\":true,\"name\":\"objc\"},{\"enabled\":true,\"name\":\"objcplusplus\"}],\"language-runtime\":[{\"enabled\":true,\"name\":\"itanium\"},{\"enabled\":true,\"name\":\"apple-objc-v2\"},{\"enabled\":true,\"name\":\"apple-objc-v1\"},{\"enabled\":true,\"name\":\"gnustep-objc-libobjc2\"}],\"memory-history\":[{\"enabled\":true,\"name\":\"asan\"}],\"object-container\":[{\"enabled\":true,\"name\":\"bsd-archive\"},{\"enabled\":true,\"name\":\"mach-o\"},{\"enabled\":true,\"name\":\"mach-o-fileset\"}],\"object-file\":[{\"enabled\":true,\"name\":\"breakpad\"},{\"enabled\":true,\"name\":\"COFF\"},{\"enabled\":true,\"name\":\"elf\"},{\"enabled\":true,\"name\":\"JSON\"},{\"enabled\":true,\"name\":\"mach-o\"},{\"enabled\":true,\"name\":\"minidump\"},{\"enabled\":true,\"name\":\"pdb\"},{\"enabled\":true,\"name\":\"pe-coff\"},{\"enabled\":true,\"name\":\"xcoff\"},{\"enabled\":true,\"name\":\"wasm\"}],\"operating-system\":[{\"enabled\":true,\"name\":\"python\"}],\"platform\":[{\"enabled\":true,\"name\":\"remote-AIX\"},{\"enabled\":true,\"name\":\"remote-linux\"},{\"enabled\":true,\"name\":\"remote-android\"},{\"enabled\":true,\"name\":\"remote-freebsd\"},{\"enabled\":true,\"name\":\"remote-gdb-server\"},{\"enabled\":true,\"name\":\"darwin\"},{\"enabled\":true,\"name\":\"remote-ios\"},{\"enabled\":true,\"name\":\"remote-macosx\"},{\"enabled\":true,\"name\":\"host\"},{\"enabled\":true,\"name\":\"remote-netbsd\"},{\"enabled\":true,\"name\":\"remote-openbsd\"},{\"enabled\":true,\"name\":\"qemu-user\"},{\"enabled\":true,\"name\":\"remote-windows\"}],\"process\":[{\"enabled\":true,\"name\":\"ScriptedProcess\"},{\"enabled\":true,\"name\":\"elf-core\"},{\"enabled\":true,\"name\":\"mach-o-core\"},{\"enabled\":true,\"name\":\"minidump\"},{\"enabled\":true,\"name\":\"wasm\"},{\"enabled\":true,\"name\":\"gdb-remote\"}],\"register-type-builder\":[{\"enabled\":true,\"name\":\"register-types-clang\"}],\"repl\":[{\"enabled\":true,\"name\":\"ClangREPL\"}],\"script-interpreter\":[{\"enabled\":true,\"name\":\"script-none\"},{\"enabled\":true,\"name\":\"script-python\"}],\"scripted-interface\":[{\"enabled\":true,\"name\":\"OperatingSystemPythonInterface\"},{\"enabled\":true,\"name\":\"ScriptedPlatformPythonInterface\"},{\"enabled\":true,\"name\":\"ScriptedProcessPythonInterface\"},{\"enabled\":true,\"name\":\"ScriptedStopHookPythonInterface\"},{\"enabled\":true,\"name\":\"ScriptedBreakpointPythonInterface\"},{\"enabled\":true,\"name\":\"ScriptedThreadPlanPythonInterface\"},{\"enabled\":true,\"name\":\"ScriptedFrameProviderPythonInterface\"}],\"structured-data\":[{\"enabled\":true,\"name\":\"darwin-log\"}],\"symbol-file\":[{\"enabled\":true,\"name\":\"breakpad\"},{\"enabled\":true,\"name\":\"CTF\"},{\"enabled\":true,\"name\":\"dwarf\"},{\"enabled\":true,\"name\":\"dwarf-debugmap\"},{\"enabled\":true,\"name\":\"JSON\"},{\"enabled\":true,\"name\":\"native-pdb\"},{\"enabled\":true,\"name\":\"pdb\"},{\"enabled\":true,\"name\":\"symtab\"}],\"symbol-locator\":[{\"enabled\":true,\"name\":\"debuginfod\"},{\"enabled\":true,\"name\":\"Default\"}],\"symbol-vendor\":[{\"enabled\":true,\"name\":\"ELF\"},{\"enabled\":true,\"name\":\"PE-COFF\"},{\"enabled\":true,\"name\":\"WASM\"}],\"system-runtime\":[{\"enabled\":true,\"name\":\"systemruntime-macosx\"}],\"trace-exporter\":[{\"enabled\":true,\"name\":\"ctf\"}],\"type-system\":[{\"enabled\":true,\"name\":\"clang\"}],\"unwind-assembly\":[{\"enabled\":true,\"name\":\"inst-emulation\"},{\"enabled\":true,\"name\":\"x86\"}]}","targets":"[{\"breakpoints\":[{\"details\":{\"Breakpoint\":{\"BKPTOptions\":{\"AutoContinue\":false,\"ConditionText\":\"\",\"EnabledState\":true,\"IgnoreCount\":0,\"OneShotState\":false},\"BKPTResolver\":{\"Options\":{\"Column\":0,\"Exact\":false,\"FileName\":\"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/main.c\",\"Inlines\":true,\"LineNumber\":5,\"Offset\":0,\"SkipPrologue\":true},\"Type\":\"FileAndLine\"},\"Hardware\":false,\"Names\":[\"dap\"],\"SearchFilter\":{\"Options\":{},\"Type\":\"Unconstrained\"}}},\"hitCount\":1,\"id\":1,\"internal\":false,\"numLocations\":1,\"numResolvedLocations\":1,\"resolveTime\":0.001034},{\"details\":{\"Breakpoint\":{\"BKPTOptions\":{\"AutoContinue\":false,\"ConditionText\":\"\",\"EnabledState\":true,\"IgnoreCount\":0,\"OneShotState\":false},\"BKPTResolver\":{\"Options\":{\"Language\":\"c\",\"NameMask\":[4,4,4,4,4,4],\"Offset\":0,\"SkipPrologue\":false,\"SymbolNames\":[\"_dl_debug_state\",\"rtld_db_dlactivity\",\"__dl_rtld_db_dlactivity\",\"r_debug_state\",\"_r_debug_state\",\"_rtld_debug_state\"]},\"Type\":\"SymbolName\"},\"Hardware\":false,\"SearchFilter\":{\"Options\":{\"ModuleList\":[\"/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2\"]},\"Type\":\"Modules\"}}},\"hitCount\":2,\"id\":-1,\"internal\":true,\"kindDescription\":\"shared-library-event\",\"numLocations\":1,\"numResolvedLocations\":1,\"resolveTime\":0.00013300000000000001}],\"dyldPluginName\":\"posix-dyld\",\"expressionEvaluation\":{\"failures\":0,\"successes\":0},\"firstStopTime\":0.015163865,\"frameVariable\":{\"failures\":0,\"successes\":0},\"launchOrAttachTime\":0.011449195000000001,\"moduleIdentifiers\":[394791600,395407312,393863456,136422321647840,136421985750352,136421448879120,136421784423360,136421918641088,136422119969504,136421650205632],\"signals\":[{\"SIGSTOP\":1}],\"sourceMapDeduceCount\":0,\"sourceRealpathAttemptCount\":0,\"sourceRealpathCompatibleCount\":0,\"stopCount\":7,\"summaryProviderStatistics\":[],\"targetCreateTime\":0.0055840000000000004,\"totalBreakpointResolveTime\":0.0011670000000000001,\"totalSharedLibraryEventHitCount\":2}]","totalDebugInfoByteSize":1157,"totalDebugInfoEnabled":1,"totalDebugInfoIndexLoadedFromCache":0,"totalDebugInfoIndexSavedToCache":0,"totalDebugInfoIndexTime":0.0042700000000000004,"totalDebugInfoParseTime":8.1000000000000004e-05,"totalDwoErrorCount":0,"totalDwoFileCount":0,"totalLoadedDwoFileCount":0,"totalModuleCount":10,"totalModuleCountHasDebugInfo":1,"totalModuleCountWithIncompleteTypes":0,"totalModuleCountWithVariableErrors":0,"totalSymbolLocatorTime":"{\"Default\":0.0055380000000000004,\"debuginfod\":1.9999999999999999e-06}","totalSymbolTableIndexTime":0.0149,"totalSymbolTableParseTime":0.065806000000000003,"totalSymbolTableStripped":0,"totalSymbolTableSymbolCount":12606,"totalSymbolTablesLoaded":10,"totalSymbolTablesLoadedFromCache":0,"totalSymbolTablesSavedToCache":0}},"event":"terminated","seq":36,"type":"event"}
1764886794.595368624 (stdio) <-- {"command":"disconnect","request_seq":9,"seq":37,"success":true,"type":"response"}
1764886794.595452070 (stdio) <-- {"body":{"exitCode":9},"event":"exited","seq":38,"type":"event"}
========= END =========
PASS: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_stack_frame_module_id (TestDAP_stackTrace.TestDAP_stackTrace.test_stack_frame_module_id)
======================================================================
FAIL: test_StackFrameFormat (TestDAP_stackTrace.TestDAP_stackTrace.test_StackFrameFormat)
Test the StackFrameFormat.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/tools/lldb-dap/stackTrace/TestDAP_stackTrace.py", line 244, in test_StackFrameFormat
self.assertEqual(frame["name"], "a.out recurse")
AssertionError: ' a.out recurse' != 'a.out recurse'
- a.out recurse
? -
+ a.out recurse
Config=x86_64-/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang
----------------------------------------------------------------------
Ran 4 tests in 2.863s
FAILED (failures=1)
--
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/170762
More information about the lldb-commits
mailing list