llvm-project
9d61eaa9
- [lldb] Make GetRowForFunctionOffset compatible with discontinuous functions (#133250)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#133250 - [lldb] Make GetRowForFunctionOffset compatible with discontinuous functions
Author
labath
Parents
5c65a321
Loading