This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 00/13] No-debug-info debugging improvements


On 07/13/2017 04:31 PM, Pedro Alves wrote:
> New in v2:
>   - The new simpler cast-return-type syntax now assumes the called
>     function is prototyped instead of unprototyped:
>      https://sourceware.org/ml/gdb-patches/2017-07/msg00128.html
>   - Documentation patch adjusted accordingly.
>   - The fix for calling prototyped functions via function pointers is
>     now patch #1, because the v2 of patch #2 includes new tests that
>     depend on the fix.
> 
> 
> This series stops GDB from assuming that no-debug-info functions
> return int, and that no-debug-info variables have type int.

I'm pushing this to master now.

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]