Home | History | Annotate | Download | only in src

Lines Matching refs:gdbjit

1168 DEFINE_BOOL(gdbjit, false, "enable GDBJIT interface")
1169 DEFINE_BOOL(gdbjit_full, false, "enable GDBJIT interface for all code objects")
1175 DEFINE_IMPLICATION(gdbjit_full, gdbjit)
1176 DEFINE_IMPLICATION(gdbjit_dump, gdbjit)
1178 DEFINE_NEG_IMPLICATION(gdbjit, compact_code_space)