mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
KWSys 2026-08-21 (c1021f19)
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit c1021f197a13598595ac0a268001c78280a9029c (master).
Upstream Shortlog
-----------------
Ben Boeckel (1):
9c6e68a4 SystemInformation: remove unused variable
This commit is contained in:
committed by
Brad King
parent
3db61dc184
commit
32911ff9d2
@@ -4003,7 +4003,6 @@ std::string SystemInformationImplementation::GetProgramStack(int firstFrame,
|
||||
DWORD64 symDisplacement = 0;
|
||||
bool haveName =
|
||||
SymFromAddr(process, address, &symDisplacement, symbol) != FALSE;
|
||||
DWORD64 moduleBase = SymGetModuleBase64(process, address);
|
||||
// When a module has no matching PDB, dbghelp falls back to its export
|
||||
// table and reports the nearest preceding export, which is generally not
|
||||
// the (non-exported) function the address really belongs to. Names are
|
||||
|
||||
Reference in New Issue
Block a user