Bug 20757 - gdb: DWARF-5 support
Summary: gdb: DWARF-5 support
Status: RESOLVED FIXED
Alias: None
Product: gdb
Classification: Unclassified
Component: gdb (show other bugs)
Version: HEAD
: P2 enhancement
Target Milestone: ---
Assignee: Jan Kratochvil
URL:
Keywords:
Depends on: 20755
Blocks:
  Show dependency treegraph
 
Reported: 2016-11-01 20:15 UTC by Jan Kratochvil
Modified: 2017-02-23 22:20 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Kratochvil 2016-11-01 20:15:47 UTC
I have started implementing gdb support for DWARF-5.
To prevent possible work duplication if this Bug has been found by anyone.
Comment 1 Jan Kratochvil 2016-11-07 21:04:51 UTC
Ongoing work before it gets submitted:
git://sourceware.org/git/archer.git
git diff archer/users/jkratoch/dwarf5gcc{,-gdb}
Comment 2 Jan Kratochvil 2017-02-12 20:25:34 UTC
[PATCH 5/8] DWARF-5 basic functionality
https://sourceware.org/ml/gdb-patches/2017-02/msg00303.html
Comment 3 Jan Kratochvil 2017-02-23 22:20:04 UTC
Now checked-in (except DWO and .debug_names) as a patch series, primarily:

commit 43988095a5a4c53e6d5b00a6335454919c4fac55
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Mon Feb 20 20:53:21 2017 +0100

    DWARF-5 basic functionality