An interface to gdb to control program execution
Project description
Interface for controlling program execution:
Example:
from execcontrol import ControlledExec ce = ControlledExec(“./a.out”) ce.set_break(“main”) ce.exec_run() print ce.get_variables() ce.next() print ce.get_variables()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyexeccontrol-0.0.3.tar.gz
(2.4 kB
view details)
File details
Details for the file pyexeccontrol-0.0.3.tar.gz
.
File metadata
- Download URL: pyexeccontrol-0.0.3.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fba274dc2079f064314722a60d017e823c835c1569d868780876a7ad503914a7 |
|
MD5 | 648edde70727a30812c0637495074101 |
|
BLAKE2b-256 | 5313703fc7aed6466f38c3857c31d9cb0e9a4ee9dd91c8e5fe9c4195b729d9b9 |