Signed-off-by: Shivam Mittal <shivammittal99@gmail.com>
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Given that the SB API is stable I wonder if we should be proactive and have these new functions return SBError instead of a bool so that they can be extended if we ever to decide to return a useful error.
@JDevlieghere Sounds good! I'll make the changes and use that for any future additions.
lldb/include/lldb/API/SBBreakpoint.h | ||
---|---|---|
142 | I assume this is WIP code and we already told you that, but we can't expose the internal lldb_private::* classes (or their lldb::*SP typedef). So this needs to be replaced with SB API patches. | |
lldb/include/lldb/API/SBTarget.h | ||
69 | This should rather be a IsAlive function in SBProcess. |
clang-tidy: error: 'lldb/API/SBDefines.h' file not found [clang-diagnostic-error]
not useful