aboutsummaryrefslogtreecommitdiff
path: root/std/debug.zig
AgeCommit message (Expand)Author
2019-08-03std: return Elf object from constructors instead of filling in pointerdaurnimator
2019-07-29coff & pdb: improved correctness of our implementation, it is now able to han...Sahnvour
2019-07-22disable segfault handler when panickingAndrew Kelley
2019-07-15fix documentation of assertNick Erdmann
2019-07-03workaround for no equality operator for enum literal and tagged unionAndrew Kelley
2019-07-03added segfault handler support for windowsemekoi
2019-07-02Merge pull request #2788 from emekoi/pdb-fixAndrew Kelley
2019-07-02stack traces on segfault by default for linux-x86_64Andrew Kelley
2019-06-29added init function for `Coff`emekoi
2019-06-28initialize sections in openSelfDebugInfoWindowsemekoi
2019-06-22heap: make one global instance of DirectAllocatorSahnvour
2019-06-14standard library integrates with knowledge of stripped debug infoAndrew Kelley
2019-06-10altered all instances of readInt* in std.io (and std.debug) to consume the mi...tgschultz
2019-06-09different array literal syntax when inferring the sizeAndrew Kelley
2019-05-27fix debug builds of WASIAndrew Kelley
2019-05-27fixes for Windows and WASIAndrew Kelley
2019-05-26behavior tests passing on LinuxAndrew Kelley
2019-05-26clean up references to osAndrew Kelley
2019-05-26clean up references to posixAndrew Kelley
2019-05-26starting to fix the regressionsAndrew Kelley
2019-05-26do Jay's suggestion with posix/os API naming & layoutAndrew Kelley
2019-05-19ran zig fmt on stdlibemekoi
2019-05-18Remove more 64bit-centric assumptions from stdlibLemonBoy
2019-05-13Mmap debug info on linuxMarc Tiehuis
2019-05-10Use matching types when parsing fieldsLemonBoy
2019-05-10Fix minor bug in LEB128 parsingLemonBoy
2019-05-08std.debug: fix stack trace iteration codeAndrew Kelley
2019-04-23Go one instruction before the return addressLemonBoy
2019-04-23Fix silly typoLemonBoy
2019-04-23Fix reading of signed leb128 valuesLemonBoy
2019-04-20fixup and zig fmtAndrew Kelley
2019-04-20Recover symbol infos from DWARF sectionsLemonBoy
2019-04-19Fix parseFormValueConstantLemonBoy
2019-04-11A bunch of fixes for the DWARF parser (#2254)Andrew Kelley
2019-04-11Add initial support for iOS targets (#2237)Matthew Iannucci
2019-04-11Distinguish between absolute/relative addressesLemonBoy
2019-04-11Fix reading of reference attributesLemonBoy
2019-04-11Fix reading of udata/sdata encoded attributesLemonBoy
2019-04-10Correct parsing of DWARF line_info sectionLemonBoy
2019-03-16print a message instead of returning an error when debug info comes from a so...Sahnvour
2019-03-16avoid reading LineBlockFragmentHeader at all if the address is not in range, ...Sahnvour
2019-03-16allow pdb modules to have no C13 data, this happens if the module is strippedSahnvour
2019-03-16correct padding handling between std.pdb.ModInfo entries in DbiStreamSahnvour
2019-03-15breaking changes to std.mem.Allocator interface APIAndrew Kelley
2019-03-02rename std lib files to new conventionAndrew Kelley
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-12-18wip export rewriteAndrew Kelley
2017-12-12stack traces: support DW_AT_rangesAndrew Kelley
2017-12-11self-hosted: test all out of memory conditionsAndrew Kelley