Skip to main content

dr_memory_dump_flags_t_DR_MEMORY_DUMP_LDMP

Constant dr_memory_dump_flags_t_DR_MEMORY_DUMP_LDMP 

Source
pub const dr_memory_dump_flags_t_DR_MEMORY_DUMP_LDMP: dr_memory_dump_flags_t = 1;
Expand description

A “livedump”, or “ldmp”, DynamoRIO’s own custom memory dump format. The ldmp format does not currently support specifying a context for the calling thread, so it will always include the call frames to dr_create_memory_dump(). The \p ldmp.exe tool can be used to create a dummy process (using the \p dummy.exe executable) which can then be attached to by the debugger (use a non-invasive attach) in order to view the memory dump contents.

\note Windows only.