We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lldb-dap is sending module events with reason "removed" for modules that we never told the client about in the first place.
lldb-dap
--> (stdin/stdout) {"command":"launch","arguments":{"type":"lldb-dap","request":"launch","name":"Launch LLDB","program":"/Users/jonas/llvm/build-ra/bin/lldb","args":[],"env":[],"cwd":"/Users/jonas/llvm/llvm-project","__configurationTarget":6,"__sessionId":"8a3c0be9-4a19-469e-930d-25143dbc62ff"},"type":"request","seq":2} --> (stdin/stdout) {"command":"setFunctionBreakpoints","arguments":{"breakpoints":[]},"type":"request","seq":3} [...] --> (stdin/stdout) {"command":"configurationDone","type":"request","seq":7} <-- (stdin/stdout) {"command":"configurationDone","request_seq":7,"seq":0,"success":true,"type":"response"} --> (stdin/stdout) {"command":"threads","type":"request","seq":8} <-- (stdin/stdout) {"body":{"module":{"addressRange":"4294967296","debugInfoSize":"","id":"F65578D0-ACAE-349B-82FC-553E776F4C39","name":"lldb","path":"/Users/jonas/llvm/build-ra/bin/lldb","symbolFilePath":"/Users/jonas/llvm/build-ra/bin/lldb","symbolStatus":"Symbols loaded."},"reason":"removed"},"event":"module","seq":0,"type":"event"} <-- (stdin/stdout) {"command":"launch","request_seq":2,"seq":0,"success":true,"type":"response"} <-- (stdin/stdout) {"body":{"module":{"addressRange":"18446744073709551615","id":"127B0D25-7228-3A62-B8F9-677ABAAE9903","name":"liblzma.5.dylib","path":"/usr/lib/liblzma.5.dylib","symbolStatus":"Symbols not found.","version":"6.3.0"},"reason":"removed"},"event":"module","seq":0,"type":"event"} <-- (stdin/stdout) {"body":{"module":{"addressRange":"18446744073709551615","id":"84805E4D-4BD8-3799-9D82-B06EB243B431","name":"libedit.3.dylib","path":"/usr/lib/libedit.3.dylib","symbolStatus":"Symbols not found.","version":"3.0.0"},"reason":"removed"},"event":"module","seq":0,"type":"event"} <-- (stdin/stdout) {"body":{"module":{"addressRange":"18446744073709551615","id":"EB5AE5B3-913D-310C-9197-A091D38AFD94","name":"libxml2.2.dylib","path":"/usr/lib/libxml2.2.dylib","symbolStatus":"Symbols not found.","version":"10.9.0"},"reason":"removed"},"event":"module","seq":0,"type":"event"} <-- (stdin/stdout) {"body":{"module":{"addressRange":"18446744073709551615","id":"4EF5FA3A-5C8B-32D1-8F06-6D5B5AF41D41","name":"libobjc.A.dylib","path":"/usr/lib/libobjc.A.dylib","symbolStatus":"Symbols not found.","version":"228.0.0"},"reason":"removed"},"event":"module","seq":0,"type":"event"}
The text was updated successfully, but these errors were encountered:
This was meant to go in the upstream repo: llvm#139323
Sorry, something went wrong.
No branches or pull requests
lldb-dap
is sending module events with reason "removed" for modules that we never told the client about in the first place.The text was updated successfully, but these errors were encountered: