summaryrefslogtreecommitdiff
path: root/src/plugins/dbghelpplug.c
AgeCommit message (Collapse)AuthorFilesLines
2014-07-04Added support to show children of struct/union in Debug Help plugin, this ↵panikon1-37/+54
feature is disabled by default Added small checks in order to increase efficiency, to avoid unnecessary crashes and to free memory in Debug Help plugin Added some missing error checks in Debug Help plugin
2014-07-04Added sysinfo support to Debug Help pluginpanikon1-13/+10
2014-07-04Ported dbghelp to HPMpanikon1-43/+26
2014-05-13Removed trailing whitespace (sources)Haru1-12/+11
Signed-off-by: Haru <haru@dotalux.com>
2013-07-10- Updated dbghelp.dllMatias1-0/+1816
- Added dbghelpplug.c souce code made HPM compatible. Signed-off-by: Xgear <matiassw@gmail.com>