Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add support for goto to selected symbol address. | Pavel Pisa | 2019-02-22 |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Correct program loader to open ELF file in binary mode on Windows. | Pavel Pisa | 2019-02-14 |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Setup initial PC according executable entry form ELF file if it is non zero. | Pavel Pisa | 2019-02-04 |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Add license to the source files. | Pavel Pisa | 2019-02-04 |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Just note that we are checking endianity automatically | Karel Kočí | 2018-04-05 |
| | |||
* | Fix program loading | Karel Kočí | 2018-02-14 |
| | | | | First section was ignored | ||
* | Cleanup some todos in code | Karel Kočí | 2018-01-15 |
| | |||
* | Some pleanups and small fixes | Karel Kočí | 2017-12-21 |
| | | | | | These are just code fixes. Shouldn't change anything but makes code cleaner. | ||
* | Put qtmips_machine to machine namespace | Karel Kočí | 2017-12-17 |
| | |||
* | Fix problem with no such file or directory | Karel Kočí | 2017-12-11 |
| | | | | | Yep when object was instantiated it wasn't copying elf_path so now fixed (should also not forget to do the same with other options too). | ||
* | Another huge pile of work for about two months | Karel Kočí | 2017-11-19 |
| | | | | | | Well I should commit every change instead of this madness. I am not documenting changes as all this is just improvements and implementation progression. | ||
* | Use QString and QVector instead of std ones and more | Karel Kočí | 2017-09-02 |
| | |||
* | Initial commit | Karel Kočí | 2017-08-30 |
Adding work done so far. |