mirror of
https://github.com/davea42/libdwarf-code.git
synced 2025-10-23 01:37:53 +08:00
7 lines
263 B
Plaintext
7 lines
263 B
Plaintext
July 21, 2009
|
|
Roni Simonian noticed a call to print_die_data(dbg,cur_die,in_level);
|
|
was missing so not all DIEs would print. Good Catch!
|
|
July 8, 2009
|
|
Created a sample libdwarf consumer. Using BSD license so
|
|
anyone can use it. And a trivial Makefile.
|