Are there GEL examples on how to control target code execution? I've checked the wiki and the forums and haven't found much. Things like:
- Set a breakpoint on a line. Do you need to know the absolute address? I tried putting a label on the line such as bkpt: but the script doesn't like that.
- Set a variable in target code. Does it need to be global? I tried setting a local variable, but it doesn't find that. Maybe because I couldn't get the breakpoint set in the function where it is?
- Fill memory with a value.
- Load memory from a pc file and know what the length is inside the script (like it is shown in the window when manually loading a file)
Looking for examples that show these sorts of things. Thanks.
Mike