Comments below. > On Jan 9, 2017, at 1:10 PM, Jeffrey Tan via lldb-dev > <lldb-dev@lists.llvm.org> wrote: > > Hi, > > O ur company is using Buck(https://buckbuild.com/ <https://buckbuild.com/>) > to build internal service. Recently the build team made a change in buck to > not merge dwarf symbols from each object file into final binary so debugger > needs to read source/symbol table from compilation unit itself.
How are debug symbols expected to be found? Is fission being used where the DWARF for each compile unit is in .dwo files and the main executable has skeleton DWARF? I will skip all other questions until we know more about how and where the DWARF is. Greg Clayton
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev