[Lldb-commits] [PATCH] D31374: Add support for tracing hello-world application on NetBSD

Kamil Rytarowski via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 28 15:20:49 PDT 2017


krytarowski added a comment.

This code is used as a base for further improvements, I'm going to commit it... debugging hello world still works.

  $ lldb ./hello                                                                                                                                                                       
  (lldb) target create "./hello"
  Current executable set to './hello' (x86_64).
  (lldb) r
  Process 3955 launched: './hello' (x86_64)
  Hello world!
  Process 3955 exited with status = 0 (0x00000000) 
  (lldb) version
  lldb version 5.0.0 (http://llvm.org/svn/llvm-project/lldb/trunk revision 298810)
  (lldb) platform status
    Platform: host
      Triple: x86_64-unknown-netbsd7.99
  OS Version: 7.99.66 (0799006600)
      Kernel: NetBSD 7.99.66 (GENERIC) #5: Tue Mar 28 17:42:09 CEST 2017  root at chieftec:/public/netbsd-root/sys/arch/amd64/compile/GENERIC
    Hostname: 127.0.0.1
  WorkingDir: /public/lldb_devel
      Kernel: NetBSD
     Release: 7.99.66
     Version: NetBSD 7.99.66 (GENERIC) #5: Tue Mar 28 17:42:09 CEST 2017  root at chieftec:/public/netbsd-root/sys/arch/amd64/compile/GENERIC
  (lldb) 


Repository:
  rL LLVM

https://reviews.llvm.org/D31374





More information about the lldb-commits mailing list