Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[lldb] Change SymbolContext::GetAddressRangeFromHereToEndLine to return Expected (NFC) #110718

Merged
merged 5 commits into from
Oct 8, 2024

Commits on Oct 1, 2024

  1. [lldb] Change SymbolContext::GetAddressRangeFromHereToEndLine to retu…

    …rn Expected (NFC)
    
    Signed-off-by: AbdAlRahman Gad <[email protected]>
    AbdAlRahmanGad committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b4afb0b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. [lldb] Change SymbolContext::GetAddressRangeFromHereToEndLine to retu…

    …rn llvm::Error (NFC)
    
    Signed-off-by: AbdAlRahman Gad <[email protected]>
    AbdAlRahmanGad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    afb115a View commit details
    Browse the repository at this point in the history
  2. use clang-format

    Signed-off-by: AbdAlRahman Gad <[email protected]>
    AbdAlRahmanGad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8cbe329 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    8a34b94 View commit details
    Browse the repository at this point in the history
  2. replace AppendErrorWithFormat with AppendErrorWithFormatv

    Signed-off-by: AbdAlRahman Gad <[email protected]>
    AbdAlRahmanGad committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1d8dc8d View commit details
    Browse the repository at this point in the history