summaryrefslogtreecommitdiff
path: root/src/format/dwarf
AgeCommit message (Collapse)Author
2018-11-24Moved the DWARF support as plugin and disabled it.Cyrille Bagard
2018-07-08Cleaned the demangling system.Cyrille Bagard
2018-04-22Installed the core headers in the right place for plugins.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2018-04-02Removed lots of uninitialized uses, mostly in NDEBUG mode.Cyrille Bagard
2018-01-30Moved the mangling related code.Cyrille Bagard
2018-01-24Typo.Cyrille Bagard
2017-05-16Merged routines into symbols.Cyrille Bagard
2017-02-14Fixed the creation of distribution tarballs.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-12-30Rewritten the line buffers using generators and on-demand building to save ↵Cyrille Bagard
memory.
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-09-24Prevented out of bounds access when moving the reading position forwards.Cyrille Bagard
2016-05-19Loaded the ELF internal symbols using all the available CPUs.Cyrille Bagard
2016-05-13Inserted symbols and routines using an optimized 100 times faster method.Cyrille Bagard
2016-03-14Improved the basic support of Dwarf information.Cyrille Bagard
2015-09-19Extended the prototype for matching formats in order to get it suitable for ↵Cyrille Bagard
plugins. git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@577 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2015-08-12Extended the loading process of binary formats to prepare the DWARF support.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@568 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2015-02-11Registered all the supported formats in the system code.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@471 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2014-05-29Removed the warnings from automake by replacing the deprecated 'INCLUDES' by ↵Cyrille Bagard
'AM_CPPFLAGS'. git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@374 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2014-04-28Updated all copyright headers.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@373 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2010-04-18Improved the Itanium demangler.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@152 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-08-09Reorganized the way formats are handled (Java and PE got disabled, Dwarf is ↵Cyrille Bagard
empty). git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@105 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-06-01Changed the old bin_routine structure to a GBinRoutine GObject.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@68 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-05-11Reorganized the way the program is built again and added partial support for ↵Cyrille Bagard
the JVM. git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@63 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-04-25Saved the current work on plugins.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@59 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-03-14Turned off lots of warnings by using the _GNU_SOURCE compliance.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@54 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2008-08-24Got and inserted debug comments into code.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@21 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2008-08-24Registered found debug functions and handled the void type.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@20 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2008-08-23Supported the structure and enumeration types.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@19 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2008-08-22Made a first try to get all registered prototypes of functions.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@18 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2008-08-17Looked for prototyped functions using the registered abbreviations.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@17 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2008-08-10Read all the DWARF abbreviations.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@16 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2008-08-08Prepared to handle the DWARF debug format.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@15 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a