Search
lxdream.org :: lxdream :: changelog
lxdream 0.9.1
released Jun 29
Download Now

15 years agoBug #67: cdi bug x86_64
nkeynes [Tue, 24 Mar 2009 11:35:20 +0000]  tree
Bug #67: cdi bug x86_64
Fixed as suggested in bug - convert trail.header_offset to (signed) long before negating it.
src/gdrom/cdi.c


15 years agoAdd preliminary implementation of the GDB remote debugging server - attaches to
nkeynes [Tue, 24 Mar 2009 11:15:57 +0000]  tree
Add preliminary implementation of the GDB remote debugging server - attaches to
either or both the SH4 and ARM
src/Makefile.am
src/Makefile.in
src/aica/armcore.h
src/aica/armdasm.c
src/aica/armmem.c
src/cpu.h
src/drivers/net_glib.c
src/drivers/net_osx.m
src/gdbserver.c
src/gtkui/gtk_debug.c
...

15 years agoFix off-by-one when looking up a PC right on the border-line
nkeynes [Tue, 24 Mar 2009 11:04:51 +0000]  tree
Fix off-by-one when looking up a PC right on the border-line
src/xlat/xltcache.c


15 years agoFix stupid mistake in non-frame-exception path
nkeynes [Tue, 10 Mar 2009 04:56:43 +0000]  tree
Fix stupid mistake in non-frame-exception path
src/sh4/sh4x86.in


15 years agoCleanup ABI headers - most of the content made consistent between versions, and moved into sh4x86.in proper
nkeynes [Thu, 05 Mar 2009 21:42:35 +0000]  tree
Cleanup ABI headers - most of the content made consistent between versions, and moved into sh4x86.in proper
src/sh4/mmux86.c
src/sh4/sh4x86.in
src/xlat/x86/amd64abi.h
src/xlat/x86/ia32abi.h
src/xlat/x86/x86op.h


15 years agoFix missing prototype (warning)
nkeynes [Thu, 05 Mar 2009 21:37:44 +0000]  tree
Fix missing prototype (warning)
src/drivers/audio_sdl.c


15 years agoUpdate ABI header paths for automake's consumption
nkeynes [Wed, 04 Mar 2009 23:30:22 +0000]  tree
Update ABI header paths for automake's consumption
src/Makefile.am
src/Makefile.in


15 years agoMove ABI headers to xlat/x86 as well (and finally rename erroneously named ia64abi to amd64abi)
nkeynes [Wed, 04 Mar 2009 23:27:59 +0000]  tree
Move ABI headers to xlat/x86 as well (and finally rename erroneously named ia64abi to amd64abi)
src/sh4/ia32abi.h
src/sh4/ia64abi.h
src/sh4/sh4x86.in
src/xlat/x86/amd64abi.h
src/xlat/x86/ia32abi.h


15 years agoMove xltcache to xlat/ src directory
nkeynes [Wed, 04 Mar 2009 23:12:21 +0000]  tree
Move xltcache to xlat/ src directory
Commit new and improved x86 opcode file - cleaned up and added support for amd64 extended registers
src/Makefile.am
src/Makefile.in
src/sdram.c
src/sh4/ia32abi.h
src/sh4/ia64abi.h
src/sh4/mmux86.c
src/sh4/sh4.c
src/sh4/sh4mem.c
src/sh4/sh4trans.c
src/sh4/sh4trans.h
...

15 years agoPrint address correctly with %p
nkeynes [Wed, 04 Mar 2009 23:04:54 +0000]  tree
Print address correctly with %p
src/test/testsh4x86.c


.