[all-commits] [llvm/llvm-project] d193a5: [lldb] Change breakpoint interfaces for error hand...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Jul 9 13:19:24 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d193a586c0b41192b031ce6a858bec0f855560ad
https://github.com/llvm/llvm-project/commit/d193a586c0b41192b031ce6a858bec0f855560ad
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2025-07-09 (Wed, 09 Jul 2025)
Changed paths:
M lldb/include/lldb/Breakpoint/BreakpointLocation.h
M lldb/source/API/SBBreakpointLocation.cpp
M lldb/source/Breakpoint/Breakpoint.cpp
M lldb/source/Breakpoint/BreakpointLocation.cpp
M lldb/source/Breakpoint/BreakpointLocationList.cpp
M lldb/source/Breakpoint/BreakpointResolverAddress.cpp
M lldb/source/Breakpoint/BreakpointSite.cpp
M lldb/source/Commands/CommandObjectBreakpoint.cpp
M lldb/source/Commands/CommandObjectProcess.cpp
Log Message:
-----------
[lldb] Change breakpoint interfaces for error handling (#146972)
This RP changes some Breakpoint-related interfaces to return errors. On
its own these improvements are small, but they encourage better error
handling going forward. There are a bunch of other candidates, but these
were the functions that I touched while working on #146602.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list