load_elf: dump a sequence of gdb commands for easy debugging
[openpower-isa.git] / src / openpower / decoder / isa / mem.py
2023-12-13 Jacob Lifshayload_elf: dump a sequence of gdb commands for easy...
2023-12-13 Jacob LifshayMemMMap: fix brk_syscall -- use unrounded input address...
2023-12-13 Jacob Lifshayload_elf: add forgotten auxv entries
2023-12-13 Jacob Lifshayload_elf: copy linux's auxv, argv, and env layout
2023-12-13 Jacob Lifshayload_elf: match linux better for statically-linked...
2023-12-13 Jacob LifshayMemMMap: raise error for bad load/fetch addresses when...
2023-12-13 Jacob LifshayMemMMap: use modified_pages.discard instead of remove...
2023-12-13 Jacob Lifshaycaller.py: implement a pile of syscalls
2023-12-13 Jacob Lifshayload_elf: set mem.heap_range so brk works
2023-12-13 Jacob LifshayMem: speed up log_fancy by using make_sim_state_dict()
2023-12-13 Jacob LifshayMemMMap/SimState: speed up SimState.get_mem() for large...
2023-12-13 Jacob LifshayMemMMap: log mmap calls
2023-12-13 Jacob Lifshaymem.py: make MMapEmuBlock use hex for repr
2023-12-13 Jacob LifshayMem: don't log loads when dumping, you'll see the memor...
2023-12-13 Jacob LifshayMemMMap: finish implementing brk_syscall
2023-12-01 Jacob Lifshaymem.py: add load_elf
2023-12-01 Jacob Lifshaymem.py: fix SIGBUS when accessing file mapped by mmap_s...
2023-12-01 Jacob Lifshayimplement MemMMap.mmap_syscall
2023-11-14 Jacob Lifshaylog load/stores to InstrInOuts
2023-11-02 Luke Kenneth Casso... use of the word "Kind" is too irritating. replace all...
2023-10-23 Jacob Lifshayreduce mmap BLOCK_SIZE to 1 << 28 so it works on armv7a
2023-09-25 Jacob Lifshayskip zero words when iterating words in MemMMap
2023-09-23 Jacob Lifshayadd MemMMap class
2023-09-23 Jacob Lifshaysplit out most Mem methods into MemCommon base class
2023-09-22 Jacob Lifshayformat mem.py
2022-12-30 Luke Kenneth Casso... corrections to boundary-wrapped store, and add misalign...
2022-12-30 Luke Kenneth Casso... add rollover mem test, store "rolls over" a 64-bit...
2022-12-30 Luke Kenneth Casso... add misaligned mem test
2022-12-29 Luke Kenneth Casso... print out memory exception details, on unaligned
2022-10-11 Luke Kenneth Casso... add asciidump option to Mem class
2022-09-30 Jacob Lifshayallow logging function to be overridden for Mem.log_fancy
2022-08-29 Jacob Lifshaylog memory in a more fancy format, like hexdump -C
2021-09-22 Luke Kenneth Casso... split out function which processes initial test memory...
2021-06-01 Luke Kenneth Casso... comment cleanup, record last LD/ST address in simulator
2021-05-29 Luke Kenneth Casso... can't stand python 'format'
2021-05-26 Lauri KasanenUndo log in mem dump
2021-05-26 Lauri KasanenUse log in isa/mem
2021-05-21 Luke Kenneth Casso... add demo --load option to pypowersim
2021-05-10 Luke Kenneth Casso... fix MemException, return correct address in DAR
2021-05-10 Luke Kenneth Casso... include Error keyword in message
2021-05-10 Luke Kenneth Casso... allow unaligned access exception to be raised in ISACal...
2021-04-23 Luke Kenneth Casso... resolving imports changing over
2021-04-23 Luke Kenneth Casso... add pseudo and isa