[all-commits] [llvm/llvm-project] bae10a: Fix a bug with "process continue -b" when no break...
jimingham via All-commits
all-commits at lists.llvm.org
Wed Jun 22 12:18:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bae10a6bbb1ed6ba8185884e3239fe3556602dab
https://github.com/llvm/llvm-project/commit/bae10a6bbb1ed6ba8185884e3239fe3556602dab
Author: Jim Ingham <jingham at apple.com>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
M lldb/source/Commands/CommandObjectProcess.cpp
Log Message:
-----------
Fix a bug with "process continue -b" when no breakpoints are
passed. I was passing the empty list of breakponts to the
VerifyBreakpointList routine, but that treats empty as "choose
the default breakpoint" which we don't want here.
More information about the All-commits
mailing list