QEMU

[复制链接]
 楼主| arlph 发表于 2021-6-2 13:07 | 显示全部楼层 |阅读模式
TI, TE, se, vi, ov, IO
  1. {
  2.     // Use IntelliSense to learn about possible attributes.
  3.     // Hover to view descriptions of existing attributes.
  4.     // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
  5.     "version": "0.2.0",
  6.     "configurations": [
  7.         {
  8.             "type": "cppdbg",
  9.             "request": "launch",
  10.             "name": "(gdb)qnx_img",
  11.             "program": "/home/dev/Desktop/Os_dev/qnx/openqnx/procnto.sym",
  12.             "stopOnEntry": true,
  13.             "args": [],
  14.             "cwd":"/home/dev/Desktop/Os_dev/qnx/openqnx",
  15.             "environment":[],
  16.             "externalConsole":false,
  17.             "MIMode":"gdb",
  18.             "miDebuggerPath":"/usr/bin/gdb",
  19.             "miDebuggerServerAddress":"127.0.0.1:12346",
  20.             "setupCommands":[
  21.                 {
  22.                     "description":"Enable pretty-printing for gdb",
  23.                     "text":"-enable-pretty-printing",
  24.                     "ignoreFailures":true
  25.                 }
  26.             ]
  27.         }
  28.     ]
  29. }
 楼主| arlph 发表于 2021-6-2 13:22 | 显示全部楼层
  1. qemu-system-i386 -hda qnxfs.img -vnc localhost:0 -gdb tcp::12346 –S
您需要登录后才可以回帖 登录 | 注册

本版积分规则

2

主题

10

帖子

0

粉丝
快速回复 返回顶部 返回列表