[Lldb-commits] [PATCH] D126513: Add -b (--continue-to-breakpoint) option to the "process continue" command

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 8 10:44:20 PDT 2022


jingham updated this revision to Diff 435248.
jingham added a comment.

Fixed the option definition to specify this is a bkpt_id_list not a breakpoint id (since that's what it is now that we're using the breakpoint id list parser), and removed the verbiage that that made redundant.

Added one hopefully helpful comment.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126513/new/

https://reviews.llvm.org/D126513

Files:
  lldb/source/Commands/CommandObjectProcess.cpp
  lldb/source/Commands/Options.td
  lldb/test/API/commands/process/continue_to_bkpt/Makefile
  lldb/test/API/commands/process/continue_to_bkpt/TestContinueToBkpts.py
  lldb/test/API/commands/process/continue_to_bkpt/main.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126513.435248.patch
Type: text/x-patch
Size: 17863 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220608/bcadf74e/attachment-0001.bin>


More information about the lldb-commits mailing list