kpatch/kpatch-build
Seth Jennings 32b452aabe add debuginfo support
This commit adds basic debuginfo support.  It is "basic" in as much as
it does not try to parse the DWARF data to figure out which parts
pertain to the changed code.  It simply includes all .debug_ and
.rela.debug_ section and strips out any rela entries that reference
unchanged symbols.  This corrupts the debuginfo for unchanged symbols
but since they are not going to be included anyway, there should be no
way to reference that information.

Signed-off-by: Seth Jennings <sjenning@redhat.com>
2014-06-17 12:25:27 -05:00
..
insn insn: get it to compile in create-diff-object 2014-05-30 15:19:57 -05:00
Makefile insn: get it to compile in create-diff-object 2014-05-30 15:19:57 -05:00
create-diff-object.c add debuginfo support 2014-06-17 12:25:27 -05:00
kpatch-build add debuginfo support 2014-06-17 12:25:27 -05:00
list.h fix list corruption in special section handlers 2014-05-15 15:27:53 -05:00
lookup.c exclude UNDEF global syms from lookup_global_symbol 2014-06-02 20:34:37 -05:00
lookup.h merge add-patches-section functionality into create-obj-diff 2014-05-20 12:44:30 -05:00