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

rishabh gupta rishabh9511 at gmail.com
Tue Dec 8 11:24:02 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
> 
> Milian Wolff wrote:
>     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.
> 
> Kevin Funk wrote:
>     @Rishabh: Care to further work on that? See Milian's comment for hints.

i tried but couldn't figure out how what milian suggested can be done .Outside kdevelop if a program is started in gdb it does tells about the debugging symbols but i don't know how the same information can be shown to the user if the program is started inside kdevelop.


- rishabh


-----------------------------------------------------------
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/20151208/2d8b76dd/attachment-0001.html>


More information about the KDevelop-devel mailing list