Hi Maarten,
You should build in debug mode, i.e. pass -DCMAKE_BUILD_TYPE=Debug Regards Antoine. Le 15/06/2020 à 16:35, Maarten Breddels a écrit : > 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 >