COREINJECT(1) | minicoredumper | COREINJECT(1) |
coreinject - inject binary dumps from minicoredumper(1) into a core file
coreinject [OPTION]... core symbol.map binary-dump...
If an application using libminicoredumper(7) registers a binary dump to not be included in the core file, the minicoredumper(1) will create a separate dump file containing the contents of that variable. A symbol map file symbol.map is also created by the minicoredumper(1). Using these files, coreinject can inject that binary data into the stripped core file for use with gdb(1).
The options are as follows:
If the binary dump used MCD_DATA_PTR_DIRECT, the separate binary file contains exactly that data. If MCD_DATA_PTR_INDIRECT was used, the separate binary file contains first the pointer value followed by the data pointed to by the pointer.
Insert the binary data in bdump.bin into core.
minicoredumper(1), libminicoredumper(7), mcd_dump_data_register_bin(3)
The DiaMon Workgroup: <http://www.diamon.org>
2016-07-19 | minicoredumper |