HomeSort by relevance Sort by last modified time
    Searched refs:gnu_debugdata_interface_ (Results 1 - 5 of 5) sorted by null

  /system/core/libunwindstack/
Elf.cpp 60 gnu_debugdata_interface_.reset(nullptr);
76 gnu_debugdata_interface_.reset(CreateInterfaceFromMemory(gnu_debugdata_memory_.get()));
77 ElfInterface* gnu = gnu_debugdata_interface_.get();
91 gnu_debugdata_interface_.reset(nullptr);
107 (gnu_debugdata_interface_ && gnu_debugdata_interface_->GetFunctionName(
117 (gnu_debugdata_interface_ == nullptr ||
118 !gnu_debugdata_interface_->GetGlobalVariable(name, memory_address))) {
229 if (gnu_debugdata_interface_ != nullptr && gnu_debugdata_interface_->IsValidPc(pc))
    [all...]
ElfInterface.cpp 498 if (gnu_debugdata_interface_ != nullptr &&
499 gnu_debugdata_interface_->Step(pc, 0, regs, process_memory, finished)) {
509 } else if (gnu_debugdata_interface_ != nullptr) {
510 last_error_ = gnu_debugdata_interface_->last_error();
  /system/core/libunwindstack/include/unwindstack/
Elf.h 93 ElfInterface* gnu_debugdata_interface() { return gnu_debugdata_interface_.get(); }
122 std::unique_ptr<ElfInterface> gnu_debugdata_interface_; member in class:unwindstack::Elf
ElfInterface.h 77 void SetGnuDebugdataInterface(ElfInterface* interface) { gnu_debugdata_interface_ = interface; }
157 ElfInterface* gnu_debugdata_interface_ = nullptr; member in class:unwindstack::ElfInterface
  /system/core/libunwindstack/tests/
ElfFake.h 60 gnu_debugdata_interface_.reset(interface);

Completed in 218 milliseconds