index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
emu
/
x64emu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed RunFunction and DynaCall/EmuCall with stack arguments
ptitSeb
2022-03-25
1
-2
/
+2
*
Fixed the backtrace wrapper (uses eh_frame information only)
rajdakin
2022-02-14
1
-0
/
+2
*
Added handling of longjmp inside signals handler (from box86)
ptitSeb
2021-08-09
1
-1
/
+2
*
Fixed and improved handling of segments and Call Far and signal (helps Wine64)
ptitSeb
2021-07-13
1
-2
/
+3
*
Splitted mmx and x87 register (from box86)
ptitSeb
2021-07-11
1
-4
/
+4
*
First pass
rajdakin
2021-04-14
1
-1
/
+8
*
General improvements to box64 and fixed some SDL2 functions
rajdakin
2021-04-11
1
-10
/
+24
*
Small change on trace flags output
ptitSeb
2021-04-08
1
-2
/
+2
*
[TRACE] Added a new trace option
rajdakin
2021-04-07
1
-4
/
+17
*
More work around stack alignement and frame pointer
ptitSeb
2021-04-03
1
-0
/
+4
*
Better Stack handling (backported from box86)
ptitSeb
2021-03-28
1
-2
/
+3
*
Small fix to avoid dereferencing a NULL x64emu_t structure
ptitSeb
2021-03-25
1
-1
/
+2
*
[DYNAREC] Added 70..7F opcodes (and fixed ORR/AND bitmask coding/decoding, th...
ptitSeb
2021-03-16
1
-2
/
+5
*
Added a bunch of SSE2 opcodes
ptitSeb
2021-03-12
1
-0
/
+1
*
Better functions name resolving when using TRACE, and fixed some printf stuff...
ptitSeb
2021-03-10
1
-2
/
+2
*
Added 66 39/3B/3D CMP opcodes
ptitSeb
2021-03-09
1
-2
/
+2
*
Added more byte to UnImp opcode message
ptitSeb
2021-03-09
1
-2
/
+4
*
Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)
ptitSeb
2021-03-07
1
-4
/
+3
*
Some work on TLS (not sure it's a good idea to separate 64 FS: prefix there)
ptitSeb
2021-03-06
1
-2
/
+2
*
Fix an issue with mod/rm SBI with R12
ptitSeb
2021-03-06
1
-1
/
+0
*
Fixed GetEb handling
ptitSeb
2021-03-06
1
-9
/
+9
*
Preparing defered flags handling
ptitSeb
2021-03-04
1
-1
/
+1
*
Some work on Mod/RM 64bits decoding (with RIP relative addressing)
ptitSeb
2021-03-03
1
-1
/
+2
*
Fixed trace and prepare rex decoding
ptitSeb
2021-03-03
1
-10
/
+14
*
Added some X86_64 RelocA and a few wrapped function (wrapper still not correc...
ptitSeb
2021-03-03
1
-25
/
+25
*
More infrastructure added to elf and x64 emu
ptitSeb
2021-03-03
1
-36
/
+36
*
Fixed a bunch of print format error
ptitSeb
2021-03-02
1
-4
/
+4
*
More x64emu preparation
ptitSeb
2021-03-02
1
-1
/
+1
*
Added some x86_64 regs and emu infrastructure
ptitSeb
2021-03-02
1
-0
/
+454