Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. qemu-mips -g 1234 -trace 'gdb*' test
  2.  
  3. lldb test
  4. (lldb) target create "test"
  5. Current executable set to 'test' (mipsr2).
  6. (lldb) platform select remote-gdb-server
  7. Platform: remote-gdb-server
  8. Connected: no
  9. (lldb) platform connect connect://localhost:1234
  10. Platform: remote-gdb-server
  11. Hostname: (null)
  12. Connected: yes
  13. (lldb) b main
  14. Breakpoint 1: where = test`main + 28 at test.c:4, address = 0x0040055c
  15. (lldb) r
  16. error: process launch failed: Lost debug server connection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement