Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1996-01-23 | * dis-asm.h (INIT_DISASSEMBLE_INFO): New argument FPRINTF_FUNC. | David Edelsohn | 1 | -2/+2 | |
1996-01-23 | * dis-asm.h (INIT_DISASSEMBLE_INFO): Set endian to BFD_ENDIAN_UNKNOWN. | David Edelsohn | 1 | -1/+1 | |
1996-01-23 | * dis-asm.h (disassemble_info): New members arch, mach, endian. | David Edelsohn | 1 | -33/+30 | |
(INIT_DISASSEMBLE_INFO): Initialize them. (DISASM_RAW_INSN{,FLAG}): Define. | |||||
1995-01-16 | * dis-asm.h (prin_insn_w65): Declare. | Steve Chamberlain | 1 | -0/+1 | |
1995-01-06 | * dis-asm.h: Make idempotent. | Ian Lance Taylor | 1 | -4/+8 | |
1994-11-24 | * dis-asm.h (print_insn_shl): New prototype. | Steve Chamberlain | 1 | -13/+18 | |
1993-07-31 | * dis-asm.h: Add new fields insn_info_valid, branch_delay_insns, | John Gilmore | 1 | -25/+94 | |
data_size, insn_type, target, target2. These are used to return information from the instruction decoders back to the calling program. Add comments, make more readable. | |||||
1993-07-15 | * dis-asm.h: Added declaration of print_insn_m88k. | Ian Lance Taylor | 1 | -4/+27 | |
1993-04-01 | Fix prototype problems related to recent disassembler changes | Jim Kingdon | 1 | -1/+2 | |
1993-04-01 | merge binutils and gdb sparc disassemblers | Jim Kingdon | 1 | -0/+1 | |
1993-04-01 | * dis-asm.h: (disassemble_info): Fix typo in prototype of | Stu Grossman | 1 | -1/+1 | |
dis_asm_memory_error(). | |||||
1993-03-31 | provide a new interface (using read_memory_func) to call the disassemblers | Jim Kingdon | 1 | -16/+66 | |
which copes with errors in a plausible way | |||||
1993-03-18 | * ieee-float.h: Moved from ../gdb. | Per Bothner | 1 | -0/+32 | |
* dis-asm.h: New file. Interface to dis-assembler. |