[lldb-dev] Inquiry about breakpoints on demangled function names

E BOUTALEB via lldb-dev lldb-dev at lists.llvm.org
Mon May 2 02:49:48 PDT 2016


I am currently working on a language plugin for lldb.
I would like to be able to put a breakpoint on demangled function names, but even after demangling function names through my custom DWARF parser, lldb won't autocomplete on demangled names nor break on them.

I though about modifiying the IndexPrivate method in Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp, but it does not seem to be the cleanest thing to do.

Where would be the most appropriate place in the lldb source to incorporate demangled function names so breakpoints on them become possible? My own DWARF parser? DWARFCompileUnit?

Elias Boutaleb


 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20160502/f3864270/attachment.html>


More information about the lldb-dev mailing list