summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-debug.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename UserSection -> CustomSection. NFC (#5288)Sam Clegg2022-11-221-4/+4
* Switch from `typedef` to `using` in C++ code. NFC (#5258)Sam Clegg2022-11-151-1/+1
* [DWARF] Warn on unsupport DWARF versions and content (#5120)Alon Zakai2022-10-071-3/+10
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-1/+2
* Modernize code to C++17 (#3104)Max Graey2021-11-221-10/+6
* Ignore missing CUs in DWARF rewriting (#3700)Alon Zakai2021-03-181-2/+8
* Warn when running a pass not compatible with DWARF (#3506)Alon Zakai2021-01-261-0/+6
* Debug info handling for new EH try-catch (#3496)Alon Zakai2021-01-251-3/+2
* [DWARF] Properly handle LLVM's new tombstone values (#3416)Alon Zakai2020-12-021-4/+15
* [wasm64] fix for Memory64Lowering affecting DWARF data (#3348)Wouter van Oortmerssen2020-11-131-2/+10
* DWARF: Fix handling of the end of control flow instructions (#3288)Alon Zakai2020-10-271-0/+2
* Fix low_pc updating when the expression is right at the start (#3175)Alon Zakai2020-09-281-1/+1
* DWARF: Ignore debug_loc spans that are invalid (#2939)Alon Zakai2020-07-011-2/+3
* DWARF: Never emit (0, 0) to mean an empty span in debug_loc (#2940)Alon Zakai2020-07-011-0/+10
* DWARF: Always update .debug_loc base offsets (#2936)Alon Zakai2020-06-301-47/+88
* DWARF: Track sequences so that we can handle reordering within one (#2932)Alon Zakai2020-06-251-27/+43
* DWARF: Fix sequence_end emitting (#2929)Alon Zakai2020-06-241-2/+3
* Fix DWARF location list updating with nonzero compilation unit base addr (#2...Paolo Severini2020-05-271-3/+32
* [dwarf] Handle a bad mapped base in debug_loc updating (#2859)Alon Zakai2020-05-181-3/+17
* DWARF: Ignore a compile unit with no abbreviations (#2678)Alon Zakai2020-03-041-1/+1
* DWARF: Fix debug_range handling of invalid entries (#2662)Alon Zakai2020-02-181-18/+14
* DWARF: Update DW_AT_stmt_list which are offsets into the debug_line section (...Alon Zakai2020-01-281-21/+51
* DWARF: Properly emit signed 32 bit values for advance_line (#2625)Alon Zakai2020-01-241-1/+4
* DWARF: Update .debug_loc (#2616)Alon Zakai2020-01-231-47/+117
* DWARF: Update debug_ranges (#2612)Alon Zakai2020-01-221-2/+55
* DWARF: Fix debug lines in fannkuch -O0 (#2611)Alon Zakai2020-01-221-6/+18
* DWARF: Use end_sequence and copy properly (#2610)Alon Zakai2020-01-221-6/+12
* DWARF: Allow debug lines with column 0 (#2609)Alon Zakai2020-01-221-2/+2
* DWARF: Track more function locations (#2604)Alon Zakai2020-01-221-27/+68
* DWARF: Track the positions of 'end', 'else', 'catch' binary locations (#2603)Alon Zakai2020-01-211-13/+58
* Update debug line info with function entries (#2600)Alon Zakai2020-01-171-1/+12
* Use BinaryLocation instead of hardcoding uint32_t (#2598)Alon Zakai2020-01-161-17/+17
* DWARF: high_pc computation (#2595)Alon Zakai2020-01-161-46/+113
* DWARF: Function location tracking (#2592)Alon Zakai2020-01-161-32/+90
* DWARF updating: update DW_AT_low_pc attributes (#2584)Alon Zakai2020-01-141-18/+102
* Omit DWARF debug line ranges starting with 0 (#2587)Alon Zakai2020-01-141-0/+25
* DWARF support for multiple line tables (#2557)Alon Zakai2020-01-091-23/+43
* DWARF debug line updating (#2545)Alon Zakai2019-12-201-11/+305
* DWARF parsing and writing support using LLVM (#2520)Alon Zakai2019-12-191-0/+151