pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lldb-netbsd: Update TODO
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Thu Feb 8 17:14:45 2018 +0100
Changeset: 4bc1dc1223aedf2a3961b2b5b54e8e70cf07924a
Modified Files:
lldb-netbsd/TODO
Log Message:
lldb-netbsd: Update TODO
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4bc1dc1223aedf2a3961b2b5b54e8e70cf07924a
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, 2 insertions(+), 1 deletion(-)
diffs:
diff --git a/lldb-netbsd/TODO b/lldb-netbsd/TODO
index 32b39d928f..8269133699 100644
--- a/lldb-netbsd/TODO
+++ b/lldb-netbsd/TODO
@@ -1,5 +1,5 @@
Debugging to a file:
- log enable -STagnpstv -f /tmp/log.txt lldb all
+ log enable -STanpstv -f /tmp/log.txt lldb all
Debugging GDB remote protocol commands:
log enable gdb-remote packets
@@ -9,6 +9,7 @@ Debugging GDB remote protocol commands:
Debugging with gdb(1):
Start the server:
gdb --args lldb-server g *:1234 -- ./signal
+ gdb --args lldb-server g *:1234 -- /usr/bin/look
Start the client:
lldb
Home |
Main Index |
Thread Index |
Old Index