mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-04 15:37:54 +00:00

(prev_nop_frag_holds): New static variable. (prev_nop_frag_required): New static variable. (prev_nop_frag_since): New static variable. (append_insn): If we aren't reordering, and prev_nop_frag is not NULL, and we don't need any nops, then decrease the size of prev_nop_frag. Don't insert nops because of instructions in noreorder sections. Remember whether the previous instructions where in noreorder sections even when not reordering. (mips_no_prev_insn): Add preserver parameter. Change all callers. Refer prev_nop_frag variables when appropriate. (mips_emit_delays): Set up prev_nop_frag. (s_mipsset): Clear prev_nop_frag if reordering.
Description
GDB that can debug Mach-Os on Linux
Languages
C
58.3%
Makefile
18.5%
Assembly
13.3%
C++
3.6%
Scheme
1.2%
Other
4.7%