mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Merge branch 'upstream-KWSys' into update-kwsys
# By KWSys Upstream * upstream-KWSys: KWSys 2026-08-21 (c1021f19)
This commit is contained in:
@@ -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