Merge "[libbacktrace] Modernize code to use override keyword" am: 9b1f1ee4cc
am: 280caf2e20
Change-Id: I018e4dc5e1d2703061d7813625e45107e2d3e8d1
This commit is contained in:
commit
0efc3585d6
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class UnwindStackOffline : public Backtrace {
|
|||
|
||||
bool Unwind(size_t num_ignore_frames, void* context) override;
|
||||
|
||||
std::string GetFunctionNameRaw(uint64_t pc, uint64_t* offset);
|
||||
std::string GetFunctionNameRaw(uint64_t pc, uint64_t* offset) override;
|
||||
|
||||
size_t Read(uint64_t addr, uint8_t* buffer, size_t bytes) override;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue