diff options
author | Alex Langford <alangford@apple.com> | 2024-02-27 10:25:56 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-27 10:25:56 -0800 |
commit | 0ef66fcc858cc8abb978d83d48b3e7a8b23742c9 (patch) | |
tree | a9d7e44198b9b3161b2537b256bf0a52d91145be /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | 12df1cfdd130d8d2648881b62061153a2732bee4 (diff) | |
download | llvm-0ef66fcc858cc8abb978d83d48b3e7a8b23742c9.zip llvm-0ef66fcc858cc8abb978d83d48b3e7a8b23742c9.tar.gz llvm-0ef66fcc858cc8abb978d83d48b3e7a8b23742c9.tar.bz2 |
[lldb] Use CreateOptionParsingError in CommandObjectBreakpoint (#83086)
This updates the remaining SetOptionValue methods in
CommandObjectBreakpoint to use CreateOptionParsingError.
I found a few minor bugs that were fixed during this refactor (e.g.
using the wrong flag in an error message). That is one of the benefits
of centralizing error message creation.
I also found some option parsing code that is written incorrectly. I do
not make an attempt to update those here because this PR is primarily
about changing existing error handling code, not adding new error
handling code.
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
0 files changed, 0 insertions, 0 deletions