forked from OSchip/llvm-project
parent
8da15b501a
commit
3e0c0688e9
|
@ -63,7 +63,7 @@ namespace {
|
|||
class MockSession : public IPDBSession {
|
||||
uint64_t getLoadAddress() const override { return 0; }
|
||||
void setLoadAddress(uint64_t Address) override {}
|
||||
std::unique_ptr<PDBSymbolExe> getGlobalScope() const override {
|
||||
std::unique_ptr<PDBSymbolExe> getGlobalScope() override {
|
||||
return nullptr;
|
||||
}
|
||||
std::unique_ptr<PDBSymbol> getSymbolById(uint32_t SymbolId) const override {
|
||||
|
|
Loading…
Reference in New Issue