Debugger commands:
调试器命令:
apropos -- List debugger commands related to a word or subject.
Apple—列出与一个词或主题相关的调试器命令。
breakpoint -- Commands for operating on breakpoints (see 'help b' for shorthand.)
断点——在断点上操作的命令(请参阅“帮助B”)。
bugreport -- Commands for creating domain-specific bug reports.
BuGeReP-用于创建特定于域的错误报告的命令。
command -- Commands for managing custom LLDB commands.
命令——用于管理自定义LLDB命令的命令。
disassemble -- Disassemble specified instructions in the current target. Defaults to the current function for the current thread and stack frame.
拆卸-拆卸当前目标中的指定指令。默认为当前线程和堆栈帧的当前函数。
expression -- Evaluate an expression on the current thread. Displays any returned value with LLDB's default formatting.
表达式-评估当前线程上的表达式。用LLDB的默认格式显示任何返回值。
frame -- Commands for selecting and examing the current thread's stack frames.
框架——用于选择和检查当前线程堆栈帧的命令。
gdb-remote -- Connect to a process via remote GDB server. If no host is specifed, localhost is assumed.
GDB远程-通过远程GDB服务器连接到进程。如果没有指定主机,则假定本地主机。
gui -- Switch into the curses based GUI mode.
GUI——切换到基于诅咒的GUI模式。
help -- Show a list of all debugger commands, or give details about a specific command.
帮助——显示所有调试器命令的列表,或给出有关特定命令的详细信息。
kdp-remote -- Connect to a process via remote KDP server. If no UDP port is specified, port 41139 is assumed.
KDP远程-通过远程KDP服务器连接到进程。如果没有指定UDP端口,则假定端口41139。
language -- Commands specific to a source language.
语言——源语言特有的命令。
log -- Commands controlling LLDB internal logging.
记录LLDB内部日志记录的日志命令。
memory -- Commands for operating on memory in the current target process.
内存——在当前目标进程内存中操作的命令。
platform -- Commands to manage and create platforms.
平台——管理和创建平台的命令。
plugin -- Commands for managing LLDB plugins.
插件——管理LLDB插件的命令。
process -- Commands for interacting with processes on the current platform.
进程——与当前平台上的进程交互的命令。
quit -- Quit the LLDB debugger.
退出-退出LLDB调试器。
register -- Commands to access registers for the current thread and stack frame.
寄存器——用于访问当前线程和堆栈帧的寄存器的命令。
script -- Invoke the script interpreter with provided code and display any results. Start the interactive interpreter if no code is supplied.
脚本——用提供的代码调用脚本解释器并显示任何结果。如果没有提供代码,启动交互式解释器。
settings -- Commands for managing LLDB settings.
设置——管理LLDB设置的命令。
source -- Commands for examining source code described by debug information for the current target process.
源-用于检查当前目标进程的调试信息所描述的源代码的命令。
target -- Commands for operating on debugger targets.
目标——用于在调试器目标上运行的命令。
thread -- Commands for operating on one or more threads in the current process.
线程——用于在当前进程中的一个或多个线程上运行的命令。
type -- Commands for operating on the type system.
类型-用于在类型系统上运行的命令。
version -- Show the LLDB debugger version.
版本-显示LLDB调试器版本。
watchpoint -- Commands for operating on watchpoints.
监视点——在监视点上运行的命令。
Current command abbreviations (type 'help command alias' for more info):
当前命令缩略语(类型“帮助命令别名”以获取更多信息):
add-dsym -- Add a debug symbol file to one of the target's current modules by specifying a path to a debug symbols file, or using the options to specify a module to download symbols for.
add-dsym——通过指定调试符号文件的路径或使用选项指定要为其下载符号的模块,将调试符号文件添加到目标的当前模块之一。
attach -- Attach to process by ID or name.
附加-通过ID或名称附加到进程。
b -- Set a breakpoint using one of several shorthand formats.
用几个速记格式中的一个设置断点。
bt -- Show the current thread's call stack. Any numeric argument displays at most that many frames. The argument 'all' displays all threads.
BT——显示当前线程的调用堆栈。任何数值参数最多只能显示许多帧。参数“ALL”显示所有线程。
c -- Continue execution of all threads in the current process.
C -继续执行当前进程中的所有线程。
call -- Evaluate an expression on the current thread. Displays any returned value with LLDB's default formatting.
调用-评估当前线程上的表达式。用LLDB的默认格式显示任何返回值。
continue -- Continue execution of all threads in the current process.
继续-继续执行当前进程中的所有线程。
detach -- Detach from the current target process.
分离-从当前目标进程中分离。
di -- Disassemble specified instructions in the current target. Defaults to the current function for the current thread and stack frame.
D-在当前目标中分解指定的指令。默认为当前线程和堆栈帧的当前函数。
dis -- Disassemble specified instructions in the current target. Defaults to the current function for the current thread and stack frame.
DIS-在当前目标中拆卸指定的指令。默认为当前线程和堆栈帧的当前函数。
display -- Evaluate an expression at every stop (see 'help target stop-hook'.)
显示-在每一站上评估表达式(参见帮助目标停止钩子)。
down -- Select a newer stack frame. Defaults to moving one frame, a numeric argument can specify an arbitrary number.
选择一个较新的堆栈帧。默认为移动一个帧,数值参数可以指定任意数目。
env -- Shorthand for viewing and setting environment variables.
Env——用于查看和设置环境变量的速记。
exit -- Quit the LLDB debugger.
退出-退出LLDB调试器。
f -- Select the current stack frame by index from within the current thread (see 'thread backtrace'.)
F-从当前线程内选择索引当前堆栈帧(参见“线程回溯”)。
file -- Create a target using the argument as the main executable.
文件-使用参数作为主要可执行文件创建目标。
finish -- Finish executing the current stack frame and stop after returning. Defaults to current thread unless specified.
完成-完成当前堆栈帧并返回后停止。除非指定,否则默认为当前线程。
image -- Commands for accessing information for one or more target modules.
图像——用于访问一个或多个目标模块的信息的命令。
j -- Set the program counter to a new address.
将程序计数器设置为一个新的地址。
jump -- Set the program counter to a new address.
跳转-将程序计数器设置为新地址。
kill -- Terminate the current target process.
终止当前目标进程。
l -- List relevant source code using one of several shorthand formats.
L——使用几种速记格式中的一种来列出相关的源代码。
list -- List relevant source code using one of several shorthand formats.
列表——使用几种速记格式中的一种来列出相关的源代码。
n -- Source level single step, stepping over calls. Defaults to current thread unless specified.
源级单步,跳过调用。除非指定,否则默认为当前线程。
next -- Source level single step, stepping over calls. Defaults to current thread unless specified.
下一步--源级单步,跳过调用。除非指定,否则默认为当前线程。
nexti -- Instruction level single step, stepping over calls. Defaults to current thread unless specified.
NEXTI——指令级单步,跳过调用。除非指定,否则默认为当前线程。
ni -- Instruction level single step, stepping over calls. Defaults to current thread unless specified.
NI指令级单步,跳过呼叫。除非指定,否则默认为当前线程。
p -- Evaluate an expression on the current thread. Displays any returned value with LLDB's default formatting.
P-评估当前线程上的表达式。显示任何使用LLDB的默认格式返回值。
parray -- Evaluate an expression on the current thread. Displays any returned value with LLDB's default formatting.
PAREY-评估当前线程上的表达式。显示任何使用LLDB的默认格式返回值。
po -- Evaluate an expression on the current thread. Displays any returned value with formatting controlled by the type's author.
PO——评估当前线程上的表达式。显示任何返回值,并由类型的作者控制格式设置。
poarray -- Evaluate an expression on the current thread. Displays any returned value with LLDB's default formatting.
POARDATA——评估当前线程上的表达式。显示任何使用LLDB的默认格式返回值。
print -- Evaluate an expression on the current thread. Displays any returned value with LLDB's default formatting.
打印-评估当前线程上的表达式。显示任何使用LLDB的默认格式返回值。
q -- Quit the LLDB debugger.
Q-退出LLDB调试器。
r -- Launch the executable in the debugger.
R-启动调试器中的可执行文件。
rbreak -- Sets a breakpoint or set of breakpoints in the executable.
R破口——在可执行文件中设置断点或断点集。
repl -- Evaluate an expression on the current thread. Displays any returned value with LLDB's default formatting.
RepL--评估当前线程上的表达式。显示任何使用LLDB的默认格式返回值。
run -- Launch the executable in the debugger.
运行-在调试器中启动可执行文件。
s -- Source level single step, stepping into calls. Defaults to current thread unless specified.
S-源级单步,进入呼叫。默认为除非指定,当前线程。
si -- Instruction level single step, stepping into calls. Defaults to current thread unless specified.
SI指令级单步,进入呼叫。默认为除非指定,当前线程。
sif -- Step through the current block, stopping if you step directly into a function whose name matches the TargetFunctionName.
SIF——通过当前块,如果直接执行,则停止到一个名称与目标函数名匹配的函数。
step -- Source level single step, stepping into calls. Defaults to current thread unless specified.
步骤-源级单步,进入呼叫。默认为除非指定,当前线程。
stepi -- Instruction level single step, stepping into calls. Defaults to current thread unless specified.
指令级单步进入呼叫。默认为除非指定,当前线程。
t -- Change the currently selected thread.
更改当前选定的线程。
tbreak -- Set a one-shot breakpoint using one of several shorthand formats.
TBRACE——使用多个速记中的一个设置单点断点格式。
undisplay -- Stop displaying expression at every stop (specified by stop-hook index.)
不显示-停止在每个停止显示表达式(由停止钩子指定)索引)
up -- Select an older stack frame. Defaults to moving one frame, a numeric argument can specify an arbitrary number.
向上选择一个更大的堆栈帧。默认为移动一个帧,一个数值参数可以指定任意数目。
x -- Read from the memory of the current target process.
从当前目标进程的内存中读取。