poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/2] CTF pickle enhancements


From: Indu Bhagat
Subject: [PATCH 0/2] CTF pickle enhancements
Date: Wed, 24 Feb 2021 16:47:13 -0800

Hello,

In the two patches, I have tried to make the ctf pickles more usable hopefully.

For the ctf-print.pk, I saw that btf has a pickle named btf-dump.pk. After much
thought, I chose the string "print" over "dump" because "dump" has an already
defined meaning which is distinct from printing in GNU Poke.

When working on these pickles, I ran into few aspects that I could not work
around. I am not a 100% on whether these are features by design (or my
misunderstanding?); so I think it's best I start a different thread to discuss
those. BTW, they are indicated in the ctf-print.pk pickle with XXX.

ctf-print.pk pickle has been tested manually using some object files containing
CTF section. Support for CTF Archives is still pending.

Thanks,

Indu Bhagat (2):
  pickles: ctf: minor enhancements and add CTF_Dictionary type
  pickles: ctf: add new pickle ctf-print.pk for printing CTF section

 pickles/Makefile.am  |   3 +-
 pickles/ctf-print.pk | 194 +++++++++++++++++++++++++++++++++++++++++++
 pickles/ctf.pk       |  69 +++++++++++----
 3 files changed, 248 insertions(+), 18 deletions(-)
 create mode 100644 pickles/ctf-print.pk

-- 
2.27.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]