HomeSort by relevance Sort by last modified time
    Searched defs:UnwindLLDB (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/Process/Utility/
UnwindLLDB.h 1 //===-- UnwindLLDB.h --------------------------------------------*- C++ -*-===//
25 class UnwindLLDB : public lldb_private::Unwind
28 UnwindLLDB (lldb_private::Thread &thread);
31 ~UnwindLLDB() { }
90 SearchForSavedLocationForRegister (uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc, uint32_t starting_frame_num, bool pc_register);
118 // For UnwindLLDB only
120 DISALLOW_COPY_AND_ASSIGN (UnwindLLDB);
UnwindLLDB.cpp 1 //===-- UnwindLLDB.cpp -------------------------------------*- C++ -*-===//
20 #include "UnwindLLDB.h"
26 UnwindLLDB::UnwindLLDB (Thread &thread) :
34 UnwindLLDB::DoGetFrameCount()
70 UnwindLLDB::AddFirstFrame ()
105 UnwindLLDB::AddOneMoreFrame (ABI *abi)
213 UnwindLLDB::DoGetFrameInfoAtIndex (uint32_t idx, addr_t& cfa, addr_t& pc)
237 UnwindLLDB::DoCreateRegisterContextForFrame (StackFrame *frame)
271 UnwindLLDB::RegisterContextLLDBS
    [all...]

Completed in 40 milliseconds