Closed aloofschipperke closed 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.
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.