Advertisement
jclsn

Untitled

May 17th, 2022
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.44 KB | None | 0 0
  1. 2022-05-17 15:16:31,709 - INFO - **** INITIALISING NEW VIMSPECTOR SESSION ****
  2. 2022-05-17 15:16:31,709 - INFO - API is:
  3. 2022-05-17 15:16:31,709 - INFO - VIMSPECTOR_HOME = /home/user/.vim/plugged/vimspector/python3/vimspector/../..
  4. 2022-05-17 15:16:31,709 - INFO - gadgetDir = /home/user/.vim/plugged/vimspector/gadgets/linux
  5. 2022-05-17 15:16:31,710 - INFO - User requested start debug session with {}
  6. 2022-05-17 15:16:31,711 - DEBUG - Reading configurations from: None
  7. 2022-05-17 15:16:31,711 - DEBUG - Reading configurations from: /home/user/Downloads/epsettingsmanager/.vimspector.json
  8. 2022-05-17 15:16:31,720 - DEBUG - Reading gadget config: /home/user/.vim/plugged/vimspector/gadgets/linux/.gadgets.json
  9. 2022-05-17 15:16:31,723 - DEBUG - Reading gadget config: None
  10. 2022-05-17 15:16:36,760 - DEBUG - Value for host not set in ${host}:${port} (from ${host}:${port}): set to my-machine
  11. 2022-05-17 15:16:40,027 - DEBUG - Value for port not set in ${host}:${port} (from ${host}:${port}): set to 2001
  12. 2022-05-17 15:16:41,123 - DEBUG - Value for RemoteRoot not set in {"${RemoteRoot}": "${workspaceRoot}"} (from {"${RemoteRoot}": "${workspaceRoot}"}): set to
  13. 2022-05-17 15:16:46,069 - DEBUG - Value for user not set in ${user} (from ${user}): set to root
  14. 2022-05-17 15:16:46,069 - INFO - Configuration: {"adapter": "cpptools-remote", "remote-request": "attach", "configuration": {"request": "launch", "program": "build/src/epsettingsmanager", "cwd": "/home/user/Downloads/epsettingsmanager", "MIMode": "gdb", "miDebuggerPath": "gdb-multiarch", "miDebuggerServerAddress": "my-machine:2001", "sourceFileMap": {"": "/home/user/Downloads/epsettingsmanager"}}}
  15. 2022-05-17 15:16:46,070 - INFO - Adapter: {"command": ["/home/user/.vim/plugged/vimspector/gadgets/linux/vscode-cpptools/debugAdapters/bin/OpenDebugAD7"], "name": "cppdbg", "configuration": {"type": "cppdbg"}, "launch": {"remote": {"host": "my-machine", "account": "root", "runCommand": ["gdbserver", "--once", "--no-startup-with-shell", "--disable-randomisation", "localhost:2001", "%CMD%"]}}, "attach": {"remote": {"host": "my-machine", "account": "root", "binary": "epsettingsmanager", "pidCommand": ["pgrep -f", "epsettingsmanager"], "attachCommand": ["gdbserver", "--once", "--attach", "localhost:2001", "%PID%"]}}}
  16. 2022-05-17 15:16:46,084 - DEBUG - min_width/height: 149/50, actual: 320/82 - result: horizontal
  17. 2022-05-17 15:16:46,270 - DEBUG - LAUNCH!
  18. 2022-05-17 15:16:46,270 - DEBUG - Getting PID: ['ssh', 'root@my-machine', 'pgrep -f', 'epsettingsmanager']
  19. 2022-05-17 15:16:46,570 - DEBUG - Got PID: 646
  20. 2022-05-17 15:16:46,570 - DEBUG - Running remote app: ['ssh', 'root@my-machine', 'gdbserver', '--once', '--attach', 'localhost:2001', '646']
  21. 2022-05-17 15:16:46,723 - INFO - Starting debug adapter with: {"command": ["/home/user/.vim/plugged/vimspector/gadgets/linux/vscode-cpptools/debugAdapters/bin/OpenDebugAD7"], "name": "cppdbg", "configuration": {"type": "cppdbg"}, "launch": {"remote": {"host": "my-machine", "account": "root", "runCommand": ["gdbserver", "--once", "--no-startup-with-shell", "--disable-randomisation", "localhost:2001", "%CMD%"]}}, "attach": {"remote": {"host": "my-machine", "account": "root", "binary": "epsettingsmanager", "pidCommand": ["pgrep -f", "epsettingsmanager"], "attachCommand": ["gdbserver", "--once", "--attach", "localhost:2001", "%PID%"]}}}
  22. 2022-05-17 15:16:46,723 - DEBUG - Connection Type: job
  23. 2022-05-17 15:16:46,837 - INFO - Debug Adapter Started
  24. 2022-05-17 15:16:46,837 - DEBUG - Sending Message: {"command": "initialize", "arguments": {"adapterID": "cppdbg", "clientID": "vimspector", "clientName": "vimspector", "linesStartAt1": true, "columnsStartAt1": true, "locale": "en_GB", "pathFormat": "path", "supportsVariableType": true, "supportsVariablePaging": false, "supportsRunInTerminalRequest": true, "supportsMemoryReferences": true}, "seq": 0, "type": "request"}
  25. 2022-05-17 15:16:47,118 - DEBUG - Message received: {'type': 'response', 'request_seq': 0, 'success': True, 'command': 'initialize', 'body': {'supportsConfigurationDoneRequest': True, 'supportsFunctionBreakpoints': True, 'supportsConditionalBreakpoints': True, 'supportsEvaluateForHovers': True, 'exceptionBreakpointFilters': [{'filter': 'all', 'label': 'All C++ Exceptions', 'default': False, 'supportsCondition': True, 'conditionDescription': 'std::out_of_range,std::invalid_argument'}], 'supportsSetVariable': True, 'supportsGotoTargetsRequest': True, 'supportsCompletionsRequest': True, 'completionTriggerCharacters': [], 'supportsModulesRequest': True, 'supportedChecksumAlgorithms': [], 'supportsValueFormattingOptions': True, 'supportsLogPoints': True, 'supportsSetExpression': True, 'supportsDataBreakpoints': True, 'supportsReadMemoryRequest': True, 'supportsDisassembleRequest': True, 'supportsClipboardContext': True, 'supportsSteppingGranularity': True, 'supportsInstructionBreakpoints': True, 'supportsExceptionFilterOptions': True}, 'seq': 1}
  26. 2022-05-17 15:16:47,118 - DEBUG - Sending Message: {"command": "launch", "arguments": {"type": "cppdbg", "request": "launch", "program": "build/src/epsettingsmanager", "cwd": "/home/user/Downloads/epsettingsmanager", "MIMode": "gdb", "miDebuggerPath": "gdb-multiarch", "miDebuggerServerAddress": "my-machine:2001", "sourceFileMap": {"": "/home/user/Downloads/epsettingsmanager"}, "name": "test"}, "seq": 1, "type": "request"}
  27. 2022-05-17 15:16:47,294 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'telemetry', 'output': 'VS/Diagnostics/Debugger/Launch', 'data': {'VS.Diagnostics.Debugger.ImplementationName': 'Microsoft.MIDebugEngine', 'VS.Diagnostics.Debugger.EngineVersion': '17.1.20405.1', 'VS.Diagnostics.Debugger.HostVersion': '17.1.20405.1', 'VS.Diagnostics.Debugger.AdapterId': 'cppdbg', 'VS.Diagnostics.Debugger.Launch.ErrorCode': 1005, 'VS.Diagnostics.Debugger.Launch.IsError': True}}, 'seq': 2}
  28. 2022-05-17 15:16:47,302 - DEBUG - Message received: {'type': 'response', 'request_seq': 1, 'success': False, 'command': 'launch', 'message': "Unable to start debugging. Program path 'build/src/epsettingsmanager' is missing or invalid.\r\n\r\nGDB failed with message: build/src/epsettingsmanager: Datei oder Verzeichnis nicht gefunden.\r\n\r\nThis may occur if the process's executable was changed after the process was started, such as when installing an update. Try re-launching the application or restarting the machine.", 'body': {'error': {'id': 1005, 'format': "Unable to start debugging. Program path 'build/src/epsettingsmanager' is missing or invalid.\r\n\r\nGDB failed with message: build/src/epsettingsmanager: Datei oder Verzeichnis nicht gefunden.\r\n\r\nThis may occur if the process's executable was changed after the process was started, such as when installing an update. Try re-launching the application or restarting the machine."}}, 'seq': 3}
  29. 2022-05-17 15:16:47,302 - INFO - Request failed (handled): Unable to start debugging. Program path 'build/src/epsettingsmanager' is missing or invalid.
  30.  
  31. GDB failed with message: build/src/epsettingsmanager: Datei oder Verzeichnis nicht gefunden.
  32.  
  33. This may occur if the process's executable was changed after the process was started, such as when installing an update. Try re-launching the application or restarting the machine.
  34. 2022-05-17 15:16:47,303 - INFO - Launch failed: Launch Failed
  35.  
  36. Unable to start debugging. Program path 'build/src/epsettingsmanager' is missing or invalid.
  37.  
  38. GDB failed with message: build/src/epsettingsmanager: Datei oder Verzeichnis nicht gefunden.
  39.  
  40. This may occur if the process's executable was changed after the process was started, such as when installing an update. Try re-launching the application or restarting the machine.
  41.  
  42. Use :VimspectorReset to close
  43. 2022-05-17 15:16:51,463 - DEBUG - Stop debug adapter with callback : self._Reset()
  44. 2022-05-17 15:16:51,464 - DEBUG - Sending Message: {"command": "disconnect", "arguments": {}, "seq": 2, "type": "request"}
  45. 2022-05-17 15:16:51,499 - DEBUG - Message received: {'type': 'response', 'request_seq': 2, 'success': True, 'command': 'disconnect', 'body': {}, 'seq': 4}
  46. 2022-05-17 15:16:51,499 - DEBUG - Setting server exit handler before disconnect
  47. 2022-05-17 15:16:51,503 - INFO - The server has terminated with status 0
  48. 2022-05-17 15:16:51,504 - DEBUG - Running server exit handler
  49. 2022-05-17 15:16:51,504 - INFO - Debugging complete.
  50. 2022-05-17 15:16:51,504 - DEBUG - Clearing down UI
  51. 2022-05-17 15:17:50,835 - INFO - User requested start debug session with {}
  52. 2022-05-17 15:17:50,836 - DEBUG - Reading configurations from: None
  53. 2022-05-17 15:17:50,837 - DEBUG - Reading configurations from: /home/user/Downloads/epsettingsmanager/.vimspector.json
  54. 2022-05-17 15:17:50,865 - DEBUG - Reading gadget config: /home/user/.vim/plugged/vimspector/gadgets/linux/.gadgets.json
  55. 2022-05-17 15:17:50,872 - DEBUG - Reading gadget config: None
  56. 2022-05-17 15:17:52,945 - DEBUG - Value for host not set in ${host}:${port} (from ${host}:${port}): set to my-machine
  57. 2022-05-17 15:17:53,461 - DEBUG - Value for port not set in ${host}:${port} (from ${host}:${port}): set to 2001
  58. 2022-05-17 15:17:54,329 - DEBUG - Value for RemoteRoot not set in {"${RemoteRoot}": "${workspaceRoot}"} (from {"${RemoteRoot}": "${workspaceRoot}"}): set to
  59. 2022-05-17 15:17:55,121 - DEBUG - Value for user not set in ${user} (from ${user}): set to root
  60. 2022-05-17 15:17:55,122 - INFO - Configuration: {"adapter": "cpptools-remote", "remote-request": "attach", "configuration": {"request": "launch", "program": "build/src/epsettingsmanager", "cwd": "/home/user/Downloads/epsettingsmanager", "MIMode": "gdb", "miDebuggerPath": "gdb-multiarch", "miDebuggerServerAddress": "my-machine:2001", "sourceFileMap": {"": "/home/user/Downloads/epsettingsmanager"}}}
  61. 2022-05-17 15:17:55,122 - INFO - Adapter: {"command": ["/home/user/.vim/plugged/vimspector/gadgets/linux/vscode-cpptools/debugAdapters/bin/OpenDebugAD7"], "name": "cppdbg", "configuration": {"type": "cppdbg"}, "launch": {"remote": {"host": "my-machine", "account": "root", "runCommand": ["gdbserver", "--once", "--no-startup-with-shell", "--disable-randomisation", "localhost:2001", "%CMD%"]}}, "attach": {"remote": {"host": "my-machine", "account": "root", "binary": "epsettingsmanager", "pidCommand": ["pgrep -f", "epsettingsmanager"], "attachCommand": ["gdbserver", "--once", "--attach", "localhost:2001", "%PID%"]}}}
  62. 2022-05-17 15:17:55,156 - DEBUG - min_width/height: 149/50, actual: 320/82 - result: horizontal
  63. 2022-05-17 15:17:55,350 - DEBUG - LAUNCH!
  64. 2022-05-17 15:17:55,351 - DEBUG - Getting PID: ['ssh', 'root@my-machine', 'pgrep -f', 'epsettingsmanager']
  65. 2022-05-17 15:17:55,650 - DEBUG - Got PID: 646
  66. 2022-05-17 15:17:55,650 - DEBUG - Running remote app: ['ssh', 'root@my-machine', 'gdbserver', '--once', '--attach', 'localhost:2001', '646']
  67. 2022-05-17 15:17:55,814 - INFO - Starting debug adapter with: {"command": ["/home/user/.vim/plugged/vimspector/gadgets/linux/vscode-cpptools/debugAdapters/bin/OpenDebugAD7"], "name": "cppdbg", "configuration": {"type": "cppdbg"}, "launch": {"remote": {"host": "my-machine", "account": "root", "runCommand": ["gdbserver", "--once", "--no-startup-with-shell", "--disable-randomisation", "localhost:2001", "%CMD%"]}}, "attach": {"remote": {"host": "my-machine", "account": "root", "binary": "epsettingsmanager", "pidCommand": ["pgrep -f", "epsettingsmanager"], "attachCommand": ["gdbserver", "--once", "--attach", "localhost:2001", "%PID%"]}}}
  68. 2022-05-17 15:17:55,814 - DEBUG - Connection Type: job
  69. 2022-05-17 15:17:55,939 - INFO - Debug Adapter Started
  70. 2022-05-17 15:17:55,939 - DEBUG - Sending Message: {"command": "initialize", "arguments": {"adapterID": "cppdbg", "clientID": "vimspector", "clientName": "vimspector", "linesStartAt1": true, "columnsStartAt1": true, "locale": "en_GB", "pathFormat": "path", "supportsVariableType": true, "supportsVariablePaging": false, "supportsRunInTerminalRequest": true, "supportsMemoryReferences": true}, "seq": 0, "type": "request"}
  71. 2022-05-17 15:17:56,203 - DEBUG - Message received: {'type': 'response', 'request_seq': 0, 'success': True, 'command': 'initialize', 'body': {'supportsConfigurationDoneRequest': True, 'supportsFunctionBreakpoints': True, 'supportsConditionalBreakpoints': True, 'supportsEvaluateForHovers': True, 'exceptionBreakpointFilters': [{'filter': 'all', 'label': 'All C++ Exceptions', 'default': False, 'supportsCondition': True, 'conditionDescription': 'std::out_of_range,std::invalid_argument'}], 'supportsSetVariable': True, 'supportsGotoTargetsRequest': True, 'supportsCompletionsRequest': True, 'completionTriggerCharacters': [], 'supportsModulesRequest': True, 'supportedChecksumAlgorithms': [], 'supportsValueFormattingOptions': True, 'supportsLogPoints': True, 'supportsSetExpression': True, 'supportsDataBreakpoints': True, 'supportsReadMemoryRequest': True, 'supportsDisassembleRequest': True, 'supportsClipboardContext': True, 'supportsSteppingGranularity': True, 'supportsInstructionBreakpoints': True, 'supportsExceptionFilterOptions': True}, 'seq': 1}
  72. 2022-05-17 15:17:56,203 - DEBUG - Sending Message: {"command": "launch", "arguments": {"type": "cppdbg", "request": "launch", "program": "build/src/epsettingsmanager", "cwd": "/home/user/Downloads/epsettingsmanager", "MIMode": "gdb", "miDebuggerPath": "gdb-multiarch", "miDebuggerServerAddress": "my-machine:2001", "sourceFileMap": {"": "/home/user/Downloads/epsettingsmanager"}, "name": "test"}, "seq": 1, "type": "request"}
  73. 2022-05-17 15:18:02,559 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'telemetry', 'output': 'VS/Diagnostics/Debugger/Launch', 'data': {'VS.Diagnostics.Debugger.ImplementationName': 'Microsoft.MIDebugEngine', 'VS.Diagnostics.Debugger.EngineVersion': '17.1.20405.1', 'VS.Diagnostics.Debugger.HostVersion': '17.1.20405.1', 'VS.Diagnostics.Debugger.AdapterId': 'cppdbg', 'VS.Diagnostics.Debugger.Launch.Duration': 6329, 'VS.Diagnostics.Debugger.MIMode': 'gdb', 'VS.Diagnostics.Debugger.FrameworkVersion': '6.0.322.12309'}}, 'seq': 2}
  74. 2022-05-17 15:18:02,561 - DEBUG - Message received: {'type': 'response', 'request_seq': 1, 'success': True, 'command': 'launch', 'body': {}, 'seq': 3}
  75. 2022-05-17 15:18:02,569 - DEBUG - Message received: {'type': 'event', 'event': 'initialized', 'body': {}, 'seq': 4}
  76. 2022-05-17 15:18:02,574 - DEBUG - Message received: {'type': 'event', 'event': 'process', 'body': {'startMethod': 'launch', 'name': 'build/src/epsettingsmanager', 'systemProcessId': 646, 'pointerSize': 32}, 'seq': 5}
  77. 2022-05-17 15:18:02,574 - INFO - User Msg: The debuggee was started: build/src/epsettingsmanager
  78. 2022-05-17 15:18:02,579 - DEBUG - Message received: {'type': 'event', 'event': 'thread', 'body': {'reason': 'started', 'threadId': 1}, 'seq': 6}
  79. 2022-05-17 15:18:02,579 - DEBUG - Sending Message: {"command": "threads", "seq": 2, "type": "request"}
  80. 2022-05-17 15:18:02,579 - DEBUG - Message received: {'type': 'event', 'event': 'thread', 'body': {'reason': 'started', 'threadId': 2}, 'seq': 7}
  81. 2022-05-17 15:18:02,579 - DEBUG - Message received: {'type': 'event', 'event': 'thread', 'body': {'reason': 'started', 'threadId': 3}, 'seq': 8}
  82. 2022-05-17 15:18:02,579 - DEBUG - Message received: {'type': 'event', 'event': 'thread', 'body': {'reason': 'started', 'threadId': 4}, 'seq': 9}
  83. 2022-05-17 15:18:02,579 - DEBUG - Message received: {'type': 'event', 'event': 'thread', 'body': {'reason': 'started', 'threadId': 5}, 'seq': 10}
  84. 2022-05-17 15:18:02,595 - DEBUG - Message received: {'type': 'response', 'request_seq': 2, 'success': True, 'command': 'threads', 'body': {'threads': [{'id': 1, 'name': 'epsettingsmanag [1]'}, {'id': 2, 'name': 'epsettingsmanag [2]'}, {'id': 3, 'name': 'epsettingsmanag [3]'}, {'id': 4, 'name': 'epsettingsmanag [4]'}, {'id': 5, 'name': 'epsettingsmanag [5]'}]}, 'seq': 11}
  85. 2022-05-17 15:18:02,595 - DEBUG - Sending Message: {"command": "threads", "seq": 3, "type": "request"}
  86. 2022-05-17 15:18:02,596 - DEBUG - Message received: {'type': 'response', 'request_seq': 3, 'success': True, 'command': 'threads', 'body': {'threads': [{'id': 1, 'name': 'epsettingsmanag [1]'}, {'id': 2, 'name': 'epsettingsmanag [2]'}, {'id': 3, 'name': 'epsettingsmanag [3]'}, {'id': 4, 'name': 'epsettingsmanag [4]'}, {'id': 5, 'name': 'epsettingsmanag [5]'}]}, 'seq': 12}
  87. 2022-05-17 15:18:11,690 - DEBUG - Sending Message: {"command": "setBreakpoints", "arguments": {"source": {"name": "main.cpp", "path": "/home/user/Downloads/epsettingsmanager/src/main.cpp"}, "breakpoints": [{"line": 8}, {"line": 9}], "sourceModified": false}, "seq": 4, "type": "request"}
  88. 2022-05-17 15:18:11,690 - DEBUG - Sending Message: {"command": "setFunctionBreakpoints", "arguments": {"breakpoints": []}, "seq": 5, "type": "request"}
  89. 2022-05-17 15:18:11,691 - DEBUG - Sending Message: {"command": "setExceptionBreakpoints", "arguments": {"filters": []}, "seq": 6, "type": "request"}
  90. 2022-05-17 15:18:11,783 - DEBUG - Message received: {'type': 'response', 'request_seq': 4, 'success': True, 'command': 'setBreakpoints', 'body': {'breakpoints': [{'id': 1, 'verified': True, 'line': 8, 'BoundBreakpoints': []}, {'id': 2, 'verified': True, 'line': 9, 'BoundBreakpoints': []}]}, 'seq': 13}
  91. 2022-05-17 15:18:11,787 - DEBUG - Message received: {'type': 'event', 'event': 'breakpoint', 'body': {'reason': 'changed', 'breakpoint': {'id': 1, 'verified': True, 'line': 8, 'BoundBreakpoints': []}}, 'seq': 14}
  92. 2022-05-17 15:18:11,787 - DEBUG - Message received: {'type': 'event', 'event': 'breakpoint', 'body': {'reason': 'changed', 'breakpoint': {'id': 2, 'verified': True, 'line': 11, 'BoundBreakpoints': []}}, 'seq': 15}
  93. 2022-05-17 15:18:11,794 - DEBUG - Message received: {'type': 'response', 'request_seq': 5, 'success': True, 'command': 'setFunctionBreakpoints', 'body': {'breakpoints': []}, 'seq': 16}
  94. 2022-05-17 15:18:11,806 - DEBUG - Message received: {'type': 'response', 'request_seq': 6, 'success': True, 'command': 'setExceptionBreakpoints', 'body': {}, 'seq': 17}
  95. 2022-05-17 15:18:11,806 - DEBUG - Sending Message: {"command": "configurationDone", "seq": 7, "type": "request"}
  96. 2022-05-17 15:18:11,811 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'stdout', 'output': '=thread-group-added,id="i1"\nGNU gdb (Ubuntu 12.0.90-0ubuntu1) 12.0.90\nCopyright (C) 2022 Free Software Foundation, Inc.\nLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\nType "show copying" and "show warranty" for details.\nThis GDB was configured as "x86_64-linux-gnu".\nType "show configuration" for configuration details.\nFor bug reporting instructions, please see:\n<https://www.gnu.org/software/gdb/bugs/>.\nFind the GDB manual and other documentation resources online at:\n <http://www.gnu.org/software/gdb/documentation/>.\n\nFor help, type "help".\nType "apropos word" to search for commands related to "word".\nWarning: Debuggee TargetArchitecture not detected, assuming x86_64.\n=cmd-param-changed,param="pagination",value="off"\nReading /usr/lib/libboost_program_options.so.1.77.0 from remote target...\nReading /usr/lib/libcustom1.so from remote target...\nReading /lib/libsystemd.so.0 from remote target...\nReading /usr/lib/libPocoFoundation.so.80 from remote target...\nReading /usr/lib/libspdlog.so.1 from remote target...\nReading /usr/lib/libfmt.so.8 from remote target...\nReading /usr/lib/libstdc++.so.6 from remote target...\nReading /lib/libgcc_s.so.1 from remote target...\nReading /lib/libc.so.6 from remote target...\nReading /lib/ld-linux-armhf.so.3 from remote target...\nReading /usr/lib/libavahi-client.so.3 from remote target...\nReading /usr/lib/libpaho-mqttpp3.so.1 from remote target...\nReading /usr/lib/libavahi-common.so.3 from remote target...\nReading /usr/lib/libpaho-mqtt3as.so.1 from remote target...\nReading /usr/lib/libPocoNet.so.80 from remote target...\nReading /usr/lib/libzstd.so.1 from remote target...\nReading /lib/libcap.so.2 from remote target...\nReading /usr/lib/libpcre.so.1 from remote target...\nReading /lib/libz.so.1 from remote target...\nReading /lib/libm.so.6 from remote target...\nReading /usr/lib/libdbus-1.so.3 from remote target...\nReading /usr/lib/libssl.so.1.1 from remote target...\nReading /usr/lib/libcrypto.so.1.1 from remote target...\nReading /usr/lib/debug/.build-id/c4/082e6291241bc790ed37ac65f3e5c2771ab121.debug from remote target...\nReading /usr/lib/.debug/libboost_program_options.so.1.77.0 from remote target...\nReading /usr/lib/debug//usr/lib/libboost_program_options.so.1.77.0 from remote target...\nReading /usr/lib/debug/usr/lib//libboost_program_options.so.1.77.0 from remote target...\nReading target:/usr/lib/debug/usr/lib//libboost_program_options.so.1.77.0 from remote target...\nReading /usr/lib/debug/.build-id/32/42c6f541bef525f3f2ff5767ec024aeae0e370.debug from remote target...\nReading /usr/lib/.debug/libcustom1.so from remote target...\nReading /usr/lib/debug//usr/lib/libcustom1.so from remote target...\nReading /usr/lib/debug/usr/lib//libcustom1.so from remote target...\nReading target:/usr/lib/debug/usr/lib//libcustom1.so from remote target...\nReading /usr/lib/debug/.build-id/c3/462ca9d1a43831e9c04dd8f7a3af62fb53c5f7.debug from remote target...\nReading /lib/libsystemd.so.0.32.0 from remote target...\nReading /lib/.debug/libsystemd.so.0.32.0 from remote target...\nReading /usr/lib/debug//lib/libsystemd.so.0.32.0 from remote target...\nReading /usr/lib/debug/lib//libsystemd.so.0.32.0 from remote target...\nReading target:/usr/lib/debug/lib//libsystemd.so.0.32.0 from remote target...\nReading /usr/lib/debug/.build-id/9c/e61ad1e70a0c1ac3fa403cccdef70968f034fa.debug from remote target...\nReading /usr/lib/.debug/libPocoFoundation.so.80 from remote target...\nReading /usr/lib/debug//usr/lib/libPocoFoundation.so.80 from remote target...\nReading /usr/lib/debug/usr/lib//libPocoFoundation.so.80 from remote target...\nReading target:/usr/lib/debug/usr/lib//libPocoFoundation.so.80 from remote target...\nReading /usr/lib/debug/.build-id/00/9de21e88e53ad40b7bf53ce942164cc3bc606d.debug from remote target...\nReading /usr/lib/libspdlog.so.1.9.2 from remote target...\nReading /usr/lib/.debug/libspdlog.so.1.9.2 from remote target...\nReading /usr/lib/debug//usr/lib/libspdlog.so.1.9.2 from remote target...\nReading /usr/lib/debug/usr/lib//libspdlog.so.1.9.2 from remote target...\nReading target:/usr/lib/debug/usr/lib//libspdlog.so.1.9.2 from remote target...\nReading /usr/lib/debug/.build-id/68/2c0bc3806c449882d3655d65952a8a770b0ed2.debug from remote target...\nReading /usr/lib/libfmt.so.8.0.1 from remote target...\nReading /usr/lib/.debug/libfmt.so.8.0.1 from remote target...\nReading /usr/lib/debug//usr/lib/libfmt.so.8.0.1 from remote target...\nReading /usr/lib/debug/usr/lib//libfmt.so.8.0.1 from remote target...\nReading target:/usr/lib/debug/usr/lib//libfmt.so.8.0.1 from remote target...\nReading /usr/lib/debug/.build-id/0b/83052d1d1fb508662ca5af60ad31d78f8a515a.debug from remote target...\nReading /usr/lib/libstdc++.so.6.0.29 from remote target...\nReading /usr/lib/.debug/libstdc++.so.6.0.29 from remote target...\nReading /usr/lib/debug//usr/lib/libstdc++.so.6.0.29 from remote target...\nReading /usr/lib/debug/usr/lib//libstdc++.so.6.0.29 from remote target...\nReading target:/usr/lib/debug/usr/lib//libstdc++.so.6.0.29 from remote target...\nReading /usr/lib/debug/.build-id/10/1460b9198c03ef368b8a52a328b8ddd1d67352.debug from remote target...\nReading /lib/.debug/libgcc_s.so.1 from remote target...\nReading /usr/lib/debug//lib/libgcc_s.so.1 from remote target...\nReading /usr/lib/debug/lib//libgcc_s.so.1 from remote target...\nReading target:/usr/lib/debug/lib//libgcc_s.so.1 from remote target...\nReading /usr/lib/debug/.build-id/31/5f81b94fbb30384f85c69ba70ab260907cb537.debug from remote target...\nReading /lib/.debug/libc.so.6 from remote target...\nReading /lib/.debug/libc.so.6 from remote target...\nReading /usr/lib/debug/.build-id/33/00cda884915b3a92265f13338d5bb47960f4b2.debug from remote target...\nReading /lib/.debug/ld-linux-armhf.so.3 from remote target...\nReading /lib/.debug/ld-linux-armhf.so.3 from remote target...\nReading /usr/lib/debug/.build-id/c4/2ea32a8aca954d404094bb676e5bbbbad647ef.debug from remote target...\nReading /usr/lib/libavahi-client.so.3.2.9 from remote target...\nReading /usr/lib/.debug/libavahi-client.so.3.2.9 from remote target...\nReading /usr/lib/debug//usr/lib/libavahi-client.so.3.2.9 from remote target...\nReading /usr/lib/debug/usr/lib//libavahi-client.so.3.2.9 from remote target...\nReading target:/usr/lib/debug/usr/lib//libavahi-client.so.3.2.9 from remote target...\nReading /usr/lib/debug/.build-id/2e/61b508b0e38282b72e5b09f6b2c5b2c8dc0f60.debug from remote target...\nReading /usr/lib/libpaho-mqttpp3.so.1.2.0 from remote target...\nReading /usr/lib/.debug/libpaho-mqttpp3.so.1.2.0 from remote target...\nReading /usr/lib/debug//usr/lib/libpaho-mqttpp3.so.1.2.0 from remote target...\nReading /usr/lib/debug/usr/lib//libpaho-mqttpp3.so.1.2.0 from remote target...\nReading target:/usr/lib/debug/usr/lib//libpaho-mqttpp3.so.1.2.0 from remote target...\nReading /usr/lib/debug/.build-id/e6/65471c8b3f02624ff092d2102a3f20b07ffd18.debug from remote target...\nReading /usr/lib/libavahi-common.so.3.5.4 from remote target...\nReading /usr/lib/.debug/libavahi-common.so.3.5.4 from remote target...\nReading /usr/lib/debug//usr/lib/libavahi-common.so.3.5.4 from remote target...\nReading /usr/lib/debug/usr/lib//libavahi-common.so.3.5.4 from remote target...\nReading target:/usr/lib/debug/usr/lib//libavahi-common.so.3.5.4 from remote target...\nReading /usr/lib/debug/.build-id/18/87575837a374e9363017f19a018510e4b4625a.debug from remote target...\nReading /usr/lib/libpaho-mqtt3as.so.1.3.8 from remote target...\nReading /usr/lib/.debug/libpaho-mqtt3as.so.1.3.8 from remote target...\nReading /usr/lib/debug//usr/lib/libpaho-mqtt3as.so.1.3.8 from remote target...\nReading /usr/lib/debug/usr/lib//libpaho-mqtt3as.so.1.3.8 from remote target...\nReading target:/usr/lib/debug/usr/lib//libpaho-mqtt3as.so.1.3.8 from remote target...\nReading /usr/lib/debug/.build-id/be/4b2d3e070de61e28671c8799b693ce11cd81a7.debug from remote target...\nReading /usr/lib/.debug/libPocoNet.so.80 from remote target...\nReading /usr/lib/debug//usr/lib/libPocoNet.so.80 from remote target...\nReading /usr/lib/debug/usr/lib//libPocoNet.so.80 from remote target...\nReading target:/usr/lib/debug/usr/lib//libPocoNet.so.80 from remote target...\nReading /usr/lib/debug/.build-id/98/ab136c9b08c5541cd3ce8906a424d5d32312b6.debug from remote target...\nReading /usr/lib/libzstd.so.1.5.0 from remote target...\nReading /usr/lib/.debug/libzstd.so.1.5.0 from remote target...\nReading /usr/lib/debug//usr/lib/libzstd.so.1.5.0 from remote target...\nReading /usr/lib/debug/usr/lib//libzstd.so.1.5.0 from remote target...\nReading target:/usr/lib/debug/usr/lib//libzstd.so.1.5.0 from remote target...\nReading /usr/lib/debug/.build-id/d1/1d3531f0a0a864ab6fdd1841a66e1ac627f7be.debug from remote target...\nReading /lib/libcap.so.2.51 from remote target...\nReading /lib/.debug/libcap.so.2.51 from remote target...\nReading /usr/lib/debug//lib/libcap.so.2.51 from remote target...\nReading /usr/lib/debug/lib//libcap.so.2.51 from remote target...\nReading target:/usr/lib/debug/lib//libcap.so.2.51 from remote target...\nReading /usr/lib/debug/.build-id/3b/ff25944e86d27a4605e4d4f5ad5dc54020d97a.debug from remote target...\nReading /usr/lib/libpcre.so.1.2.13 from remote target...\nReading /usr/lib/.debug/libpcre.so.1.2.13 from remote target...\nReading /usr/lib/debug//usr/lib/libpcre.so.1.2.13 from remote target...\nReading /usr/lib/debug/usr/lib//libpcre.so.1.2.13 from remote target...\nReading target:/usr/lib/debug/usr/lib//libpcre.so.1.2.13 from remote target...\nReading /usr/lib/debug/.build-id/2a/fde91d200a68613919c84c20a8c6c89d3c8e81.debug from remote target...\nReading /lib/libz.so.1.2.11 from remote target...\nReading /lib/.debug/libz.so.1.2.11 from remote target...\nReading /usr/lib/debug//lib/libz.so.1.2.11 from remote target...\nReading /usr/lib/debug/lib//libz.so.1.2.11 from remote target...\nReading target:/usr/lib/debug/lib//libz.so.1.2.11 from remote target...\nReading /usr/lib/debug/.build-id/53/b0da02e3ee770def77bb2d0d45815944ed09be.debug from remote target...\nReading /lib/.debug/libm.so.6 from remote target...\nReading /lib/.debug/libm.so.6 from remote target...\nReading /usr/lib/debug/.build-id/c0/1079eefd657b35323041706d4398f62809a5d3.debug from remote target...\nReading /usr/lib/libdbus-1.so.3.19.13 from remote target...\nReading /usr/lib/.debug/libdbus-1.so.3.19.13 from remote target...\nReading /usr/lib/debug//usr/lib/libdbus-1.so.3.19.13 from remote target...\nReading /usr/lib/debug/usr/lib//libdbus-1.so.3.19.13 from remote target...\nReading target:/usr/lib/debug/usr/lib//libdbus-1.so.3.19.13 from remote target...\nReading /usr/lib/debug/.build-id/9b/8b685e9741545c126ee6b8e42a59eb24e7a60d.debug from remote target...\nReading /usr/lib/.debug/libssl.so.1.1 from remote target...\nReading /usr/lib/debug//usr/lib/libssl.so.1.1 from remote target...\nReading /usr/lib/debug/usr/lib//libssl.so.1.1 from remote target...\nReading target:/usr/lib/debug/usr/lib//libssl.so.1.1 from remote target...\nReading /usr/lib/debug/.build-id/83/a676f581fc606d55c1bc0324ed1d6cae72821f.debug from remote target...\nReading /usr/lib/.debug/libcrypto.so.1.1 from remote target...\nReading /usr/lib/debug//usr/lib/libcrypto.so.1.1 from remote target...\nReading /usr/lib/debug/usr/lib//libcrypto.so.1.1 from remote target...\nReading target:/usr/lib/debug/usr/lib//libcrypto.so.1.1 from remote target...\nReading /lib/ld-linux-armhf.so.3 from remote target...\nReading /usr/lib/debug/.build-id/22/1a9dcbb59b6e7de5ac0116f981db5b5f210219.debug from remote target...\n__libc_do_syscall () at ../sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:46\n'}, 'seq': 19}
  97. 2022-05-17 15:18:11,811 - DEBUG - Message received: {'type': 'response', 'request_seq': 7, 'success': True, 'command': 'configurationDone', 'body': {}, 'seq': 18}
  98. 2022-05-17 15:18:11,811 - DEBUG - Sending Message: {"command": "threads", "seq": 8, "type": "request"}
  99. 2022-05-17 15:18:11,826 - DEBUG - Message received: {'type': 'response', 'request_seq': 8, 'success': True, 'command': 'threads', 'body': {'threads': [{'id': 1, 'name': 'epsettingsmanag [1]'}, {'id': 2, 'name': 'epsettingsmanag [2]'}, {'id': 3, 'name': 'epsettingsmanag [3]'}, {'id': 4, 'name': 'epsettingsmanag [4]'}, {'id': 5, 'name': 'epsettingsmanag [5]'}]}, 'seq': 20}
  100. 2022-05-17 15:18:11,835 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'console', 'output': "Loaded 'target:/usr/lib/libboost_program_options.so.1.77.0'. Symbols loaded.\n"}, 'seq': 21}
  101. 2022-05-17 15:18:11,850 - DEBUG - Message received: {'type': 'event', 'event': 'module', 'body': {'reason': 'new', 'module': {'id': 1, 'name': 'libboost_program_options.so.1.77.0', 'path': 'target:/usr/lib/libboost_program_options.so.1.77.0', 'symbolFilePath': 'target:/usr/lib/libboost_program_options.so.1.77.0', 'vsLoadAddress': '1995254888', 'vsPreferredLoadAddress': '1995254888', 'vsModuleSize': 190640, 'vsLoadOrder': 0, 'vsIs64Bit': False}}, 'seq': 22}
  102. 2022-05-17 15:18:11,865 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'console', 'output': "Loaded 'target:/usr/lib/libcustom1.so'. Symbols loaded.\n"}, 'seq': 23}
  103. 2022-05-17 15:18:11,865 - DEBUG - Message received: {'type': 'event', 'event': 'module', 'body': {'reason': 'new', 'module': {'id': 2, 'name': 'libcustom1.so', 'path': 'target:/usr/lib/libcustom1.so', 'symbolFilePath': 'target:/usr/lib/libcustom1.so', 'vsLoadAddress': '1994793720', 'vsPreferredLoadAddress': '1994793720', 'vsModuleSize': 275664, 'vsLoadOrder': 1, 'vsIs64Bit': False}}, 'seq': 24}
  104. 2022-05-17 15:18:11,865 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'console', 'output': "Loaded 'target:/lib/libsystemd.so.0'. Symbols loaded.\n"}, 'seq': 25}
  105. 2022-05-17 15:18:11,865 - DEBUG - Message received: {'type': 'event', 'event': 'module', 'body': {'reason': 'new', 'module': {'id': 3, 'name': 'libsystemd.so.0', 'path': 'target:/lib/libsystemd.so.0', 'symbolFilePath': 'target:/lib/libsystemd.so.0', 'vsLoadAddress': '1994086608', 'vsPreferredLoadAddress': '1994086608', 'vsModuleSize': 404720, 'vsLoadOrder': 2, 'vsIs64Bit': False}}, 'seq': 26}
  106. 2022-05-17 15:18:11,865 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'console', 'output': "Loaded 'target:/usr/lib/libPocoFoundation.so.80'. Symbols loaded.\n"}, 'seq': 27}
  107. 2022-05-17 15:18:11,866 - DEBUG - Message received: {'type': 'event', 'event': 'module', 'body': {'reason': 'new', 'module': {'id': 4, 'name': 'libPocoFoundation.so.80', 'path': 'target:/usr/lib/libPocoFoundation.so.80', 'symbolFilePath': 'target:/usr/lib/libPocoFoundation.so.80', 'vsLoadAddress': '1993181144', 'vsPreferredLoadAddress': '1993181144', 'vsModuleSize': 555396, 'vsLoadOrder': 3, 'vsIs64Bit': False}}, 'seq': 28}
  108. 2022-05-17 15:18:11,866 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'console', 'output': "Loaded 'target:/usr/lib/libspdlog.so.1'. Symbols loaded.\n"}, 'seq': 29}
  109. 2022-05-17 15:18:11,866 - DEBUG - Message received: {'type': 'event', 'event': 'module', 'body': {'reason': 'new', 'module': {'id': 5, 'name': 'libspdlog.so.1', 'path': 'target:/usr/lib/libspdlog.so.1', 'symbolFilePath': 'target:/usr/lib/libspdlog.so.1', 'vsLoadAddress': '1992496392', 'vsPreferredLoadAddress': '1992496392', 'vsModuleSize': 140996, 'vsLoadOrder': 4, 'vsIs64Bit': False}}, 'seq': 30}
  110. 2022-05-17 15:18:11,866 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'console', 'output': "Loaded 'target:/usr/lib/libfmt.so.8'. Symbols loaded.\n"}, 'seq': 31}
  111. 2022-05-17 15:18:11,866 - DEBUG - Message received: {'type': 'event', 'event': 'module', 'body': {'reason': 'new', 'module': {'id': 6, 'name': 'libfmt.so.8', 'path': 'target:/usr/lib/libfmt.so.8', 'symbolFilePath': 'target:/usr/lib/libfmt.so.8', 'vsLoadAddress': '1992244352', 'vsPreferredLoadAddress': '1992244352', 'vsModuleSize': 60244, 'vsLoadOrder': 5, 'vsIs64Bit': False}}, 'seq': 32}
  112. 2022-05-17 15:18:11,866 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'console', 'output': "Loaded 'target:/usr/lib/libstdc++.so.6'. Symbols loaded.\n"}, 'seq': 33}
  113. 2022-05-17 15:18:11,867 - DEBUG - Message received: {'type': 'event', 'event': 'module', 'body': {'reason': 'new', 'module': {'id': 7, 'name': 'libstdc++.so.6', 'path': 'target:/usr/lib/libstdc++.so.6', 'symbolFilePath': 'target:/usr/lib/libstdc++.so.6', 'vsLoadAddress': '1991277184', 'vsPreferredLoadAddress': '1991277184', 'vsModuleSize': 637076, 'vsLoadOrder': 6, 'vsIs64Bit': False}}, 'seq': 34}
  114. 2022-05-17 15:18:11,867 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'console', 'output': "Loaded 'target:/lib/libgcc_s.so.1'. Symbols loaded.\n"}, 'seq': 35}
  115. 2022-05-17 15:18:11,867 - DEBUG - Message received: {'type': 'event', 'event': 'module', 'body': {'reason': 'new', 'module': {'id': 8, 'name': 'libgcc_s.so.1', 'path': 'target:/lib/libgcc_s.so.1', 'symbolFilePath': 'target:/lib/libgcc_s.so.1', 'vsLoadAddress': '1990656344', 'vsPreferredLoadAddress': '1990656344', 'vsModuleSize': 42104, 'vsLoadOrder': 7, 'vsIs64Bit': False}}, 'seq': 36}
  116. 2022-05-17 15:18:11,867 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'console', 'output': "Loaded 'target:/lib/libc.so.6'. Symbols loaded.\n"}, 'seq': 37}
  117. 2022-05-17 15:18:11,867 - DEBUG - Message received: {'type': 'event', 'event': 'module', 'body': {'reason': 'new', 'module': {'id': 9, 'name': 'libc.so.6', 'path': 'target:/lib/libc.so.6', 'symbolFilePath': 'target:/lib/libc.so.6', 'vsLoadAddress': '1989587840', 'vsPreferredLoadAddress': '1989587840', 'vsModuleSize': 771916, 'vsLoadOrder': 8, 'vsIs64Bit': False}}, 'seq': 38}
  118. 2022-05-17 15:18:11,868 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'console', 'output': "Loaded 'target:/lib/ld-linux-armhf.so.3'. Symbols loaded.\n"}, 'seq': 39}
  119. 2022-05-17 15:18:11,868 - DEBUG - Message received: {'type': 'event', 'event': 'module', 'body': {'reason': 'new', 'module': {'id': 10, 'name': 'ld-linux-armhf.so.3', 'path': 'target:/lib/ld-linux-armhf.so.3', 'symbolFilePath': 'target:/lib/ld-linux-armhf.so.3', 'vsLoadAddress': '1995549248', 'vsPreferredLoadAddress': '1995549248', 'vsModuleSize': 91032, 'vsLoadOrder': 9, 'vsIs64Bit': False}}, 'seq': 40}
  120. 2022-05-17 15:18:11,868 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'console', 'output': "Loaded 'target:/usr/lib/libavahi-client.so.3'. Symbols loaded.\n"}, 'seq': 41}
  121. 2022-05-17 15:18:11,868 - DEBUG - Message received: {'type': 'event', 'event': 'module', 'body': {'reason': 'new', 'module': {'id': 11, 'name': 'libavahi-client.so.3', 'path': 'target:/usr/lib/libavahi-client.so.3', 'symbolFilePath': 'target:/usr/lib/libavahi-client.so.3', 'vsLoadAddress': '1989347344', 'vsPreferredLoadAddress': '1989347344', 'vsModuleSize': 25004, 'vsLoadOrder': 10, 'vsIs64Bit': False}}, 'seq': 42}
  122. 2022-05-17 15:18:11,868 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'console', 'output': "Loaded 'target:/usr/lib/libpaho-mqttpp3.so.1'. Symbols loaded.\n"}, 'seq': 43}
  123. 2022-05-17 15:18:11,868 - DEBUG - Message received: {'type': 'event', 'event': 'module', 'body': {'reason': 'new', 'module': {'id': 12, 'name': 'libpaho-mqttpp3.so.1', 'path': 'target:/usr/lib/libpaho-mqttpp3.so.1', 'symbolFilePath': 'target:/usr/lib/libpaho-mqttpp3.so.1', 'vsLoadAddress': '1989140216', 'vsPreferredLoadAddress': '1989140216', 'vsModuleSize': 104420, 'vsLoadOrder': 11, 'vsIs64Bit': False}}, 'seq': 44}
  124. 2022-05-17 15:18:11,869 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'console', 'output': "Loaded 'target:/usr/lib/libavahi-common.so.3'. Symbols loaded.\n"}, 'seq': 45}
  125. 2022-05-17 15:18:11,869 - DEBUG - Message received: {'type': 'event', 'event': 'module', 'body': {'reason': 'new', 'module': {'id': 13, 'name': 'libavahi-common.so.3', 'path': 'target:/usr/lib/libavahi-common.so.3', 'symbolFilePath': 'target:/usr/lib/libavahi-common.so.3', 'vsLoadAddress': '1988986168', 'vsPreferredLoadAddress': '1988986168', 'vsModuleSize': 15532, 'vsLoadOrder': 12, 'vsIs64Bit': False}}, 'seq': 46}
  126. 2022-05-17 15:18:11,869 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'console', 'output': "Loaded 'target:/usr/lib/libpaho-mqtt3as.so.1'. Symbols loaded.\n"}, 'seq': 47}
  127. 2022-05-17 15:18:11,869 - DEBUG - Message received: {'type': 'event', 'event': 'module', 'body': {'reason': 'new', 'module': {'id': 14, 'name': 'libpaho-mqtt3as.so.1', 'path': 'target:/usr/lib/libpaho-mqtt3as.so.1', 'symbolFilePath': 'target:/usr/lib/libpaho-mqtt3as.so.1', 'vsLoadAddress': '1988282232', 'vsPreferredLoadAddress': '1988282232', 'vsModuleSize': 89060, 'vsLoadOrder': 13, 'vsIs64Bit': False}}, 'seq': 48}
  128. 2022-05-17 15:18:11,869 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'console', 'output': "Loaded 'target:/usr/lib/libPocoNet.so.80'. Symbols loaded.\n"}, 'seq': 49}
  129. 2022-05-17 15:18:11,869 - DEBUG - Message received: {'type': 'event', 'event': 'module', 'body': {'reason': 'new', 'module': {'id': 15, 'name': 'libPocoNet.so.80', 'path': 'target:/usr/lib/libPocoNet.so.80', 'symbolFilePath': 'target:/usr/lib/libPocoNet.so.80', 'vsLoadAddress': '1987679736', 'vsPreferredLoadAddress': '1987679736', 'vsModuleSize': 405832, 'vsLoadOrder': 14, 'vsIs64Bit': False}}, 'seq': 50}
  130. 2022-05-17 15:18:11,869 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'console', 'output': "Loaded 'target:/usr/lib/libzstd.so.1'. Symbols loaded.\n"}, 'seq': 51}
  131. 2022-05-17 15:18:11,870 - DEBUG - Message received: {'type': 'event', 'event': 'module', 'body': {'reason': 'new', 'module': {'id': 16, 'name': 'libzstd.so.1', 'path': 'target:/usr/lib/libzstd.so.1', 'symbolFilePath': 'target:/usr/lib/libzstd.so.1', 'vsLoadAddress': '1986480080', 'vsPreferredLoadAddress': '1986480080', 'vsModuleSize': 732488, 'vsLoadOrder': 15, 'vsIs64Bit': False}}, 'seq': 52}
  132. 2022-05-17 15:18:11,870 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'console', 'output': "Loaded 'target:/lib/libcap.so.2'. Symbols loaded.\n"}, 'seq': 53}
  133. 2022-05-17 15:18:11,870 - DEBUG - Message received: {'type': 'event', 'event': 'module', 'body': {'reason': 'new', 'module': {'id': 17, 'name': 'libcap.so.2', 'path': 'target:/lib/libcap.so.2', 'symbolFilePath': 'target:/lib/libcap.so.2', 'vsLoadAddress': '1986382324', 'vsPreferredLoadAddress': '1986382324', 'vsModuleSize': 9812, 'vsLoadOrder': 16, 'vsIs64Bit': False}}, 'seq': 54}
  134. 2022-05-17 15:18:11,870 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'console', 'output': "Loaded 'target:/usr/lib/libpcre.so.1'. Symbols loaded.\n"}, 'seq': 55}
  135. 2022-05-17 15:18:11,870 - DEBUG - Message received: {'type': 'event', 'event': 'module', 'body': {'reason': 'new', 'module': {'id': 18, 'name': 'libpcre.so.1', 'path': 'target:/usr/lib/libpcre.so.1', 'symbolFilePath': 'target:/usr/lib/libpcre.so.1', 'vsLoadAddress': '1985986332', 'vsPreferredLoadAddress': '1985986332', 'vsModuleSize': 231660, 'vsLoadOrder': 17, 'vsIs64Bit': False}}, 'seq': 56}
  136. 2022-05-17 15:18:11,870 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'console', 'output': "Loaded 'target:/lib/libz.so.1'. Symbols loaded.\n"}, 'seq': 57}
  137. 2022-05-17 15:18:11,871 - DEBUG - Message received: {'type': 'event', 'event': 'module', 'body': {'reason': 'new', 'module': {'id': 19, 'name': 'libz.so.1', 'path': 'target:/lib/libz.so.1', 'symbolFilePath': 'target:/lib/libz.so.1', 'vsLoadAddress': '1985858504', 'vsPreferredLoadAddress': '1985858504', 'vsModuleSize': 35872, 'vsLoadOrder': 18, 'vsIs64Bit': False}}, 'seq': 58}
  138. 2022-05-17 15:18:11,871 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'console', 'output': "Loaded 'target:/lib/libm.so.6'. Symbols loaded.\n"}, 'seq': 59}
  139. 2022-05-17 15:18:11,871 - DEBUG - Message received: {'type': 'event', 'event': 'module', 'body': {'reason': 'new', 'module': {'id': 20, 'name': 'libm.so.6', 'path': 'target:/lib/libm.so.6', 'symbolFilePath': 'target:/lib/libm.so.6', 'vsLoadAddress': '1985565032', 'vsPreferredLoadAddress': '1985565032', 'vsModuleSize': 130320, 'vsLoadOrder': 19, 'vsIs64Bit': False}}, 'seq': 60}
  140. 2022-05-17 15:18:11,871 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'console', 'output': "Loaded 'target:/usr/lib/libdbus-1.so.3'. Symbols loaded.\n"}, 'seq': 61}
  141. 2022-05-17 15:18:11,871 - DEBUG - Message received: {'type': 'event', 'event': 'module', 'body': {'reason': 'new', 'module': {'id': 21, 'name': 'libdbus-1.so.3', 'path': 'target:/usr/lib/libdbus-1.so.3', 'symbolFilePath': 'target:/usr/lib/libdbus-1.so.3', 'vsLoadAddress': '1985298376', 'vsPreferredLoadAddress': '1985298376', 'vsModuleSize': 127532, 'vsLoadOrder': 20, 'vsIs64Bit': False}}, 'seq': 62}
  142. 2022-05-17 15:18:11,871 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'console', 'output': "Loaded 'target:/usr/lib/libssl.so.1.1'. Symbols loaded.\n"}, 'seq': 63}
  143. 2022-05-17 15:18:11,872 - DEBUG - Message received: {'type': 'event', 'event': 'module', 'body': {'reason': 'new', 'module': {'id': 22, 'name': 'libssl.so.1.1', 'path': 'target:/usr/lib/libssl.so.1.1', 'symbolFilePath': 'target:/usr/lib/libssl.so.1.1', 'vsLoadAddress': '1984914512', 'vsPreferredLoadAddress': '1984914512', 'vsModuleSize': 202716, 'vsLoadOrder': 21, 'vsIs64Bit': False}}, 'seq': 64}
  144. 2022-05-17 15:18:11,872 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'console', 'output': "Loaded 'target:/usr/lib/libcrypto.so.1.1'. Symbols loaded.\n"}, 'seq': 65}
  145. 2022-05-17 15:18:11,872 - DEBUG - Message received: {'type': 'event', 'event': 'module', 'body': {'reason': 'new', 'module': {'id': 23, 'name': 'libcrypto.so.1.1', 'path': 'target:/usr/lib/libcrypto.so.1.1', 'symbolFilePath': 'target:/usr/lib/libcrypto.so.1.1', 'vsLoadAddress': '1983438848', 'vsPreferredLoadAddress': '1983438848', 'vsModuleSize': 957152, 'vsLoadOrder': 22, 'vsIs64Bit': False}}, 'seq': 66}
  146. 2022-05-17 15:18:12,177 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'stderr', 'output': 'ERROR: Command aborted. See the output window for additional details.\n'}, 'seq': 67}
  147. 2022-05-17 15:18:12,216 - DEBUG - Message received: {'type': 'event', 'event': 'output', 'body': {'category': 'console', 'output': 'Execute debugger commands using "-exec <command>", for example "-exec info registers" will list registers in use (when GDB is the debugger)\n'}, 'seq': 68}
  148. 2022-05-17 15:18:12,249 - DEBUG - Message received: {'type': 'event', 'event': 'stopped', 'body': {'reason': 'exception', 'threadId': 1, 'text': 'Debugger was unable to continue the process.', 'allThreadsStopped': True, 'source': {'name': 'libc-do-syscall.S', 'path': '/usr/src/debug/glibc/2.34-r0/git/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S', 'sources': [], 'checksums': []}, 'line': 46, 'column': 1}, 'seq': 69}
  149. 2022-05-17 15:18:12,249 - WARNING - User Msg: Paused in thread 1 due to exception: Debugger was unable to continue the process.
  150. 2022-05-17 15:18:12,250 - DEBUG - Sending Message: {"command": "threads", "seq": 9, "type": "request"}
  151. 2022-05-17 15:18:12,264 - DEBUG - Message received: {'type': 'response', 'request_seq': 9, 'success': True, 'command': 'threads', 'body': {'threads': [{'id': 1, 'name': 'epsettingsmanag [1]'}, {'id': 2, 'name': 'epsettingsmanag [2]'}, {'id': 3, 'name': 'epsettingsmanag [3]'}, {'id': 4, 'name': 'epsettingsmanag [4]'}, {'id': 5, 'name': 'epsettingsmanag [5]'}]}, 'seq': 70}
  152. 2022-05-17 15:18:12,264 - DEBUG - Sending Message: {"command": "stackTrace", "arguments": {"threadId": 1}, "seq": 10, "type": "request"}
  153. 2022-05-17 15:18:12,323 - DEBUG - Message received: {'type': 'response', 'request_seq': 10, 'success': True, 'command': 'stackTrace', 'body': {'stackFrames': [{'id': 1000, 'name': 'libc.so.6!__libc_do_syscall()', 'source': {'presentationHint': 'deemphasize', 'name': 'libc-do-syscall.S', 'path': '/usr/src/debug/glibc/2.34-r0/git/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S', 'sources': [], 'checksums': []}, 'line': 46, 'column': 1, 'instructionPointerReference': '0x7696b994', 'moduleId': 9}, {'id': 1001, 'name': 'libc.so.6!__futex_abstimed_wait_common32(int private, _Bool cancel, const struct __timespec64 * abstime, int op, unsigned int expected, unsigned int * futex_word)', 'source': {'presentationHint': 'deemphasize', 'name': 'futex-internal.c', 'path': '/usr/src/debug/glibc/2.34-r0/git/nptl/futex-internal.c', 'sources': [], 'checksums': []}, 'line': 40, 'column': 1, 'instructionPointerReference': '0x769a452a', 'moduleId': 9}, {'id': 1002, 'name': 'libc.so.6!__futex_abstimed_wait_common(unsigned int * futex_word, unsigned int expected, clockid_t clockid, const struct __timespec64 * abstime, int private, _Bool cancel)', 'source': {'presentationHint': 'deemphasize', 'name': 'futex-internal.c', 'path': '/usr/src/debug/glibc/2.34-r0/git/nptl/futex-internal.c', 'sources': [], 'checksums': []}, 'line': 99, 'column': 1, 'instructionPointerReference': '0x769a452a', 'moduleId': 9}, {'id': 1003, 'name': 'libc.so.6!__GI___futex_abstimed_wait_cancelable64(unsigned int * futex_word, unsigned int expected, clockid_t clockid, const struct __timespec64 * abstime, int private)', 'source': {'presentationHint': 'deemphasize', 'name': 'futex-internal.c', 'path': '/usr/src/debug/glibc/2.34-r0/git/nptl/futex-internal.c', 'sources': [], 'checksums': []}, 'line': 139, 'column': 1, 'instructionPointerReference': '0x769a45e8', 'moduleId': 9}, {'id': 1004, 'name': 'libc.so.6!__pthread_cond_wait_common(pthread_mutex_t * mutex, pthread_cond_t * cond)', 'source': {'presentationHint': 'deemphasize', 'name': 'pthread_cond_wait.c', 'path': '/usr/src/debug/glibc/2.34-r0/git/nptl/pthread_cond_wait.c', 'sources': [], 'checksums': []}, 'line': 504, 'column': 1, 'instructionPointerReference': '0x769a6758', 'moduleId': 9}, {'id': 1005, 'name': 'libc.so.6!___pthread_cond_wait(pthread_cond_t * cond, pthread_mutex_t * mutex)', 'source': {'presentationHint': 'deemphasize', 'name': 'pthread_cond_wait.c', 'path': '/usr/src/debug/glibc/2.34-r0/git/nptl/pthread_cond_wait.c', 'sources': [], 'checksums': []}, 'line': 619, 'column': 1, 'instructionPointerReference': '0x769a6758', 'moduleId': 9}, {'id': 1006, 'name': 'libstdc++.so.6!std::condition_variable::wait(std::unique_lock<std::mutex>&)', 'line': 0, 'column': 0, 'instructionPointerReference': '0x76b236cc', 'moduleId': 7}, {'id': 1007, 'name': '[Unknown/Just-In-Time compiled code]', 'line': 0, 'column': 0, 'instructionPointerReference': '0x004c8da4'}], 'totalFrames': 8}, 'seq': 71}
  154. 2022-05-17 15:18:12,415 - ERROR - Unable to jump to 46:1 in /usr/src/debug/glibc/2.34-r0/git/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S, maybe the file doesn't exist
  155. Traceback (most recent call last):
  156. File "/home/user/.vim/plugged/vimspector/python3/vimspector/code.py", line 156, in SetCurrentFrame
  157. utils.SetCursorPosInWindow( self._window,
  158. File "/home/user/.vim/plugged/vimspector/python3/vimspector/utils.py", line 883, in SetCursorPosInWindow
  159. window.cursor = ( line, column - 1 )
  160. vim.error: Cursor Position außerhalb des Buffers
  161. 2022-05-17 15:18:12,458 - ERROR - Unable to jump to 40:1 in /usr/src/debug/glibc/2.34-r0/git/nptl/futex-internal.c, maybe the file doesn't exist
  162. Traceback (most recent call last):
  163. File "/home/user/.vim/plugged/vimspector/python3/vimspector/code.py", line 156, in SetCurrentFrame
  164. utils.SetCursorPosInWindow( self._window,
  165. File "/home/user/.vim/plugged/vimspector/python3/vimspector/utils.py", line 883, in SetCursorPosInWindow
  166. window.cursor = ( line, column - 1 )
  167. vim.error: Cursor Position außerhalb des Buffers
  168. 2022-05-17 15:18:12,459 - ERROR - Unable to jump to 99:1 in /usr/src/debug/glibc/2.34-r0/git/nptl/futex-internal.c, maybe the file doesn't exist
  169. Traceback (most recent call last):
  170. File "/home/user/.vim/plugged/vimspector/python3/vimspector/code.py", line 156, in SetCurrentFrame
  171. utils.SetCursorPosInWindow( self._window,
  172. File "/home/user/.vim/plugged/vimspector/python3/vimspector/utils.py", line 883, in SetCursorPosInWindow
  173. window.cursor = ( line, column - 1 )
  174. vim.error: Cursor Position außerhalb des Buffers
  175. 2022-05-17 15:18:12,459 - ERROR - Unable to jump to 139:1 in /usr/src/debug/glibc/2.34-r0/git/nptl/futex-internal.c, maybe the file doesn't exist
  176. Traceback (most recent call last):
  177. File "/home/user/.vim/plugged/vimspector/python3/vimspector/code.py", line 156, in SetCurrentFrame
  178. utils.SetCursorPosInWindow( self._window,
  179. File "/home/user/.vim/plugged/vimspector/python3/vimspector/utils.py", line 883, in SetCursorPosInWindow
  180. window.cursor = ( line, column - 1 )
  181. vim.error: Cursor Position außerhalb des Buffers
  182. 2022-05-17 15:18:12,531 - ERROR - Unable to jump to 504:1 in /usr/src/debug/glibc/2.34-r0/git/nptl/pthread_cond_wait.c, maybe the file doesn't exist
  183. Traceback (most recent call last):
  184. File "/home/user/.vim/plugged/vimspector/python3/vimspector/code.py", line 156, in SetCurrentFrame
  185. utils.SetCursorPosInWindow( self._window,
  186. File "/home/user/.vim/plugged/vimspector/python3/vimspector/utils.py", line 883, in SetCursorPosInWindow
  187. window.cursor = ( line, column - 1 )
  188. vim.error: Cursor Position außerhalb des Buffers
  189. 2022-05-17 15:18:12,532 - ERROR - Unable to jump to 619:1 in /usr/src/debug/glibc/2.34-r0/git/nptl/pthread_cond_wait.c, maybe the file doesn't exist
  190. Traceback (most recent call last):
  191. File "/home/user/.vim/plugged/vimspector/python3/vimspector/code.py", line 156, in SetCurrentFrame
  192. utils.SetCursorPosInWindow( self._window,
  193. File "/home/user/.vim/plugged/vimspector/python3/vimspector/utils.py", line 883, in SetCursorPosInWindow
  194. window.cursor = ( line, column - 1 )
  195. vim.error: Cursor Position außerhalb des Buffers
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement