Guest User

Untitled

a guest
Jun 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. + trap -- '' SIGINT SIGTERM
  2. + export PATH=/bin:/usr/bin
  3. + PATH=/bin:/usr/bin
  4. + echo 'starting lldb with args: ' --attach-pid 1308 --batch --one-line 'thread list' --one-line 'thread backtrace all' --one-line 'bt all' --one-line-on-crash bt --one-line-on-crash quit
  5. + echo 'pid to debug is 1308'
  6. + echo 'lldb output from pid 1308 to /tmp/stdout, my pid is 1308'
  7. + /usr/bin/lldb --attach-pid 1308 --batch --one-line bt --one-line quit
  8. + echo '/tmp/stdout is'
  9. /Users/builder/gtk/inst/bin/lldb: line 11: echo: write error: Broken pipe
  10. + cat /tmp/stdout
  11. cat: stdout: Broken pipe
  12. + echo 'script done'
  13. /Users/builder/gtk/inst/bin/lldb: line 14: echo: write error: Broken pipe
  14. + exit 0
Add Comment
Please, Sign In to add comment