Merge branch 'upstream-KWSys' into update-kwsys

# By KWSys Upstream
* upstream-KWSys:
  KWSys 2026-08-21 (c1021f19)
This commit is contained in:
Brad King
2026-08-21 08:52:45 -04:00
-1
View File
@@ -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