object-introspection
object-introspection copied to clipboard
Output image info for LLDB debugging
Summary
When the GenJitDebug feature is enabled, output the relocation information of the JIT code to enable debugging with LLDB.
Test plan
$ lldb -- $OI/build/test/integration/integration_test_target oil folly_small_vector_int_default_overflow $OI/build/testing.oid.toml
(lldb) b oi::detail::OICompiler::applyRelocs
(lldb) e config.features[Feature::GenJitDebug] = true
(lldb) finish
...