Home
last modified time | relevance | path

Searched refs:GetProcessInfo (Results 1 – 25 of 517) sorted by relevance

12345678910>>...21

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/unittests/Host/linux/
H A DHostTest.cpp31 TEST_F(HostTest, GetProcessInfo) { in TEST_F() argument
33 ASSERT_FALSE(Host::GetProcessInfo(0, Info)); in TEST_F()
35 ASSERT_TRUE(Host::GetProcessInfo(getpid(), Info)); in TEST_F()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/unittests/Host/linux/
H A DHostTest.cpp31 TEST_F(HostTest, GetProcessInfo) { in TEST_F() argument
33 ASSERT_FALSE(Host::GetProcessInfo(0, Info)); in TEST_F()
35 ASSERT_TRUE(Host::GetProcessInfo(getpid(), Info)); in TEST_F()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/unittests/Host/linux/
H A DHostTest.cpp31 TEST_F(HostTest, GetProcessInfo) { in TEST_F() argument
33 ASSERT_FALSE(Host::GetProcessInfo(0, Info)); in TEST_F()
35 ASSERT_TRUE(Host::GetProcessInfo(getpid(), Info)); in TEST_F()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/unittests/Host/linux/
H A DHostTest.cpp31 TEST_F(HostTest, GetProcessInfo) { in TEST_F() argument
33 ASSERT_FALSE(Host::GetProcessInfo(0, Info)); in TEST_F()
35 ASSERT_TRUE(Host::GetProcessInfo(getpid(), Info)); in TEST_F()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/unittests/Host/linux/
H A DHostTest.cpp31 TEST_F(HostTest, GetProcessInfo) { in TEST_F() argument
33 ASSERT_FALSE(Host::GetProcessInfo(0, Info)); in TEST_F()
35 ASSERT_TRUE(Host::GetProcessInfo(getpid(), Info)); in TEST_F()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/unittests/Host/linux/
H A DHostTest.cpp31 TEST_F(HostTest, GetProcessInfo) { in TEST_F() argument
33 ASSERT_FALSE(Host::GetProcessInfo(0, Info)); in TEST_F()
35 ASSERT_TRUE(Host::GetProcessInfo(getpid(), Info)); in TEST_F()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/unittests/Host/linux/
H A DHostTest.cpp31 TEST_F(HostTest, GetProcessInfo) { in TEST_F() argument
33 ASSERT_FALSE(Host::GetProcessInfo(0, Info)); in TEST_F()
35 ASSERT_TRUE(Host::GetProcessInfo(getpid(), Info)); in TEST_F()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/unittests/Host/linux/
H A DHostTest.cpp31 TEST_F(HostTest, GetProcessInfo) { in TEST_F() argument
33 ASSERT_FALSE(Host::GetProcessInfo(0, Info)); in TEST_F()
35 ASSERT_TRUE(Host::GetProcessInfo(getpid(), Info)); in TEST_F()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/unittests/Host/linux/
H A DHostTest.cpp31 TEST_F(HostTest, GetProcessInfo) { in TEST_F() argument
33 ASSERT_FALSE(Host::GetProcessInfo(0, Info)); in TEST_F()
35 ASSERT_TRUE(Host::GetProcessInfo(getpid(), Info)); in TEST_F()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/unittests/Host/linux/
H A DHostTest.cpp31 TEST_F(HostTest, GetProcessInfo) { in TEST_F() argument
33 ASSERT_FALSE(Host::GetProcessInfo(0, Info)); in TEST_F()
35 ASSERT_TRUE(Host::GetProcessInfo(getpid(), Info)); in TEST_F()
/dports/misc/netron/node_modules/app-builder-lib/templates/nsis/include/
H A DgetProcessInfo.nsh1 ; NSIS PROCESS INFO LIBRARY - GetProcessInfo.nsh
8 ; ${GetProcessInfo} 0 $0 $1 $2 $3 $4
21 !define GetProcessInfo '!insertmacro GetProcessInfo' definition
29 !macro GetProcessInfo pid_in pid_out ppid priority name fullname macro
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/functionalities/process_save_core_minidump/
H A DTestProcessSaveCoreMinidump.py31 process_info = process.GetProcessInfo()
54 self.assertTrue(process.GetProcessInfo().IsValid())
55 self.assertEqual(process.GetProcessInfo().GetProcessID(), expected_pid)
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libprocinfo/
H A Dprocess_test.cpp44 ASSERT_TRUE(android::procinfo::GetProcessInfo(gettid(), &self)); in TEST()
106 ASSERT_TRUE(android::procinfo::GetProcessInfo(forkpid, &procinfo)); in TEST()
114 ASSERT_TRUE(android::procinfo::GetProcessInfo(forkpid, &procinfo)); in TEST()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libprocinfo/
H A Dprocess_test.cpp44 ASSERT_TRUE(android::procinfo::GetProcessInfo(gettid(), &self)); in TEST()
106 ASSERT_TRUE(android::procinfo::GetProcessInfo(forkpid, &procinfo)); in TEST()
114 ASSERT_TRUE(android::procinfo::GetProcessInfo(forkpid, &procinfo)); in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1098 if (platform_sp->GetProcessInfo(pid, proc_info)) {
1114 m_options.match_info.GetProcessInfo().GetName();
1192 match_info.GetProcessInfo().SetProcessID(id);
1199 match_info.GetProcessInfo().SetParentProcessID(id);
1247 match_info.GetProcessInfo().GetArchitecture() =
1252 match_info.GetProcessInfo().GetExecutableFile().SetFile(
1258 match_info.GetProcessInfo().GetExecutableFile().SetFile(
1264 match_info.GetProcessInfo().GetExecutableFile().SetFile(
1270 match_info.GetProcessInfo().GetExecutableFile().SetFile(
1276 match_info.GetProcessInfo().GetExecutableFile().SetFile(
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1098 if (platform_sp->GetProcessInfo(pid, proc_info)) { in DoExecute()
1114 m_options.match_info.GetProcessInfo().GetName(); in DoExecute()
1192 match_info.GetProcessInfo().SetProcessID(id); in SetOptionValue()
1199 match_info.GetProcessInfo().SetParentProcessID(id); in SetOptionValue()
1247 match_info.GetProcessInfo().GetArchitecture() = in SetOptionValue()
1252 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1258 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1264 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1270 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1276 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1098 if (platform_sp->GetProcessInfo(pid, proc_info)) { in DoExecute()
1114 m_options.match_info.GetProcessInfo().GetName(); in DoExecute()
1192 match_info.GetProcessInfo().SetProcessID(id); in SetOptionValue()
1199 match_info.GetProcessInfo().SetParentProcessID(id); in SetOptionValue()
1247 match_info.GetProcessInfo().GetArchitecture() = in SetOptionValue()
1252 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1258 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1264 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1270 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1276 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1098 if (platform_sp->GetProcessInfo(pid, proc_info)) { in DoExecute()
1114 m_options.match_info.GetProcessInfo().GetName(); in DoExecute()
1192 match_info.GetProcessInfo().SetProcessID(id); in SetOptionValue()
1199 match_info.GetProcessInfo().SetParentProcessID(id); in SetOptionValue()
1247 match_info.GetProcessInfo().GetArchitecture() = in SetOptionValue()
1252 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1258 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1264 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1270 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1276 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1082 if (platform_sp->GetProcessInfo(pid, proc_info)) { in DoExecute()
1099 m_options.match_info.GetProcessInfo().GetName(); in DoExecute()
1181 match_info.GetProcessInfo().SetProcessID(id); in SetOptionValue()
1188 match_info.GetProcessInfo().SetParentProcessID(id); in SetOptionValue()
1236 match_info.GetProcessInfo().GetArchitecture() = in SetOptionValue()
1241 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1247 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1253 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1259 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1265 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1067 if (platform_sp->GetProcessInfo(pid, proc_info)) { in DoExecute()
1084 m_options.match_info.GetProcessInfo().GetName(); in DoExecute()
1166 match_info.GetProcessInfo().SetProcessID(id); in SetOptionValue()
1173 match_info.GetProcessInfo().SetParentProcessID(id); in SetOptionValue()
1221 match_info.GetProcessInfo().GetArchitecture() = in SetOptionValue()
1226 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1232 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1238 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1244 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1250 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1129 if (platform_sp->GetProcessInfo(pid, proc_info)) { in DoExecute()
1146 m_options.match_info.GetProcessInfo().GetName(); in DoExecute()
1228 match_info.GetProcessInfo().SetProcessID(id); in SetOptionValue()
1235 match_info.GetProcessInfo().SetParentProcessID(id); in SetOptionValue()
1283 match_info.GetProcessInfo().GetArchitecture() = in SetOptionValue()
1288 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1294 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1300 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1306 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1312 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1251 if (platform_sp->GetProcessInfo(pid, proc_info)) { in DoExecute()
1267 m_options.match_info.GetProcessInfo().GetName(); in DoExecute()
1345 match_info.GetProcessInfo().SetProcessID(id); in SetOptionValue()
1352 match_info.GetProcessInfo().SetParentProcessID(id); in SetOptionValue()
1400 match_info.GetProcessInfo().GetArchitecture() = in SetOptionValue()
1405 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1411 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1417 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1423 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1429 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1130 if (platform_sp->GetProcessInfo(pid, proc_info)) { in DoExecute()
1147 m_options.match_info.GetProcessInfo().GetName(); in DoExecute()
1229 match_info.GetProcessInfo().SetProcessID(id); in SetOptionValue()
1236 match_info.GetProcessInfo().SetParentProcessID(id); in SetOptionValue()
1284 match_info.GetProcessInfo().GetArchitecture() = in SetOptionValue()
1289 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1295 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1301 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1307 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1313 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1130 if (platform_sp->GetProcessInfo(pid, proc_info)) { in DoExecute()
1147 m_options.match_info.GetProcessInfo().GetName(); in DoExecute()
1229 match_info.GetProcessInfo().SetProcessID(id); in SetOptionValue()
1236 match_info.GetProcessInfo().SetParentProcessID(id); in SetOptionValue()
1284 match_info.GetProcessInfo().GetArchitecture() = in SetOptionValue()
1289 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1295 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1301 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1307 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1313 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/snapshot/win/
H A Dprocess_snapshot_win.cc105 process_reader_.GetProcessInfo().MemoryInfo()) { in Initialize()
128 return process_reader_.GetProcessInfo().ProcessID(); in ProcessID()
133 return process_reader_.GetProcessInfo().ParentProcessID(); in ParentProcessID()
212 for (const auto& handle : process_reader_.GetProcessInfo().Handles()) { in Handles()
383 process_reader_.GetProcessInfo().Peb(&peb_address, &peb_size); in InitializePebData()
466 if (!process_reader_.GetProcessInfo().LoggingRangeIsFullyReadable( in AddMemorySnapshot()

12345678910>>...21