headers/private/debugger/arch/Architecture.h
100
virtual status_t ReadValueFromMemory(target_addr_t address,
headers/private/debugger/arch/Architecture.h
103
virtual status_t ReadValueFromMemory(target_addr_t addressSpace,
headers/private/debugger/arch/Architecture.h
104
target_addr_t address, uint32 valueType,
headers/private/debugger/arch/Architecture.h
111
target_addr_t address,
headers/private/debugger/arch/Architecture.h
113
virtual status_t GetInstructionInfo(target_addr_t address,
headers/private/debugger/arch/Architecture.h
116
virtual status_t ResolvePICFunctionAddress(target_addr_t
headers/private/debugger/arch/Architecture.h
119
target_addr_t& _targetAddress) = 0;
headers/private/debugger/arch/CpuState.h
29
virtual target_addr_t InstructionPointer() const = 0;
headers/private/debugger/arch/CpuState.h
31
target_addr_t address) = 0;
headers/private/debugger/arch/CpuState.h
33
virtual target_addr_t StackFramePointer() const = 0;
headers/private/debugger/arch/CpuState.h
34
virtual target_addr_t StackPointer() const = 0;
headers/private/debugger/controllers/TeamDebugger.h
104
virtual void ClearBreakpointRequested(target_addr_t address);
headers/private/debugger/controllers/TeamDebugger.h
122
virtual void SetWatchpointRequested(target_addr_t address,
headers/private/debugger/controllers/TeamDebugger.h
126
virtual void ClearWatchpointRequested(target_addr_t address);
headers/private/debugger/controllers/TeamDebugger.h
130
virtual void InspectRequested(target_addr_t address,
headers/private/debugger/controllers/TeamDebugger.h
132
virtual void MemoryWriteRequested(target_addr_t address,
headers/private/debugger/controllers/TeamDebugger.h
205
void _HandleSetUserBreakpoint(target_addr_t address,
headers/private/debugger/controllers/TeamDebugger.h
210
target_addr_t address);
headers/private/debugger/controllers/TeamDebugger.h
214
void _HandleSetWatchpoint(target_addr_t address,
headers/private/debugger/controllers/TeamDebugger.h
218
void _HandleClearWatchpoint( target_addr_t address);
headers/private/debugger/controllers/TeamDebugger.h
222
target_addr_t address,
headers/private/debugger/controllers/TeamDebugger.h
225
target_addr_t address, void* data,
headers/private/debugger/controllers/TeamDebugger.h
92
uint32 action, target_addr_t address);
headers/private/debugger/controllers/TeamDebugger.h
94
virtual void SetBreakpointRequested(target_addr_t address,
headers/private/debugger/controllers/ThreadHandler.h
105
target_addr_t address);
headers/private/debugger/controllers/ThreadHandler.h
108
void _RunThread(target_addr_t instructionPointer);
headers/private/debugger/controllers/ThreadHandler.h
110
target_addr_t instructionPointer);
headers/private/debugger/controllers/ThreadHandler.h
121
bool _HasExitedFrame(target_addr_t framePointer)
headers/private/debugger/controllers/ThreadHandler.h
132
target_addr_t fBreakpointAddress;
headers/private/debugger/controllers/ThreadHandler.h
133
target_addr_t fSteppedOverFunctionAddress;
headers/private/debugger/controllers/ThreadHandler.h
134
target_addr_t fPreviousInstructionPointer;
headers/private/debugger/controllers/ThreadHandler.h
135
target_addr_t fPreviousFrameAddress;
headers/private/debugger/controllers/ThreadHandler.h
50
status_t SetBreakpointAndRun(target_addr_t address);
headers/private/debugger/controllers/ThreadHandler.h
72
target_addr_t address);
headers/private/debugger/controllers/ThreadHandler.h
92
target_addr_t address);
headers/private/debugger/debug_info/FunctionDebugInfo.h
25
virtual target_addr_t Address() const = 0;
headers/private/debugger/debug_info/FunctionInstance.h
44
target_addr_t Address() const
headers/private/debugger/debug_info/ImageDebugInfo.h
53
AddressSectionType GetAddressSectionType(target_addr_t address)
headers/private/debugger/debug_info/ImageDebugInfo.h
58
FunctionInstance* FunctionAtAddress(target_addr_t address) const;
headers/private/debugger/debug_info/ImageDebugInfo.h
75
const target_addr_t* address,
headers/private/debugger/debug_info/SpecificImageDebugInfo.h
59
virtual AddressSectionType GetAddressSectionType(target_addr_t address)
headers/private/debugger/debug_info/SpecificImageDebugInfo.h
76
target_addr_t address,
headers/private/debugger/debug_info/SpecificImageDebugInfo.h
88
virtual ssize_t ReadCode(target_addr_t address, void* buffer,
headers/private/debugger/elf/ElfFile.h
28
target_addr_t loadAddress, uint32 flags,
headers/private/debugger/elf/ElfFile.h
37
target_addr_t LoadAddress() const
headers/private/debugger/elf/ElfFile.h
54
target_addr_t fLoadAddress;
headers/private/debugger/elf/ElfFile.h
64
uint64 fileSize, target_addr_t loadAddress,
headers/private/debugger/elf/ElfFile.h
71
target_addr_t LoadAddress() const { return fLoadAddress; }
headers/private/debugger/elf/ElfFile.h
80
target_addr_t fLoadAddress;
headers/private/debugger/model/AreaInfo.h
19
const BString& name, target_addr_t address,
headers/private/debugger/model/AreaInfo.h
24
const BString& name, target_addr_t address,
headers/private/debugger/model/AreaInfo.h
32
target_addr_t BaseAddress() const { return fAddress; }
headers/private/debugger/model/AreaInfo.h
43
target_addr_t fAddress;
headers/private/debugger/model/Breakpoint.h
22
Breakpoint(Image* image, target_addr_t address);
headers/private/debugger/model/Breakpoint.h
26
target_addr_t Address() const { return fAddress; }
headers/private/debugger/model/Breakpoint.h
53
const target_addr_t* address,
headers/private/debugger/model/Breakpoint.h
60
target_addr_t fAddress;
headers/private/debugger/model/DisassembledCode.h
35
Statement* StatementAtAddress(target_addr_t address) const;
headers/private/debugger/model/DisassembledCode.h
48
target_addr_t address, target_size_t size);
headers/private/debugger/model/DisassembledCode.h
62
const target_addr_t* address,
headers/private/debugger/model/Image.h
44
bool ContainsAddress(target_addr_t address) const;
headers/private/debugger/model/ImageInfo.h
20
target_addr_t textBase,
headers/private/debugger/model/ImageInfo.h
22
target_addr_t dataBase,
headers/private/debugger/model/ImageInfo.h
27
target_addr_t textBase,
headers/private/debugger/model/ImageInfo.h
29
target_addr_t dataBase,
headers/private/debugger/model/ImageInfo.h
37
target_addr_t TextBase() const { return fTextBase; }
headers/private/debugger/model/ImageInfo.h
39
target_addr_t DataBase() const { return fDataBase; }
headers/private/debugger/model/ImageInfo.h
47
target_addr_t fTextBase;
headers/private/debugger/model/ImageInfo.h
49
target_addr_t fDataBase;
headers/private/debugger/model/ReturnValueInfo.h
20
ReturnValueInfo(target_addr_t address,
headers/private/debugger/model/ReturnValueInfo.h
24
void SetTo(target_addr_t address, CpuState* state);
headers/private/debugger/model/ReturnValueInfo.h
26
target_addr_t SubroutineAddress() const
headers/private/debugger/model/ReturnValueInfo.h
31
target_addr_t fAddress;
headers/private/debugger/model/StackFrame.h
43
target_addr_t frameAddress,
headers/private/debugger/model/StackFrame.h
44
target_addr_t instructionPointer,
headers/private/debugger/model/StackFrame.h
52
target_addr_t FrameAddress() const { return fFrameAddress; }
headers/private/debugger/model/StackFrame.h
55
target_addr_t InstructionPointer() const
headers/private/debugger/model/StackFrame.h
62
target_addr_t ReturnAddress() const { return fReturnAddress; }
headers/private/debugger/model/StackFrame.h
63
void SetReturnAddress(target_addr_t address);
headers/private/debugger/model/StackFrame.h
97
target_addr_t fFrameAddress;
headers/private/debugger/model/StackFrame.h
98
target_addr_t fInstructionPointer;
headers/private/debugger/model/StackFrame.h
99
target_addr_t fReturnAddress;
headers/private/debugger/model/Statement.h
26
virtual bool ContainsAddress(target_addr_t address)
headers/private/debugger/model/Statement.h
55
virtual bool ContainsAddress(target_addr_t address) const;
headers/private/debugger/model/SymbolInfo.h
16
SymbolInfo(target_addr_t address,
headers/private/debugger/model/SymbolInfo.h
21
void SetTo(target_addr_t address, target_size_t size,
headers/private/debugger/model/SymbolInfo.h
24
target_addr_t Address() const { return fAddress; }
headers/private/debugger/model/SymbolInfo.h
30
target_addr_t fAddress;
headers/private/debugger/model/SyntheticPrimitiveType.h
31
target_addr_t objectAddress,
headers/private/debugger/model/Team.h
143
Image* ImageByAddress(target_addr_t address) const;
headers/private/debugger/model/Team.h
179
target_addr_t address) const;
headers/private/debugger/model/Team.h
203
target_addr_t address) const;
headers/private/debugger/model/Team.h
211
status_t GetStatementAtAddress(target_addr_t address,
headers/private/debugger/model/Team.h
275
void NotifyMemoryChanged(target_addr_t address,
headers/private/debugger/model/Team.h
461
target_addr_t address, target_size_t size);
headers/private/debugger/model/Team.h
463
target_addr_t GetTargetAddress() const
headers/private/debugger/model/Team.h
468
target_addr_t fTargetAddress;
headers/private/debugger/model/TeamMemory.h
23
virtual status_t GetMemoryProperties(target_addr_t baseAddress,
headers/private/debugger/model/TeamMemory.h
26
virtual ssize_t ReadMemory(target_addr_t address, void* buffer,
headers/private/debugger/model/TeamMemory.h
28
virtual status_t ReadMemoryString(target_addr_t address,
headers/private/debugger/model/TeamMemory.h
30
virtual ssize_t WriteMemory(target_addr_t address,
headers/private/debugger/model/TeamMemoryBlock.h
27
TeamMemoryBlock(target_addr_t baseAddress,
headers/private/debugger/model/TeamMemoryBlock.h
39
target_addr_t BaseAddress() const { return fBaseAddress; };
headers/private/debugger/model/TeamMemoryBlock.h
42
bool Contains(target_addr_t address) const;
headers/private/debugger/model/TeamMemoryBlock.h
58
target_addr_t fBaseAddress;
headers/private/debugger/model/Type.h
160
target_addr_t objectAddress,
headers/private/debugger/model/UserBreakpoint.h
31
target_addr_t relativeAddress);
headers/private/debugger/model/UserBreakpoint.h
40
target_addr_t RelativeAddress() const
headers/private/debugger/model/UserBreakpoint.h
50
target_addr_t fRelativeAddress;
headers/private/debugger/model/UserBreakpoint.h
59
target_addr_t address);
headers/private/debugger/model/UserBreakpoint.h
63
target_addr_t Address() const { return fAddress; }
headers/private/debugger/model/UserBreakpoint.h
69
target_addr_t fAddress;
headers/private/debugger/model/Watchpoint.h
17
Watchpoint(target_addr_t address, uint32 type,
headers/private/debugger/model/Watchpoint.h
21
target_addr_t Address() const { return fAddress; }
headers/private/debugger/model/Watchpoint.h
35
bool Contains(target_addr_t address) const;
headers/private/debugger/model/Watchpoint.h
40
const target_addr_t* address,
headers/private/debugger/model/Watchpoint.h
44
target_addr_t fAddress;
headers/private/debugger/types/TargetAddressRange.h
22
TargetAddressRange(target_addr_t start, target_size_t size)
headers/private/debugger/types/TargetAddressRange.h
39
target_addr_t Start() const
headers/private/debugger/types/TargetAddressRange.h
49
target_addr_t End() const
headers/private/debugger/types/TargetAddressRange.h
54
bool Contains(target_addr_t address) const
headers/private/debugger/types/TargetAddressRange.h
75
target_addr_t end = std::max(End(), other.End());
headers/private/debugger/types/TargetAddressRange.h
84
target_addr_t fStart;
headers/private/debugger/types/TargetAddressRangeList.h
25
inline bool AddRange(target_addr_t start,
headers/private/debugger/types/TargetAddressRangeList.h
31
target_addr_t LowestAddress() const;
headers/private/debugger/types/TargetAddressRangeList.h
34
bool Contains(target_addr_t address) const;
headers/private/debugger/types/TargetAddressRangeList.h
48
TargetAddressRangeList::AddRange(target_addr_t start, target_size_t size)
headers/private/debugger/types/ValueLocation.h
100
void SetToMemory(target_addr_t address)
headers/private/debugger/types/ValueLocation.h
30
target_addr_t address; // memory address
headers/private/debugger/user_interface/UserInterface.h
124
target_addr_t address = 0) = 0;
headers/private/debugger/user_interface/UserInterface.h
126
virtual void SetBreakpointRequested(target_addr_t address,
headers/private/debugger/user_interface/UserInterface.h
137
target_addr_t address) = 0;
headers/private/debugger/user_interface/UserInterface.h
156
virtual void SetWatchpointRequested(target_addr_t address,
headers/private/debugger/user_interface/UserInterface.h
163
target_addr_t address) = 0;
headers/private/debugger/user_interface/UserInterface.h
168
target_addr_t address,
headers/private/debugger/user_interface/UserInterface.h
171
target_addr_t address,
headers/private/debugger/user_interface/util/UiUtils.h
66
target_addr_t address, int32 itemSize,
src/apps/debugger/user_interface/cli/CliContext.cpp
299
SourceLanguage* language, target_addr_t& address)
src/apps/debugger/user_interface/cli/CliContext.cpp
335
CliContext::GetMemoryBlock(target_addr_t address, TeamMemoryBlock*& block)
src/apps/debugger/user_interface/cli/CliContext.h
86
SourceLanguage* language, target_addr_t& address);
src/apps/debugger/user_interface/cli/CliContext.h
88
status_t GetMemoryBlock(target_addr_t address,
src/apps/debugger/user_interface/cli/commands/CliDumpMemoryCommand.cpp
73
target_addr_t address;
src/apps/debugger/user_interface/cli/commands/CliDumpStringCommand.cpp
62
target_addr_t address;
src/apps/debugger/user_interface/cli/commands/CliDumpStringCommand.cpp
72
target_addr_t offset = address;
src/apps/debugger/user_interface/gui/inspector_window/InspectorWindow.cpp
256
target_addr_t address = 0;
src/apps/debugger/user_interface/gui/inspector_window/InspectorWindow.cpp
305
target_addr_t address = fCurrentBlock->BaseAddress();
src/apps/debugger/user_interface/gui/inspector_window/InspectorWindow.cpp
356
target_addr_t address;
src/apps/debugger/user_interface/gui/inspector_window/InspectorWindow.cpp
448
InspectorWindow::TargetAddressChanged(target_addr_t address)
src/apps/debugger/user_interface/gui/inspector_window/InspectorWindow.cpp
610
InspectorWindow::_SetToAddress(target_addr_t address)
src/apps/debugger/user_interface/gui/inspector_window/InspectorWindow.h
108
target_addr_t fCurrentAddress;
src/apps/debugger/user_interface/gui/inspector_window/InspectorWindow.h
58
virtual void TargetAddressChanged(target_addr_t address);
src/apps/debugger/user_interface/gui/inspector_window/InspectorWindow.h
82
void _SetToAddress(target_addr_t address);
src/apps/debugger/user_interface/gui/inspector_window/MemoryView.cpp
1071
target_addr_t address;
src/apps/debugger/user_interface/gui/inspector_window/MemoryView.cpp
199
target_addr_t lineAddress = fTargetBlock->BaseAddress() + startLine
src/apps/debugger/user_interface/gui/inspector_window/MemoryView.cpp
334
target_addr_t newAddress = fTargetAddress;
src/apps/debugger/user_interface/gui/inspector_window/MemoryView.cpp
335
target_addr_t maxAddress = fTargetBlock->BaseAddress()
src/apps/debugger/user_interface/gui/inspector_window/MemoryView.cpp
641
target_addr_t offset = fTargetAddress - fTargetBlock->BaseAddress();
src/apps/debugger/user_interface/gui/inspector_window/MemoryView.cpp
98
MemoryView::SetTargetAddress(TeamMemoryBlock* block, target_addr_t address)
src/apps/debugger/user_interface/gui/inspector_window/MemoryView.h
124
target_addr_t fTargetAddress;
src/apps/debugger/user_interface/gui/inspector_window/MemoryView.h
154
virtual void TargetAddressChanged(target_addr_t address)
src/apps/debugger/user_interface/gui/inspector_window/MemoryView.h
59
target_addr_t address);
src/apps/debugger/user_interface/gui/team_settings_window/ExceptionStopConfigView.cpp
126
target_addr_t address;
src/apps/debugger/user_interface/gui/team_settings_window/ExceptionStopConfigView.cpp
140
target_addr_t& _foundAddress) const
src/apps/debugger/user_interface/gui/team_settings_window/ExceptionStopConfigView.cpp
167
target_addr_t address;
src/apps/debugger/user_interface/gui/team_settings_window/ExceptionStopConfigView.h
40
target_addr_t& _foundAddress) const;
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
298
std::set<target_addr_t> functionAddresses;
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
312
target_addr_t address = instance->Address();
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1043
target_addr_t address = marker != NULL
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1997
target_addr_t address = statement->CoveringAddressRange().Start();
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2038
const char* text, uint32 what, target_addr_t address) const
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2118
target_addr_t address;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2322
SourceView::ScrollToAddress(target_addr_t address)
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
271
target_addr_t address,
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
275
target_addr_t Address() const { return fAddress; }
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
286
target_addr_t fAddress;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
395
target_addr_t address) const;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
587
target_addr_t address, UserBreakpoint* breakpoint)
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
700
target_addr_t ip = frame->InstructionPointer();
src/apps/debugger/user_interface/gui/team_window/SourceView.h
108
target_addr_t address, bool enabled) = 0;
src/apps/debugger/user_interface/gui/team_window/SourceView.h
110
target_addr_t address) = 0;
src/apps/debugger/user_interface/gui/team_window/SourceView.h
112
uint32 action, target_addr_t address) = 0;
src/apps/debugger/user_interface/gui/team_window/SourceView.h
51
bool ScrollToAddress(target_addr_t address);
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
483
target_addr_t address;
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
600
target_addr_t address;
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
955
TeamWindow::SetBreakpointRequested(target_addr_t address, bool enabled)
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
962
TeamWindow::ClearBreakpointRequested(target_addr_t address)
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
970
target_addr_t address)
src/apps/debugger/user_interface/gui/team_window/TeamWindow.h
127
virtual void SetBreakpointRequested(target_addr_t address,
src/apps/debugger/user_interface/gui/team_window/TeamWindow.h
130
target_addr_t address);
src/apps/debugger/user_interface/gui/team_window/TeamWindow.h
132
uint32 action, target_addr_t address);
src/apps/debugger/user_interface/gui/utility_windows/WatchPromptWindow.cpp
29
target_addr_t address, uint32 type, int32 length,
src/apps/debugger/user_interface/gui/utility_windows/WatchPromptWindow.cpp
72
WatchPromptWindow::Create(Architecture* architecture, target_addr_t address,
src/apps/debugger/user_interface/gui/utility_windows/WatchPromptWindow.h
27
target_addr_t address, uint32 type,
src/apps/debugger/user_interface/gui/utility_windows/WatchPromptWindow.h
34
target_addr_t address, uint32 type,
src/apps/debugger/user_interface/gui/utility_windows/WatchPromptWindow.h
53
target_addr_t fInitialAddress;
src/apps/debugger/user_interface/gui/utility_windows/WatchPromptWindow.h
57
target_addr_t fRequestedAddress;
src/kits/debugger/arch/Architecture.cpp
127
target_addr_t instructionPointer = cpuState->InstructionPointer();
src/kits/debugger/arch/InstructionInfo.cpp
21
InstructionInfo::InstructionInfo(target_addr_t address,
src/kits/debugger/arch/InstructionInfo.cpp
22
target_addr_t targetAddress, target_size_t size,
src/kits/debugger/arch/InstructionInfo.cpp
37
InstructionInfo::SetTo(target_addr_t address, target_addr_t targetAddress,
src/kits/debugger/arch/InstructionInfo.h
23
InstructionInfo(target_addr_t address,
src/kits/debugger/arch/InstructionInfo.h
24
target_addr_t targetAddress,
src/kits/debugger/arch/InstructionInfo.h
29
bool SetTo(target_addr_t address,
src/kits/debugger/arch/InstructionInfo.h
30
target_addr_t targetAddress,
src/kits/debugger/arch/InstructionInfo.h
36
target_addr_t Address() const { return fAddress; }
src/kits/debugger/arch/InstructionInfo.h
37
target_addr_t TargetAddress() const
src/kits/debugger/arch/InstructionInfo.h
48
target_addr_t fAddress;
src/kits/debugger/arch/InstructionInfo.h
49
target_addr_t fTargetAddress;
src/kits/debugger/arch/x86/ArchitectureX86.cpp
510
target_addr_t functionAddress = previousFunction->Address();
src/kits/debugger/arch/x86/ArchitectureX86.cpp
527
target_addr_t instructionAddress;
src/kits/debugger/arch/x86/ArchitectureX86.cpp
539
ArchitectureX86::ReadValueFromMemory(target_addr_t address, uint32 valueType,
src/kits/debugger/arch/x86/ArchitectureX86.cpp
595
ArchitectureX86::ReadValueFromMemory(target_addr_t addressSpace,
src/kits/debugger/arch/x86/ArchitectureX86.cpp
596
target_addr_t address, uint32 valueType, BVariant& _value) const
src/kits/debugger/arch/x86/ArchitectureX86.cpp
626
target_addr_t instructionAddress;
src/kits/debugger/arch/x86/ArchitectureX86.cpp
645
target_addr_t address, Statement*& _statement)
src/kits/debugger/arch/x86/ArchitectureX86.cpp
666
ArchitectureX86::GetInstructionInfo(target_addr_t address,
src/kits/debugger/arch/x86/ArchitectureX86.cpp
687
ArchitectureX86::ResolvePICFunctionAddress(target_addr_t instructionAddress,
src/kits/debugger/arch/x86/ArchitectureX86.cpp
688
CpuState* state, target_addr_t& _targetAddress)
src/kits/debugger/arch/x86/ArchitectureX86.cpp
698
target_addr_t subroutineAddress = info.TargetAddress();
src/kits/debugger/arch/x86/ArchitectureX86.h
58
virtual status_t ReadValueFromMemory(target_addr_t address,
src/kits/debugger/arch/x86/ArchitectureX86.h
60
virtual status_t ReadValueFromMemory(target_addr_t addressSpace,
src/kits/debugger/arch/x86/ArchitectureX86.h
61
target_addr_t address, uint32 valueType,
src/kits/debugger/arch/x86/ArchitectureX86.h
68
target_addr_t address,
src/kits/debugger/arch/x86/ArchitectureX86.h
70
virtual status_t GetInstructionInfo(target_addr_t address,
src/kits/debugger/arch/x86/ArchitectureX86.h
73
target_addr_t instructionAddress,
src/kits/debugger/arch/x86/ArchitectureX86.h
75
target_addr_t& _targetAddress);
src/kits/debugger/arch/x86/CpuStateX86.cpp
160
target_addr_t
src/kits/debugger/arch/x86/CpuStateX86.cpp
169
CpuStateX86::SetInstructionPointer(target_addr_t address)
src/kits/debugger/arch/x86/CpuStateX86.cpp
175
target_addr_t
src/kits/debugger/arch/x86/CpuStateX86.cpp
183
target_addr_t
src/kits/debugger/arch/x86/CpuStateX86.h
92
virtual target_addr_t InstructionPointer() const;
src/kits/debugger/arch/x86/CpuStateX86.h
93
virtual void SetInstructionPointer(target_addr_t address);
src/kits/debugger/arch/x86/CpuStateX86.h
95
virtual target_addr_t StackFramePointer() const;
src/kits/debugger/arch/x86/CpuStateX86.h
96
virtual target_addr_t StackPointer() const;
src/kits/debugger/arch/x86/disasm/DisassemblerX86.cpp
140
DisassemblerX86::GetPreviousInstruction(target_addr_t nextAddress,
src/kits/debugger/arch/x86/disasm/DisassemblerX86.cpp
141
target_addr_t& _address, target_size_t& _size)
src/kits/debugger/arch/x86/disasm/DisassemblerX86.cpp
157
target_addr_t address = fAddress + fZydisData->offset;
src/kits/debugger/arch/x86/disasm/DisassemblerX86.cpp
190
target_addr_t targetAddress = 0;
src/kits/debugger/arch/x86/disasm/DisassemblerX86.cpp
62
DisassemblerX86::Init(target_addr_t address, const void* code, size_t codeSize)
src/kits/debugger/arch/x86/disasm/DisassemblerX86.cpp
99
DisassemblerX86::GetNextInstruction(BString& line, target_addr_t& _address,
src/kits/debugger/arch/x86/disasm/DisassemblerX86.h
22
virtual status_t Init(target_addr_t address, const void* code,
src/kits/debugger/arch/x86/disasm/DisassemblerX86.h
26
target_addr_t& _address,
src/kits/debugger/arch/x86/disasm/DisassemblerX86.h
30
target_addr_t nextAddress,
src/kits/debugger/arch/x86/disasm/DisassemblerX86.h
31
target_addr_t& _address,
src/kits/debugger/arch/x86/disasm/DisassemblerX86.h
42
target_addr_t fAddress;
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
587
target_addr_t functionAddress = previousFunction->Address();
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
604
target_addr_t instructionAddress;
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
616
ArchitectureX8664::ReadValueFromMemory(target_addr_t address, uint32 valueType,
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
672
ArchitectureX8664::ReadValueFromMemory(target_addr_t addressSpace,
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
673
target_addr_t address, uint32 valueType, BVariant& _value) const
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
703
target_addr_t instructionAddress;
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
722
target_addr_t address, Statement*& _statement)
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
743
ArchitectureX8664::GetInstructionInfo(target_addr_t address,
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
764
ArchitectureX8664::ResolvePICFunctionAddress(target_addr_t instructionAddress,
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
765
CpuState* state, target_addr_t& _targetAddress)
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
767
target_addr_t previousIP = state->InstructionPointer();
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
786
target_addr_t subroutineAddress;
src/kits/debugger/arch/x86_64/ArchitectureX8664.h
59
virtual status_t ReadValueFromMemory(target_addr_t address,
src/kits/debugger/arch/x86_64/ArchitectureX8664.h
61
virtual status_t ReadValueFromMemory(target_addr_t addressSpace,
src/kits/debugger/arch/x86_64/ArchitectureX8664.h
62
target_addr_t address, uint32 valueType,
src/kits/debugger/arch/x86_64/ArchitectureX8664.h
69
target_addr_t address,
src/kits/debugger/arch/x86_64/ArchitectureX8664.h
71
virtual status_t GetInstructionInfo(target_addr_t address,
src/kits/debugger/arch/x86_64/ArchitectureX8664.h
73
virtual status_t ResolvePICFunctionAddress(target_addr_t
src/kits/debugger/arch/x86_64/ArchitectureX8664.h
76
target_addr_t& _targetAddress);
src/kits/debugger/arch/x86_64/CpuStateX8664.cpp
206
target_addr_t
src/kits/debugger/arch/x86_64/CpuStateX8664.cpp
215
CpuStateX8664::SetInstructionPointer(target_addr_t address)
src/kits/debugger/arch/x86_64/CpuStateX8664.cpp
221
target_addr_t
src/kits/debugger/arch/x86_64/CpuStateX8664.cpp
229
target_addr_t
src/kits/debugger/arch/x86_64/CpuStateX8664.h
118
virtual target_addr_t InstructionPointer() const;
src/kits/debugger/arch/x86_64/CpuStateX8664.h
119
virtual void SetInstructionPointer(target_addr_t address);
src/kits/debugger/arch/x86_64/CpuStateX8664.h
121
virtual target_addr_t StackFramePointer() const;
src/kits/debugger/arch/x86_64/CpuStateX8664.h
122
virtual target_addr_t StackPointer() const;
src/kits/debugger/arch/x86_64/disasm/DisassemblerX8664.cpp
108
DisassemblerX8664::GetNextInstruction(BString& line, target_addr_t& _address,
src/kits/debugger/arch/x86_64/disasm/DisassemblerX8664.cpp
119
target_addr_t address = fAddress + fZydisData->offset;
src/kits/debugger/arch/x86_64/disasm/DisassemblerX8664.cpp
148
DisassemblerX8664::GetPreviousInstruction(target_addr_t nextAddress,
src/kits/debugger/arch/x86_64/disasm/DisassemblerX8664.cpp
149
target_addr_t& _address, target_size_t& _size)
src/kits/debugger/arch/x86_64/disasm/DisassemblerX8664.cpp
165
target_addr_t address = fAddress + fZydisData->offset;
src/kits/debugger/arch/x86_64/disasm/DisassemblerX8664.cpp
187
target_addr_t address = fAddress + fZydisData->offset;
src/kits/debugger/arch/x86_64/disasm/DisassemblerX8664.cpp
198
target_addr_t targetAddress = 0;
src/kits/debugger/arch/x86_64/disasm/DisassemblerX8664.cpp
71
DisassemblerX8664::Init(target_addr_t address, const void* code, size_t codeSize)
src/kits/debugger/arch/x86_64/disasm/DisassemblerX8664.h
23
virtual status_t Init(target_addr_t address, const void* code,
src/kits/debugger/arch/x86_64/disasm/DisassemblerX8664.h
27
target_addr_t& _address,
src/kits/debugger/arch/x86_64/disasm/DisassemblerX8664.h
31
target_addr_t nextAddress,
src/kits/debugger/arch/x86_64/disasm/DisassemblerX8664.h
32
target_addr_t& _address,
src/kits/debugger/arch/x86_64/disasm/DisassemblerX8664.h
42
target_addr_t fAddress;
src/kits/debugger/controllers/DebugReportGenerator.cpp
347
target_addr_t textBase = info.TextBase();
src/kits/debugger/controllers/DebugReportGenerator.cpp
348
target_addr_t dataBase = info.DataBase();
src/kits/debugger/controllers/DebugReportGenerator.cpp
538
target_addr_t ip = frame->InstructionPointer();
src/kits/debugger/controllers/DebugReportGenerator.cpp
660
target_addr_t instructionPointer)
src/kits/debugger/controllers/DebugReportGenerator.cpp
739
CpuState* state, target_addr_t framePointer, uint8 stackDirection)
src/kits/debugger/controllers/DebugReportGenerator.cpp
741
target_addr_t startAddress;
src/kits/debugger/controllers/DebugReportGenerator.cpp
742
target_addr_t endAddress;
src/kits/debugger/controllers/DebugReportGenerator.h
76
target_addr_t instructionPointer);
src/kits/debugger/controllers/DebugReportGenerator.h
79
target_addr_t framePointer,
src/kits/debugger/controllers/TeamDebugger.cpp
1094
uint32 action, target_addr_t address)
src/kits/debugger/controllers/TeamDebugger.cpp
1104
TeamDebugger::SetBreakpointRequested(target_addr_t address, bool enabled,
src/kits/debugger/controllers/TeamDebugger.cpp
1156
TeamDebugger::ClearBreakpointRequested(target_addr_t address)
src/kits/debugger/controllers/TeamDebugger.cpp
1234
TeamDebugger::SetWatchpointRequested(target_addr_t address, uint32 type,
src/kits/debugger/controllers/TeamDebugger.cpp
1261
TeamDebugger::ClearWatchpointRequested(target_addr_t address)
src/kits/debugger/controllers/TeamDebugger.cpp
1282
TeamDebugger::InspectRequested(target_addr_t address,
src/kits/debugger/controllers/TeamDebugger.cpp
1293
TeamDebugger::MemoryWriteRequested(target_addr_t address, const void* data,
src/kits/debugger/controllers/TeamDebugger.cpp
1866
target_addr_t address;
src/kits/debugger/controllers/TeamDebugger.cpp
2036
TeamDebugger::_HandleSetUserBreakpoint(target_addr_t address, bool enabled,
src/kits/debugger/controllers/TeamDebugger.cpp
2092
target_addr_t relativeAddress = address - functionInstance->Address();
src/kits/debugger/controllers/TeamDebugger.cpp
2126
target_addr_t instanceAddress = 0;
src/kits/debugger/controllers/TeamDebugger.cpp
2189
TeamDebugger::_HandleClearUserBreakpoint(target_addr_t address)
src/kits/debugger/controllers/TeamDebugger.cpp
2217
TeamDebugger::_HandleSetWatchpoint(target_addr_t address, uint32 type,
src/kits/debugger/controllers/TeamDebugger.cpp
2244
TeamDebugger::_HandleClearWatchpoint(target_addr_t address)
src/kits/debugger/controllers/TeamDebugger.cpp
2270
TeamDebugger::_HandleInspectAddress(target_addr_t address,
src/kits/debugger/controllers/TeamDebugger.cpp
2311
TeamDebugger::_HandleWriteMemory(target_addr_t address, void* data,
src/kits/debugger/controllers/TeamDebugger.cpp
577
target_addr_t address;
src/kits/debugger/controllers/TeamDebugger.cpp
787
target_addr_t address;
src/kits/debugger/controllers/TeamDebugger.cpp
797
target_addr_t address;
src/kits/debugger/controllers/ThreadHandler.cpp
1025
ThreadHandler::_HasExitedFrame(target_addr_t framePointer) const
src/kits/debugger/controllers/ThreadHandler.cpp
122
ThreadHandler::SetBreakpointAndRun(target_addr_t address)
src/kits/debugger/controllers/ThreadHandler.cpp
161
target_addr_t instructionPointer = cpuState->InstructionPointer();
src/kits/debugger/controllers/ThreadHandler.cpp
265
target_addr_t address = 0;
src/kits/debugger/controllers/ThreadHandler.cpp
267
address = (target_addr_t)handlerInfo.sa_sigaction;
src/kits/debugger/controllers/ThreadHandler.cpp
269
address = (target_addr_t)handlerInfo.sa_handler;
src/kits/debugger/controllers/ThreadHandler.cpp
271
if (address == (target_addr_t)SIG_DFL
src/kits/debugger/controllers/ThreadHandler.cpp
272
|| address == (target_addr_t)SIG_IGN
src/kits/debugger/controllers/ThreadHandler.cpp
273
|| address == (target_addr_t)SIG_HOLD) {
src/kits/debugger/controllers/ThreadHandler.cpp
303
ThreadHandler::HandleThreadAction(uint32 action, target_addr_t address)
src/kits/debugger/controllers/ThreadHandler.cpp
381
target_addr_t frameIP = frame->GetCpuState()->InstructionPointer();
src/kits/debugger/controllers/ThreadHandler.cpp
524
ThreadHandler::_HandleSetAddress(CpuState* state, target_addr_t address)
src/kits/debugger/controllers/ThreadHandler.cpp
631
ThreadHandler::_InstallTemporaryBreakpoint(target_addr_t address)
src/kits/debugger/controllers/ThreadHandler.cpp
672
ThreadHandler::_RunThread(target_addr_t instructionPointer)
src/kits/debugger/controllers/ThreadHandler.cpp
681
ThreadHandler::_SingleStepThread(target_addr_t instructionPointer)
src/kits/debugger/debug_info/BasicFunctionDebugInfo.cpp
12
SpecificImageDebugInfo* debugInfo, target_addr_t address,
src/kits/debugger/debug_info/BasicFunctionDebugInfo.cpp
38
target_addr_t
src/kits/debugger/debug_info/BasicFunctionDebugInfo.h
17
target_addr_t address,
src/kits/debugger/debug_info/BasicFunctionDebugInfo.h
24
virtual target_addr_t Address() const;
src/kits/debugger/debug_info/BasicFunctionDebugInfo.h
37
target_addr_t fAddress;
src/kits/debugger/debug_info/DebuggerImageDebugInfo.cpp
114
DebuggerImageDebugInfo::ReadCode(target_addr_t address, void* buffer,
src/kits/debugger/debug_info/DebuggerImageDebugInfo.cpp
72
DebuggerImageDebugInfo::GetAddressSectionType(target_addr_t address)
src/kits/debugger/debug_info/DebuggerImageDebugInfo.cpp
90
target_addr_t address, Statement*& _statement)
src/kits/debugger/debug_info/DebuggerImageDebugInfo.h
40
virtual AddressSectionType GetAddressSectionType(target_addr_t address);
src/kits/debugger/debug_info/DebuggerImageDebugInfo.h
49
target_addr_t address,
src/kits/debugger/debug_info/DebuggerImageDebugInfo.h
59
virtual ssize_t ReadCode(target_addr_t address, void* buffer,
src/kits/debugger/debug_info/DwarfFunctionDebugInfo.cpp
53
target_addr_t
src/kits/debugger/debug_info/DwarfFunctionDebugInfo.h
33
virtual target_addr_t Address() const;
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1025
target_addr_t statementAddress = 0;
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1037
target_addr_t endAddress = state.address;
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1096
DwarfStackFrameDebugInfo& factory, target_addr_t instructionPointer,
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1097
target_addr_t lowPC, const EntryListWrapper& variableEntries,
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1177
target_addr_t subroutineAddress = valueInfo->SubroutineAddress();
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
136
virtual bool ReadMemory(target_addr_t address, void* buffer,
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1393
target_addr_t lowPC = subprogramEntry->LowPC();
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1394
target_addr_t highPC = subprogramEntry->HighPC();
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
143
virtual bool ReadValueFromMemory(target_addr_t address,
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
150
virtual bool ReadValueFromMemory(target_addr_t addressSpace,
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
151
target_addr_t address, uint32 valueType, BVariant& _value) const
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
572
DwarfImageDebugInfo::GetAddressSectionType(target_addr_t address)
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
645
target_addr_t instructionPointer
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
647
target_addr_t framePointer;
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
757
target_addr_t address, Statement*& _statement)
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
811
target_addr_t statementAddress = 0;
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
821
target_addr_t endAddress = state.address;
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
861
target_addr_t functionStartAddress = function->Address() - fRelocationDelta;
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
862
target_addr_t functionEndAddress = functionStartAddress + function->Size();
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
891
target_addr_t statementAddress = 0;
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
899
target_addr_t endAddress = state.address;
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
982
DwarfImageDebugInfo::ReadCode(target_addr_t address, void* buffer, size_t size)
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
984
target_addr_t offset = address - fRelocationDelta
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
120
target_addr_t instructionPointer,
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
121
target_addr_t lowPC,
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
162
target_addr_t fRelocationDelta;
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
163
target_addr_t fTextSectionStart;
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
164
target_addr_t fTextSectionEnd;
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
165
target_addr_t fPLTSectionStart;
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
166
target_addr_t fPLTSectionEnd;
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
55
target_addr_t RelocationDelta() const
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
69
virtual AddressSectionType GetAddressSectionType(target_addr_t address);
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
79
target_addr_t address,
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
89
virtual ssize_t ReadCode(target_addr_t address, void* buffer,
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
169
GlobalTypeCache* typeCache, target_addr_t instructionPointer,
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
170
target_addr_t framePointer, target_addr_t relocationDelta,
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.h
44
target_addr_t instructionPointer,
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.h
45
target_addr_t framePointer,
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.h
46
target_addr_t relocationDelta,
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
256
virtual status_t ResolveObjectDataLocation(target_addr_t objectAddress,
src/kits/debugger/debug_info/DwarfTypes.cpp
138
DIESubprogram* subprogramEntry, target_addr_t instructionPointer,
src/kits/debugger/debug_info/DwarfTypes.cpp
139
target_addr_t framePointer, target_addr_t relocationDelta,
src/kits/debugger/debug_info/DwarfTypes.cpp
360
DwarfType::ResolveObjectDataLocation(target_addr_t objectAddress,
src/kits/debugger/debug_info/DwarfTypes.cpp
381
const LocationDescription* description, target_addr_t objectAddress,
src/kits/debugger/debug_info/DwarfTypes.cpp
793
target_addr_t byteSize;
src/kits/debugger/debug_info/DwarfTypes.h
128
target_addr_t objectAddress,
src/kits/debugger/debug_info/DwarfTypes.h
141
target_addr_t objectAddress,
src/kits/debugger/debug_info/DwarfTypes.h
57
target_addr_t instructionPointer,
src/kits/debugger/debug_info/DwarfTypes.h
58
target_addr_t framePointer,
src/kits/debugger/debug_info/DwarfTypes.h
59
target_addr_t relocationDelta,
src/kits/debugger/debug_info/DwarfTypes.h
74
target_addr_t InstructionPointer() const
src/kits/debugger/debug_info/DwarfTypes.h
76
target_addr_t FramePointer() const
src/kits/debugger/debug_info/DwarfTypes.h
78
target_addr_t RelocationDelta() const
src/kits/debugger/debug_info/DwarfTypes.h
93
target_addr_t fInstructionPointer;
src/kits/debugger/debug_info/DwarfTypes.h
94
target_addr_t fFramePointer;
src/kits/debugger/debug_info/DwarfTypes.h
95
target_addr_t fRelocationDelta;
src/kits/debugger/debug_info/ImageDebugInfo.cpp
129
ImageDebugInfo::GetAddressSectionType(target_addr_t address) const
src/kits/debugger/debug_info/ImageDebugInfo.cpp
158
ImageDebugInfo::FunctionAtAddress(target_addr_t address) const
src/kits/debugger/debug_info/ImageDebugInfo.cpp
204
ImageDebugInfo::_CompareAddressFunction(const target_addr_t* address,
src/kits/debugger/debug_managers/BreakpointManager.cpp
232
BreakpointManager::InstallTemporaryBreakpoint(target_addr_t address,
src/kits/debugger/debug_managers/BreakpointManager.cpp
285
BreakpointManager::UninstallTemporaryBreakpoint(target_addr_t address,
src/kits/debugger/debug_managers/BreakpointManager.cpp
393
target_addr_t relativeAddress
src/kits/debugger/debug_managers/BreakpointManager.cpp
404
target_addr_t instanceAddress = 0;
src/kits/debugger/debug_managers/BreakpointManager.cpp
445
target_addr_t address = instance->Address();
src/kits/debugger/debug_managers/BreakpointManager.cpp
77
target_addr_t address = instance->Address();
src/kits/debugger/debug_managers/BreakpointManager.h
32
target_addr_t address,
src/kits/debugger/debug_managers/BreakpointManager.h
35
target_addr_t address,
src/kits/debugger/debug_managers/TeamMemoryBlockManager.cpp
121
TeamMemoryBlockManager::GetMemoryBlock(target_addr_t address)
src/kits/debugger/debug_managers/TeamMemoryBlockManager.cpp
178
TeamMemoryBlockManager::_MarkDeadBlock(target_addr_t address)
src/kits/debugger/debug_managers/TeamMemoryBlockManager.cpp
18
target_addr_t address;
src/kits/debugger/debug_managers/TeamMemoryBlockManager.cpp
190
TeamMemoryBlockManager::_RemoveBlock(target_addr_t address)
src/kits/debugger/debug_managers/TeamMemoryBlockManager.cpp
20
Key(target_addr_t address)
src/kits/debugger/debug_managers/TeamMemoryBlockManager.h
29
TeamMemoryBlock* GetMemoryBlock(target_addr_t address);
src/kits/debugger/debug_managers/TeamMemoryBlockManager.h
40
void _MarkDeadBlock(target_addr_t address);
src/kits/debugger/debug_managers/TeamMemoryBlockManager.h
41
void _RemoveBlock(target_addr_t address);
src/kits/debugger/debugger_interface/DebugEvent.cpp
72
target_addr_t message)
src/kits/debugger/debugger_interface/DebugEvent.h
73
thread_id thread, target_addr_t message);
src/kits/debugger/debugger_interface/DebugEvent.h
75
target_addr_t Message() const { return fMessage; }
src/kits/debugger/debugger_interface/DebugEvent.h
78
target_addr_t fMessage;
src/kits/debugger/debugger_interface/DebuggerInterface.h
101
virtual ssize_t WriteMemory(target_addr_t address,
src/kits/debugger/debugger_interface/DebuggerInterface.h
58
virtual status_t InstallBreakpoint(target_addr_t address) = 0;
src/kits/debugger/debugger_interface/DebuggerInterface.h
59
virtual status_t UninstallBreakpoint(target_addr_t address) = 0;
src/kits/debugger/debugger_interface/DebuggerInterface.h
61
virtual status_t InstallWatchpoint(target_addr_t address,
src/kits/debugger/debugger_interface/DebuggerInterface.h
63
virtual status_t UninstallWatchpoint(target_addr_t address) = 0;
src/kits/debugger/debugger_interface/DebuggerInterface.h
96
virtual status_t GetMemoryProperties(target_addr_t address,
src/kits/debugger/debugger_interface/DebuggerInterface.h
99
virtual ssize_t ReadMemory(target_addr_t address, void* buffer,
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.cpp
137
CoreFileDebuggerInterface::InstallBreakpoint(target_addr_t address)
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.cpp
144
CoreFileDebuggerInterface::UninstallBreakpoint(target_addr_t address)
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.cpp
151
CoreFileDebuggerInterface::InstallWatchpoint(target_addr_t address, uint32 type,
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.cpp
159
CoreFileDebuggerInterface::UninstallWatchpoint(target_addr_t address)
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.cpp
329
CoreFileDebuggerInterface::GetMemoryProperties(target_addr_t address,
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.cpp
344
CoreFileDebuggerInterface::ReadMemory(target_addr_t address, void* _buffer,
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.cpp
382
CoreFileDebuggerInterface::WriteMemory(target_addr_t address, void* buffer,
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.h
43
virtual status_t InstallBreakpoint(target_addr_t address);
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.h
44
virtual status_t UninstallBreakpoint(target_addr_t address);
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.h
46
virtual status_t InstallWatchpoint(target_addr_t address,
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.h
48
virtual status_t UninstallWatchpoint(target_addr_t address);
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.h
76
virtual status_t GetMemoryProperties(target_addr_t address,
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.h
79
virtual ssize_t ReadMemory(target_addr_t address, void* buffer,
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.h
81
virtual ssize_t WriteMemory(target_addr_t address,
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
435
LocalDebuggerInterface::InstallBreakpoint(target_addr_t address)
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
453
LocalDebuggerInterface::UninstallBreakpoint(target_addr_t address)
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
464
LocalDebuggerInterface::InstallWatchpoint(target_addr_t address, uint32 type,
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
485
LocalDebuggerInterface::UninstallWatchpoint(target_addr_t address)
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
635
(target_addr_t)(addr_t)address, size, type, name);
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
672
info.SetTo((target_addr_t)(addr_t)foundAddress, foundSize, foundType,
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
762
LocalDebuggerInterface::GetMemoryProperties(target_addr_t address,
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
771
LocalDebuggerInterface::ReadMemory(target_addr_t address, void* buffer, size_t size)
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
781
LocalDebuggerInterface::WriteMemory(target_addr_t address, void* buffer,
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
806
(target_addr_t)message.debugger_call.message);
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.h
34
virtual status_t InstallBreakpoint(target_addr_t address);
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.h
35
virtual status_t UninstallBreakpoint(target_addr_t address);
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.h
37
virtual status_t InstallWatchpoint(target_addr_t address,
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.h
39
virtual status_t UninstallWatchpoint(target_addr_t address);
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.h
67
virtual status_t GetMemoryProperties(target_addr_t address,
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.h
70
virtual ssize_t ReadMemory(target_addr_t address, void* buffer,
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.h
72
virtual ssize_t WriteMemory(target_addr_t address,
src/kits/debugger/debugger_interface/remote/RemoteDebugRequest.cpp
164
RemoteDebugReadMemoryRequest::SetTo(target_addr_t address, target_size_t size)
src/kits/debugger/debugger_interface/remote/RemoteDebugRequest.cpp
224
RemoteDebugWriteMemoryRequest::SetTo(target_addr_t address, const void* data,
src/kits/debugger/debugger_interface/remote/RemoteDebugRequest.cpp
628
RemoteDebugAddressActionRequest::SetTo(target_addr_t address)
src/kits/debugger/debugger_interface/remote/RemoteDebugRequest.cpp
712
RemoteDebugInstallWatchpointRequest::SetTo(target_addr_t address, uint32 type,
src/kits/debugger/debugger_interface/remote/RemoteDebugRequest.h
120
void SetTo(target_addr_t address,
src/kits/debugger/debugger_interface/remote/RemoteDebugRequest.h
123
target_addr_t Address() const { return fAddress; }
src/kits/debugger/debugger_interface/remote/RemoteDebugRequest.h
135
target_addr_t fAddress;
src/kits/debugger/debugger_interface/remote/RemoteDebugRequest.h
145
status_t SetTo(target_addr_t address,
src/kits/debugger/debugger_interface/remote/RemoteDebugRequest.h
148
target_addr_t Address() const { return fAddress; }
src/kits/debugger/debugger_interface/remote/RemoteDebugRequest.h
161
target_addr_t fAddress;
src/kits/debugger/debugger_interface/remote/RemoteDebugRequest.h
306
void SetTo(target_addr_t address);
src/kits/debugger/debugger_interface/remote/RemoteDebugRequest.h
308
target_addr_t Address() const { return fAddress; }
src/kits/debugger/debugger_interface/remote/RemoteDebugRequest.h
317
target_addr_t fAddress;
src/kits/debugger/debugger_interface/remote/RemoteDebugRequest.h
346
void SetTo(target_addr_t address, uint32 type,
src/kits/debugger/debugger_interface/remote/RemoteDebugRequest.h
349
target_addr_t Address() const { return fAddress; }
src/kits/debugger/debugger_interface/remote/RemoteDebugRequest.h
362
target_addr_t fAddress;
src/kits/debugger/dwarf/AttributeValue.h
17
target_addr_t address;
src/kits/debugger/dwarf/AttributeValue.h
44
void SetToAddress(target_addr_t address)
src/kits/debugger/dwarf/CfaContext.cpp
34
CfaContext::SetLocation(target_addr_t targetLocation,
src/kits/debugger/dwarf/CfaContext.cpp
35
target_addr_t initialLocation)
src/kits/debugger/dwarf/CfaContext.cpp
91
CfaContext::SetLocation(target_addr_t location)
src/kits/debugger/dwarf/CfaContext.h
20
void SetLocation(target_addr_t targetLocation,
src/kits/debugger/dwarf/CfaContext.h
21
target_addr_t initialLocation);
src/kits/debugger/dwarf/CfaContext.h
29
target_addr_t TargetLocation() const
src/kits/debugger/dwarf/CfaContext.h
32
target_addr_t Location() const
src/kits/debugger/dwarf/CfaContext.h
34
void SetLocation(target_addr_t location);
src/kits/debugger/dwarf/CfaContext.h
59
target_addr_t fTargetLocation;
src/kits/debugger/dwarf/CfaContext.h
60
target_addr_t fLocation;
src/kits/debugger/dwarf/CompilationUnit.cpp
71
target_addr_t
src/kits/debugger/dwarf/CompilationUnit.h
31
inline target_addr_t MaxAddress() const;
src/kits/debugger/dwarf/CompilationUnit.h
41
target_addr_t AddressRangeBase() const;
src/kits/debugger/dwarf/CompilationUnit.h
71
target_addr_t
src/kits/debugger/dwarf/DataReader.h
126
target_addr_t ReadAddress(target_addr_t defaultValue)
src/kits/debugger/dwarf/DataReader.h
129
? (target_addr_t)Read<uint32>(defaultValue)
src/kits/debugger/dwarf/DataReader.h
130
: (target_addr_t)Read<uint64>(defaultValue);
src/kits/debugger/dwarf/DebugInfoEntries.h
1266
target_addr_t LowPC() const { return fLowPC; }
src/kits/debugger/dwarf/DebugInfoEntries.h
1267
target_addr_t HighPC() const { return fHighPC; }
src/kits/debugger/dwarf/DebugInfoEntries.h
1332
target_addr_t fLowPC;
src/kits/debugger/dwarf/DebugInfoEntries.h
1333
target_addr_t fHighPC;
src/kits/debugger/dwarf/DebugInfoEntries.h
158
target_addr_t LowPC() const { return fLowPC; }
src/kits/debugger/dwarf/DebugInfoEntries.h
159
target_addr_t HighPC() const { return fHighPC; }
src/kits/debugger/dwarf/DebugInfoEntries.h
207
target_addr_t fLowPC;
src/kits/debugger/dwarf/DebugInfoEntries.h
208
target_addr_t fHighPC;
src/kits/debugger/dwarf/DebugInfoEntries.h
646
target_addr_t LowPC() const { return fLowPC; }
src/kits/debugger/dwarf/DebugInfoEntries.h
647
target_addr_t HighPC() const { return fHighPC; }
src/kits/debugger/dwarf/DebugInfoEntries.h
667
target_addr_t fLowPC;
src/kits/debugger/dwarf/DebugInfoEntries.h
668
target_addr_t fHighPC;
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
103
target_addr_t
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
129
DwarfExpressionEvaluator::Push(target_addr_t value)
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
144
target_addr_t& _result)
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
183
target_addr_t objectAddress;
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
231
target_addr_t objectAddress;
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
364
target_addr_t tmp = fStack[fStackSize - 1];
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
391
target_addr_t value = _Pop();
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
41
bool isBigEndian, target_addr_t relocationDelta)
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
416
target_addr_t top = _Pop();
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
425
target_addr_t top = _Pop();
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
426
target_addr_t second = _Pop();
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
462
target_addr_t top = _Pop();
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
469
target_addr_t top = _Pop();
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
476
target_addr_t top = _Pop();
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
544
target_addr_t address;
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
553
target_addr_t address;
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
563
target_addr_t address;
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
574
target_addr_t address;
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
664
target_addr_t value = _Pop();
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
665
if (!_piece->SetToValue(&value, sizeof(target_addr_t)))
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
729
target_addr_t address = _Pop();
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
764
target_addr_t address = _Pop();
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
765
target_addr_t addressSpace = _Pop();
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
777
DwarfExpressionEvaluator::_PushRegister(uint32 reg, target_addr_t offset)
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
82
DwarfExpressionEvaluator::_Push(target_addr_t value)
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
90
target_addr_t* newStack = (target_addr_t*)realloc(fStack,
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
91
newCapacity * sizeof(target_addr_t));
src/kits/debugger/dwarf/DwarfExpressionEvaluator.h
24
target_addr_t relocationDelta);
src/kits/debugger/dwarf/DwarfExpressionEvaluator.h
32
target_addr_t RelocationDelta() const
src/kits/debugger/dwarf/DwarfExpressionEvaluator.h
35
virtual bool GetObjectAddress(target_addr_t& _address) = 0;
src/kits/debugger/dwarf/DwarfExpressionEvaluator.h
36
virtual bool GetFrameAddress(target_addr_t& _address) = 0;
src/kits/debugger/dwarf/DwarfExpressionEvaluator.h
37
virtual bool GetFrameBaseAddress(target_addr_t& _address)
src/kits/debugger/dwarf/DwarfExpressionEvaluator.h
39
virtual bool GetTLSAddress(target_addr_t localAddress,
src/kits/debugger/dwarf/DwarfExpressionEvaluator.h
40
target_addr_t& _address) = 0;
src/kits/debugger/dwarf/DwarfExpressionEvaluator.h
54
target_addr_t fRelocationDelta;
src/kits/debugger/dwarf/DwarfExpressionEvaluator.h
64
status_t Push(target_addr_t value);
src/kits/debugger/dwarf/DwarfExpressionEvaluator.h
67
target_addr_t& _result);
src/kits/debugger/dwarf/DwarfExpressionEvaluator.h
80
inline void _Push(target_addr_t value);
src/kits/debugger/dwarf/DwarfExpressionEvaluator.h
81
inline target_addr_t _Pop();
src/kits/debugger/dwarf/DwarfExpressionEvaluator.h
87
void _PushRegister(uint32 reg, target_addr_t offset);
src/kits/debugger/dwarf/DwarfExpressionEvaluator.h
92
target_addr_t* fStack;
src/kits/debugger/dwarf/DwarfExpressionEvaluator.h
96
target_addr_t fObjectAddress;
src/kits/debugger/dwarf/DwarfExpressionEvaluator.h
97
target_addr_t fFrameAddress;
src/kits/debugger/dwarf/DwarfFile.cpp
103
virtual bool GetFrameBaseAddress(target_addr_t& _address)
src/kits/debugger/dwarf/DwarfFile.cpp
1239
target_addr_t initialLocation = cieAugmentation.ReadEncodedAddress(
src/kits/debugger/dwarf/DwarfFile.cpp
1241
target_addr_t addressRange = cieAugmentation.ReadEncodedAddress(
src/kits/debugger/dwarf/DwarfFile.cpp
144
virtual bool GetTLSAddress(target_addr_t localAddress,
src/kits/debugger/dwarf/DwarfFile.cpp
145
target_addr_t& _address)
src/kits/debugger/dwarf/DwarfFile.cpp
176
target_addr_t fInstructionPointer;
src/kits/debugger/dwarf/DwarfFile.cpp
177
target_addr_t fObjectPointer;
src/kits/debugger/dwarf/DwarfFile.cpp
179
target_addr_t fFramePointer;
src/kits/debugger/dwarf/DwarfFile.cpp
180
target_addr_t fFrameBasePointer;
src/kits/debugger/dwarf/DwarfFile.cpp
1945
target_addr_t offset = unit->IsDwarf64()
src/kits/debugger/dwarf/DwarfFile.cpp
1964
target_addr_t offset = unit->IsDwarf64()
src/kits/debugger/dwarf/DwarfFile.cpp
2297
DIESubprogram* subprogramEntry, target_addr_t location,
src/kits/debugger/dwarf/DwarfFile.cpp
2299
DwarfTargetInterface* outputInterface, target_addr_t& _framePointer)
src/kits/debugger/dwarf/DwarfFile.cpp
2391
target_addr_t frameAddress;
src/kits/debugger/dwarf/DwarfFile.cpp
2481
target_addr_t address;
src/kits/debugger/dwarf/DwarfFile.cpp
2500
target_addr_t value;
src/kits/debugger/dwarf/DwarfFile.cpp
2620
target_addr_t location = context.Location()
src/kits/debugger/dwarf/DwarfFile.cpp
2656
target_addr_t location = augmentation.ReadEncodedAddress(
src/kits/debugger/dwarf/DwarfFile.cpp
2675
target_addr_t location = context.Location()
src/kits/debugger/dwarf/DwarfFile.cpp
2689
target_addr_t location = context.Location()
src/kits/debugger/dwarf/DwarfFile.cpp
2703
target_addr_t location = context.Location()
src/kits/debugger/dwarf/DwarfFile.cpp
2942
target_addr_t location = context.Location()
src/kits/debugger/dwarf/DwarfFile.cpp
3140
const LocationDescription* location, target_addr_t instructionPointer,
src/kits/debugger/dwarf/DwarfFile.cpp
3163
target_addr_t address, const void*& _expression, off_t& _length) const
src/kits/debugger/dwarf/DwarfFile.cpp
3174
target_addr_t baseAddress = unit->AddressRangeBase();
src/kits/debugger/dwarf/DwarfFile.cpp
3175
target_addr_t maxAddress = unit->MaxAddress();
src/kits/debugger/dwarf/DwarfFile.cpp
3180
target_addr_t start = dataReader.ReadAddress(0);
src/kits/debugger/dwarf/DwarfFile.cpp
3181
target_addr_t end = dataReader.ReadAddress(0);
src/kits/debugger/dwarf/DwarfFile.cpp
3361
DwarfFile::_GetContainingFDEInfo(target_addr_t offset) const
src/kits/debugger/dwarf/DwarfFile.cpp
3375
DwarfFile::_GetContainingFDEInfo(target_addr_t offset,
src/kits/debugger/dwarf/DwarfFile.cpp
354
target_addr_t FDEAddressOffset(ElfFile* file,
src/kits/debugger/dwarf/DwarfFile.cpp
389
target_addr_t ReadEncodedAddress(DataReader &reader,
src/kits/debugger/dwarf/DwarfFile.cpp
393
target_addr_t address = valueOnly ? 0 : FDEAddressOffset(file,
src/kits/debugger/dwarf/DwarfFile.cpp
450
FDELookupInfo(target_addr_t start, target_addr_t end,
src/kits/debugger/dwarf/DwarfFile.cpp
471
inline bool ContainsAddress(target_addr_t address) const
src/kits/debugger/dwarf/DwarfFile.cpp
476
target_addr_t start;
src/kits/debugger/dwarf/DwarfFile.cpp
477
target_addr_t end;
src/kits/debugger/dwarf/DwarfFile.cpp
67
target_addr_t instructionPointer, target_addr_t objectPointer,
src/kits/debugger/dwarf/DwarfFile.cpp
68
bool hasObjectPointer, target_addr_t framePointer,
src/kits/debugger/dwarf/DwarfFile.cpp
69
target_addr_t relocationDelta)
src/kits/debugger/dwarf/DwarfFile.cpp
736
target_addr_t baseAddress = unit->AddressRangeBase();
src/kits/debugger/dwarf/DwarfFile.cpp
737
target_addr_t maxAddress = unit->MaxAddress();
src/kits/debugger/dwarf/DwarfFile.cpp
742
target_addr_t start = dataReader.ReadAddress(0);
src/kits/debugger/dwarf/DwarfFile.cpp
743
target_addr_t end = dataReader.ReadAddress(0);
src/kits/debugger/dwarf/DwarfFile.cpp
768
DIESubprogram* subprogramEntry, target_addr_t location,
src/kits/debugger/dwarf/DwarfFile.cpp
770
DwarfTargetInterface* outputInterface, target_addr_t& _framePointer)
src/kits/debugger/dwarf/DwarfFile.cpp
786
target_addr_t instructionPointer, target_addr_t framePointer,
src/kits/debugger/dwarf/DwarfFile.cpp
787
target_addr_t valueToPush, bool pushValue, target_addr_t& _result)
src/kits/debugger/dwarf/DwarfFile.cpp
805
target_addr_t instructionPointer, target_addr_t objectPointer,
src/kits/debugger/dwarf/DwarfFile.cpp
806
bool hasObjectPointer, target_addr_t framePointer,
src/kits/debugger/dwarf/DwarfFile.cpp
807
target_addr_t relocationDelta, ValueLocation& _result)
src/kits/debugger/dwarf/DwarfFile.cpp
831
target_addr_t instructionPointer, target_addr_t framePointer,
src/kits/debugger/dwarf/DwarfFile.cpp
846
target_addr_t result;
src/kits/debugger/dwarf/DwarfFile.cpp
85
virtual bool GetObjectAddress(target_addr_t& _address)
src/kits/debugger/dwarf/DwarfFile.cpp
867
target_addr_t instructionPointer, target_addr_t framePointer,
src/kits/debugger/dwarf/DwarfFile.cpp
94
virtual bool GetFrameAddress(target_addr_t& _address)
src/kits/debugger/dwarf/DwarfFile.cpp
959
target_addr_t result;
src/kits/debugger/dwarf/DwarfFile.h
105
target_addr_t instructionPointer,
src/kits/debugger/dwarf/DwarfFile.h
106
target_addr_t framePointer,
src/kits/debugger/dwarf/DwarfFile.h
154
target_addr_t location,
src/kits/debugger/dwarf/DwarfFile.h
158
target_addr_t& _framePointer);
src/kits/debugger/dwarf/DwarfFile.h
186
target_addr_t instructionPointer,
src/kits/debugger/dwarf/DwarfFile.h
190
uint64 offset, target_addr_t address,
src/kits/debugger/dwarf/DwarfFile.h
206
target_addr_t offset) const;
src/kits/debugger/dwarf/DwarfFile.h
209
target_addr_t offset,
src/kits/debugger/dwarf/DwarfFile.h
62
target_addr_t location,
src/kits/debugger/dwarf/DwarfFile.h
65
target_addr_t& _framePointer);
src/kits/debugger/dwarf/DwarfFile.h
73
target_addr_t instructionPointer,
src/kits/debugger/dwarf/DwarfFile.h
74
target_addr_t framePointer,
src/kits/debugger/dwarf/DwarfFile.h
75
target_addr_t valueToPush, bool pushValue,
src/kits/debugger/dwarf/DwarfFile.h
76
target_addr_t& _result);
src/kits/debugger/dwarf/DwarfFile.h
82
target_addr_t instructionPointer,
src/kits/debugger/dwarf/DwarfFile.h
83
target_addr_t objectPointer,
src/kits/debugger/dwarf/DwarfFile.h
85
target_addr_t framePointer,
src/kits/debugger/dwarf/DwarfFile.h
86
target_addr_t relocationDelta,
src/kits/debugger/dwarf/DwarfFile.h
97
target_addr_t instructionPointer,
src/kits/debugger/dwarf/DwarfFile.h
98
target_addr_t framePointer,
src/kits/debugger/dwarf/DwarfTargetInterface.h
35
virtual bool ReadMemory(target_addr_t address, void* buffer,
src/kits/debugger/dwarf/DwarfTargetInterface.h
37
virtual bool ReadValueFromMemory(target_addr_t address,
src/kits/debugger/dwarf/DwarfTargetInterface.h
40
virtual bool ReadValueFromMemory(target_addr_t addressSpace,
src/kits/debugger/dwarf/DwarfTargetInterface.h
41
target_addr_t address,
src/kits/debugger/dwarf/LineNumberProgram.h
48
target_addr_t address;
src/kits/debugger/elf/ElfFile.cpp
29
uint64 size, target_addr_t loadAddress, uint32 flags, uint32 linkIndex)
src/kits/debugger/elf/ElfFile.cpp
92
target_addr_t loadAddress, target_size_t loadSize, uint32 flags)
src/kits/debugger/elf/ElfSymbolLookup.cpp
236
target_addr_t address = Get(symbol.st_value) + fLoadDelta;
src/kits/debugger/jobs/Jobs.h
259
target_addr_t address, void* data,
src/kits/debugger/jobs/Jobs.h
270
target_addr_t fTargetAddress;
src/kits/debugger/jobs/WriteMemoryJob.cpp
13
TeamMemory* teamMemory, target_addr_t address, void* data,
src/kits/debugger/model/AreaInfo.cpp
39
target_addr_t address, target_size_t size, target_size_t ramSize,
src/kits/debugger/model/AreaInfo.cpp
56
target_addr_t address, target_size_t size, target_size_t ramSize,
src/kits/debugger/model/Breakpoint.cpp
110
Breakpoint::CompareAddressBreakpoint(const target_addr_t* address,
src/kits/debugger/model/Breakpoint.cpp
20
Breakpoint::Breakpoint(Image* image, target_addr_t address)
src/kits/debugger/model/DisassembledCode.cpp
126
DisassembledCode::StatementAtAddress(target_addr_t address) const
src/kits/debugger/model/DisassembledCode.cpp
154
DisassembledCode::AddInstructionLine(const BString& line, target_addr_t address,
src/kits/debugger/model/DisassembledCode.cpp
193
DisassembledCode::_CompareAddressStatement(const target_addr_t* address,
src/kits/debugger/model/Image.cpp
47
Image::ContainsAddress(target_addr_t address) const
src/kits/debugger/model/ImageInfo.cpp
36
image_type type, target_addr_t textBase, target_size_t textSize,
src/kits/debugger/model/ImageInfo.cpp
37
target_addr_t dataBase, target_size_t dataSize)
src/kits/debugger/model/ImageInfo.cpp
53
image_type type, target_addr_t textBase, target_size_t textSize,
src/kits/debugger/model/ImageInfo.cpp
54
target_addr_t dataBase, target_size_t dataSize)
src/kits/debugger/model/ReturnValueInfo.cpp
21
ReturnValueInfo::ReturnValueInfo(target_addr_t address, CpuState* state)
src/kits/debugger/model/ReturnValueInfo.cpp
39
ReturnValueInfo::SetTo(target_addr_t address, CpuState* state)
src/kits/debugger/model/StackFrame.cpp
104
StackFrame::SetReturnAddress(target_addr_t address)
src/kits/debugger/model/StackFrame.cpp
23
target_addr_t frameAddress, target_addr_t instructionPointer,
src/kits/debugger/model/Statement.cpp
68
ContiguousStatement::ContainsAddress(target_addr_t address) const
src/kits/debugger/model/SymbolInfo.cpp
19
SymbolInfo::SymbolInfo(target_addr_t address, target_size_t size, uint32 type,
src/kits/debugger/model/SymbolInfo.cpp
36
SymbolInfo::SetTo(target_addr_t address, target_size_t size, uint32 type,
src/kits/debugger/model/SyntheticPrimitiveType.cpp
82
SyntheticPrimitiveType::ResolveObjectDataLocation(target_addr_t objectAddress,
src/kits/debugger/model/Team.cpp
1064
target_addr_t address, target_size_t size)
src/kits/debugger/model/Team.cpp
262
Team::ImageByAddress(target_addr_t address) const
src/kits/debugger/model/Team.cpp
34
BreakpointByAddressPredicate(target_addr_t address)
src/kits/debugger/model/Team.cpp
435
Team::BreakpointAtAddress(target_addr_t address) const
src/kits/debugger/model/Team.cpp
46
target_addr_t fAddress;
src/kits/debugger/model/Team.cpp
549
Team::WatchpointAtAddress(target_addr_t address) const
src/kits/debugger/model/Team.cpp
55
WatchpointByAddressPredicate(target_addr_t address)
src/kits/debugger/model/Team.cpp
572
Team::GetStatementAtAddress(target_addr_t address, FunctionInstance*& _function,
src/kits/debugger/model/Team.cpp
67
target_addr_t fAddress;
src/kits/debugger/model/Team.cpp
867
Team::NotifyMemoryChanged(target_addr_t address, target_size_t size)
src/kits/debugger/model/TeamMemory.cpp
21
TeamMemory::ReadMemoryString(target_addr_t address, size_t maxLength,
src/kits/debugger/model/TeamMemoryBlock.cpp
18
TeamMemoryBlock::TeamMemoryBlock(target_addr_t baseAddress,
src/kits/debugger/model/TeamMemoryBlock.cpp
81
TeamMemoryBlock::Contains(target_addr_t address) const
src/kits/debugger/model/UserBreakpoint.cpp
20
target_addr_t relativeAddress)
src/kits/debugger/model/UserBreakpoint.cpp
80
target_addr_t address)
src/kits/debugger/model/Watchpoint.cpp
40
Watchpoint::Contains(target_addr_t address) const
src/kits/debugger/model/Watchpoint.cpp
56
Watchpoint::CompareAddressWatchpoint(const target_addr_t* address,
src/kits/debugger/model/Watchpoint.cpp
9
Watchpoint::Watchpoint(target_addr_t address, uint32 type, int32 length)
src/kits/debugger/settings/BreakpointSetting.h
40
target_addr_t RelativeAddress() const
src/kits/debugger/settings/BreakpointSetting.h
58
target_addr_t fRelativeAddress;
src/kits/debugger/types/TargetAddressRangeList.cpp
59
target_addr_t
src/kits/debugger/types/TargetAddressRangeList.cpp
66
target_addr_t lowest = fRanges[0].Start();
src/kits/debugger/types/TargetAddressRangeList.cpp
87
TargetAddressRangeList::Contains(target_addr_t address) const
src/kits/debugger/user_interface/util/UiUtils.cpp
113
target_addr_t baseAddress;
src/kits/debugger/user_interface/util/UiUtils.cpp
351
TeamMemoryBlock* block, target_addr_t address, int32 itemSize,
src/kits/debugger/value/ValueLoader.cpp
119
target_addr_t address = piece.address;
src/kits/debugger/value/ValueWriter.cpp
76
target_addr_t address = piece.address;