Hi all, I have trouble getting gdb working with a test suite. Running e.g.: $ gdb ./release/arrow-compute-scalar-test I can't set a breakpoint on e.g. arrow::compute::internal::TransformAsciiUpper in arrow/compute/kernels/scalar_string.cc. Tab completion on arrow::compute::int<tab> give no tab completion, because I assume this is not exported (although the symbol is visible using nm path/to/libarrow.so.100). Is there an easy (or hard?) way to get a breakpoint there, and what might be the reason I cannot put a breakpoint at TransformAsciiUpper.
cheers, Maarten Breddels