Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2017-01-19 21:48:14 +0300
committerMiguel de Icaza <miguel@gnome.org>2017-01-19 21:48:14 +0300
commita5aa762c1651a486886e83f3bc71ee16b2ff4e0f (patch)
treec7084a9cb0647fab9327ed8c9291ddd782621990 /man/mdb2ppdb.1
parent7179d6ebdb093a960c9f14a47def7b05a20deb90 (diff)
Add mdb2ppdb man page, remove prj2make man page
Diffstat (limited to 'man/mdb2ppdb.1')
-rw-r--r--man/mdb2ppdb.126
1 files changed, 26 insertions, 0 deletions
diff --git a/man/mdb2ppdb.1 b/man/mdb2ppdb.1
new file mode 100644
index 00000000000..0f809a59c9a
--- /dev/null
+++ b/man/mdb2ppdb.1
@@ -0,0 +1,26 @@
+.\"
+.\" mono manual page.
+.\" Copyright 2017 Microsoft
+.\"
+.TH Mono "Mono 4.8.0"
+.SH NAME
+mdb2ppdb \- Convert Mono's debug file format (MDB) to Portable Program
+Database (PPDB) file formatn
+.SH SYNOPSIS
+.PP
+.B mdb2ppdb input.mdb output.ppdb
+.SH DESCRIPTION
+\fImdb2ppdb\fP is a tool that can be used to convert debug information
+stored in the Mono debug file format (files with the extension .mdb)
+which both Mono's compiler and tools that used Mono's
+System.Reflection.Emit debug file format on Unix used into the new
+debug format Portable Program Database (files with the
+extension .ppdb).
+.SH MAILING LISTS
+Mailing lists are listed at the
+http://www.mono-project.com/community/help/mailing-lists/
+.SH WEB SITE
+http://www.mono-project.com
+.SH SEE ALSO
+.PP
+mcs(1), pdb2mdb(1)