Граф коммитов

16 Коммитов

Автор SHA1 Сообщение Дата
Dan Thompson (SBS) 1758a37ee8 Update for latest VS 2022: target .net 4.8, tools v143 2024-04-03 13:58:58 -07:00
Dan Thompson (SBS) e8129c57a7 Build: upgrade C++ stuff to VC142 build tools 2019-12-27 18:02:06 -08:00
Dan Thompson (SBS) 1df7e9873d DbgEngWrapper: handle SEH exceptions from dbgeng
Ideally dbgeng would never AV. But sometimes it does, and when it does,
it can be difficult to figure out what is going on. Catching them gives
us a chance, and prevents our frames from being silently ripped through.
2019-04-28 00:29:54 -07:00
Dan Thompson (SBS) a21f641f22 DbgEngWrapper: plumb through some Get*ProcessorType* methods. 2019-01-29 09:23:49 -08:00
Zhentar 37f65c91c6 Fix Formatting 2019-01-28 06:33:34 -08:00
Zhentar 1954cbac6b Style fixes 2019-01-28 06:33:34 -08:00
Zhentar b830c1b852 Add Wow64 info to DbgTarget
Expose ReadVirtualValue as ReadMemAs<T>, implement the other ReadMemAs functions using it
Add read function for simple & efficient reading of single discrete values
2019-01-28 06:33:34 -08:00
Dan Thompson (SBS) 728a83263f Plumb through some IDebugControl GetSystemVersion* APIs. 2019-01-12 22:03:29 -08:00
Dan Thompson (SBS) 3f80703a0f minor cleanups (no effective change) 2018-12-30 17:57:17 -08:00
Dan Thompson 3b772f8736 Make WindowsTargetPlatformVersion float.
This allows us not to care what particular version(s) of the SDK is
installed on a particular machine, instead reading the "current" version
from the registry.

It seems like a bit of a hack... let's see if/how long it will work.
2017-10-17 05:42:48 -07:00
Dan Thompson (SBS) f91052560e Missed a few spots with the last VC redist fix for VS 15.3.5 2017-10-16 09:49:20 -07:00
Dan Thompson (SBS) 6faa95720d Handle different VC redist paths on VS Enterprise 15.3.5.
Apparently the Microsoft.VCRedistVersion.default.txt file does not exist
everywhere... so I'll try using a default version if it's missing.

Oh, and then the VC redist paths themselves change... so I'll try to
account for that, too.

(this should now build on both Community 15.4.0 and Enterprise 15.3.5)
2017-10-16 07:22:04 -07:00
Dan Thompson b9ca8301d2 Aha! We can pull the VC redist version from a text file. 2017-10-13 18:04:05 -07:00
Dan Thompson 77857b5328 If two xcopy commands in postbuild, don't ignore errors from the first. 2017-10-13 18:04:05 -07:00
Dan Thompson 6aeccd1e8d Update WinSDK target, fix VC redist version number, tweak Contributing.md. 2017-10-13 18:04:05 -07:00
Dan Thompson (SBS) fe113f774b Initial commit of source, from internal source 65990d74cf1d9ba6fc 2017-10-10 09:20:36 -07:00