Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / man / mdb2ppdb.1
1 .\" 
2 .\" mdb2ppdb manual page.
3 .\" Copyright 2017 Microsoft 
4 .\"
5 .TH Mono "mdb2ppdb"
6 .SH NAME
7 mdb2ppdb \- Convert Mono's debug file format (MDB) to Portable Program
8 Database (PPDB) file formatn
9 .SH SYNOPSIS
10 .PP
11 .B mdb2ppdb input.mdb output.ppdb
12 .SH DESCRIPTION
13 \fImdb2ppdb\fP is a tool that can be used to convert debug information
14 stored in the Mono debug file format (files with the extension .mdb)
15 which both Mono's compiler and tools that used Mono's
16 System.Reflection.Emit debug file format on Unix used into the new
17 debug format Portable Program Database (files with the
18 extension .ppdb).
19 .SH MAILING LISTS
20 Mailing lists are listed at the
21 http://www.mono-project.com/community/help/mailing-lists/
22 .SH WEB SITE
23 http://www.mono-project.com
24 .SH SEE ALSO
25 .PP
26 mcs(1), pdb2mdb(1)