Skip to content

Commit 4bd491a

Browse files
committed
Update Dwarf2 reading main and more debug statements
1 parent 20628cc commit 4bd491a

File tree

4 files changed

+311
-320
lines changed

4 files changed

+311
-320
lines changed

panda/plugins/dwarf2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Summary
55
-------
66

77
The `dwarf2` plugin is to be a replacement of `pri_dwarf` plugin. The workflow is to run
8-
`dwarfdump -dil ${TARGET_PROG} | PYTHONPATH="panda/scripts/" python -c "import sys;import dwarfdump;dwarfdump.parse_dwarfdump(sys.stdin.read(), '${TARGET_PROG}')"`.
8+
`dwarfdump -dil ${TARGET_PROG} | python -c "import sys;from pandare.extras import dwarfdump;dwarfdump.parse_dwarfdump(sys.stdin.read(), '${TARGET_PROG}')"`.
99
This is going to generate 4 json DWARF symbol files including: Line Info, Global Variables, Function Info, and Type Info. Place these json files under debug path for this plugin to read.
1010

1111
Arguments

0 commit comments

Comments
 (0)