Home
last modified time | relevance | path

Searched refs:lpBaseOfDll (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/
H A Dmodule.py164 self.lpBaseOfDll = lpBaseOfDll
257 return self.lpBaseOfDll
869 anObject = anObject.lpBaseOfDll
888 def has_module(self, lpBaseOfDll): argument
900 def get_module(self, lpBaseOfDll): argument
913 return self.__moduleDict[lpBaseOfDll]
1906 lpBaseOfDll = aModule.get_base()
1913 def _del_module(self, lpBaseOfDll): argument
1937 lpBaseOfDll = event.get_module_base()
2014 if lpBaseOfDll in self.__moduleDict:
[all …]
H A Devent.py967 return self.raw.u.LoadDll.lpBaseOfDll
974 lpBaseOfDll = self.get_module_base()
976 if aProcess.has_module(lpBaseOfDll):
977 aModule = aProcess.get_module(lpBaseOfDll)
981 aModule = Module(lpBaseOfDll,
1054 return self.raw.u.UnloadDll.lpBaseOfDll
1061 lpBaseOfDll = self.get_module_base()
1063 if aProcess.has_module(lpBaseOfDll):
1064 aModule = aProcess.get_module(lpBaseOfDll)
1066 aModule = Module(lpBaseOfDll, process = aProcess)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/
H A Dmodule.py164 self.lpBaseOfDll = lpBaseOfDll
257 return self.lpBaseOfDll
869 anObject = anObject.lpBaseOfDll
888 def has_module(self, lpBaseOfDll): argument
900 def get_module(self, lpBaseOfDll): argument
913 return self.__moduleDict[lpBaseOfDll]
1906 lpBaseOfDll = aModule.get_base()
1913 def _del_module(self, lpBaseOfDll): argument
1937 lpBaseOfDll = event.get_module_base()
2014 if lpBaseOfDll in self.__moduleDict:
[all …]
H A Devent.py967 return self.raw.u.LoadDll.lpBaseOfDll
974 lpBaseOfDll = self.get_module_base()
976 if aProcess.has_module(lpBaseOfDll):
977 aModule = aProcess.get_module(lpBaseOfDll)
981 aModule = Module(lpBaseOfDll,
1054 return self.raw.u.UnloadDll.lpBaseOfDll
1061 lpBaseOfDll = self.get_module_base()
1063 if aProcess.has_module(lpBaseOfDll):
1064 aModule = aProcess.get_module(lpBaseOfDll)
1066 aModule = Module(lpBaseOfDll, process = aProcess)
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/winappdbg/
H A Dmodule.py164 self.lpBaseOfDll = lpBaseOfDll
257 return self.lpBaseOfDll
869 anObject = anObject.lpBaseOfDll
888 def has_module(self, lpBaseOfDll): argument
900 def get_module(self, lpBaseOfDll): argument
913 return self.__moduleDict[lpBaseOfDll]
1906 lpBaseOfDll = aModule.get_base()
1913 def _del_module(self, lpBaseOfDll): argument
1937 lpBaseOfDll = event.get_module_base()
2014 if lpBaseOfDll in self.__moduleDict:
[all …]
H A Devent.py967 return self.raw.u.LoadDll.lpBaseOfDll
974 lpBaseOfDll = self.get_module_base()
976 if aProcess.has_module(lpBaseOfDll):
977 aModule = aProcess.get_module(lpBaseOfDll)
981 aModule = Module(lpBaseOfDll,
1054 return self.raw.u.UnloadDll.lpBaseOfDll
1061 lpBaseOfDll = self.get_module_base()
1063 if aProcess.has_module(lpBaseOfDll):
1064 aModule = aProcess.get_module(lpBaseOfDll)
1066 aModule = Module(lpBaseOfDll, process = aProcess)
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/
H A Dmodule.py164 self.lpBaseOfDll = lpBaseOfDll
257 return self.lpBaseOfDll
869 anObject = anObject.lpBaseOfDll
888 def has_module(self, lpBaseOfDll): argument
900 def get_module(self, lpBaseOfDll): argument
913 return self.__moduleDict[lpBaseOfDll]
1906 lpBaseOfDll = aModule.get_base()
1913 def _del_module(self, lpBaseOfDll): argument
1937 lpBaseOfDll = event.get_module_base()
2014 if lpBaseOfDll in self.__moduleDict:
[all …]
H A Devent.py967 return self.raw.u.LoadDll.lpBaseOfDll
974 lpBaseOfDll = self.get_module_base()
976 if aProcess.has_module(lpBaseOfDll):
977 aModule = aProcess.get_module(lpBaseOfDll)
981 aModule = Module(lpBaseOfDll,
1054 return self.raw.u.UnloadDll.lpBaseOfDll
1061 lpBaseOfDll = self.get_module_base()
1063 if aProcess.has_module(lpBaseOfDll):
1064 aModule = aProcess.get_module(lpBaseOfDll)
1066 aModule = Module(lpBaseOfDll, process = aProcess)
/dports/lang/spidermonkey78/firefox-78.9.0/tools/profiler/core/
H A Dshared-libraries-win32.cc175 (uintptr_t)module.lpBaseOfDll, in GetInfoForSelf()
176 (uintptr_t)module.lpBaseOfDll + module.SizeOfImage, in GetInfoForSelf()
213 VirtualQuery(module.lpBaseOfDll, &vmemInfo, sizeof(vmemInfo)) && in GetInfoForSelf()
215 GetPdbInfo((uintptr_t)module.lpBaseOfDll, pdbSig, pdbAge, &pdbName)) { in GetInfoForSelf()
234 SharedLibrary shlib((uintptr_t)module.lpBaseOfDll, in GetInfoForSelf()
235 (uintptr_t)module.lpBaseOfDll + module.SizeOfImage, in GetInfoForSelf()
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/baseprofiler/core/
H A Dshared-libraries-win32.cc212 SharedLibrary shlib((uintptr_t)module.lpBaseOfDll, in GetInfoForSelf()
213 (uintptr_t)module.lpBaseOfDll + module.SizeOfImage, in GetInfoForSelf()
245 VirtualQuery(module.lpBaseOfDll, &vmemInfo, sizeof(vmemInfo)) && in GetInfoForSelf()
247 GetPdbInfo((uintptr_t)module.lpBaseOfDll, pdbSig, pdbAge, &pdbName)) { in GetInfoForSelf()
258 SharedLibrary shlib((uintptr_t)module.lpBaseOfDll, in GetInfoForSelf()
259 (uintptr_t)module.lpBaseOfDll + module.SizeOfImage, in GetInfoForSelf()
/dports/lang/spidermonkey60/firefox-60.9.0/tools/profiler/core/
H A Dshared-libraries-win32.cc169 VirtualQuery(module.lpBaseOfDll, &vmemInfo, sizeof(vmemInfo)) && in GetInfoForSelf()
171 GetPdbInfo((uintptr_t)module.lpBaseOfDll, pdbSig, pdbAge, &pdbName)) { in GetInfoForSelf()
196 SharedLibrary shlib((uintptr_t)module.lpBaseOfDll, in GetInfoForSelf()
197 (uintptr_t)module.lpBaseOfDll + module.SizeOfImage, in GetInfoForSelf()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/resource_coordinator/public/cpp/memory_instrumentation/
H A Dos_metrics_win.cc76 region->start_address = reinterpret_cast<uint64_t>(module_info.lpBaseOfDll); in GetProcessMemoryMaps()
80 base::win::PEImage pe_image(module_info.lpBaseOfDll); in GetProcessMemoryMaps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/resource_coordinator/public/cpp/memory_instrumentation/
H A Dos_metrics_win.cc76 region->start_address = reinterpret_cast<uint64_t>(module_info.lpBaseOfDll); in GetProcessMemoryMaps()
80 base::win::PEImage pe_image(module_info.lpBaseOfDll); in GetProcessMemoryMaps()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/snapshot/win/
H A Dpe_image_reader_test.cc58 EXPECT_EQ(module_info.lpBaseOfDll, module_handle.get()); in TEST()
167 EXPECT_EQ(module_info.lpBaseOfDll, module_handle); in TEST()
171 module.dll_base = FromPointerCast<WinVMAddress>(module_info.lpBaseOfDll); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/snapshot/win/
H A Dpe_image_reader_test.cc58 EXPECT_EQ(module_info.lpBaseOfDll, module_handle.get()); in TEST()
167 EXPECT_EQ(module_info.lpBaseOfDll, module_handle); in TEST()
171 module.dll_base = FromPointerCast<WinVMAddress>(module_info.lpBaseOfDll); in TEST()
/dports/devel/gdb/gdb-11.1/gdb/nat/
H A Dwindows-nat.c461 if (!(load_addr != nullptr && mi.lpBaseOfDll != load_addr)) in windows_add_dll()
463 handle_load_dll (name, mi.lpBaseOfDll); in windows_add_dll()
491 handle_load_dll (dll_name, event->lpBaseOfDll); in dll_loaded_event()
492 else if (event->lpBaseOfDll != nullptr) in dll_loaded_event()
493 windows_add_dll (event->lpBaseOfDll); in dll_loaded_event()
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/tests/
H A Dtjwapsapi1.pp43 modInfo.lpBaseOfDll := nil;
47 tmpBeginning := ptruint(modInfo.lpBaseOfDll);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp483 lldb::addr_t load_addr = reinterpret_cast<lldb::addr_t>(info.lpBaseOfDll); in HandleLoadDllEvent()
486 m_process.GetProcessId(), path, info.lpBaseOfDll); in HandleLoadDllEvent()
505 m_process.GetProcessId(), info.lpBaseOfDll); in HandleUnloadDllEvent()
508 reinterpret_cast<lldb::addr_t>(info.lpBaseOfDll)); in HandleUnloadDllEvent()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp483 lldb::addr_t load_addr = reinterpret_cast<lldb::addr_t>(info.lpBaseOfDll); in HandleLoadDllEvent()
486 m_process.GetProcessId(), path, info.lpBaseOfDll); in HandleLoadDllEvent()
505 m_process.GetProcessId(), info.lpBaseOfDll); in HandleUnloadDllEvent()
508 reinterpret_cast<lldb::addr_t>(info.lpBaseOfDll)); in HandleUnloadDllEvent()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp483 lldb::addr_t load_addr = reinterpret_cast<lldb::addr_t>(info.lpBaseOfDll); in HandleLoadDllEvent()
486 m_process.GetProcessId(), path, info.lpBaseOfDll); in HandleLoadDllEvent()
505 m_process.GetProcessId(), info.lpBaseOfDll); in HandleUnloadDllEvent()
508 reinterpret_cast<lldb::addr_t>(info.lpBaseOfDll)); in HandleUnloadDllEvent()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp483 lldb::addr_t load_addr = reinterpret_cast<lldb::addr_t>(info.lpBaseOfDll); in HandleLoadDllEvent()
486 m_process.GetProcessId(), path, info.lpBaseOfDll); in HandleLoadDllEvent()
505 m_process.GetProcessId(), info.lpBaseOfDll); in HandleUnloadDllEvent()
508 reinterpret_cast<lldb::addr_t>(info.lpBaseOfDll)); in HandleUnloadDllEvent()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp483 lldb::addr_t load_addr = reinterpret_cast<lldb::addr_t>(info.lpBaseOfDll); in HandleLoadDllEvent()
486 m_process.GetProcessId(), path, info.lpBaseOfDll); in HandleLoadDllEvent()
505 m_process.GetProcessId(), info.lpBaseOfDll); in HandleUnloadDllEvent()
508 reinterpret_cast<lldb::addr_t>(info.lpBaseOfDll)); in HandleUnloadDllEvent()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp483 lldb::addr_t load_addr = reinterpret_cast<lldb::addr_t>(info.lpBaseOfDll); in HandleLoadDllEvent()
486 m_process.GetProcessId(), path, info.lpBaseOfDll); in HandleLoadDllEvent()
505 m_process.GetProcessId(), info.lpBaseOfDll); in HandleUnloadDllEvent()
508 reinterpret_cast<lldb::addr_t>(info.lpBaseOfDll)); in HandleUnloadDllEvent()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp483 lldb::addr_t load_addr = reinterpret_cast<lldb::addr_t>(info.lpBaseOfDll); in HandleLoadDllEvent()
486 m_process.GetProcessId(), path, info.lpBaseOfDll); in HandleLoadDllEvent()
505 m_process.GetProcessId(), info.lpBaseOfDll); in HandleUnloadDllEvent()
508 reinterpret_cast<lldb::addr_t>(info.lpBaseOfDll)); in HandleUnloadDllEvent()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp483 lldb::addr_t load_addr = reinterpret_cast<lldb::addr_t>(info.lpBaseOfDll); in HandleLoadDllEvent()
486 m_process.GetProcessId(), path, info.lpBaseOfDll); in HandleLoadDllEvent()
505 m_process.GetProcessId(), info.lpBaseOfDll); in HandleUnloadDllEvent()
508 reinterpret_cast<lldb::addr_t>(info.lpBaseOfDll)); in HandleUnloadDllEvent()

12345678910>>...24