[PATCH] D118273: [BOLT][DWARF] Fix gdb index section

Alexander Yermolovich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 26 10:52:12 PST 2022


ayermolo created this revision.
Herald added subscribers: hoy, modimo, wenlei, arphaman.
Herald added a reviewer: rafauler.
Herald added a reviewer: Amir.
Herald added a reviewer: maksfb.
ayermolo requested review of this revision.
Herald added subscribers: llvm-commits, yota9.
Herald added a project: LLVM.

Since we now re-write .debug_info the DWARF CU Offsets can change.
Just like for .debug_aranges the GDB Index will need to be updated.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118273

Files:
  bolt/include/bolt/Core/DebugData.h
  bolt/include/bolt/Rewrite/DWARFRewriter.h
  bolt/lib/Core/DebugData.cpp
  bolt/lib/Rewrite/DWARFRewriter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118273.403336.patch
Type: text/x-patch
Size: 12160 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220126/c35a7c89/attachment.bin>


More information about the llvm-commits mailing list