Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / man / mono-symbolicate.1
1 .\" 
2 .\" mono-symbolicate manual page.
3 .\" Copyright 2015 Xamarin
4 .\" Author:
5 .\"   Marcos Henrich <marcos.henrich@xamarin.com>
6 .\"
7 .TH "mono-symbolicate" 1
8 .SH NAME
9 mono-symbolicate \- Mono Symbolicate Tool
10 .SH SYNOPSIS
11 .PP
12 .B mono-symbolicate <msym dir> <input file>
13 .PP
14 .B mono-symbolicate store-symbols <msym dir> [<dir>]+
15 .SH DESCRIPTION
16 mono-symbolicate is a tool that converts a stack trace with <filename unknown>:0
17 into one with file names and line numbers.
18 .PP
19 When mono-symbolicate is called with a symbol directory and a file containing a stacktrace:
20 .P
21 .B mono-symbolicate <msym dir> <input file>
22 .PP
23 The tool writes into stdout the file contents while adding file location to stack frames when
24 it is possible to symbolicate with the symbols available on the symbol directory.
25 .PP
26 Managed symbols .exe/.dll can be added to the symbol directory by doing:
27 .P
28 .B mono-symbolicate store-symbols <msym dir> [<dir>]+
29 .SH AUTHOR
30 Written by Marcos Henrich
31 .SH COPYRIGHT
32 Copyright (C) 2015 Xamarin.
33 .SH MAILING LISTS
34 Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details.
35 .SH WEB SITE
36 Visit http://www.mono-project.com for details