aboutsummaryrefslogtreecommitdiff
path: root/std/debug.zig
AgeCommit message (Expand)Author
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
2017-12-11refactor debug.global_allocator into mem.FixedBufferAllocatorAndrew Kelley
2017-12-10add self-hosted parsing and rendering to main testsAndrew Kelley
2017-12-06add higher level arg-parsing API + misc. changesAndrew Kelley
2017-12-04rename builtin.is_big_endian to builtin.endianAndrew Kelley
2017-12-03rework enums and unions and their relationship to each otherAndrew Kelley
2017-11-10add a std lib test for reading and writing filesAndrew Kelley
2017-11-07std.io: introduce buffered I/O and change APIAndrew Kelley
2017-10-31breaking change to std.io APIAndrew Kelley
2017-10-15fix std.io.InStream for windowsAndrew Kelley
2017-10-09implement os.path.real for windows and update allocator interfaceAndrew Kelley
2017-09-19Stop debug allocator ever panicking (#492)Marc Tiehuis
2017-08-29more alignment improvementsAndrew Kelley
2017-08-27fixups to linux buildAndrew Kelley
2017-08-26update for llvm 5.0.0rc1Andrew Kelley
2017-08-25unreachable still codegens to unreachable in ReleaseFast test modeAndrew Kelley
2017-08-19bit shifting safetyAndrew Kelley
2017-08-08add ptrToInt builtin, remove usize(ptr) castAndrew Kelley
2017-06-14progress toward windows hello world workingAndrew Kelley
2017-06-04progress toward hello world without libc in windowsAndrew Kelley
2017-05-19change slicing syntax from ... to ..Andrew Kelley
2017-05-04std: rename List to ArrayList and re-organize...Andrew Kelley