yurydelendik opened PR #1402 from enable-gdb
to master
:
After hours of gdb the gdb, found the first issue that prevents JIT symbols to be loaded. It requires DWARF version 4+ to properly parse DW_AT_HIGH, e.g.
The increasing generated DWARF does not break MacOS, and fixes loading JIT symbols in GDB.
yurydelendik edited PR #1402 from enable-gdb
to master
:
After hours of gdb the gdb, found the first issue that prevents JIT symbols to be loaded. It requires DWARF version 4+ to properly parse
DW_AT_high_pc
, e.g.The increasing generated DWARF does not break MacOS, and fixes loading JIT symbols in GDB.
yurydelendik requested fitzgen for a review on PR #1402.
yurydelendik updated PR #1402 from enable-gdb
to master
:
After hours of gdb the gdb, found the first issue that prevents JIT symbols to be loaded. It requires DWARF version 4+ to properly parse
DW_AT_high_pc
, e.g.The increasing generated DWARF does not break MacOS, and fixes loading JIT symbols in GDB.
fitzgen submitted PR Review.
fitzgen merged PR #1402.
Last updated: Nov 22 2024 at 16:03 UTC