Programmable debugger
Go to file
Omar Sandoval 9c94b82c6c program: make CompoundType.member() public
ProgramObject.member_() calls typeof() and offsetof(), which we can get
at the same time. While we're here, catch AttributeError instead of
doing the isinstance() check, which is slightly more efficient.
2018-05-25 22:17:54 -07:00
drgn program: make CompoundType.member() public 2018-05-25 22:17:54 -07:00
scripts Reorganize packaging 2018-04-07 10:42:48 -07:00
tests program: only check struct or union in ProgramObject.member_() 2018-05-25 21:56:24 -07:00
.gitignore dwarf: rewrite drgn.dwarf in pure Python 2018-03-26 01:51:20 -07:00
COPYING License under GPL-3.0 or later 2018-04-15 15:03:33 -07:00
setup.py Implement core dump reading in C 2018-05-24 17:55:47 -07:00