Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric Halbronn committed Jun 13, 2017
1 parent 150682b commit 9f66d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ In some scenario such as debugging embedded devices over serial, gdb is not awar
`/proc/<pid>/maps`. In this case, we import a different script than sync.py in gdb. This script is quite simple and imports sync.py. The only difference is we create a context that is passed to `Sync()` when instanciating the object.
It allows overriding some fields such as the pid or mappings but others could be added if required.

custom_sync.py:::
custom_sync.py::

from sync import *

Expand Down

0 comments on commit 9f66d76

Please sign in to comment.