[libbacktrace] Modernize code to use override keyword
Generated by clang-tidy. Test: m checkbuild Change-Id: I4506a9624002250117148413ea6990749cc1a4da
This commit is contained in:
parent
dddf40a7f5
commit
13f2d18e30
|
@ -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…
Reference in New Issue