vadimcn / codelldb

A native debugger extension for VSCode based on LLDB
https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
MIT License
2.42k stars 237 forks source link

SIGHUP exception in Code LLDB only #1000

Open osaxma opened 9 months ago

osaxma commented 9 months ago

OS: macos_x64 (21G115) VSCode version: Version: 1.82.2 CodeLLDB version: v1.10.0 Compiler: Apple clang version 14.0.0 (clang-1400.0.29.202) Debuggee: Mach-O 64-bit executable x86_64 (Dart SDK's runtime)

I am getting the following error with Code LDDB only (when running lldb in the terminal, I don't face the issue).

Screen Shot 2023-09-29 at 9 06 48 PM

What I have tried: I tried using a custom configuration with processCreateCommands and targetCreateCommands but that crash still happen.

On the other hand, using attach works fine since the program would've passed the point where it crashes when using launch. But, with such approach, I cannot break at the beginning of the program as by the time I enter the PID, the program would've already passed the point of interest.

Please let me know if you need any additional information.


Github is giving me an error: There was an error creating your Issue: body is too long (maximum is 65536 characters).

The log by itself is slightly above the max number so I will post it in the next comment by itself and I'll shorten some words (i.e., DEBUG codelldb::dap_session -> Dc::dap_session, event -> evnt, body->bdy, module -> mod, type->typ)

osaxma commented 9 months ago
Verbose log (filled)

```log
Initial debug configuration: {
  name: 'LLDB - VM runtime debugger',
  type: 'lldb',
  request: 'launch',
  cwd: '${workspaceFolder:sdk}/xcodebuild/DebugX64/',
  program: '${workspaceFolder:sdk}/xcodebuild/DebugX64/dart',
  args: [
    'run',
    '--observe',
    '--pause-isolates-on-start',
    '~/dart_breakpoint_issue_53376/test/dart_breakpoint_issue_53376_test.dart'
  ],
  terminal: 'external',
  initCommands: [],
  __configurationTarget: 5
}
Resolved debug configuration: {
  name: 'LLDB - VM runtime debugger',
  type: 'lldb',
  request: 'launch',
  cwd: '${workspaceFolder:sdk}/xcodebuild/DebugX64/',
  program: '${workspaceFolder:sdk}/xcodebuild/DebugX64/dart',
  args: [
    'run',
    '--observe',
    '--pause-isolates-on-start',
    '~/dart_breakpoint_issue_53376/test/dart_breakpoint_issue_53376_test.dart'
  ],
  terminal: 'external',
  initCommands: [],
  __configurationTarget: 5,
  relativePathBase: '/Users/osaxma/Projects/dart-sdk-dev/sdk',
  _adapterSettings: {
    displayFormat: 'auto',
    showDisassembly: 'auto',
    dereferencePointers: true,
    suppressMissingSourceFiles: true,
    evaluationTimeout: 5,
    consoleMode: 'commands',
    sourceLanguages: null,
    terminalPromptClear: null,
    evaluateForHovers: true,
    commandCompletions: true,
    reproducer: false
  }
}
liblldb: /Users/osaxma/.vscode/extensions/vadimcn.vscode-lldb-1.10.0/lldb/lib/liblldb.dylib
environment: {}
settings: { evaluateForHovers: true, commandCompletions: true }
[Dc] Connecting to 127.0.0.1:58879
[Dc] New debug session
[Dc::dap_codec] --> {"command":"initialize","arguments":{"clientID":"vscode","clientName":"Visual Studio Code","adapterID":"lldb","pathFormat":"path","linesStartAt1":true,"columnsStartAt1":true,"supportsVariableType":true,"supportsVariablePaging":true,"supportsRunInTerminalRequest":true,"locale":"en","supportsProgressReporting":true,"supportsInvalidatedEvent":true,"supportsMemoryReferences":true,"supportsArgsCanBeInterpretedByShell":true,"supportsMemoryEvent":true,"supportsStartDebuggingRequest":true},"typ":"request","sq":1}
[Dc::dap_codec] <-- {"sq":1,"typ":"response","request_seq":1,"success":true,"command":"initialize","body":{"exceptionBreakpointFilters":[{"default":true,"filter":"cpp_throw","label":"C++: on throw","supportsCondition":true},{"default":false,"filter":"cpp_catch","label":"C++: on catch","supportsCondition":true}],"supportTerminateDebuggee":true,"supportsCancelRequest":true,"supportsCompletionsRequest":true,"supportsConditionalBreakpoints":true,"supportsConfigurationDoneRequest":true,"supportsDataBreakpoints":true,"supportsDelayedStackTraceLoading":true,"supportsDisassembleRequest":true,"supportsEvaluateForHovers":true,"supportsExceptionFilterOptions":true,"supportsExceptionInfoRequest":true,"supportsFunctionBreakpoints":true,"supportsGotoTargetsRequest":true,"supportsHitConditionalBreakpoints":true,"supportsInstructionBreakpoints":true,"supportsLogPoints":true,"supportsReadMemoryRequest":true,"supportsSetVariable":true,"supportsSteppingGranularity":true,"supportsWriteMemoryRequest":true}}
[Dc::dap_codec] --> {"command":"launch","arguments":{"name":"LLDB - VM runtime debugger","typ":"lldb","request":"launch","cwd":"/Users/osaxma/Projects/dart-sdk-dev/sdk/xcodebuild/DebugX64/","program":"/Users/osaxma/Projects/dart-sdk-dev/sdk/xcodebuild/DebugX64/dart","args":["run","--observe","--pause-isolates-on-start","~/dart_breakpoint_issue_53376/test/dart_breakpoint_issue_53376_test.dart"],"terminal":"external","initCommands":[],"__configurationTarget":5,"relativePathBase":"/Users/osaxma/Projects/dart-sdk-dev/sdk","_adapterSettings":{"displayFormat":"auto","showDisassembly":"auto","dereferencePointers":true,"suppressMissingSourceFiles":true,"evaluationTimeout":5,"consoleMode":"commands","sourceLanguages":null,"terminalPromptClear":null,"evaluateForHovers":true,"commandCompletions":true,"reproducer":false},"__sessionId":"0aacada4-ba1b-4eb0-bce1-919335908c00"},"typ":"request","sq":2}
[Dc::dap_codec] <-- {"sq":2,"typ":"evnt","evnt":"output","body":{"category":"console","output":"Console is in 'commands' mode, prefix expressions with '?'.\n"}}
[Dc::dap_codec] <-- {"sq":3,"typ":"evnt","evnt":"output","body":{"category":"console","output":"Executing script: initCommands\n"}}
INFO(Python) 21:01:25 formatters: Initializing
INFO(Python) 21:01:25 formatters.rust: Initializing
[Dc::debug_session] Debug event: 0x7f8bb5b1a9f8 Event: broadcaster = 0x7f8b95827c20 (lldb.target), type = 0x00000002 (modules-loaded), data = {dart}
[Dc::dap_codec] <-- {"sq":4,"typ":"evnt","evnt":"initialized"}
[Dc::dap_codec] <-- {"sq":5,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"FFFFFFFFFFFFFFFF","id":"FFFFFFFFFFFFFFFF","name":"dart","path":"/Users/osaxma/Projects/dart-sdk-dev/sdk/xcodebuild/DebugX64/dart","symbolFilePath":"/Users/osaxma/Projects/dart-sdk-dev/sdk/xcodebuild/DebugX64/dart","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":6,"typ":"request","command":"runInTerminal","arguments":{"args":["/Users/osaxma/.vscode/extensions/vadimcn.vscode-lldb-1.10.0/adapter/codelldb","terminal-agent","--connect=58881"],"cwd":"","kind":"external","title":"LLDB - VM runtime debugger"}}
[Dc::dap_codec] --> {"command":"setBreakpoints","arguments":{"source":{"name":"dartdev_isolate.cc","path":"/Users/osaxma/Projects/dart-sdk-dev/sdk/runtime/bin/dartdev_isolate.cc"},"lines":[],"breakpoints":[],"sourceModified":false},"typ":"request","sq":3}
[Dc::dap_codec] --> {"command":"setBreakpoints","arguments":{"source":{"name":"debugger.cc","path":"/Users/osaxma/Projects/dart-sdk-dev/sdk/runtime/vm/debugger.cc"},"lines":[],"breakpoints":[],"sourceModified":false},"typ":"request","sq":4}
[Dc::dap_codec] --> {"command":"setBreakpoints","arguments":{"source":{"name":"isolate.cc","path":"/Users/osaxma/Projects/dart-sdk-dev/sdk/runtime/vm/isolate.cc"},"lines":[],"breakpoints":[],"sourceModified":false},"typ":"request","sq":5}
[Dc::dap_codec] <-- {"sq":7,"typ":"response","request_seq":3,"success":true,"command":"setBreakpoints","body":{"breakpoints":[]}}
[Dc::dap_codec] --> {"command":"setBreakpoints","arguments":{"source":{"name":"main_options.cc","path":"runtime/bin/main_options.cc"},"lines":[],"breakpoints":[],"sourceModified":false},"typ":"request","sq":6}
[Dc::dap_codec] <-- {"sq":8,"typ":"response","request_seq":4,"success":true,"command":"setBreakpoints","body":{"breakpoints":[]}}
[Dc::dap_codec] <-- {"sq":9,"typ":"response","request_seq":5,"success":true,"command":"setBreakpoints","body":{"breakpoints":[]}}
[Dc::dap_codec] <-- {"sq":10,"typ":"response","request_seq":6,"success":true,"command":"setBreakpoints","body":{"breakpoints":[]}}
[Dc::dap_codec] --> {"command":"setFunctionBreakpoints","arguments":{"breakpoints":[]},"typ":"request","sq":7}
[Dc::dap_codec] --> {"command":"setDataBreakpoints","arguments":{"breakpoints":[]},"typ":"request","sq":8}
[Dc::dap_codec] --> {"command":"setInstructionBreakpoints","arguments":{"breakpoints":[]},"typ":"request","sq":9}
[Dc::dap_codec] <-- {"sq":11,"typ":"response","request_seq":7,"success":true,"command":"setFunctionBreakpoints","body":{"breakpoints":[]}}
[Dc::dap_codec] --> {"command":"setExceptionBreakpoints","arguments":{"filters":[],"filterOptions":[{"filterId":"cpp_throw"}]},"typ":"request","sq":10}
[Dc::dap_codec] <-- {"sq":12,"typ":"response","request_seq":8,"success":true,"command":"setDataBreakpoints","body":{"breakpoints":[]}}
[Dc::dap_codec] <-- {"sq":13,"typ":"response","request_seq":9,"success":true,"command":"setInstructionBreakpoints","body":{"breakpoints":[]}}
[Dc::debug_session] Debug event: 0x7f8bb4f73788 Event: broadcaster = 0x7f8b95827c20 (lldb.target), type = 0x00000001 (breakpoint-changed), data = {bkpt: 1 type: breakpoint added}
[Dc::dap_codec] <-- {"sq":14,"typ":"response","request_seq":10,"success":true,"command":"setExceptionBreakpoints"}
[Dc::dap_codec] --> {"command":"configurationDone","typ":"request","sq":11}
[Dc::dap_codec] --> {"typ":"response","sq":12,"command":"runInTerminal","request_seq":6,"success":true,"body":{}}
[Dc::dap_codec] <-- {"sq":15,"typ":"evnt","evnt":"output","body":{"category":"console","output":"Launching: /Users/osaxma/Projects/dart-sdk-dev/sdk/xcodebuild/DebugX64/dart run --observe --pause-isolates-on-start ~/dart_breakpoint_issue_53376/test/dart_breakpoint_issue_53376_test.dart\n"}}
[Dc::dap_codec] <-- {"sq":16,"typ":"evnt","evnt":"output","body":{"category":"console","output":"Launched process 62554\n"}}
[Dc::dap_codec] <-- {"sq":17,"typ":"response","request_seq":2,"success":true,"command":"launch"}
[Dc::debug_session] Debug event: 0x7f8bb4f76238 Event: broadcaster = 0x7f8b95827c20 (lldb.target), type = 0x00000004 (modules-unloaded), data = {dart}
[Dc::dap_codec] <-- {"sq":18,"typ":"response","request_seq":11,"success":true,"command":"configurationDone"}
[Dc::debug_session] Debug event: 0x7f8bb4f76438 Event: broadcaster = 0x7f8b95827c20 (lldb.target), type = 0x00000001 (breakpoint-changed), data = {bkpt: 1 type: locations removed}
[Dc::debug_session] Debug event: 0x7f8b55a05158 Event: broadcaster = 0x7f8b95827c20 (lldb.target), type = 0x00000002 (modules-loaded), data = {dyld, dart}
[Dc::dap_codec] <-- {"sq":19,"typ":"evnt","evnt":"mod","body":{"mod":{"id":"100000000","name":""},"reason":"removed"}}
[Dc::dap_codec] <-- {"sq":20,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"103097000","id":"103097000","name":"dyld","path":"/usr/lib/dyld","symbolFilePath":"/usr/lib/dyld","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::debug_session] Debug event: 0x7f8bb4f76560 Event: broadcaster = 0x7f8bb73c2838 (lldb.process), type = 0x00000001 (state-changed), data = { process = 0x7f8bb73c2800 (pid = 62554), state = running}
[Dc::dap_codec] <-- {"sq":21,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"100000000","id":"100000000","name":"dart","path":"/Users/osaxma/Projects/dart-sdk-dev/sdk/xcodebuild/DebugX64/dart","symbolFilePath":"/Users/osaxma/Projects/dart-sdk-dev/sdk/xcodebuild/DebugX64/dart","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":22,"typ":"evnt","evnt":"continued","body":{"allThreadsContinued":true,"threadId":1193105}}
[Dc::dap_codec] --> {"command":"threads","typ":"request","sq":13}
[Dc::dap_codec] <-- {"sq":23,"typ":"response","request_seq":13,"success":true,"command":"threads","body":{"threads":[{"id":1193105,"name":"1: tid=1193105"}]}}
[Dc::debug_session] Debug event: 0x7f8bb5c469c8 Event: broadcaster = 0x7f8b95827c20 (lldb.target), type = 0x00000001 (breakpoint-changed), data = {bkpt: 1 type: locations resolved}
[Dc::dap_codec] <-- {"sq":24,"typ":"evnt","evnt":"breakpoint","body":{"breakpoint":{"id":1,"message":"Resolved locations: 2","verified":true},"reason":"changed"}}
[Dc::debug_session] Debug event: 0x7f8bb4f818d8 Event: broadcaster = 0x7f8b95827c20 (lldb.target), type = 0x00000001 (breakpoint-changed), data = {bkpt: 1 type: locations resolved}
[Dc::debug_session] Debug event: 0x7f8bb4f81308 Event: broadcaster = 0x7f8b95827c20 (lldb.target), type = 0x00000001 (breakpoint-changed), data = {bkpt: 1 type: locations added}
[Dc::dap_codec] <-- {"sq":25,"typ":"evnt","evnt":"breakpoint","body":{"breakpoint":{"id":1,"message":"Resolved locations: 2","verified":true},"reason":"changed"}}
[Dc::dap_codec] <-- {"sq":26,"typ":"evnt","evnt":"breakpoint","body":{"breakpoint":{"id":1,"message":"Resolved locations: 2","verified":true},"reason":"changed"}}
[Dc::debug_session] Debug event: 0x7f8bb5c469c8 Event: broadcaster = 0x7f8b95827c20 (lldb.target), type = 0x00000002 (modules-loaded), data = {libSystem.B.dylib, libcache.dylib, libcommonCrypto.dylib, libcompiler_rt.dylib, libcopyfile.dylib, libcorecrypto.dylib, libdispatch.dylib, libdyld.dylib, libkeymgr.dylib, libmacho.dylib, libquarantine.dylib, libremovefile.dylib, libsystem_asl.dylib, libsystem_blocks.dylib, libsystem_c.dylib, libsystem_collections.dylib, libsystem_configuration.dylib, libsystem_containermanager.dylib, libsystem_coreservices.dylib, libsystem_darwin.dylib, libsystem_dnssd.dylib, libsystem_featureflags.dylib, libsystem_info.dylib, libsystem_m.dylib, libsystem_malloc.dylib, libsystem_networkextension.dylib, libsystem_notify.dylib, libsystem_product_info_filter.dylib, libsystem_sandbox.dylib, libsystem_secinit.dylib, libsystem_kernel.dylib, libsystem_platform.dylib, libsystem_pthread.dylib, libsystem_symptoms.dylib, libsystem_trace.dylib, libunwind.dylib, libxpc.dylib, libc++abi.dylib, libobjc.A.dylib, liboah.dylib, libc++.1.dylib, CoreFoundation, libfakelink.dylib, libicucore.A.dylib, SoftLinking, Security, Foundation, libCoreEntitlements.dylib, libMobileGestalt.dylib, AppleFSCompression, libDiagnosticMessagesClient.dylib, libbsm.0.dylib, libcoretls.dylib, libcoretls_cfhelpers.dylib, libpam.2.dylib, libsqlite3.dylib, libxar.1.dylib, libz.1.dylib, IOKit, CoreAutoLayout, SystemConfiguration, libcompression.dylib, CFNetwork, DiskArbitration, libarchive.2.dylib, libxml2.2.dylib, CoreServices, liblangid.dylib, AppleSystemInfo, libnetwork.dylib, libenergytrace.dylib, libkxld.dylib, IOMobileFramebuffer, IOSurface, libpcap.A.dylib, libdns_services.dylib, libapple_nghttp2.dylib, liblzma.5.dylib, libbz2.1.0.dylib, libiconv.2.dylib, libcharset.1.dylib, FSEvents, CarbonCore, Metadata, OSServices, SearchKit, AE, LaunchServices, DictionaryServices, SharedFileList, libCheckFix.dylib, TCC, CoreNLP, MetadataUtilities, libmecabra.dylib, Accelerate, libmecab.dylib, libCRFSuite.dylib, libgermantok.dylib, libThaiTokenizer.dylib, vImage, vecLib, libvMisc.dylib, libvDSP.dylib, libBLAS.dylib, libLAPACK.dylib, libLinearAlgebra.dylib, libSparseBLAS.dylib, libQuadrature.dylib, libBNNS.dylib, libSparse.dylib, CoreAnalytics, LinguisticData, Lexicon, libChineseTokenizer.dylib, LanguageModeling, AppleSauce, CoreEmoji, libcmph.dylib, CFOpenDirectory, OpenDirectory, APFS, SecurityFoundation, libutil.dylib, CoreServicesStore, libapp_launch_measurement.dylib, libxslt.1.dylib, BackgroundTaskManagement}
[Dc::dap_codec] <-- {"sq":27,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8221F3000","id":"7FF8221F3000","name":"libSystem.B.dylib","path":"/usr/lib/libSystem.B.dylib","symbolFilePath":"/usr/lib/libSystem.B.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":28,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8221EE000","id":"7FF8221EE000","name":"libcache.dylib","path":"/usr/lib/system/libcache.dylib","symbolFilePath":"/usr/lib/system/libcache.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":29,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8221AA000","id":"7FF8221AA000","name":"libcommonCrypto.dylib","path":"/usr/lib/system/libcommonCrypto.dylib","symbolFilePath":"/usr/lib/system/libcommonCrypto.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":30,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8221D3000","id":"7FF8221D3000","name":"libcompiler_rt.dylib","path":"/usr/lib/system/libcompiler_rt.dylib","symbolFilePath":"/usr/lib/system/libcompiler_rt.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":31,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8221C9000","id":"7FF8221C9000","name":"libcopyfile.dylib","path":"/usr/lib/system/libcopyfile.dylib","symbolFilePath":"/usr/lib/system/libcopyfile.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":32,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF817181000","id":"7FF817181000","name":"libcorecrypto.dylib","path":"/usr/lib/system/libcorecrypto.dylib","symbolFilePath":"/usr/lib/system/libcorecrypto.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":33,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81723F000","id":"7FF81723F000","name":"libdispatch.dylib","path":"/usr/lib/system/libdispatch.dylib","symbolFilePath":"/usr/lib/system/libdispatch.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":34,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8173FF000","id":"7FF8173FF000","name":"libdyld.dylib","path":"/usr/lib/system/libdyld.dylib","symbolFilePath":"/usr/lib/system/libdyld.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":35,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8221E5000","id":"7FF8221E5000","name":"libkeymgr.dylib","path":"/usr/lib/system/libkeymgr.dylib","symbolFilePath":"/usr/lib/system/libkeymgr.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":36,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF822188000","id":"7FF822188000","name":"libmacho.dylib","path":"/usr/lib/system/libmacho.dylib","symbolFilePath":"/usr/lib/system/libmacho.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":37,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF821809000","id":"7FF821809000","name":"libquarantine.dylib","path":"/usr/lib/system/libquarantine.dylib","symbolFilePath":"/usr/lib/system/libquarantine.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":38,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8221E3000","id":"7FF8221E3000","name":"libremovefile.dylib","path":"/usr/lib/system/libremovefile.dylib","symbolFilePath":"/usr/lib/system/libremovefile.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":39,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81C394000","id":"7FF81C394000","name":"libsystem_asl.dylib","path":"/usr/lib/system/libsystem_asl.dylib","symbolFilePath":"/usr/lib/system/libsystem_asl.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":40,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81712A000","id":"7FF81712A000","name":"libsystem_blocks.dylib","path":"/usr/lib/system/libsystem_blocks.dylib","symbolFilePath":"/usr/lib/system/libsystem_blocks.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":41,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8172C3000","id":"7FF8172C3000","name":"libsystem_c.dylib","path":"/usr/lib/system/libsystem_c.dylib","symbolFilePath":"/usr/lib/system/libsystem_c.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":42,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8221DB000","id":"7FF8221DB000","name":"libsystem_collections.dylib","path":"/usr/lib/system/libsystem_collections.dylib","symbolFilePath":"/usr/lib/system/libsystem_collections.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":43,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF820ABD000","id":"7FF820ABD000","name":"libsystem_configuration.dylib","path":"/usr/lib/system/libsystem_configuration.dylib","symbolFilePath":"/usr/lib/system/libsystem_configuration.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":44,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81FD66000","id":"7FF81FD66000","name":"libsystem_containermanager.dylib","path":"/usr/lib/system/libsystem_containermanager.dylib","symbolFilePath":"/usr/lib/system/libsystem_containermanager.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":45,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF821EC0000","id":"7FF821EC0000","name":"libsystem_coreservices.dylib","path":"/usr/lib/system/libsystem_coreservices.dylib","symbolFilePath":"/usr/lib/system/libsystem_coreservices.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":46,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF819A35000","id":"7FF819A35000","name":"libsystem_darwin.dylib","path":"/usr/lib/system/libsystem_darwin.dylib","symbolFilePath":"/usr/lib/system/libsystem_darwin.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":47,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8221E6000","id":"7FF8221E6000","name":"libsystem_dnssd.dylib","path":"/usr/lib/system/libsystem_dnssd.dylib","symbolFilePath":"/usr/lib/system/libsystem_dnssd.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":48,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8172C0000","id":"7FF8172C0000","name":"libsystem_featureflags.dylib","path":"/usr/lib/system/libsystem_featureflags.dylib","symbolFilePath":"/usr/lib/system/libsystem_featureflags.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":49,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF817415000","id":"7FF817415000","name":"libsystem_info.dylib","path":"/usr/lib/system/libsystem_info.dylib","symbolFilePath":"/usr/lib/system/libsystem_info.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":50,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF822126000","id":"7FF822126000","name":"libsystem_m.dylib","path":"/usr/lib/system/libsystem_m.dylib","symbolFilePath":"/usr/lib/system/libsystem_m.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":51,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF817213000","id":"7FF817213000","name":"libsystem_malloc.dylib","path":"/usr/lib/system/libsystem_malloc.dylib","symbolFilePath":"/usr/lib/system/libsystem_malloc.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":52,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81C32F000","id":"7FF81C32F000","name":"libsystem_networkextension.dylib","path":"/usr/lib/system/libsystem_networkextension.dylib","symbolFilePath":"/usr/lib/system/libsystem_networkextension.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":53,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF819E5B000","id":"7FF819E5B000","name":"libsystem_notify.dylib","path":"/usr/lib/system/libsystem_notify.dylib","symbolFilePath":"/usr/lib/system/libsystem_notify.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":54,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF828463000","id":"7FF828463000","name":"libsystem_product_info_filter.dylib","path":"/usr/lib/system/libsystem_product_info_filter.dylib","symbolStatus":"Symbols not found"},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":55,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF820AC1000","id":"7FF820AC1000","name":"libsystem_sandbox.dylib","path":"/usr/lib/system/libsystem_sandbox.dylib","symbolFilePath":"/usr/lib/system/libsystem_sandbox.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":56,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8221E0000","id":"7FF8221E0000","name":"libsystem_secinit.dylib","path":"/usr/lib/system/libsystem_secinit.dylib","symbolFilePath":"/usr/lib/system/libsystem_secinit.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":57,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8173BB000","id":"7FF8173BB000","name":"libsystem_kernel.dylib","path":"/usr/lib/system/libsystem_kernel.dylib","symbolFilePath":"/usr/lib/system/libsystem_kernel.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":58,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81740B000","id":"7FF81740B000","name":"libsystem_platform.dylib","path":"/usr/lib/system/libsystem_platform.dylib","symbolFilePath":"/usr/lib/system/libsystem_platform.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":59,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8173F3000","id":"7FF8173F3000","name":"libsystem_pthread.dylib","path":"/usr/lib/system/libsystem_pthread.dylib","symbolFilePath":"/usr/lib/system/libsystem_pthread.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":60,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81DBE2000","id":"7FF81DBE2000","name":"libsystem_symptoms.dylib","path":"/usr/lib/system/libsystem_symptoms.dylib","symbolFilePath":"/usr/lib/system/libsystem_symptoms.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":61,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF817168000","id":"7FF817168000","name":"libsystem_trace.dylib","path":"/usr/lib/system/libsystem_trace.dylib","symbolFilePath":"/usr/lib/system/libsystem_trace.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":62,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8221B6000","id":"7FF8221B6000","name":"libunwind.dylib","path":"/usr/lib/system/libunwind.dylib","symbolFilePath":"/usr/lib/system/libunwind.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":63,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81712C000","id":"7FF81712C000","name":"libxpc.dylib","path":"/usr/lib/system/libxpc.dylib","symbolFilePath":"/usr/lib/system/libxpc.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":64,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8173A5000","id":"7FF8173A5000","name":"libc++abi.dylib","path":"/usr/lib/libc++abi.dylib","symbolFilePath":"/usr/lib/libc++abi.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":65,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF817286000","id":"7FF817286000","name":"libobjc.A.dylib","path":"/usr/lib/libobjc.A.dylib","symbolFilePath":"/usr/lib/libobjc.A.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":66,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8221C1000","id":"7FF8221C1000","name":"liboah.dylib","path":"/usr/lib/liboah.dylib","symbolFilePath":"/usr/lib/liboah.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":67,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81734C000","id":"7FF81734C000","name":"libc++.1.dylib","path":"/usr/lib/libc++.1.dylib","symbolFilePath":"/usr/lib/libc++.1.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":68,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF817440000","id":"7FF817440000","name":"CoreFoundation","path":"/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation","symbolFilePath":"/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":69,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8221F5000","id":"7FF8221F5000","name":"libfakelink.dylib","path":"/usr/lib/libfakelink.dylib","symbolFilePath":"/usr/lib/libfakelink.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":70,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8197A1000","id":"7FF8197A1000","name":"libicucore.A.dylib","path":"/usr/lib/libicucore.A.dylib","symbolFilePath":"/usr/lib/libicucore.A.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":71,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8221F9000","id":"7FF8221F9000","name":"SoftLinking","path":"/System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking","symbolFilePath":"/System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":72,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF819446000","id":"7FF819446000","name":"Security","path":"/System/Library/Frameworks/Security.framework/Versions/A/Security","symbolFilePath":"/System/Library/Frameworks/Security.framework/Versions/A/Security","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":73,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8182BC000","id":"7FF8182BC000","name":"Foundation","path":"/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation","symbolFilePath":"/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":74,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FFB2FBB4000","id":"7FFB2FBB4000","name":"libCoreEntitlements.dylib","path":"/usr/lib/libCoreEntitlements.dylib","symbolFilePath":"/usr/lib/libCoreEntitlements.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":75,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81C347000","id":"7FF81C347000","name":"libMobileGestalt.dylib","path":"/usr/lib/libMobileGestalt.dylib","symbolFilePath":"/usr/lib/libMobileGestalt.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":76,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF821EA2000","id":"7FF821EA2000","name":"AppleFSCompression","path":"/System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression","symbolFilePath":"/System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":77,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81DDD0000","id":"7FF81DDD0000","name":"libDiagnosticMessagesClient.dylib","path":"/usr/lib/libDiagnosticMessagesClient.dylib","symbolFilePath":"/usr/lib/libDiagnosticMessagesClient.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":78,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF821830000","id":"7FF821830000","name":"libbsm.0.dylib","path":"/usr/lib/libbsm.0.dylib","symbolFilePath":"/usr/lib/libbsm.0.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":79,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF821818000","id":"7FF821818000","name":"libcoretls.dylib","path":"/usr/lib/libcoretls.dylib","symbolFilePath":"/usr/lib/libcoretls.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":80,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF822961000","id":"7FF822961000","name":"libcoretls_cfhelpers.dylib","path":"/usr/lib/libcoretls_cfhelpers.dylib","symbolFilePath":"/usr/lib/libcoretls_cfhelpers.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":81,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF822478000","id":"7FF822478000","name":"libpam.2.dylib","path":"/usr/lib/libpam.2.dylib","symbolFilePath":"/usr/lib/libpam.2.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":82,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81D801000","id":"7FF81D801000","name":"libsqlite3.dylib","path":"/usr/lib/libsqlite3.dylib","symbolFilePath":"/usr/lib/libsqlite3.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":83,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8229D0000","id":"7FF8229D0000","name":"libxar.1.dylib","path":"/usr/lib/libxar.1.dylib","symbolFilePath":"/usr/lib/libxar.1.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":84,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF822113000","id":"7FF822113000","name":"libz.1.dylib","path":"/usr/lib/libz.1.dylib","symbolFilePath":"/usr/lib/libz.1.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":85,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF819DA5000","id":"7FF819DA5000","name":"IOKit","path":"/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit","symbolFilePath":"/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":86,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81EB6E000","id":"7FF81EB6E000","name":"CoreAutoLayout","path":"/System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout","symbolFilePath":"/System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":87,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF817FCE000","id":"7FF817FCE000","name":"SystemConfiguration","path":"/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration","symbolFilePath":"/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":88,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF82247D000","id":"7FF82247D000","name":"libcompression.dylib","path":"/usr/lib/libcompression.dylib","symbolFilePath":"/usr/lib/libcompression.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":89,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81BE9F000","id":"7FF81BE9F000","name":"CFNetwork","path":"/System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork","symbolFilePath":"/System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":90,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81DEBF000","id":"7FF81DEBF000","name":"DiskArbitration","path":"/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration","symbolFilePath":"/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":91,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF822336000","id":"7FF822336000","name":"libarchive.2.dylib","path":"/usr/lib/libarchive.2.dylib","symbolFilePath":"/usr/lib/libarchive.2.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":92,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81EBB6000","id":"7FF81EBB6000","name":"libxml2.2.dylib","path":"/usr/lib/libxml2.2.dylib","symbolFilePath":"/usr/lib/libxml2.2.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":93,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF82858E000","id":"7FF82858E000","name":"CoreServices","path":"/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices","symbolFilePath":"/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":94,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF820ACD000","id":"7FF820ACD000","name":"liblangid.dylib","path":"/usr/lib/liblangid.dylib","symbolFilePath":"/usr/lib/liblangid.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":95,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF820AC9000","id":"7FF820AC9000","name":"AppleSystemInfo","path":"/System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo","symbolFilePath":"/System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":96,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81B4AE000","id":"7FF81B4AE000","name":"libnetwork.dylib","path":"/usr/lib/libnetwork.dylib","symbolFilePath":"/usr/lib/libnetwork.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":97,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81C346000","id":"7FF81C346000","name":"libenergytrace.dylib","path":"/usr/lib/libenergytrace.dylib","symbolFilePath":"/usr/lib/libenergytrace.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":98,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF82218E000","id":"7FF82218E000","name":"libkxld.dylib","path":"/usr/lib/system/libkxld.dylib","symbolFilePath":"/usr/lib/system/libkxld.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":99,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF821463000","id":"7FF821463000","name":"IOMobileFramebuffer","path":"/System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer","symbolFilePath":"/System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":100,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81FD83000","id":"7FF81FD83000","name":"IOSurface","path":"/System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface","symbolFilePath":"/System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":101,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8221FA000","id":"7FF8221FA000","name":"libpcap.A.dylib","path":"/usr/lib/libpcap.A.dylib","symbolFilePath":"/usr/lib/libpcap.A.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":102,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81DBDA000","id":"7FF81DBDA000","name":"libdns_services.dylib","path":"/usr/lib/libdns_services.dylib","symbolFilePath":"/usr/lib/libdns_services.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":103,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF822448000","id":"7FF822448000","name":"libapple_nghttp2.dylib","path":"/usr/lib/libapple_nghttp2.dylib","symbolFilePath":"/usr/lib/libapple_nghttp2.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":104,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF822947000","id":"7FF822947000","name":"liblzma.5.dylib","path":"/usr/lib/liblzma.5.dylib","symbolFilePath":"/usr/lib/liblzma.5.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":105,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF821EB2000","id":"7FF821EB2000","name":"libbz2.1.0.dylib","path":"/usr/lib/libbz2.1.0.dylib","symbolFilePath":"/usr/lib/libbz2.1.0.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":106,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF822234000","id":"7FF822234000","name":"libiconv.2.dylib","path":"/usr/lib/libiconv.2.dylib","symbolFilePath":"/usr/lib/libiconv.2.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":107,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF822187000","id":"7FF822187000","name":"libcharset.1.dylib","path":"/usr/lib/libcharset.1.dylib","symbolFilePath":"/usr/lib/libcharset.1.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":108,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81EB39000","id":"7FF81EB39000","name":"FSEvents","path":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents","symbolFilePath":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":109,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF819A3F000","id":"7FF819A3F000","name":"CarbonCore","path":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore","symbolFilePath":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":110,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81DE23000","id":"7FF81DE23000","name":"Metadata","path":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata","symbolFilePath":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":111,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF821EC5000","id":"7FF821EC5000","name":"OSServices","path":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices","symbolFilePath":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":112,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8223BD000","id":"7FF8223BD000","name":"SearchKit","path":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit","symbolFilePath":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":113,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81DB6C000","id":"7FF81DB6C000","name":"AE","path":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE","symbolFilePath":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":114,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF817943000","id":"7FF817943000","name":"LaunchServices","path":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices","symbolFilePath":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":115,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8228F8000","id":"7FF8228F8000","name":"DictionaryServices","path":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices","symbolFilePath":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":116,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81EB46000","id":"7FF81EB46000","name":"SharedFileList","path":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList","symbolFilePath":"/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":117,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF82180C000","id":"7FF82180C000","name":"libCheckFix.dylib","path":"/usr/lib/libCheckFix.dylib","symbolFilePath":"/usr/lib/libCheckFix.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":118,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81C3AB000","id":"7FF81C3AB000","name":"TCC","path":"/System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC","symbolFilePath":"/System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":119,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF820ACF000","id":"7FF820ACF000","name":"CoreNLP","path":"/System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP","symbolFilePath":"/System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":120,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81DDD3000","id":"7FF81DDD3000","name":"MetadataUtilities","path":"/System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities","symbolFilePath":"/System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":121,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81807F000","id":"7FF81807F000","name":"libmecabra.dylib","path":"/usr/lib/libmecabra.dylib","symbolFilePath":"/usr/lib/libmecabra.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":122,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF828826000","id":"7FF828826000","name":"Accelerate","path":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate","symbolStatus":"Symbols not found"},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":123,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF821840000","id":"7FF821840000","name":"libmecab.dylib","path":"/usr/lib/libmecab.dylib","symbolFilePath":"/usr/lib/libmecab.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":124,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81804A000","id":"7FF81804A000","name":"libCRFSuite.dylib","path":"/usr/lib/libCRFSuite.dylib","symbolFilePath":"/usr/lib/libCRFSuite.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":125,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF82189A000","id":"7FF82189A000","name":"libgermantok.dylib","path":"/usr/lib/libgermantok.dylib","symbolFilePath":"/usr/lib/libgermantok.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":126,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF822423000","id":"7FF822423000","name":"libThaiTokenizer.dylib","path":"/usr/lib/libThaiTokenizer.dylib","symbolFilePath":"/usr/lib/libThaiTokenizer.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":127,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81DEC6000","id":"7FF81DEC6000","name":"vImage","path":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage","symbolFilePath":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":128,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF828565000","id":"7FF828565000","name":"vecLib","path":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib","symbolStatus":"Symbols not found"},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":129,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF822A11000","id":"7FF822A11000","name":"libvMisc.dylib","path":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib","symbolFilePath":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":130,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF82128E000","id":"7FF82128E000","name":"libvDSP.dylib","path":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib","symbolFilePath":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":131,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF817CBE000","id":"7FF817CBE000","name":"libBLAS.dylib","path":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib","symbolFilePath":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":132,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF82255A000","id":"7FF82255A000","name":"libLAPACK.dylib","path":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib","symbolFilePath":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":133,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF82189D000","id":"7FF82189D000","name":"libLinearAlgebra.dylib","path":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib","symbolFilePath":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":134,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF822460000","id":"7FF822460000","name":"libSparseBLAS.dylib","path":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib","symbolFilePath":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":135,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF822554000","id":"7FF822554000","name":"libQuadrature.dylib","path":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib","symbolFilePath":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":136,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF820BBA000","id":"7FF820BBA000","name":"libBNNS.dylib","path":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib","symbolFilePath":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":137,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF817F58000","id":"7FF817F58000","name":"libSparse.dylib","path":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib","symbolFilePath":"/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":138,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81DDA2000","id":"7FF81DDA2000","name":"CoreAnalytics","path":"/System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics","symbolFilePath":"/System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":139,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF820BB3000","id":"7FF820BB3000","name":"LinguisticData","path":"/System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData","symbolFilePath":"/System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":140,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF817F0E000","id":"7FF817F0E000","name":"Lexicon","path":"/System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon","symbolFilePath":"/System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":141,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF822A0A000","id":"7FF822A0A000","name":"libChineseTokenizer.dylib","path":"/usr/lib/libChineseTokenizer.dylib","symbolFilePath":"/usr/lib/libChineseTokenizer.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":142,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF818679000","id":"7FF818679000","name":"LanguageModeling","path":"/System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling","symbolFilePath":"/System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":143,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF822425000","id":"7FF822425000","name":"AppleSauce","path":"/System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce","symbolFilePath":"/System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":144,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF821451000","id":"7FF821451000","name":"CoreEmoji","path":"/System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji","symbolFilePath":"/System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":145,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF822325000","id":"7FF822325000","name":"libcmph.dylib","path":"/usr/lib/libcmph.dylib","symbolFilePath":"/usr/lib/libcmph.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":146,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81EB1D000","id":"7FF81EB1D000","name":"CFOpenDirectory","path":"/System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory","symbolFilePath":"/System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":147,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81EB11000","id":"7FF81EB11000","name":"OpenDirectory","path":"/System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory","symbolFilePath":"/System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":148,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF822963000","id":"7FF822963000","name":"APFS","path":"/System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS","symbolFilePath":"/System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":149,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF821767000","id":"7FF821767000","name":"SecurityFoundation","path":"/System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation","symbolFilePath":"/System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":150,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8229DE000","id":"7FF8229DE000","name":"libutil.dylib","path":"/usr/lib/libutil.dylib","symbolFilePath":"/usr/lib/libutil.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":151,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF819D69000","id":"7FF819D69000","name":"CoreServicesStore","path":"/System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore","symbolFilePath":"/System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":152,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF81EB6B000","id":"7FF81EB6B000","name":"libapp_launch_measurement.dylib","path":"/usr/lib/libapp_launch_measurement.dylib","symbolFilePath":"/usr/lib/libapp_launch_measurement.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":153,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8229E2000","id":"7FF8229E2000","name":"libxslt.1.dylib","path":"/usr/lib/libxslt.1.dylib","symbolFilePath":"/usr/lib/libxslt.1.dylib","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::dap_codec] <-- {"sq":154,"typ":"evnt","evnt":"mod","body":{"mod":{"addRange":"7FF8217F4000","id":"7FF8217F4000","name":"BackgroundTaskManagement","path":"/System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement","symbolFilePath":"/System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement","symbolStatus":"Symbols loaded."},"reason":"new"}}
[Dc::debug_session] Debug event: 0x7f8bb59ceed0 Event: broadcaster = 0x7f8bb73c2838 (lldb.process), type = 0x00000001 (state-changed), data = { process = 0x7f8bb73c2800 (pid = 62554), state = stopped}
[Dc::dap_codec] <-- {"sq":155,"typ":"evnt","evnt":"output","body":{"category":"stderr","output":"Stop reason: signal SIGHUP\n"}}
[Dc::dap_codec] <-- {"sq":156,"typ":"evnt","evnt":"stopped","body":{"allThreadsStopped":true,"description":"signal SIGHUP","reason":"exception","threadId":1193105}}
[Dc::dap_codec] --> {"command":"threads","typ":"request","sq":14}
[Dc::dap_codec] <-- {"sq":157,"typ":"response","request_seq":14,"success":true,"command":"threads","body":{"threads":[{"id":1193105,"name":"1: tid=1193105"},{"id":1193126,"name":"2: tid=1193126 \"dart:io EventHandler\""},{"id":1193127,"name":"3: tid=1193127 \"Dart Profiler ThreadInterrupter\""},{"id":1193128,"name":"4: tid=1193128 \"Dart Profiler SampleBlockProcessor\""},{"id":1193129,"name":"5: tid=1193129 \"DartWorker\""},{"id":1193130,"name":"6: tid=1193130 \"DartDev Runner\""},{"id":1193131,"name":"7: tid=1193131 \"DartWorker\""},{"id":1193132,"name":"8: tid=1193132 \"DartWorker\""},{"id":1193133,"name":"9: tid=1193133 \"DartWorker\""},{"id":1193134,"name":"10: tid=1193134 \"DartWorker\""},{"id":1193135,"name":"11: tid=1193135"},{"id":1193136,"name":"12: tid=1193136"}]}}
[Dc::dap_codec] --> {"command":"stackTrace","arguments":{"threadId":1193105,"startFrame":0,"levels":1},"typ":"request","sq":15}
[Dc::disassembly] libsystem_kernel.dylib`__psynch_cvwait + 10
[Dc::dap_codec] <-- {"sq":158,"typ":"response","request_seq":15,"success":true,"command":"stackTrace","body":{"stackFrames":[{"column":0,"id":1001,"instructionPointerReference":"0x7FF8173BF3EA","line":6,"name":"__psynch_cvwait","presentationHint":"subtle","source":{"name":"@__psynch_cvwait","sourceReference":1000}}]}}
[Dc::dap_codec] --> {"command":"source","arguments":{"sourceReference":1000,"source":{"name":"@__psynch_cvwait","sourceReference":1000}},"typ":"request","sq":16}
[Dc::dap_codec] <-- {"sq":159,"typ":"response","request_seq":16,"success":true,"command":"source","body":{"content":"; Symbol: __psynch_cvwait\n; Source: unknown\n7FF8173BF3E0: B8 31 01 00 02             movl   $0x2000131, %eax  ; imm = 0x2000131 \n7FF8173BF3E5: 49 89 CA                   movq   %rcx, %r10\n7FF8173BF3E8: 0F 05                      syscall \n7FF8173BF3EA: 73 08                      jae    0x7ff8173bf3f4  ; <+20>\n7FF8173BF3EC: 48 89 C7                   movq   %rax, %rdi\n7FF8173BF3EF: E9 D1 DD FF FF             jmp    0x7ff8173bd1c5  ; cerror_nocancel\n7FF8173BF3F4: C3                         retq   \n7FF8173BF3F5: 90                         nop    \n7FF8173BF3F6: 90                         nop    \n7FF8173BF3F7: 90                         nop    \n","mimeType":"text/x-lldb.disassembly"}}
[Dc::dap_codec] --> {"command":"exceptionInfo","arguments":{"threadId":1193105},"typ":"request","sq":17}
[Dc::dap_codec] <-- {"sq":160,"typ":"response","request_seq":17,"success":true,"command":"exceptionInfo","body":{"breakMode":"always","description":"signal SIGHUP","exceptionId":"Signal"}}
[Dc::dap_codec] --> {"command":"stackTrace","arguments":{"threadId":1193105,"startFrame":1,"levels":19},"typ":"request","sq":18}
[Dc::disassembly] libsystem_pthread.dylib`_pthread_cond_wait + 1249
[Dc::disassembly] dyld`start + 462
[Dc::dap_codec] <-- {"sq":161,"typ":"response","request_seq":18,"success":true,"command":"stackTrace","body":{"stackFrames":[{"column":0,"id":1002,"instructionPointerReference":"0x7FF8173F9A6F","line":334,"name":"_pthread_cond_wait","presentationHint":"subtle","source":{"name":"@_pthread_cond_wait","sourceReference":1001}},{"column":18,"id":1003,"instructionPointerReference":"0x1001B1A33","line":236,"name":"dart::bin::Monitor::WaitMicros(long long)","source":{"name":"thread_macos.cc","path":"/Users/osaxma/Projects/dart-sdk-dev/sdk/runtime/bin/thread_macos.cc"}},{"column":13,"id":1004,"instructionPointerReference":"0x10002D2CE","line":118,"name":"dart::bin::DartDevIsolate::DartDevRunner::Run(_Dart_Isolate* (*)(char const*, char const*, char const*, char const*, Dart_IsolateFlags*, void*, char**), char**, char**, bool*, dart::bin::CommandLineOptions*)","source":{"name":"dartdev_isolate.cc","path":"/Users/osaxma/Projects/dart-sdk-dev/sdk/runtime/bin/dartdev_isolate.cc"}},{"column":11,"id":1005,"instructionPointerReference":"0x10002DBCF","line":296,"name":"dart::bin::DartDevIsolate::RunDartDev(_Dart_Isolate* (*)(char const*, char const*, char const*, char const*, Dart_IsolateFlags*, void*, char**), char**, char**, bool*, dart::bin::CommandLineOptions*)","source":{"name":"dartdev_isolate.cc","path":"/Users/osaxma/Projects/dart-sdk-dev/sdk/runtime/bin/dartdev_isolate.cc"}},{"column":53,"id":1006,"instructionPointerReference":"0x100030910","line":1395,"name":"dart::bin::main(int, char**)","source":{"name":"main_impl.cc","path":"/Users/osaxma/Projects/dart-sdk-dev/sdk/runtime/bin/main_impl.cc"}},{"column":3,"id":1007,"instructionPointerReference":"0x10002F86D","line":9,"name":"main","source":{"name":"main.cc","path":"/Users/osaxma/Projects/dart-sdk-dev/sdk/runtime/bin/main.cc"}},{"column":0,"id":1008,"instructionPointerReference":"0x10309C52E","line":110,"name":"start","presentationHint":"subtle","source":{"name":"@start","sourceReference":1002}}]}}
[Dc::dap_codec] --> {"command":"scopes","arguments":{"frameId":1001},"typ":"request","sq":19}
[Dc::dap_codec] <-- {"sq":162,"typ":"response","request_seq":19,"success":true,"command":"scopes","body":{"scopes":[{"expensive":false,"name":"Local","variablesReference":1009},{"expensive":false,"name":"Static","variablesReference":1010},{"expensive":false,"name":"Global","variablesReference":1011},{"expensive":false,"name":"Registers","variablesReference":1012}]}}
[Dc::dap_codec] --> {"command":"variables","arguments":{"variablesReference":1009},"typ":"request","sq":20}
[Dc::dap_codec] <-- {"sq":163,"typ":"response","request_seq":20,"success":true,"command":"variables","body":{"variables":[]}}
[Dc::dap_codec] --> {"command":"continue","arguments":{"threadId":1193105},"typ":"request","sq":21}
[Dc::dap_codec] <-- {"sq":164,"typ":"response","request_seq":21,"success":true,"command":"continue","body":{"allThreadsContinued":true}}
[Dc::debug_session] Debug event: 0x7f8bb5a92590 Event: broadcaster = 0x7f8bb73c2838 (lldb.process), type = 0x00000001 (state-changed), data = { process = 0x7f8bb73c2800 (pid = 62554), state = running}
[Dc::dap_codec] <-- {"sq":165,"typ":"evnt","evnt":"continued","body":{"allThreadsContinued":true,"threadId":1193105}}
[Dc::debug_session] Debug event: 0x7f8bb5a99720 Event: broadcaster = 0x7f8bb73c2838 (lldb.process), type = 0x00000001 (state-changed), data = { process = 0x7f8bb73c2800 (pid = 62554), state = exited}
[Dc::dap_codec] <-- {"sq":166,"typ":"evnt","evnt":"output","body":{"category":"console","output":"Process exited with code 0.\n"}}
[Dc::dap_codec] <-- {"sq":167,"typ":"evnt","evnt":"exited","body":{"exitCode":0}}
[Dc::dap_codec] <-- {"sq":168,"typ":"evnt","evnt":"terminated","body":{}}
[Dc::dap_codec] --> {"command":"disconnect","arguments":{"restart":false,"terminateDebuggee":false},"typ":"request","sq":22}
[Dc::dap_codec] <-- {"sq":169,"typ":"response","request_seq":22,"success":true,"command":"disconnect"}
[Dc::dap_session] Client has disconnected
[Dc::debug_session] End of the requests stream
[Dc::debug_session] DebugSession::drop()
[Dc] End of the debug session
[Dc] Exiting
Debug adapter exit code=0 (0x0), signal=null.
```

vadimcn commented 9 months ago

Try this:

Github is giving me an error: There was an error creating your Issue: body is too long (maximum is 65536 characters).

Hmm, that's something new, I think... You can save log to a file, then drag-n-drop it to attach to the issue.

osaxma commented 9 months ago

Try this:

  • open Command Palette in VSCode, and then type "extensions open extensions folder "
  • delete "vadimcn.vscode-x.x.x/lldb/bin/debugserver"

The issue is still there.

Here's the log in case you need it:

codelldb_issue_1000_v02.log