microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.
Other
5.45k stars 1.53k forks source link

Assembly view displays error after setting program offset #12587

Closed dingzhouL closed 2 days ago

dingzhouL commented 4 weeks ago

Environment

Bug Summary and Steps to Reproduce

Bug Summary:

  1. Cross-compile target machine applications on windows;
  2. Generate launch.json and add the offset address ;
  3. Start remote machine gdbserver;
  4. start vscode debug;
  5. Open the vscode disassembly view;
  6. Opening vscode disassembly view found an error, but entering commands in the debug console displays normally. debug

Debugger Configurations

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "test_demo",
            "type": "cppdbg",
            "request": "launch",
            "program": "${workspaceRoot}/bin/vm.elf",
            "args": [],
            "stopAtEntry": true,
            "cwd": "${workspaceRoot}",
            "miDebuggerPath": "c:/Users/junximo/arm64/bin/aarch64-intewell-elf-gdb.exe",
            "environment": [],
            "externalConsole": true,
            "MIMode": "gdb",
            "miDebuggerServerAddress": "udp:172.17.12.178:4321",
            "useExtendedRemote": false,
            "setupCommands": [
                {
                    "description": "Enable pretty-printing for gdb",
                    "text": "-enable-pretty-printing",
                    "ignoreFailures": true
                },
                {
                    "description": "Set Disassembly Flavor to Intel",
                    "text": "-gdb-set disassembly-flavor intel",
                    "ignoreFailures": true
                },
                {
                    "description": "Load symbol file",
                    "text": "add-symbol-file c:/Users/junximo/Desktop/test_workspce/topstar/test_demo/build/test_demo.elf -o 0XFFFFFFF403959000",
                    "ignoreFailures": true
                }
            ],
            "sourceFileMap": {
                "/cygdrive/c/": "c:/"
            },
            "logging": {
                "engineLogging": true,
                "trace": true,
                "traceResponse": true
            }
        }
    ]
}

Debugger Logs

-exec load c:\Users\junximo\Desktop\test_workspce\topstar\test_demo\build/test_demo.elf 0XFFFFFFF403959000
--> E (output): {"type":"event","event":"output","body":{"category":"console","output":"1: (7134) ->~\"Ignoring packet error, continuing...\\n\"\r\n"},"seq":581}
1: (7134) ->~"Ignoring packet error, continuing...\n"
--> E (output): {"type":"event","event":"output","body":{"category":"stdout","output":"Ignoring packet error, continuing...\n"},"seq":583}
Ignoring packet error, continuing...
--> E (output): {"type":"event","event":"output","body":{"category":"console","output":"1: (7134) ->1030^error,msg=\"Reply contains invalid hex digit 32\"\r\n"},"seq":584}
1: (7134) ->1030^error,msg="Reply contains invalid hex digit 32"
--> E (output): {"type":"event","event":"output","body":{"category":"console","output":"1: (7135) ->(gdb)\r\n"},"seq":587}
1: (7135) ->(gdb)
--> E (output): {"type":"event","event":"output","body":{"category":"console","output":"1: (7135) 1030: elapsed time 6041\r\n"},"seq":589}
1: (7135) 1030: elapsed time 6041
--> E (output): {"type":"event","event":"output","body":{"category":"console","output":"1: (7135) ->&\"\\n\"\r\n"},"seq":591}
1: (7135) ->&"\n"
--> E (output): {"type":"event","event":"output","body":{"category":"console","output":"1: (7135) ->^done\r\n"},"seq":593}
1: (7135) ->^done
--> E (output): {"type":"event","event":"output","body":{"category":"console","output":"1: (7135) ->(gdb)\r\n"},"seq":595}
1: (7135) ->(gdb)
--> R (disassemble-13): {"type":"response","request_seq":13,"success":true,"command":"disassemble","body":{"instructions":[{"address":"0xfffffff4039590c8","instruction":"??","symbol":""},{"address":"0xfffffff4039590c9","instruction":"??","symbol":""},{"address":"0xfffffff4039590ca","instruction":"??","symbol":""},{"address":"0xfffffff4039590cb","instruction":"??","symbol":""},{"address":"0xfffffff4039590cc","instruction":"??","symbol":""},{"address":"0xfffffff4039590cd","instruction":"??","symbol":""},{"address":"0xfffffff4039590ce","instruction":"??","symbol":""},{"address":"0xfffffff4039590cf","instruction":"??","symbol":""},{"address":"0xfffffff4039590d0","instruction":"??","symbol":""},{"address":"0xfffffff4039590d1","instruction":"??","symbol":""},{"address":"0xfffffff4039590d2","instruction":"??","symbol":""},{"address":"0xfffffff4039590d3","instruction":"??","symbol":""},{"address":"0xfffffff4039590d4","instruction":"??","symbol":""},{"address":"0xfffffff4039590d5","instruction":"??","symbol":""},{"address":"0xfffffff4039590d6","instruction":"??","symbol":""},{"address":"0xfffffff4039590d7","instruction":"??","symbol":""},{"address":"0xfffffff4039590d8","instruction":"??","symbol":""},{"address":"0xfffffff4039590d9","instruction":"??","symbol":""},{"address":"0xfffffff4039590da","instruction":"??","symbol":""},{"address":"0xfffffff4039590db","instruction":"??","symbol":""},{"address":"0xfffffff4039590dc","instruction":"??","symbol":""},{"address":"0xfffffff4039590dd","instruction":"??","symbol":""},{"address":"0xfffffff4039590de","instruction":"??","symbol":""},{"address":"0xfffffff4039590df","instruction":"??","symbol":""},{"address":"0xfffffff4039590e0","instruction":"??","symbol":""},{"address":"0xfffffff4039590e1","instruction":"??","symbol":""},{"address":"0xfffffff4039590e2","instruction":"??","symbol":""},{"address":"0xfffffff4039590e3","instruction":"??","symbol":""},{"address":"0xfffffff4039590e4","instruction":"??","symbol":""},{"address":"0xfffffff4039590e5","instruction":"??","symbol":""},{"address":"0xfffffff4039590e6","instruction":"??","symbol":""},{"address":"0xfffffff4039590e7","instruction":"??","symbol":""},{"address":"0xfffffff4039590e8","instruction":"??","symbol":""},{"address":"0xfffffff4039590e9","instruction":"??","symbol":""},{"address":"0xfffffff4039590ea","instruction":"??","symbol":""},{"address":"0xfffffff4039590eb","instruction":"??","symbol":""},{"address":"0xfffffff4039590ec","instruction":"??","symbol":""},{"address":"0xfffffff4039590ed","instruction":"??","symbol":""},{"address":"0xfffffff4039590ee","instruction":"??","symbol":""},{"address":"0xfffffff4039590ef","instruction":"??","symbol":""},{"address":"0xfffffff4039590f0","instruction":"??","symbol":""},{"address":"0xfffffff4039590f1","instruction":"??","symbol":""},{"address":"0xfffffff4039590f2","instruction":"??","symbol":""},{"address":"0xfffffff4039590f3","instruction":"??","symbol":""},{"address":"0xfffffff4039590f4","instruction":"??","symbol":""},{"address":"0xfffffff4039590f5","instruction":"??","symbol":""},{"address":"0xfffffff4039590f6","instruction":"??","symbol":""},{"address":"0xfffffff4039590f7","instruction":"??","symbol":""},{"address":"0xfffffff4039590f8","instruction":"??","symbol":""},{"address":"0xfffffff4039590f9","instruction":"??","symbol":""},{"address":"0xfffffff4039590fa","instruction":"??","symbol":""},{"address":"0xfffffff4039590fb","instruction":"??","symbol":""},{"address":"0xfffffff4039590fc","instruction":"??","symbol":""},{"address":"0xfffffff4039590fd","instruction":"??","symbol":""},{"address":"0xfffffff4039590fe","instruction":"??","symbol":""},{"address":"0xfffffff4039590ff","instruction":"??","symbol":""},{"address":"0xfffffff403959100","instruction":"??","symbol":""},{"address":"0xfffffff403959101","instruction":"??","symbol":""},{"address":"0xfffffff403959102","instruction":"??","symbol":""},{"address":"0xfffffff403959103","instruction":"??","symbol":""},{"address":"0xfffffff403959104","instruction":"??","symbol":""},{"address":"0xfffffff403959105","instruction":"??","symbol":""},{"address":"0xfffffff403959106","instruction":"??","symbol":""},{"address":"0xfffffff403959107","instruction":"??","symbol":""},{"address":"0xfffffff403959108","instruction":"??","symbol":""},{"address":"0xfffffff403959109","instruction":"??","symbol":""},{"address":"0xfffffff40395910a","instruction":"??","symbol":""},{"address":"0xfffffff40395910b","instruction":"??","symbol":""},{"address":"0xfffffff40395910c","instruction":"??","symbol":""},{"address":"0xfffffff40395910d","instruction":"??","symbol":""},{"address":"0xfffffff40395910e","instruction":"??","symbol":""},{"address":"0xfffffff40395910f","instruction":"??","symbol":""},{"address":"0xfffffff403959110","instruction":"??","symbol":""},{"address":"0xfffffff403959111","instruction":"??","symbol":""},{"address":"0xfffffff403959112","instruction":"??","symbol":""},{"address":"0xfffffff403959113","instruction":"??","symbol":""},{"address":"0xfffffff403959114","instruction":"??","symbol":""},{"address":"0xfffffff403959115","instruction":"??","symbol":""},{"address":"0xfffffff403959116","instruction":"??","symbol":""},{"address":"0xfffffff403959117","instruction":"??","symbol":""},{"address":"0xfffffff403959118","instruction":"??","symbol":""},{"address":"0xfffffff403959119","instruction":"??","symbol":""},{"address":"0xfffffff40395911a","instruction":"??","symbol":""},{"address":"0xfffffff40395911b","instruction":"??","symbol":""},{"address":"0xfffffff40395911c","instruction":"??","symbol":""},{"address":"0xfffffff40395911d","instruction":"??","symbol":""},{"address":"0xfffffff40395911e","instruction":"??","symbol":""},{"address":"0xfffffff40395911f","instruction":"??","symbol":""},{"address":"0xfffffff403959120","instruction":"??","symbol":""},{"address":"0xfffffff403959121","instruction":"??","symbol":""},{"address":"0xfffffff403959122","instruction":"??","symbol":""},{"address":"0xfffffff403959123","instruction":"??","symbol":""},{"address":"0xfffffff403959124","instruction":"??","symbol":""},{"address":"0xfffffff403959125","instruction":"??","symbol":""},{"address":"0xfffffff403959126","instruction":"??","symbol":""},{"address":"0xfffffff403959127","instruction":"??","symbol":""},{"address":"0xfffffff403959128","instruction":"??","symbol":""},{"address":"0xfffffff403959129","instruction":"??","symbol":""},{"address":"0xfffffff40395912a","instruction":"??","symbol":""},{"address":"0xfffffff40395912b","instruction":"??","symbol":""}]},"seq":597}
<--   C (disassemble-14): {"command":"disassemble","arguments":{"memoryReference":"0xfffffff403959190","offset":0,"instructionOffset":0,"instructionCount":50,"resolveSymbols":true},"type":"request","seq":14}
--> E (output): {"type":"event","event":"output","body":{"category":"console","output":"1: (7144) <-1031-data-read-memory-bytes -o 0 0xfffffff403959190 400\r\n"},"seq":600}
1: (7144) <-1031-data-read-memory-bytes -o 0 0xfffffff403959190 400
--> E (output): {"type":"event","event":"output","body":{"category":"console","output":"1: (9164) ->1031^done,memory=[{begin=\"0xfffffff403959190\",offset=\"0x0000000000000000\",end=\"0xfffffff403959320\",contents=\"fd7bbea9fd030091e00f00f90000009000600791000040f921008052010000b90000009000800791000040f941008052010000b9dfffff9700008052fd7bc2a8c0035fd61f2003d500609503f4ffffff00709503f4ffffff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"}]\r\n"},"seq":602}
1: (9164) ->1031^done,memory=[{begin="0xfffffff403959190",offset="0x0000000000000000",end="0xfffffff403959320",contents="fd7bbea9fd030091e00f00f90000009000600791000040f921008052010000b90000009000800791000040f941008052010000b9dfffff9700008052fd7bc2a8c0035fd61f2003d500609503f4ffffff00709503f4ffffff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}]
--> E (output): {"type":"event","event":"output","body":{"category":"console","output":"1: (9164) ->(gdb)\r\n"},"seq":604}
1: (9164) ->(gdb)
--> E (output): {"type":"event","event":"output","body":{"category":"console","output":"1: (9164) 1031: elapsed time 2020\r\n"},"seq":606}
1: (9164) 1031: elapsed time 2020
--> E (output): {"type":"event","event":"output","body":{"category":"console","output":"1: (9164) ->&\"\\n\"\r\n"},"seq":608}
1: (9164) ->&"\n"
--> E (output): {"type":"event","event":"output","body":{"category":"console","output":"1: (9165) ->^done\r\n"},"seq":610}
1: (9165) ->^done
--> E (output): {"type":"event","event":"output","body":{"category":"console","output":"1: (9165) ->(gdb)\r\n"},"seq":612}
1: (9165) ->(gdb)
--> E (output): {"type":"event","event":"output","body":{"category":"console","output":"1: (9165) <-1032-data-disassemble -s 0xfffffff403959190 -e 0xfffffff403959320 -- 2\r\n"},"seq":614}
1: (9165) <-1032-data-disassemble -s 0xfffffff403959190 -e 0xfffffff403959320 -- 2
--> E (output): {"type":"event","event":"output","body":{"category":"console","output":"1: (9183) ->1032^done,asm_insns=[{address=\"0xfffffff403959190\",func-name=\"appStart\",offset=\"0\",opcodes=\"fd 7b be a9\",inst=\"stp\\tx29, x30, [sp, #-32]!\"},{address=\"0xfffffff403959194\",func-name=\"appStart\",offset=\"4\",opcodes=\"fd 03 00 91\",inst=\"mov\\tx29, sp\"},{address=\"0xfffffff403959198\",func-name=\"appStart\",offset=\"8\",opcodes=\"e0 0f 00 f9\",inst=\"str\\tx0, [sp, #24]\"},{address=\"0xfffffff40395919c\",func-name=\"appStart\",offset=\"12\",opcodes=\"00 00 00 90\",inst=\"adrp\\tx0, 0xfffffff403959000 <_text_start>\"},{address=\"0xfffffff4039591a0\",func-name=\"appStart\",offset=\"16\",opcodes=\"00 60 07 91\",inst=\"add\\tx0, x0, #0x1d8\"},{address=\"0xfffffff4039591a4\",func-name=\"appStart\",offset=\"20\",opcodes=\"00 00 40 f9\",inst=\"ldr\\tx0, [x0]\"},{address=\"0xfffffff4039591a8\",func-name=\"appStart\",offset=\"24\",opcodes=\"21 00 80 52\",inst=\"mov\\tw1, #0x1                   \\t// #1\"},{address=\"0xfffffff4039591ac\",func-name=\"appStart\",offset=\"28\",opcodes=\"01 00 00 b9\",inst=\"str\\tw1, [x0]\"},{address=\"0xfffffff4039591b0\",func-name=\"appStart\",offset=\"32\",opcodes=\"00 00 00 90\",inst=\"adrp\\tx0, 0xfffffff403959000 <_text_start>\"},{address=\"0xfffffff4039591b4\",func-name=\"appStart\",offset=\"36\",opcodes=\"00 80 07 91\",inst=\"add\\tx0, x0, #0x1e0\"},{address=\"0xfffffff4039591b8\",func-name=\"appStart\",offset=\"40\",opcodes=\"00 00 40 f9\",inst=\"ldr\\tx0, [x0]\"},{address=\"0xfffffff4039591bc\",func-name=\"appStart\",offset=\"44\",opcodes=\"41 00 80 52\",inst=\"mov\\tw1, #0x2                   \\t// #2\"},{address=\"0xfffffff4039591c0\",func-name=\"appStart\",offset=\"48\",opcodes=\"01 00 00 b9\",inst=\"str\\tw1, [x0]\"},{address=\"0xfffffff4039591c4\",func-name=\"appStart\",offset=\"52\",opcodes=\"df ff ff 97\",inst=\"bl\\t0xfffffff403959140 <userAppInit>\"},{address=\"0xfffffff4039591c8\",func-name=\"appStart\",offset=\"56\",opcodes=\"00 00 80 52\",inst=\"mov\\tw0, #0x0                   \\t// #0\"},{address=\"0xfffffff4039591cc\",func-name=\"appStart\",offset=\"60\",opcodes=\"fd 7b c2 a8\",inst=\"ldp\\tx29, x30, [sp], #32\"},{address=\"0xfffffff4039591d0\",func-name=\"appStart\",offset=\"64\",opcodes=\"c0 03 5f d6\",inst=\"ret\"},{address=\"0xfffffff4039591d4\",opcodes=\"1f 20 03 d5\",inst=\"nop\"},{address=\"0xfffffff4039591d8\",opcodes=\"00 60 95 03\",inst=\".inst\\t0x03956000 ; undefined\"},{address=\"0xfffffff4039591dc\",opcodes=\"f4 ff ff ff\",inst=\".inst\\t0xfffffff4 ; undefined\"},{address=\"0xfffffff4039591e0\",opcodes=\"00 70 95 03\",inst=\".inst\\t0x03957000 ; undefined\"},{address=\"0xfffffff4039591e4\",opcodes=\"f4 ff ff ff\",inst=\".inst\\t0xfffffff4 ; undefined\"},{address=\"0xfffffff4039591e8\",func-name=\"__GOT_START__\",offset=\"0\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039591ec\",func-name=\"__GOT_START__\",offset=\"4\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039591f0\",func-name=\"__GOT_START__\",offset=\"8\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039591f4\",func-name=\"__GOT_START__\",offset=\"12\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039591f8\",func-name=\"__GOT_START__\",offset=\"16\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039591fc\",func-name=\"__GOT_START__\",offset=\"20\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959200\",func-name=\"__GOT_START__\",offset=\"24\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959204\",func-name=\"__GOT_START__\",offset=\"28\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959208\",func-name=\"__GOT_START__\",offset=\"32\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff40395920c\",func-name=\"__GOT_START__\",offset=\"36\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959210\",func-name=\"__GOT_START__\",offset=\"40\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959214\",func-name=\"__GOT_START__\",offset=\"44\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959218\",func-name=\"__GOT_START__\",offset=\"48\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff40395921c\",func-name=\"__GOT_START__\",offset=\"52\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959220\",func-name=\"__GOT_START__\",offset=\"56\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959224\",func-name=\"__GOT_START__\",offset=\"60\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959228\",func-name=\"__GOT_START__\",offset=\"64\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff40395922c\",func-name=\"__GOT_START__\",offset=\"68\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959230\",func-name=\"__GOT_START__\",offset=\"72\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959234\",func-name=\"__GOT_START__\",offset=\"76\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959238\",func-name=\"__GOT_START__\",offset=\"80\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff40395923c\",func-name=\"__GOT_START__\",offset=\"84\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959240\",func-name=\"__GOT_START__\",offset=\"88\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959244\",func-name=\"__GOT_START__\",offset=\"92\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959248\",func-name=\"__GOT_START__\",offset=\"96\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff40395924c\",func-name=\"__GOT_START__\",offset=\"100\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959250\",func-name=\"__GOT_START__\",offset=\"104\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959254\",func-name=\"__GOT_START__\",offset=\"108\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959258\",func-name=\"__GOT_START__\",offset=\"112\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff40395925c\",func-name=\"__GOT_START__\",offset=\"116\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959260\",func-name=\"__GOT_START__\",offset=\"120\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959264\",func-name=\"__GOT_START__\",offset=\"124\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959268\",func-name=\"__GOT_START__\",offset=\"128\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff40395926c\",func-name=\"__GOT_START__\",offset=\"132\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959270\",func-name=\"__GOT_START__\",offset=\"136\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959274\",func-name=\"__GOT_START__\",offset=\"140\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959278\",func-name=\"__GOT_START__\",offset=\"144\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff40395927c\",func-name=\"__GOT_START__\",offset=\"148\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959280\",func-name=\"__GOT_START__\",offset=\"152\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959284\",func-name=\"__GOT_START__\",offset=\"156\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959288\",func-name=\"__GOT_START__\",offset=\"160\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff40395928c\",func-name=\"__GOT_START__\",offset=\"164\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959290\",func-name=\"__GOT_START__\",offset=\"168\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959294\",func-name=\"__GOT_START__\",offset=\"172\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959298\",func-name=\"__GOT_START__\",offset=\"176\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff40395929c\",func-name=\"__GOT_START__\",offset=\"180\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039592a0\",func-name=\"__GOT_START__\",offset=\"184\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039592a4\",func-name=\"__GOT_START__\",offset=\"188\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039592a8\",func-name=\"__GOT_START__\",offset=\"192\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039592ac\",func-name=\"__GOT_START__\",offset=\"196\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039592b0\",func-name=\"__GOT_START__\",offset=\"200\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039592b4\",func-name=\"__GOT_START__\",offset=\"204\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039592b8\",func-name=\"__GOT_START__\",offset=\"208\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039592bc\",func-name=\"__GOT_START__\",offset=\"212\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039592c0\",func-name=\"__GOT_START__\",offset=\"216\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039592c4\",func-name=\"__GOT_START__\",offset=\"220\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039592c8\",func-name=\"__GOT_START__\",offset=\"224\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039592cc\",func-name=\"__GOT_START__\",offset=\"228\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039592d0\",func-name=\"__GOT_START__\",offset=\"232\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039592d4\",func-name=\"__GOT_START__\",offset=\"236\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039592d8\",func-name=\"__GOT_START__\",offset=\"240\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039592dc\",func-name=\"__GOT_START__\",offset=\"244\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039592e0\",func-name=\"__GOT_START__\",offset=\"248\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039592e4\",func-name=\"__GOT_START__\",offset=\"252\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039592e8\",func-name=\"__GOT_START__\",offset=\"256\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039592ec\",func-name=\"__GOT_START__\",offset=\"260\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039592f0\",func-name=\"__GOT_START__\",offset=\"264\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039592f4\",func-name=\"__GOT_START__\",offset=\"268\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039592f8\",func-name=\"__GOT_START__\",offset=\"272\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff4039592fc\",func-name=\"__GOT_START__\",offset=\"276\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959300\",func-name=\"__GOT_START__\",offset=\"280\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959304\",func-name=\"__GOT_START__\",offset=\"284\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959308\",func-name=\"__GOT_START__\",offset=\"288\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff40395930c\",func-name=\"__GOT_START__\",offset=\"292\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959310\",func-name=\"__GOT_START__\",offset=\"296\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959314\",func-name=\"__GOT_START__\",offset=\"300\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff403959318\",func-name=\"__GOT_START__\",offset=\"304\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"},{address=\"0xfffffff40395931c\",func-name=\"__GOT_START__\",offset=\"308\",opcodes=\"00 00 00 00\",inst=\".inst\\t0x00000000 ; undefined\"}]\r\n"},"seq":616}
1: (9183) ->1032^done,asm_insns=[{address="0xfffffff403959190",func-name="appStart",offset="0",opcodes="fd 7b be a9",inst="stp\tx29, x30, [sp, #-32]!"},{address="0xfffffff403959194",func-name="appStart",offset="4",opcodes="fd 03 00 91",inst="mov\tx29, sp"},{address="0xfffffff403959198",func-name="appStart",offset="8",opcodes="e0 0f 00 f9",inst="str\tx0, [sp, #24]"},{address="0xfffffff40395919c",func-name="appStart",offset="12",opcodes="00 00 00 90",inst="adrp\tx0, 0xfffffff403959000 <_text_start>"},{address="0xfffffff4039591a0",func-name="appStart",offset="16",opcodes="00 60 07 91",inst="add\tx0, x0, #0x1d8"},{address="0xfffffff4039591a4",func-name="appStart",offset="20",opcodes="00 00 40 f9",inst="ldr\tx0, [x0]"},{address="0xfffffff4039591a8",func-name="appStart",offset="24",opcodes="21 00 80 52",inst="mov\tw1, #0x1                   \t// #1"},{address="0xfffffff4039591ac",func-name="appStart",offset="28",opcodes="01 00 00 b9",inst="str\tw1, [x0]"},{address="0xfffffff4039591b0",func-name="appStart",offset="32",opcodes="00 00 00 90",inst="adrp\tx0, 0xfffffff403959000 <_text_start>"},{address="0xfffffff4039591b4",func-name="appStart",offset="36",opcodes="00 80 07 91",inst="add\tx0, x0, #0x1e0"},{address="0xfffffff4039591b8",func-name="appStart",offset="40",opcodes="00 00 40 f9",inst="ldr\tx0, [x0]"},{address="0xfffffff4039591bc",func-name="appStart",offset="44",opcodes="41 00 80 52",inst="mov\tw1, #0x2                   \t// #2"},{address="0xfffffff4039591c0",func-name="appStart",offset="48",opcodes="01 00 00 b9",inst="str\tw1, [x0]"},{address="0xfffffff4039591c4",func-name="appStart",offset="52",opcodes="df ff ff 97",inst="bl\t0xfffffff403959140 <userAppInit>"},{address="0xfffffff4039591c8",func-name="appStart",offset="56",opcodes="00 00 80 52",inst="mov\tw0, #0x0                   \t// #0"},{address="0xfffffff4039591cc",func-name="appStart",offset="60",opcodes="fd 7b c2 a8",inst="ldp\tx29, x30, [sp], #32"},{address="0xfffffff4039591d0",func-name="appStart",offset="64",opcodes="c0 03 5f d6",inst="ret"},{address="0xfffffff4039591d4",opcodes="1f 20 03 d5",inst="nop"},{address="0xfffffff4039591d8",opcodes="00 60 95 03",inst=".inst\t0x03956000 ; undefined"},{address="0xfffffff4039591dc",opcodes="f4 ff ff ff",inst=".inst\t0xfffffff4 ; undefined"},{address="0xfffffff4039591e0",opcodes="00 70 95 03",inst=".inst\t0x03957000 ; undefined"},{address="0xfffffff4039591e4",opcodes="f4 ff ff ff",inst=".inst\t0xfffffff4 ; undefined"},{address="0xfffffff4039591e8",func-name="__GOT_START__",offset="0",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039591ec",func-name="__GOT_START__",offset="4",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039591f0",func-name="__GOT_START__",offset="8",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039591f4",func-name="__GOT_START__",offset="12",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039591f8",func-name="__GOT_START__",offset="16",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039591fc",func-name="__GOT_START__",offset="20",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959200",func-name="__GOT_START__",offset="24",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959204",func-name="__GOT_START__",offset="28",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959208",func-name="__GOT_START__",offset="32",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff40395920c",func-name="__GOT_START__",offset="36",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959210",func-name="__GOT_START__",offset="40",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959214",func-name="__GOT_START__",offset="44",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959218",func-name="__GOT_START__",offset="48",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff40395921c",func-name="__GOT_START__",offset="52",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959220",func-name="__GOT_START__",offset="56",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959224",func-name="__GOT_START__",offset="60",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959228",func-name="__GOT_START__",offset="64",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff40395922c",func-name="__GOT_START__",offset="68",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959230",func-name="__GOT_START__",offset="72",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959234",func-name="__GOT_START__",offset="76",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959238",func-name="__GOT_START__",offset="80",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff40395923c",func-name="__GOT_START__",offset="84",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959240",func-name="__GOT_START__",offset="88",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959244",func-name="__GOT_START__",offset="92",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959248",func-name="__GOT_START__",offset="96",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff40395924c",func-name="__GOT_START__",offset="100",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959250",func-name="__GOT_START__",offset="104",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959254",func-name="__GOT_START__",offset="108",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959258",func-name="__GOT_START__",offset="112",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff40395925c",func-name="__GOT_START__",offset="116",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959260",func-name="__GOT_START__",offset="120",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959264",func-name="__GOT_START__",offset="124",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959268",func-name="__GOT_START__",offset="128",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff40395926c",func-name="__GOT_START__",offset="132",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959270",func-name="__GOT_START__",offset="136",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959274",func-name="__GOT_START__",offset="140",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959278",func-name="__GOT_START__",offset="144",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff40395927c",func-name="__GOT_START__",offset="148",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959280",func-name="__GOT_START__",offset="152",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959284",func-name="__GOT_START__",offset="156",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959288",func-name="__GOT_START__",offset="160",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff40395928c",func-name="__GOT_START__",offset="164",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959290",func-name="__GOT_START__",offset="168",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959294",func-name="__GOT_START__",offset="172",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959298",func-name="__GOT_START__",offset="176",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff40395929c",func-name="__GOT_START__",offset="180",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039592a0",func-name="__GOT_START__",offset="184",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039592a4",func-name="__GOT_START__",offset="188",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039592a8",func-name="__GOT_START__",offset="192",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039592ac",func-name="__GOT_START__",offset="196",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039592b0",func-name="__GOT_START__",offset="200",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039592b4",func-name="__GOT_START__",offset="204",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039592b8",func-name="__GOT_START__",offset="208",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039592bc",func-name="__GOT_START__",offset="212",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039592c0",func-name="__GOT_START__",offset="216",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039592c4",func-name="__GOT_START__",offset="220",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039592c8",func-name="__GOT_START__",offset="224",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039592cc",func-name="__GOT_START__",offset="228",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039592d0",func-name="__GOT_START__",offset="232",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039592d4",func-name="__GOT_START__",offset="236",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039592d8",func-name="__GOT_START__",offset="240",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039592dc",func-name="__GOT_START__",offset="244",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039592e0",func-name="__GOT_START__",offset="248",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039592e4",func-name="__GOT_START__",offset="252",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039592e8",func-name="__GOT_START__",offset="256",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039592ec",func-name="__GOT_START__",offset="260",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039592f0",func-name="__GOT_START__",offset="264",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039592f4",func-name="__GOT_START__",offset="268",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039592f8",func-name="__GOT_START__",offset="272",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff4039592fc",func-name="__GOT_START__",offset="276",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959300",func-name="__GOT_START__",offset="280",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959304",func-name="__GOT_START__",offset="284",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959308",func-name="__GOT_START__",offset="288",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff40395930c",func-name="__GOT_START__",offset="292",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959310",func-name="__GOT_START__",offset="296",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959314",func-name="__GOT_START__",offset="300",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff403959318",func-name="__GOT_START__",offset="304",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"},{address="0xfffffff40395931c",func-name="__GOT_START__",offset="308",opcodes="00 00 00 00",inst=".inst\t0x00000000 ; undefined"}]
--> E (output): {"type":"event","event":"output","body":{"category":"console","output":"1: (9184) ->(gdb)\r\n"},"seq":618}
1: (9184) ->(gdb)
--> E (output): {"type":"event","event":"output","body":{"category":"console","output":"1: (9184) ->&\"\\n\"\r\n"},"seq":620}
1: (9184) ->&"\n"
--> E (output): {"type":"event","event":"output","body":{"category":"console","output":"1: (9184) ->^done\r\n"},"seq":622}
1: (9184) ->^done
--> E (output): {"type":"event","event":"output","body":{"category":"console","output":"1: (9184) ->(gdb)\r\n"},"seq":624}
1: (9184) ->(gdb)
--> E (output): {"type":"event","event":"output","body":{"category":"console","output":"1: (9184) 1032: elapsed time 18\r\n"},"seq":626}
1: (9184) 1032: elapsed time 18

Other Extensions

No response

Additional Information

No response

github-actions[bot] commented 3 weeks ago

Thank you for reporting this issue. We’ll let you know if we need more information to investigate it. Additionally, if you're working with GDB/LLDB, please note that the code is open source at https://github.com/microsoft/MIEngine/wiki/Contributing-Code . Your contributions are always welcome and appreciated.

zaizailu commented 3 days ago

Have you solved the problem? I also encountered this problem...

dingzhouL commented 3 days ago

Have you solved the problem? I also encountered this problem...

Updating the C/ C ++ extension to the latest version can solve this problem

zaizailu commented 2 days ago

Have you solved the problem? I also encountered this problem...

Updating the C/ C ++ extension to the latest version can solve this problem

It works after I updated both my extension and my compiler. Thank you very much!