pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lldb-netbsd: Add notes about debugging



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Dec 25 19:39:40 2016 +0100
Changeset:	7b6064141c3282c975febcd0b28e9b942d6dd338

Modified Files:
	lldb-netbsd/TODO

Log Message:
lldb-netbsd: Add notes about debugging

The following command enables generation of debugging logs to a file:
    log enable -STagnpstv -f /tmp/log.txt lldb all

Sponsored by <The NetBSD Foundation>

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7b6064141c3282c975febcd0b28e9b942d6dd338

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lldb-netbsd/TODO | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/lldb-netbsd/TODO b/lldb-netbsd/TODO
index cad052e..f9397c5 100644
--- a/lldb-netbsd/TODO
+++ b/lldb-netbsd/TODO
@@ -5,3 +5,6 @@ warning: /tmp/pkgsrc-tmp/wip/lldb-git/work/.destdir/usr/pkg/share/clang/clang-fo
 warning: /tmp/pkgsrc-tmp/wip/lldb-git/work/.destdir/usr/pkg/share/clang/clang-format.el: executable bit is set on non-executable file.
 warning: /tmp/pkgsrc-tmp/wip/lldb-git/work/.destdir/usr/pkg/share/clang/clang-format.py: executable bit is set on non-executable file.
 warning: /tmp/pkgsrc-tmp/wip/lldb-git/work/.destdir/usr/pkg/share/man/man1/scan-build.1: executable bit is set on non-executable file.
+
+Debugging to file:
+    log enable -STagnpstv -f /tmp/log.txt lldb all


Home | Main Index | Thread Index | Old Index