[all-commits] [llvm/llvm-project] 6672a4: [lldb/Commands] Fix, rename and document column nu...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Jan 23 12:34:30 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6672a4f5b64f6b5a17cba63b421fcf313003b5b8
https://github.com/llvm/llvm-project/commit/6672a4f5b64f6b5a17cba63b421fcf313003b5b8
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-23 (Thu, 23 Jan 2020)
Changed paths:
M lldb/include/lldb/lldb-enumerations.h
M lldb/source/Commands/CommandObjectBreakpoint.cpp
M lldb/source/Commands/Options.td
M lldb/source/Interpreter/CommandObject.cpp
A lldb/test/Shell/Commands/command-breakpoint-col.test
Log Message:
-----------
[lldb/Commands] Fix, rename and document column number arg to breakpoint set.
We were incorrectly parsing the -C argument to breakpoint set as the
column breakpoint, even though according to the help this should be the
breakpoint command. This fixes that by renaming the option to -u, adding
it to help, and adding a test case.
Differential revision: https://reviews.llvm.org/D73284
More information about the All-commits
mailing list