aboutsummaryrefslogtreecommitdiff
path: root/std/pdb.zig
AgeCommit message (Expand)Author
2018-12-12breaking API changes to all readInt/writeInt functions & moreAndrew Kelley
2018-11-27stack traces: fix for windowsSahnvour
2018-11-15Fixed failure using readStruct and gave async readStruct the same sigJimmi HC
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-09-30update std lib API for I/OAndrew Kelley
2018-09-12fix zig fmt on windowsAndrew Kelley
2018-09-02rework code to avoid duplicate operationsAndrew Kelley
2018-08-31figuring out where /names stream isAndrew Kelley
2018-08-31awareness of debug subsectionsAndrew Kelley
2018-08-31finding source file, line, and column infoAndrew Kelley
2018-08-30finding the function that an address is inAndrew Kelley
2018-08-30figuring out which module an address belongs inAndrew Kelley
2018-08-30reading the module information substreamAndrew Kelley
2018-08-29printing info from the ModuleInfo substream of DebugInfoAndrew Kelley
2018-08-28Merge branch 'windows-coff-issue721' of https://github.com/Sahnvour/zig into ...Andrew Kelley
2018-07-21Very much WIP base implementation for #721.Sahnvour