dosbox_dump_segment
Capture a 64 KiB guest memory segment to a file at a single instant for later analysis or as a test fixture. If no segment is given, the profile's data segment is written; specify one for any other guest segment.
Instructions
Write a whole 64 KiB guest segment to a file -- the state at one instant, for later analysis or as a test fixture. With no segment this is the profile's data segment; with segment=0x1234 it is any segment in the guest, which is how the marker for a new profile is captured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | No | ||
| path | Yes | Output file; a relative path goes under DOSBOX_MCP_OUTPUT_DIR. | |
| segment | No | Guest segment; omit for the profile's data segment. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||