-
Notifications
You must be signed in to change notification settings - Fork 14.9k
[LLDB][NativePDB] Create functions with mangled name #149701
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
Changes from 12 commits
70c954a
5cb50cc
d242da2
077dbc7
7642fdd
ebbe796
5847701
6c80008
b3b230b
19e75f3
cf5f2ce
15482a4
f65c12e
f2a0657
0fc03c2
c2cad1e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -140,6 +140,9 @@ class SymbolFileNativePDB : public SymbolFileCommon { | |
|
||
std::optional<PdbCompilandSymId> FindSymbolScope(PdbCompilandSymId id); | ||
|
||
std::optional<llvm::StringRef> FindMangledFunctionName(PdbCompilandSymId id); | ||
std::optional<llvm::StringRef> FindMangledSymbol(SegmentOffset so); | ||
|
||
|
||
void FindTypes(const lldb_private::TypeQuery &match, | ||
lldb_private::TypeResults &results) override; | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.