Skip to content

Instantly share code, notes, and snippets.

@poizan42
Created September 19, 2017 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save poizan42/ddef1f6559238f0f0081f70724e22761 to your computer and use it in GitHub Desktop.
Save poizan42/ddef1f6559238f0f0081f70724e22761 to your computer and use it in GitHub Desktop.
Prints full stack trace of every thread in a dotnet core process out to stdout
lldb --attach-name dotnet -o "plugin load libsosplugin.so" -o "eestack" -o "process detach" -o "exit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment