Searched refs:target_addr_t (Results 26 - 50 of 131) sorted by relevance

123456

/haiku/headers/private/debugger/controllers/
H A DThreadHandler.h50 status_t SetBreakpointAndRun(target_addr_t address);
72 target_addr_t address);
92 target_addr_t address);
105 target_addr_t address);
108 void _RunThread(target_addr_t instructionPointer);
110 target_addr_t instructionPointer);
121 bool _HasExitedFrame(target_addr_t framePointer)
132 target_addr_t fBreakpointAddress;
133 target_addr_t fSteppedOverFunctionAddress;
134 target_addr_t fPreviousInstructionPointe
[all...]
H A DTeamDebugger.h92 uint32 action, target_addr_t address);
94 virtual void SetBreakpointRequested(target_addr_t address,
104 virtual void ClearBreakpointRequested(target_addr_t address);
122 virtual void SetWatchpointRequested(target_addr_t address,
126 virtual void ClearWatchpointRequested(target_addr_t address);
130 virtual void InspectRequested(target_addr_t address,
132 virtual void MemoryWriteRequested(target_addr_t address,
205 void _HandleSetUserBreakpoint(target_addr_t address,
210 target_addr_t address);
214 void _HandleSetWatchpoint(target_addr_t addres
[all...]
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.h55 target_addr_t RelocationDelta() const
69 virtual AddressSectionType GetAddressSectionType(target_addr_t address);
79 target_addr_t address,
89 virtual ssize_t ReadCode(target_addr_t address, void* buffer,
120 target_addr_t instructionPointer,
121 target_addr_t lowPC,
162 target_addr_t fRelocationDelta;
163 target_addr_t fTextSectionStart;
164 target_addr_t fTextSectionEnd;
165 target_addr_t fPLTSectionStar
[all...]
H A DBasicFunctionDebugInfo.cpp12 SpecificImageDebugInfo* debugInfo, target_addr_t address,
38 target_addr_t
H A DDebuggerImageDebugInfo.h40 virtual AddressSectionType GetAddressSectionType(target_addr_t address);
49 target_addr_t address,
59 virtual ssize_t ReadCode(target_addr_t address, void* buffer,
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DWatchPromptWindow.h27 target_addr_t address, uint32 type,
34 target_addr_t address, uint32 type,
53 target_addr_t fInitialAddress;
57 target_addr_t fRequestedAddress;
/haiku/src/kits/debugger/model/
H A DImageInfo.cpp36 image_type type, target_addr_t textBase, target_size_t textSize,
37 target_addr_t dataBase, target_size_t dataSize)
53 image_type type, target_addr_t textBase, target_size_t textSize,
54 target_addr_t dataBase, target_size_t dataSize)
/haiku/headers/private/debugger/model/
H A DAreaInfo.h19 const BString& name, target_addr_t address,
24 const BString& name, target_addr_t address,
32 target_addr_t BaseAddress() const { return fAddress; }
43 target_addr_t fAddress;
H A DTeamMemoryBlock.h27 TeamMemoryBlock(target_addr_t baseAddress,
39 target_addr_t BaseAddress() const { return fBaseAddress; };
42 bool Contains(target_addr_t address) const;
58 target_addr_t fBaseAddress;
H A DStatement.h26 virtual bool ContainsAddress(target_addr_t address)
55 virtual bool ContainsAddress(target_addr_t address) const;
H A DDisassembledCode.h35 Statement* StatementAtAddress(target_addr_t address) const;
48 target_addr_t address, target_size_t size);
62 const target_addr_t* address,
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.h58 virtual status_t ReadValueFromMemory(target_addr_t address,
60 virtual status_t ReadValueFromMemory(target_addr_t addressSpace,
61 target_addr_t address, uint32 valueType,
68 target_addr_t address,
70 virtual status_t GetInstructionInfo(target_addr_t address,
73 target_addr_t instructionAddress,
75 target_addr_t& _targetAddress);
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.h43 virtual status_t InstallBreakpoint(target_addr_t address);
44 virtual status_t UninstallBreakpoint(target_addr_t address);
46 virtual status_t InstallWatchpoint(target_addr_t address,
48 virtual status_t UninstallWatchpoint(target_addr_t address);
76 virtual status_t GetMemoryProperties(target_addr_t address,
79 virtual ssize_t ReadMemory(target_addr_t address, void* buffer,
81 virtual ssize_t WriteMemory(target_addr_t address,
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.h34 virtual status_t InstallBreakpoint(target_addr_t address);
35 virtual status_t UninstallBreakpoint(target_addr_t address);
37 virtual status_t InstallWatchpoint(target_addr_t address,
39 virtual status_t UninstallWatchpoint(target_addr_t address);
67 virtual status_t GetMemoryProperties(target_addr_t address,
70 virtual ssize_t ReadMemory(target_addr_t address, void* buffer,
72 virtual ssize_t WriteMemory(target_addr_t address,
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.h59 virtual status_t ReadValueFromMemory(target_addr_t address,
61 virtual status_t ReadValueFromMemory(target_addr_t addressSpace,
62 target_addr_t address, uint32 valueType,
69 target_addr_t address,
71 virtual status_t GetInstructionInfo(target_addr_t address,
73 virtual status_t ResolvePICFunctionAddress(target_addr_t
76 target_addr_t& _targetAddress);
/haiku/src/kits/debugger/debug_managers/
H A DBreakpointManager.h32 target_addr_t address,
35 target_addr_t address,
/haiku/src/kits/debugger/settings/
H A DBreakpointSetting.h40 target_addr_t RelativeAddress() const
58 target_addr_t fRelativeAddress;
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliDumpStringCommand.cpp62 target_addr_t address;
72 target_addr_t offset = address;
/haiku/src/kits/debugger/dwarf/
H A DCfaContext.cpp34 CfaContext::SetLocation(target_addr_t targetLocation,
35 target_addr_t initialLocation)
91 CfaContext::SetLocation(target_addr_t location)
H A DCompilationUnit.h31 inline target_addr_t MaxAddress() const;
41 target_addr_t AddressRangeBase() const;
71 target_addr_t
/haiku/src/kits/debugger/types/
H A DTargetAddressRangeList.cpp59 target_addr_t
66 target_addr_t lowest = fRanges[0].Start();
87 TargetAddressRangeList::Contains(target_addr_t address) const
/haiku/headers/private/debugger/debug_info/
H A DImageDebugInfo.h53 AddressSectionType GetAddressSectionType(target_addr_t address)
58 FunctionInstance* FunctionAtAddress(target_addr_t address) const;
75 const target_addr_t* address,
/haiku/src/kits/debugger/arch/x86/disasm/
H A DDisassemblerX86.cpp68 DisassemblerX86::Init(target_addr_t address, const void* code, size_t codeSize)
97 DisassemblerX86::GetNextInstruction(BString& line, target_addr_t& _address,
122 DisassemblerX86::GetPreviousInstruction(target_addr_t nextAddress,
123 target_addr_t& _address, target_size_t& _size)
155 target_addr_t targetAddress = 0;
177 target_addr_t
188 target_addr_t targetAddress = 0;
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.h58 virtual status_t InstallBreakpoint(target_addr_t address) = 0;
59 virtual status_t UninstallBreakpoint(target_addr_t address) = 0;
61 virtual status_t InstallWatchpoint(target_addr_t address,
63 virtual status_t UninstallWatchpoint(target_addr_t address) = 0;
96 virtual status_t GetMemoryProperties(target_addr_t address,
99 virtual ssize_t ReadMemory(target_addr_t address, void* buffer,
101 virtual ssize_t WriteMemory(target_addr_t address,
/haiku/headers/private/debugger/arch/
H A DArchitecture.h100 virtual status_t ReadValueFromMemory(target_addr_t address,
103 virtual status_t ReadValueFromMemory(target_addr_t addressSpace,
104 target_addr_t address, uint32 valueType,
111 target_addr_t address,
113 virtual status_t GetInstructionInfo(target_addr_t address,
116 virtual status_t ResolvePICFunctionAddress(target_addr_t
119 target_addr_t& _targetAddress) = 0;

Completed in 110 milliseconds

123456