This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/9991] on-the-fly kernel debuginfo construction


------- Additional Comments From fche at redhat dot com  2009-03-23 21:27 -------
Another complication:

- while gcc normally observes the dictum that the presence of "-g"
  should not affect the executable code/data at all, this may not
  completely hold even now; as above, we can hope that build-id
  catches this case, or else we can find some other mechanism to
  assert byte-for-byte equality between the regen'd .o and the
  sliced & diced & linked copy in .../vmlinux or .../foo.ko

- what if vmlinuz (compressed bootable image) is the only residue,
  and the linked vmlinux is not available (as in distro packages);
  maybe simply this on-the-fly widget cannot apply there


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=9991

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]