summaryrefslogtreecommitdiffstats
path: root/doc/en/invocation.html
diff options
context:
space:
mode:
authorRay-V <ray-v@inbox.lv>2021-06-13 21:47:32 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-06-25 11:58:23 +0200
commitd25245fe76e6b975515d0d39636b38d08c5a9c61 (patch)
tree204dd8265bda3e247ed5f3a054349ffe8b5946d0 /doc/en/invocation.html
parent4b299dc023ad2da1d0fdba013d9f3ea901b9d8cf (diff)
downloadkdbg-d25245fe.tar.gz
kdbg-d25245fe.zip
Remove CMakeLists.txt for doc
Move doc directory up a level from kdbg/doc Add macro call to source root CMakeLists.txt Remove tde_conditional_add_subdirectory() macro call for doc Signed-off-by: Ray-V <ray-v@inbox.lv> (cherry picked from commit ae6f04289851574f38aedbd4666f7154cc67cad3)
Diffstat (limited to 'doc/en/invocation.html')
-rw-r--r--doc/en/invocation.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/en/invocation.html b/doc/en/invocation.html
new file mode 100644
index 0000000..2f99dd0
--- /dev/null
+++ b/doc/en/invocation.html
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="Author" content="Johannes Sixt">
+ <title>KDbg - Invocation</title>
+</head>
+<body text="#000000" bgcolor="#FFFFFF">
+<p><a href="index.html">Contents</a></p>
+<h1>Invoking KDbg from the command line</h1>
+<p><pre>
+Usage: kdbg [TQt-options] [KDE-options] [options] [program] [core]
+
+Generic options:
+ --help Show help about options
+ --help-qt Show TQt specific options
+ --help-kde Show KDE specific options
+ --help-all Show all options
+ --author Show author information
+ -v, --version Show version information
+ --license Show license information
+ -- End of options
+
+Options:
+ -t &lt;file&gt; transcript of conversation with the debugger
+ -r &lt;device&gt; remote debugging via &lt;device&gt;
+ -l &lt;language&gt; specify language: C, XSLT []
+ -p &lt;pid&gt; specify PID of process to debug
+
+Arguments:
+ program path of executable to debug
+ core a core file to use
+</pre></p></body>
+</html>