Searched defs:instructionPointer (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/apps/debugger/model/
H A DStackFrame.cpp22 StackFrame(stack_frame_type type, CpuState* cpuState, target_addr_t frameAddress, target_addr_t instructionPointer, StackFrameDebugInfo* debugInfo) argument
/haiku-fatelf/src/apps/debugger/arch/
H A DArchitecture.cpp125 target_addr_t instructionPointer = cpuState->InstructionPointer(); local
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dinterrupts.cpp178 void* instructionPointer = (void*)frame.eip; local
/haiku-fatelf/src/apps/debugger/controllers/
H A DThreadHandler.cpp118 target_addr_t instructionPointer = cpuState->InstructionPointer(); local
538 ThreadHandler::_RunThread(target_addr_t instructionPointer) argument
547 ThreadHandler::_SingleStepThread(target_addr_t instructionPointer) argument
/haiku-fatelf/src/apps/debugger/debug_info/
H A DDwarfStackFrameDebugInfo.cpp166 DwarfStackFrameDebugInfo(Architecture* architecture, image_id imageID, DwarfFile* file, CompilationUnit* compilationUnit, DIESubprogram* subprogramEntry, GlobalTypeLookup* typeLookup, GlobalTypeCache* typeCache, target_addr_t instructionPointer, target_addr_t framePointer, target_addr_t relocationDelta, DwarfTargetInterface* targetInterface, RegisterMap* fromDwarfRegisterMap) argument
H A DDwarfImageDebugInfo.cpp583 target_addr_t instructionPointer local
1016 _CreateLocalVariables(CompilationUnit* unit, StackFrame* frame, FunctionID* functionID, DwarfStackFrameDebugInfo& factory, target_addr_t instructionPointer, target_addr_t lowPC, const EntryListWrapper& variableEntries, const EntryListWrapper& blockEntries) argument
[all...]
H A DDwarfTypes.cpp136 DwarfTypeContext(Architecture* architecture, image_id imageID, DwarfFile* file, CompilationUnit* compilationUnit, DIESubprogram* subprogramEntry, target_addr_t instructionPointer, target_addr_t framePointer, target_addr_t relocationDelta, DwarfTargetInterface* targetInterface, RegisterMap* fromDwarfRegisterMap) argument
/haiku-fatelf/src/apps/debugger/dwarf/
H A DDwarfFile.cpp63 ExpressionEvaluationContext(DwarfFile* file, CompilationUnit* unit, uint8 addressSize, DIESubprogram* subprogramEntry, const DwarfTargetInterface* targetInterface, target_addr_t instructionPointer, target_addr_t objectPointer, bool hasObjectPointer, target_addr_t framePointer, target_addr_t relocationDelta) argument
743 EvaluateExpression(CompilationUnit* unit, uint8 addressSize, DIESubprogram* subprogramEntry, const void* expression, off_t expressionLength, const DwarfTargetInterface* targetInterface, target_addr_t instructionPointer, target_addr_t framePointer, target_addr_t valueToPush, bool pushValue, target_addr_t& _result) argument
762 ResolveLocation(CompilationUnit* unit, uint8 addressSize, DIESubprogram* subprogramEntry, const LocationDescription* location, const DwarfTargetInterface* targetInterface, target_addr_t instructionPointer, target_addr_t objectPointer, bool hasObjectPointer, target_addr_t framePointer, target_addr_t relocationDelta, ValueLocation& _result) argument
788 EvaluateConstantValue(CompilationUnit* unit, uint8 addressSize, DIESubprogram* subprogramEntry, const ConstantAttributeValue* value, const DwarfTargetInterface* targetInterface, target_addr_t instructionPointer, target_addr_t framePointer, BVariant& _result) argument
824 EvaluateDynamicValue(CompilationUnit* unit, uint8 addressSize, DIESubprogram* subprogramEntry, const DynamicAttributeValue* value, const DwarfTargetInterface* targetInterface, target_addr_t instructionPointer, target_addr_t framePointer, BVariant& _result, DIEType** _type) argument
2375 _GetLocationExpression(CompilationUnit* unit, const LocationDescription* location, target_addr_t instructionPointer, const void*& _expression, off_t& _length) const argument
[all...]

Completed in 87 milliseconds