Home
last modified time | relevance | path

Searched refs:RemoteGet (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/unwinding/libbacktrace/
H A DUnwindStackMap.cpp51 std::unique_ptr<unwindstack::Regs> regs(unwindstack::Regs::RemoteGet(pid_)); in Build()
129 std::unique_ptr<unwindstack::Regs> regs(unwindstack::Regs::RemoteGet(pid_)); in GetFunctionName()
H A DUnwindStack.cpp186 regs.reset(unwindstack::Regs::RemoteGet(Tid())); in Unwind()
/aosp12/system/unwinding/libunwindstack/tests/
H A DUnwindTest.cpp273 std::unique_ptr<Regs> regs(Regs::RemoteGet(pid)); in TEST_F()
295 std::unique_ptr<Regs> regs(Regs::RemoteGet(pid)); in TEST_F()
333 std::unique_ptr<Regs> regs(Regs::RemoteGet(*pid)); in RemoteUnwind()
346 std::unique_ptr<Regs> regs(Regs::RemoteGet(*pid)); in RemoteUnwindFromPid()
430 std::unique_ptr<Regs> regs(Regs::RemoteGet(pid)); in RemoteThroughSignal()
/aosp12/system/unwinding/libunwindstack/tools/
H A Dunwind.cpp60 unwindstack::Regs* regs = unwindstack::Regs::RemoteGet(pid); in DoUnwind()
H A Dunwind_for_offline.cpp237 unwindstack::Regs* regs = unwindstack::Regs::RemoteGet(pid); in SaveData()
/aosp12/system/unwinding/libunwindstack/
H A DRegs.cpp46 Regs* Regs::RemoteGet(pid_t pid) { in RemoteGet() function in unwindstack::Regs
/aosp12/system/unwinding/libunwindstack/benchmarks/
H A Dremote_unwind_benchmarks.cpp124 std::unique_ptr<unwindstack::Regs> regs(unwindstack::Regs::RemoteGet(pid)); in RemoteUnwind()
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DRegs.h85 static Regs* RemoteGet(pid_t pid);
/aosp12/system/core/debuggerd/
H A Dcrash_dump.cpp519 info.registers.reset(unwindstack::Regs::RemoteGet(thread)); in main()