summaryrefslogtreecommitdiff
path: root/development/pahole/slack-desc
diff options
context:
space:
mode:
authorxaizek <xaizek@posteo.net>2019-03-23 08:45:42 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-03-23 08:45:42 +0700
commitaec834a6cea1d3c9e9d7d6c4c246a3715ede0a74 (patch)
tree1f020fd6fcd5c7e58d62a5453bf4c8d216b94284 /development/pahole/slack-desc
parent58f4489a193d990aa7ab43db0f62bd0ecec4cf1d (diff)
downloadslackbuilds-aec834a6cea1d3c9e9d7d6c4c246a3715ede0a74.tar.gz
development/pahole: Added (Show data structure layout).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/pahole/slack-desc')
-rw-r--r--development/pahole/slack-desc20
1 files changed, 20 insertions, 0 deletions
diff --git a/development/pahole/slack-desc b/development/pahole/slack-desc
new file mode 100644
index 0000000000..886498aa42
--- /dev/null
+++ b/development/pahole/slack-desc
@@ -0,0 +1,20 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+pahole: pahole (shows and manipulates program's data structure layout)
+pahole:
+pahole: pahole shows data structure layouts encoded in debugging information
+pahole: formats, DWARF and CTF being supported.
+pahole:
+pahole: This is useful for, among other things: optimizing important data
+pahole: structures by reducing their size, figuring out what is the field
+pahole: sitting at an offset from the start of a data structure, investigating
+pahole: ABI changes and more generally understanding a new codebase you have
+pahole: to work with.
+pahole:
+pahole: