MCPcopy Create free account
hub / github.com/Vector35/debugger / size

Method size

ui/moduleswidget.h:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 uint64_t address() const { return m_address; }
48 uint64_t endAddress() const { return m_address + m_size; }
49 size_t size() const { return m_size; }
50 std::string name() const { return m_name; }
51 std::string path() const { return m_path; }
52 bool operator==(const ModuleItem& other) const;

Callers 15

DebuggerStateMethod · 0.80
BNDebuggerGetProcessListFunction · 0.80
BNDebuggerGetThreadsFunction · 0.80
BNDebuggerGetModulesFunction · 0.80
BNDebuggerGetRegistersFunction · 0.80
BNDebuggerGetBreakpointsFunction · 0.80
UpdateStackVariablesMethod · 0.80
GetProcessListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected