Review Request 125664: bug 327760. user will be notified if the debug symbols are missing

Milian Wolff mail at milianw.de
Mon Oct 19 14:24:34 UTC 2015



> On Oct. 17, 2015, 5:30 p.m., Aleix Pol Gonzalez wrote:
> > This assumes the project is using cmake.
> > 
> > Would it be possible to check in the executable if the symbols are available?
> 
> Sven Brauch wrote:
>     In principle it's easy, e.g. `readelf -S /usr/lib/libpng.so  |grep debug_info`; one would just need to find a more elegant way to do this.
> 
> rishabh  gupta wrote:
>     i tried this but there is no such thing as debug_info or debug .  even nm -gC  doesn't list any information about  debug symmbols

I'd actually prefer we go the other way around and reuse the information we get from GDB. Afaik it notifies us already about shared libraries that are missing debug symbols, and we should show that information somewhere to the user.


- Milian


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/125664/#review86981
-----------------------------------------------------------


On Oct. 16, 2015, 5:13 p.m., rishabh  gupta wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/125664/
> -----------------------------------------------------------
> 
> (Updated Oct. 16, 2015, 5:13 p.m.)
> 
> 
> Review request for KDevelop, Aleix Pol Gonzalez and Milian Wolff.
> 
> 
> Bugs: 327760
>     http://bugs.kde.org/show_bug.cgi?id=327760
> 
> 
> Repository: kdevelop
> 
> 
> Description
> -------
> 
> code will check if the project compiled is complied with debug symbols or not .if it's not compiled with the debug symbols user will be notified about it
> 
> 
> Diffs
> -----
> 
>   debuggers/gdb/gdbconfigpage.h 6a877d2 
>   debuggers/gdb/gdbconfigpage.cpp 6fd1c3a 
> 
> Diff: https://git.reviewboard.kde.org/r/125664/diff/
> 
> 
> Testing
> -------
> 
> builds 100%
> testing done
> 
> 
> Thanks,
> 
> rishabh  gupta
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20151019/48bb357a/attachment.html>


More information about the KDevelop-devel mailing list