调试器命令

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.

  从当前目标进程的内存中读取。

©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 202,802评论 5 476
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 85,109评论 2 379
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 149,683评论 0 335
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,458评论 1 273
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,452评论 5 364
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,505评论 1 281
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 37,901评论 3 395
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,550评论 0 256
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 40,763评论 1 296
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,556评论 2 319
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,629评论 1 329
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,330评论 4 318
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 38,898评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 29,897评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,140评论 1 259
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 42,807评论 2 349
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,339评论 2 342

推荐阅读更多精彩内容

  • //联系人:石虎QQ: 1224614774昵称:嗡嘛呢叭咪哄 一、概念 英文版:详细链接:点击跳转链接 Debu...
    石虎132阅读 513评论 1 4
  • XCode版本:9.2 (9C40b) apropos-- List debugger commands rela...
    Kasign阅读 886评论 0 0
  • 1.常用的命令 p-------返回值的类型以及命令结果的引用名po -----输出对应的值call ----ca...
    落寒z阅读 761评论 0 0
  • 我不愿说话 那会让我想起世俗的残酷 冬日后翻起血泪 生命也会失去弹性 哑巴在路口手舞足蹈 控诉着世界的暴行 我们未...
    傻小肆阅读 280评论 0 0
  • 【剽悍读书营作业】 今日剽悍晨读《让肾年轻20岁》,果然是福音。 男人最重要的就是肾,今天拿肾说事。 “肾为先天之...
    光年313阅读 305评论 13 10