Searched defs:cpuState (Results 1 - 24 of 24) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Damd64-haiku-nat.c65 haiku_supply_registers(int reg, const debug_cpu_state *cpuState) argument
82 haiku_collect_registers(int reg, debug_cpu_state *cpuState) argument
H A Di386-haiku-nat.c56 haiku_supply_registers(int reg, const debug_cpu_state *cpuState) argument
73 haiku_collect_registers(int reg, debug_cpu_state *cpuState) argument
/haiku-fatelf/src/kits/debug/arch/x86/
H A Darch_debug_support.cpp23 debug_cpu_state cpuState; local
/haiku-fatelf/src/kits/debug/arch/x86_64/
H A Darch_debug_support.cpp24 debug_cpu_state cpuState; local
/haiku-fatelf/src/system/kernel/arch/arm/
H A Darch_user_debugger.cpp52 arch_set_debug_cpu_state(const debug_cpu_state *cpuState) argument
58 arch_get_debug_cpu_state(debug_cpu_state *cpuState) argument
64 arch_get_thread_debug_cpu_state(Thread *thread, debug_cpu_state *cpuState) argument
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_user_debugger.cpp68 arch_set_debug_cpu_state(const debug_cpu_state *cpuState) argument
74 arch_get_debug_cpu_state(debug_cpu_state *cpuState) argument
/haiku-fatelf/src/system/kernel/arch/mipsel/
H A Darch_user_debugger.cpp50 arch_set_debug_cpu_state(const debug_cpu_state* cpuState) argument
57 arch_get_debug_cpu_state(debug_cpu_state* cpuState) argument
64 arch_get_thread_debug_cpu_state(Thread* thread, debug_cpu_state* cpuState) argument
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_user_debugger.cpp46 arch_set_debug_cpu_state(const debug_cpu_state *cpuState) argument
52 arch_get_debug_cpu_state(debug_cpu_state *cpuState) argument
/haiku-fatelf/src/apps/debugger/jobs/
H A DResolveValueNodeJob.cpp23 ResolveValueNodeValueJob( DebuggerInterface* debuggerInterface, Architecture* architecture, CpuState* cpuState, TeamTypeInformation* typeInformation, ValueNodeContainer* container, ValueNode* valueNode) argument
/haiku-fatelf/src/apps/debugger/model/
H A DStackFrame.cpp22 StackFrame::StackFrame(stack_frame_type type, CpuState* cpuState, argument
/haiku-fatelf/src/apps/debugger/value/
H A DValueLoader.cpp20 ValueLoader(Architecture* architecture, TeamMemory* teamMemory, TeamTypeInformation* typeInformation, CpuState* cpuState) argument
/haiku-fatelf/src/kits/debug/
H A DDebugContext.cpp168 GetThreadCpuState(thread_id thread, debug_debugger_message* _messageCode, debug_cpu_state* cpuState) argument
H A Ddebug_support.cpp288 debug_get_cpu_state(debug_context *context, thread_id thread, debug_debugger_message *messageCode, debug_cpu_state *cpuState) argument
/haiku-fatelf/src/apps/debugger/arch/
H A DArchitecture.cpp95 CreateStackTrace(Team* team, ImageDebugInfoProvider* imageInfoProvider, CpuState* cpuState, StackTrace*& _stackTrace, target_addr_t returnFunctionAddress, int32 maxStackDepth, bool useExistingTrace, bool getFullFrameInfo) argument
[all...]
/haiku-fatelf/src/apps/debugger/debug_info/
H A DDebuggerImageDebugInfo.cpp69 CreateFrame(Image* image, FunctionInstance* functionInstance, CpuState* cpuState, bool getFullFrameInfo, target_addr_t returnFunctionAddress, StackFrame*& _previousFrame, CpuState*& _previousCpuState) argument
H A DDwarfImageDebugInfo.cpp177 UnwindTargetInterface(const Register* registers, int32 registerCount, RegisterMap* fromDwarfMap, RegisterMap* toDwarfMap, CpuState* cpuState, Architecture* architecture, TeamMemory* teamMemory) argument
523 CreateFrame(Image* image, FunctionInstance* functionInstance, CpuState* cpuState, bool getFullFrameInfo, target_addr_t returnFunctionAddress, StackFrame*& _frame, CpuState*& _previousCpuState) argument
/haiku-fatelf/src/apps/debugger/user_interface/gui/team_window/
H A DRegistersView.cpp98 void SetCpuState(CpuState* cpuState) argument
183 RegistersView::SetCpuState(CpuState* cpuState) argument
H A DTeamWindow.cpp671 TeamWindow::ValueNodeValueRequested(CpuState* cpuState, argument
1139 CpuState* cpuState = NULL; local
/haiku-fatelf/src/apps/debugger/controllers/
H A DThreadHandler.cpp117 CpuState* cpuState = event->GetCpuState(); local
216 CpuState* cpuState = fThread->GetCpuState(); local
396 _HandleThreadStopped(CpuState* cpuState, uint32 stoppedReason, const BString& stoppedReasonInfo) argument
411 _SetThreadState(uint32 state, CpuState* cpuState, uint32 stoppedReason, const BString& stoppedReasonInfo) argument
462 _DoStepOver(CpuState* cpuState) argument
556 _HandleBreakpointHitStep(CpuState* cpuState) argument
637 _HandleSingleStepStep(CpuState* cpuState) argument
[all...]
H A DTeamDebugger.cpp775 TeamDebugger::ValueNodeValueRequested(CpuState* cpuState, argument
/haiku-fatelf/src/system/kernel/arch/x86/
H A Darch_user_debugger.cpp75 get_iframe_registers(const iframe* frame, debug_cpu_state* cpuState) argument
114 set_iframe_registers(iframe* frame, const debug_cpu_state* cpuState) argument
142 get_iframe_registers(const iframe* frame, debug_cpu_state* cpuState) argument
167 set_iframe_registers(iframe* frame, const debug_cpu_state* cpuState) argument
687 arch_set_debug_cpu_state(const debug_cpu_state* cpuState) argument
714 arch_get_debug_cpu_state(debug_cpu_state* cpuState) argument
[all...]
/haiku-fatelf/src/apps/debugger/arch/x86_64/
H A DArchitectureX8664.cpp308 CpuStateX8664* cpuState = dynamic_cast<CpuStateX8664*>(previousCpuState); local
/haiku-fatelf/src/apps/debugger/arch/x86/
H A DArchitectureX86.cpp274 CpuStateX86* cpuState = dynamic_cast<CpuStateX86*>(_cpuState); local
418 CpuStateX86* cpuState local
[all...]
/haiku-fatelf/src/system/kernel/debug/
H A Duser_debugger.cpp1866 const debug_cpu_state &cpuState local
2776 cpu_status cpuState = disable_interrupts(); local

Completed in 238 milliseconds