[all-commits] [llvm/llvm-project] f1539b: BreakpointDummyOptionGroup was using g_breakpoint_...
jimingham via All-commits
all-commits at lists.llvm.org
Thu Nov 7 14:25:41 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f1539b9db39a59a5e50c065c39e491ba4f890377
https://github.com/llvm/llvm-project/commit/f1539b9db39a59a5e50c065c39e491ba4f890377
Author: Jim Ingham <jingham at apple.com>
Date: 2019-11-07 (Thu, 07 Nov 2019)
Changed paths:
M lldb/source/Commands/CommandObjectBreakpoint.cpp
A lldb/test/Shell/Breakpoint/Inputs/dummy-target.c
A lldb/test/Shell/Breakpoint/dummy-target.test
Log Message:
-----------
BreakpointDummyOptionGroup was using g_breakpoint_modify_options rather than g_breakpoint_dummy_options
causing the -D option for breakpoint set command to be incorrectly parsed.
Patch by Martin Svensson.
Differential Revision: https://reviews.llvm.org/D69425
More information about the All-commits
mailing list