summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2013-12-28 23:25:54 +0100
committerMark Wielaard <[email protected]>2013-12-31 11:58:42 +0100
commita6141d27691a68a4af5eb48ab10d27e74d3c2a6b (patch)
tree786748a69323f2214389d592185e155da046f7b3 /src/ChangeLog
parent1f7763e5adcca8fc0534b3ff1231401a56823141 (diff)
stack: Add -l, --list-modules. Show module memory map, build-id and files.
Use to list modules detected for process or core file by stack program and to see build-ids and which main elf and debug files were recognized by libdwfl callbacks. Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 79112362..cb9c8151 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
+2013-12-28 Mark Wielaard <[email protected]>
+
+ * stack.c (print_frames): Remove address width code and use...
+ (get_addr_width): ...this new function.
+ (show_modules): New static boolean.
+ (module_callback): New static function.
+ (parse_opt): Handle '-l'.
+ (main): Add 'l' to options. If show_modules then use dwfl_getmodules
+ with module_callback to show all detected modules and possible
+ build_id, elf and dwarf files.
+
2013-12-27 Mark Wielaard <[email protected]>
* stack.c (frames_shown): New static boolean.