Bug#1032438: lldb-15: "man lldb-15" concatenated several lines to one
Askar Safin
safinaskar at gmail.com
Mon Mar 6 19:40:57 GMT 2023
Package: lldb-15
Version: 1:15.0.7-1
Severity: normal
X-Debbugs-Cc: safinaskar at gmail.com
Consider this fragment from "man lldb-15":
====
Passing one of the attach options causes lldb to immediately attach to the given process.
lldb -p <pid> lldb -n <process-name>
Passing --repl starts lldb in REPL mode.
lldb -r
Passing --core causes lldb to debug the core file.
lldb -c /path/to/core
Command options can be combined with these modes and cause lldb to run the specified commands before or after events, like loading the file or
crashing, in the order provided on the command line.
lldb -O 'settings set stop-disassembly-count 20' -o 'run' -o 'bt' lldb -S /source/before/file -s /source/after/file lldb -K /source/be‐
fore/crash -k /source/after/crash
====
As you can see, "lldb -p <pid> lldb -n <process-name>" is wrong. Two lines should be. Same for other lines.
See "lldb-15 --help" for correct text
-- System Information:
Debian Release: bookworm/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 5.10.0-0.deb9.20-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_WARN, TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to C.UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
Versions of packages lldb-15 depends on:
ii libc6 2.36-8
ii libclang-cpp15 1:15.0.7-1
ii libedit2 3.1-20221030-2
ii libgcc-s1 12.2.0-14
ii liblldb-15 1:15.0.7-1
ii libllvm15 1:15.0.7-1
ii libncurses6 6.4-2
ii libstdc++6 12.2.0-14
ii libtinfo6 6.4-2
ii libxml2 2.9.14+dfsg-1.1+b3
ii llvm-15-dev 1:15.0.7-1
ii python3-lldb-15 1:15.0.7-1
ii zlib1g 1:1.2.13.dfsg-1
lldb-15 recommends no packages.
lldb-15 suggests no packages.
-- no debconf information
More information about the Pkg-llvm-team
mailing list