Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-08-12 | Add formatted register info. | Andrew Cagney | 1 | -1/+118 | |
Convert more of mn10300 to multi-arch. Fix mips vs mn10300 | |||||
2000-08-11 | Enable multi-arch for the mn10300. | Andrew Cagney | 1 | -38/+109 | |
2000-07-30 | Protoization. | Kevin Buettner | 1 | -60/+23 | |
2000-05-28 | PARAMS removal. | Kevin Buettner | 1 | -3/+3 | |
1999-12-07 | import gdb-1999-12-06 snapshot | Jason Molenda | 1 | -0/+35 | |
1999-09-22 | import gdb-1999-09-21 | Jason Molenda | 1 | -0/+1 | |
1999-07-07 | import gdb-1999-07-07 post reformat | Jason Molenda | 1 | -85/+86 | |
1999-07-05 | import gdb-1999-07-05 snapshot | Jason Molenda | 1 | -1/+3 | |
1999-06-14 | import gdb-1999-06-14 snapshot | Jason Molenda | 1 | -8/+54 | |
1999-04-26 | import gdb-19990422 snapshot | Stan Shebs | 1 | -13/+0 | |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+791 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -815/+0 | |
1998-12-10 | CARP: | Andrew Cagney | 1 | -7/+46 | |
Rename REGISTER_NAMES{} -> REGISTER_NAME(). | |||||
1998-11-24 | CARP: *BREAKPOINT* | Andrew Cagney | 1 | -0/+17 | |
Convert mn10300, MIPS and powerpc/rs6000 targets to use BREAKPOINT_FROM_PC Delete global variable memory_breakpoint_size. Use BREAKPOINT_FROM_PC instead. | |||||
1998-11-23 | CARP: Convert macro definitions of USE_STRUCT_CONVENTION into target | Andrew Cagney | 1 | -1/+12 | |
specific functions. | |||||
1998-09-03 | * config/mn10300/tm-mn10300.h (FP_REGNUM): Redefine to be a | Mark Alexander | 1 | -57/+115 | |
pseudo-register, not the same as a3. (D2_REGNUM, D3_REGNUM, A2_REGNUM, A3_REGNUM): Define. * mn10300-tdep.c (fix_frame_pointer): New function. (set_movm_offsets): Use register number macros instead of hard-coded constants. (mn10300_analyze_prologue): Fix to handle redefinition of FP_REGNUM. (mn10300_frame_chain): Fix to handle redefinition of FP_REGNUM; use register number macros instead of hard-coded constants; add missing parameter to call of mn10300_analyze_prologue. (mn10300_frame_saved_pc): Use register number macros instead of hard-coded constants. | |||||
1998-07-27 | * mn10300-tdep.c (mn10300_analyze_prologue): Undo previous fix | Mark Alexander | 1 | -3/+4 | |
for setting frame address in optimized code; made unnecessary by compiler fixes. | |||||
1998-07-27 | * mn10300-tdep.c (mn10300_frame_chain): Account for space saved | Jeff Law | 1 | -1/+13 | |
by am33 register saves. (mn10300_frame_saved_pc): Similarly. | |||||
1998-07-24 | * mn10300-tdep.c (set_movm_offsets): New helper function | Mark Alexander | 1 | -157/+456 | |
for mn10300_analyze_prologue. (mn10300_analyze_prologue): Simplify by factoring out common code. Fix bugs in setting frame address for optimized code. Use read_memory_nobpt instead of target_read_memory. | |||||
1997-02-02 | Committing sanitize changes | Geoffrey Noer | 1 | -1/+1 | |
1997-01-22 | Tue Jan 21 17:03:26 1997 Geoffrey Noer <noer@cygnus.com> | Geoffrey Noer | 1 | -219/+110 | |
* mn10300-tdep.c: wrote/fixed implementations of mn10300_frame_chain, mn10300_init_extra_frame_info, mn10300_frame_saved_pc * config/mn10300/tm-mn10300.h: redefine INIT_EXTRA_FRAME_INFO and INIT_FRAME_PC macros Backtracing starting to work correctly. | |||||
1997-01-03 | Fri Jan 3 14:20:05 1997 Geoffrey Noer <noer@cygnus.com> | Geoffrey Noer | 1 | -5/+348 | |
* mn10300-tdep.c (mn10300_push_arguments): rewrote also removed code elsewhere that made use of RP_REGNUM | |||||
1996-12-09 | Mon Dec 9 00:14:49 1996 Geoffrey Noer <noer@cygnus.com> | Geoffrey Noer | 1 | -0/+144 | |
* config/mn10300/tm-mn10300.h: fix register names * mn10300-tdep.c: new skeleton tdep for mn10300 |