Home | History | Annotate | Download | only in src

Lines Matching refs:gdbjit

888 DEFINE_BOOL(gdbjit, false, "enable GDBJIT interface")
889 DEFINE_BOOL(gdbjit_full, false, "enable GDBJIT interface for all code objects")
895 DEFINE_IMPLICATION(gdbjit_full, gdbjit)
896 DEFINE_IMPLICATION(gdbjit_dump, gdbjit)
898 DEFINE_NEG_IMPLICATION(gdbjit, compact_code_space)