Yann Weber
c778c8bd2b
Implements a .run function that runs until breakpoint
1 year ago
Yann Weber
53d2b40af9
Implements a .breakpoint command
1 year ago
Yann Weber
35a420d301
Makes the log function & macros variadic
1 year ago
Yann Weber
0f6c205587
Enhancement/bugfix in shell & child synchronization
1 year ago
Yann Weber
0441242d51
Porting bugfix from test on VM
1 year ago
Yann Weber
3245bffb23
Better error handling
1 year ago
Yann Weber
ce496c6e0b
Suppress all compilation warnings
1 year ago
Yann Weber
ff6aa5c8e0
Implements (untested not debuged) child embeding
1 year ago
Yann Weber
d788e54cc3
Adds license notice
1 year ago
Yann Weber
6cc8ab5e41
First instruction completion implementation
+ strating args completion
1 year ago
Yann Weber
101ce9fa0f
Simplifying fetch of childs map information using registers
1 year ago
Yann Weber
b639e6a5d6
Fixing child memory write
1 year ago
Yann Weber
24a4319a87
Add write to mem functions + test
Failure state, we do not have the right to write the map because it in created
with PROT_EXEC | PROT_READ, we have to regularly mprotect the map when exec or
when writing
1 year ago
Yann Weber
5c6886788d
Corrected build system & step positionment in child
1 year ago
Yann Weber
50dc2d2881
Implement a first minimal asm_env from asmsh example
1 year ago