Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-03-06 | Fix BLX(1) for Thumb | Nick Clifton | 2 | -5/+24 | |
2001-02-28 | Add support for disabling alignment checks when performing GDB interface | Nick Clifton | 8 | -44/+95 | |
calls or SWI emulaiton routines. (Alignment checking code has not yet been contributed). | |||||
2001-02-16 | Remove Prefetch abort for breakpoints. Instead set the state to RESUME. | Nick Clifton | 2 | -12/+7 | |
2001-02-15 | Add code to preserve processor mode when a prefetch | Nick Clifton | 2 | -0/+14 | |
abort is signalled after processing a breakpoint. | |||||
2001-02-14 | Reset processor into ARM mode for any machine type except the early ARMs. | Nick Clifton | 2 | -12/+20 | |
2001-02-14 | remove spurious whitespace | Nick Clifton | 1 | -6/+6 | |
2001-02-14 | Prevent Aborts from happening whilst emulating a SWI | Nick Clifton | 2 | -62/+83 | |
2001-02-12 | Fix definition of NEGBRANCH | Nick Clifton | 2 | -1/+6 | |
2001-02-01 | Add parentheses ready for future conbtribution | Nick Clifton | 1 | -39/+63 | |
2001-02-01 | Update base address register after restoring register bank. | Nick Clifton | 2 | -26/+64 | |
2001-02-01 | Detect installation of SWI vector by running program as well as loading program. | Nick Clifton | 5 | -7/+18 | |
2000-12-19 | Fix test for StoreDouble Instruction. | Nick Clifton | 2 | -12/+17 | |
2000-12-11 | Add 0x91 as an FPE SWI. | Nick Clifton | 2 | -0/+5 | |
2000-12-08 | oops - remove redundant prototype introduced in previous delta | Nick Clifton | 1 | -2/+0 | |
2000-12-08 | Add emulation of double word load and store instructions. | Nick Clifton | 2 | -3/+348 | |
2000-12-03 | Suppress support of DEMON swi's in XScale mode. | Nick Clifton | 2 | -71/+109 | |
2000-11-30 | Add support for ARM's v5TE architecture and Intel's XScale extenstions | Nick Clifton | 10 | -250/+1763 | |
2000-09-15 | Replace StrongARM property with v4 and v5 properties. | Nick Clifton | 6 | -90/+119 | |
2000-08-15 | Compute write back value for post increment loads before | Nick Clifton | 2 | -34/+47 | |
performing the load in case the offset register is overwritten. | |||||
2000-07-14 | 2000-07-14 Fernando Nasser <fnasser@cygnus.com> | Fernando Nasser | 2 | -1/+5 | |
* wrapper.c (sim_create_inferior): Fix typo in the previous patch. | |||||
2000-07-14 | 2000-07-14 Fernando Nasser <fnasser@cygnus.com> | Fernando Nasser | 2 | -0/+9 | |
* wrapper.c (sim_create_inferior): Reset mode to ARM when creating a new inferior. | |||||
2000-07-04 | * armvirt.c (ABORTS): Do not define. | Alexandre Oliva | 2 | -1/+3 | |
2000-07-04 | * armdefs.h (struct ARMul_State): Add is_StrongARM. | Alexandre Oliva | 5 | -11/+59 | |
(ARM_Strong_Prop, STRONGARM): Define. * arminit.c (ARMul_NewState): Reset is_StrongARM. (ARMul_SelectProcessor): Set is_StrongARM. * wrapper.c (sim_create_inferior): Use bfd machine type to determine processor type to emulate. * armemu.h (BUSUSEDINCPCS, BUSUSEDINCPCN): Don't increment PC when emulating StrongARM. | |||||
2000-07-04 | * armemu.c (ARMul_Emulate, t_undefined): Proceed to next insn. | Alexandre Oliva | 2 | -1/+3 | |
2000-07-04 | * armemu.h (INSN_SIZE): New macro. | Alexandre Oliva | 4 | -45/+48 | |
(SET_ABORT): Save CPSR in SPSR and set LR. * armemu.c (ARMul_Emulate, isize): Set to INSN_SIZE. (WriteR15, WriteSR15): Do not discard bit 1 in Thumb mode. * arminit.c (ARMul_Abort): Use new SETABORT and INSN_SIZE. | |||||
2000-07-04 | * armemu.c (LoadSMult): Use WriteR15() to discard the least | Alexandre Oliva | 2 | -2/+5 | |
significant bits of PC. | |||||
2000-07-04 | * armemu.h (WRITEDESTB): New macro. | Alexandre Oliva | 3 | -37/+48 | |
* armemu.c (ARMul_Emulate26, bl): Use WriteR15Branch() to modify PC. Moved the existing logic... (WriteR15Branch): ... here. New function. (WriteR15, WriteSR15): Drop the two least significant bits. (LoadSMult): Use WriteR15Branch() to modify PC. (LoadMult): Use WRITEDESTB() instead of WRITEDEST(). | |||||
2000-07-04 | * armemu.h (GETSPSR): Call ARMul_GetSPSR(). | Alexandre Oliva | 3 | -4/+18 | |
* armsupp.c (ARMul_CPSRAltered): Zero out bits as they're extracted from state->Cpsr, but preserve the unused bits. (ARMul_GetCPSR): Get bits preserved in state->Cpsr. (ARMul_GetSPSR, ARMul_FixCPSR): Use ARMul_GetCPSR() to get the full CPSR word. | |||||
2000-07-04 | * armemu.h (PSR_FBITS, PSR_SBITS, PSR_XBITS, PSR_CBITS): New. | Alexandre Oliva | 4 | -30/+40 | |
(SETPSR_F, SETPSR_S, SETPSR_X, SETPSR_C): New macros. (SETPSR, SET_INTMODE, SETCC): Removed. * armsupp.c (ARMul_FixCPSR, ARMul_FixSPSR): Do not test bit mask. Use SETPSR_* to modify PSR. (ARMul_SetCPSR): Load all bits from value. * armemu.c (ARMul_Emulate, msr): Do not test bit mask. | |||||
2000-07-04 | * armemu.c (ARMul_Emulate): Compute writeback value before | Alexandre Oliva | 2 | -8/+20 | |
loading, since the offset register may be the destination register. | |||||
2000-07-04 | * armdefs.h (SYSTEMBANK): Define as USERBANK. | Alexandre Oliva | 3 | -8/+6 | |
* armsupp.c (ARMul_SwitchMode): Remove SYSTEMBANK cases. | |||||
2000-06-22 | * armemu.c (Multiply64): Fix computation of flag N. | Alexandre Oliva | 2 | -4/+5 | |
2000-06-22 | * armemu.c (MultiplyAdd64): Fix computation of flag N. | Alexandre Oliva | 2 | -4/+7 | |
2000-06-20 | * armemu.h (NEGBRANCH): Do not overwrite the two most significant | Alexandre Oliva | 2 | -1/+6 | |
bits of the offset. | |||||
2000-05-30 | Add support for v4 SystemMode. | Nick Clifton | 11 | -57/+159 | |
2000-05-24 | Change profiling so that it is enabled by default. Re-generate everything. | Andrew Cagney | 2 | -147/+162 | |
2000-05-23 | Add special case handling when GDB set CPSR register | Nick Clifton | 2 | -1/+12 | |
2000-04-10 | * arm abort fix | Frank Ch. Eigler | 2 | -3/+8 | |
2000-03-11 Philip Blundell <philb@gnu.org> * armemu.c (LoadSMult, LoadMult): Correct handling of aborts. Patch from Allan Skillman <Allan.Skillman@arm.com>. | |||||
2000-03-23 | * memory corruption fix | Frank Ch. Eigler | 2 | -2/+8 | |
Wed Mar 22 15:24:21 2000 glen mccready <gkm@pobox.com> * wrapper.c (sim_open,sim_close): Copy into myname, free myname. | |||||
2000-03-02 | * adding forgotten entry | Frank Ch. Eigler | 1 | -0/+1 | |
2000-02-08 | Fix compile time warning messages. | Nick Clifton | 10 | -669/+109 | |
2000-02-05 | import gdb-2000-02-04 snapshot | Jason Molenda | 27 | -8246/+9283 | |
2000-01-26 | import gdb-2000-01-26 snapshot | Jason Molenda | 2 | -5/+20 | |
1999-12-07 | import gdb-1999-12-06 snapshot | Jason Molenda | 3 | -8/+26 | |
1999-11-02 | import gdb-1999-11-01 snapshot | Jason Molenda | 2 | -0/+7 | |
1999-10-12 | import gdb-1999-10-11 snapshot | Jason Molenda | 2 | -1/+7 | |
1999-10-05 | import gdb-1999-10-04 snapshot | Jason Molenda | 2 | -3/+8 | |
1999-09-09 | import gdb-1999-09-08 snapshot | Stan Shebs | 2 | -158/+153 | |
1999-07-12 | import gdb-1999-07-12 snapshot | Jason Molenda | 3 | -1/+3 | |
1999-05-11 | import gdb-1999-05-10 | Stan Shebs | 2 | -174/+308 | |