Merge pull request #1695 from gregoryyoung/master
[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 exefile stacktracesfile [directories...]
13 .SH DESCRIPTION
14 mono-symbolicate is a tool that converts a stack trace with <filename unknown>:0
15 into one with file names and line numbers.
16 .PP
17 The output of calling this tool will be the provided
18 .I stacktracesfile
19 where <filename unknown>:0 parts are replaced by
20 a file name and a line number.
21 .PP
22 For the tool to work it needs to load referenced assemblies, it will first look
23 in the same folder as
24 .I exefile
25 then from one of the provided
26 .I directories.
27 .PP
28 The tool assumes that the folder with a referenced assembly called for example
29 name.dll will also include name.dll.mdb,
30 if the referenced assembly is AOT compiled then the tool is also expecting to find
31 name.dll.msym.
32 .SH AUTHOR
33 Written by Marcos Henrich
34 .SH COPYRIGHT
35 Copyright (C) 2015 Xamarin.
36 .SH MAILING LISTS
37 Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details.
38 .SH WEB SITE
39 Visit http://www.mono-project.com for details