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][NFC] Remove DWARFASTParserClang as friend from SymbolFileDWARF #70157

Merged
merged 2 commits into from
Oct 25, 2023

Commits on Oct 25, 2023

  1. [LLDB][NFC] Remove DWARFASTParserClang as friend from SymbolFileDWARF

    This effectively moves a few functions from protected to public. In any case, for the sake of having a cleaner SymbolFileDWARF API, it's better if it's not a friend of a one of its consumers, DWARFASTParserClang.
    Another effect of this change is that I can use SymbolFileDWARF for the out-of-tree mojo dwarf parser, which relies on pretty much the same functions that DWARFASTParserClang needs from SymbolFileDWARF.
    walter-erquinigo committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    98c8087 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fda99a6 View commit details
    Browse the repository at this point in the history