llvm-project
9d61eaa9 - [lldb] Make GetRowForFunctionOffset compatible with discontinuous functions (#133250)

Commit
262 days ago
[lldb] Make GetRowForFunctionOffset compatible with discontinuous functions (#133250) The function had special handling for -1, but that is incompatible with functions whose entry point is not the first address. Use std::nullopt instead.
Author
Parents
Loading