summaryrefslogtreecommitdiff
path: root/src/core_dump_handler/README
Commit message (Collapse)AuthorAgeFilesLines
* Fixed core pattern to use correct dlt-cdh install pathLutz Helwing2016-02-011-4/+5
| | | | | | | | | - 50-coredump.conf is now generated and installed by cmake and uses @CMAKE_INSTALL_PREFIX@ for setting path to dlt-cdh - README updated Signed-off-by: Lutz Helwing <lutz_helwing@mentor.com>
* Fix CMakeLists to build logstorage, and coredumphandlerStefan Vacek2016-01-291-1/+1
| | | | Signed-off-by: Stefan Vacek <stefan.vacek@intel.com>
* Added core dump handler codeLutz Helwing2015-10-281-0/+13
Fixed author Doxygen tag Added licence headers Moved return value definition to new header Converted all DOS line endings to Unix Solution for CPU dependency by using CMAKE_SYSTEM_PROCESSOR cmake variable CPU specific stuff is implemented in own implementation file for each CPU architecture Added config file for sysctl. Fixed wrong parameters to open call for lockfile Added mechanism to overwrite TARGET_CPU_NAME with command line option Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>