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

12

/haiku/src/kits/debug/arch/x86/
H A Darch_debug_support.cpp23 debug_cpu_state cpuState; local
/haiku/src/kits/debug/arch/x86_64/
H A Darch_debug_support.cpp24 debug_cpu_state cpuState; local
/haiku/src/kits/debugger/jobs/
H A DWriteValueNodeJob.cpp23 WriteValueNodeValueJob( DebuggerInterface* debuggerInterface, Architecture* architecture, CpuState* cpuState, TeamTypeInformation* typeInformation, ValueNode* valueNode, Value* newValue) argument
H A DResolveValueNodeJob.cpp25 ResolveValueNodeValueJob( DebuggerInterface* debuggerInterface, Architecture* architecture, CpuState* cpuState, TeamTypeInformation* typeInformation, ValueNodeContainer* container, ValueNode* valueNode) argument
/haiku/src/kits/debug/arch/sparc/
H A Darch_debug_support.cpp24 debug_cpu_state cpuState; local
/haiku/src/kits/debug/arch/riscv64/
H A Darch_debug_support.cpp24 debug_cpu_state cpuState; local
/haiku/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
80 arch_get_thread_debug_cpu_state(Thread* thread, debug_cpu_state* cpuState) argument
/haiku/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
58 arch_get_thread_debug_cpu_state(Thread* thread, debug_cpu_state* cpuState) argument
/haiku/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/src/kits/debugger/value/
H A DValueWriter.cpp20 ValueWriter(Architecture* architecture, DebuggerInterface* interface, CpuState* cpuState, thread_id targetThread) argument
H A DValueLoader.cpp19 ValueLoader(Architecture* architecture, TeamMemory* teamMemory, CpuState* cpuState) argument
/haiku/src/system/kernel/arch/sparc/
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
58 arch_get_thread_debug_cpu_state(Thread* thread, debug_cpu_state* cpuState) argument
/haiku/src/system/kernel/arch/arm64/
H A Darch_user_debugger.cpp42 arch_set_debug_cpu_state(const debug_cpu_state *cpuState) argument
48 arch_get_debug_cpu_state(debug_cpu_state *cpuState) argument
54 arch_get_thread_debug_cpu_state(Thread *thread, debug_cpu_state *cpuState) argument
/haiku/src/system/kernel/arch/riscv64/
H A Darch_user_debugger.cpp46 arch_set_debug_cpu_state(const debug_cpu_state *cpuState) argument
87 arch_get_debug_cpu_state(debug_cpu_state *cpuState) argument
89 arch_get_thread_debug_cpu_state(thread_get_current_thread(), cpuState); local
94 arch_get_thread_debug_cpu_state(Thread* thread, debug_cpu_state* cpuState) argument
[all...]
/haiku/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/src/kits/debugger/debug_info/
H A DDebuggerImageDebugInfo.cpp79 CreateFrame(Image* image, FunctionInstance* functionInstance, CpuState* cpuState, bool getFullFrameInfo, ReturnValueInfoList* returnValueInfos, StackFrame*& _previousFrame, CpuState*& _previousCpuState) argument
/haiku/src/kits/debugger/arch/
H A DArchitecture.cpp97 CreateStackTrace(Team* team, ImageDebugInfoProvider* imageInfoProvider, CpuState* cpuState, StackTrace*& _stackTrace, ReturnValueInfoList* returnValueInfos, int32 maxStackDepth, bool useExistingTrace, bool getFullFrameInfo) argument
[all...]
/haiku/src/kits/debugger/model/
H A DStackFrame.cpp22 StackFrame::StackFrame(stack_frame_type type, CpuState* cpuState, argument
/haiku/src/apps/debugger/user_interface/gui/expression_eval_window/
H A DExpressionEvaluationWindow.cpp231 ExpressionEvaluationWindow::ValueNodeValueRequested(CpuState* cpuState, argument
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DRegistersView.cpp131 void SetCpuState(CpuState* cpuState) argument
257 RegistersView::SetCpuState(CpuState* cpuState) argument
/haiku/src/kits/debugger/controllers/
H A DThreadHandler.cpp160 CpuState* cpuState = event->GetCpuState(); local
318 CpuState* cpuState = fThread->GetCpuState(); local
509 _HandleThreadStopped(CpuState* cpuState, uint32 stoppedReason, const BString& stoppedReasonInfo) argument
544 _SetThreadState(uint32 state, CpuState* cpuState, uint32 stoppedReason, const BString& stoppedReasonInfo) argument
595 _DoStepOver(CpuState* cpuState) argument
690 _HandleBreakpointHitStep(CpuState* cpuState) argument
801 _HandleSingleStepStep(CpuState* cpuState) argument
893 _HandleBreakpointConditionIfNeeded(CpuState* cpuState) argument
[all...]
/haiku/src/system/kernel/arch/x86/
H A Darch_user_debugger.cpp79 get_iframe_registers(const iframe* frame, debug_cpu_state* cpuState) argument
120 set_iframe_registers(iframe* frame, const debug_cpu_state* cpuState) argument
148 get_iframe_registers(const iframe* frame, debug_cpu_state* cpuState) argument
173 set_iframe_registers(iframe* frame, const debug_cpu_state* cpuState) argument
202 get_cpu_state(Thread* thread, iframe* frame, debug_cpu_state* cpuState) argument
744 arch_set_debug_cpu_state(const debug_cpu_state* cpuState) argument
776 arch_get_debug_cpu_state(debug_cpu_state* cpuState) argument
779 get_cpu_state(thread_get_current_thread(), frame, cpuState); local
792 arch_get_thread_debug_cpu_state(Thread* thread, debug_cpu_state* cpuState) argument
[all...]
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.cpp360 CpuStateX86* cpuState = dynamic_cast<CpuStateX86*>(_cpuState); local
504 CpuStateX86* cpuState local
[all...]
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.cpp437 CpuStateX8664* cpuState = dynamic_cast<CpuStateX8664*>(_cpuState); local
581 CpuStateX8664* cpuState local
[all...]

Completed in 279 milliseconds

12