larsbrinkhoff / linux-ddt

DDT for Linux
2 stars 2 forks source link

Initial support for symbols #35

Closed aloofschipperke closed 6 years ago

aloofschipperke commented 6 years ago

Adding symbol loading. It does an mmap() of the elf executable. The associated ram pointer and length are stored in the job's process structure.

$:foo works like :foo, with the addition of symbol loading. $^k load symbols for an existing loaded job. I haven't done anything with $l yet.

:listp lists the section names in the elf file.