summaryrefslogtreecommitdiff
path: root/src/debug/debugger.c
AgeCommit message (Expand)Author
2020-02-04Updated copyright headers.Cyrille Bagard
2018-10-14Typo.Cyrille Bagard
2018-08-03Updated the reference counters when providing instruction links.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2018-01-13Handled the logs from the GUI, the command line and the Python bindings.Cyrille Bagard
2017-04-13Simplified the way links between instructions are handled.Cyrille Bagard
2017-03-19Provided initial features for debugging using GDB.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2015-01-26Begun to rewrite the whole plugins system.Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2012-12-16Fixed the compilation by processing the GLib marshals sooner.Cyrille Bagard
2012-08-12Cleaned the code and handled file binaries properly.Cyrille Bagard
2012-02-18Retrieved the frames stack from the running process.Cyrille Bagard
2012-02-17Listed all running threads using Python.Cyrille Bagard
2012-02-01Provided interfaces to use debuggers in plugins.Cyrille Bagard
2012-01-01Updated copyright dates.Cyrille Bagard
2011-01-06Attached the debugger to a given target.Cyrille Bagard
2010-12-08Deleted the useless ptrace() based debugger for portability.Cyrille Bagard
2010-07-29Improved the GDB client.Cyrille Bagard