search for: r312034

Displaying 2 results from an estimated 2 matches for "r312034".

2017 Sep 07
2
RFC: Introduce DW_OP_LLVM_memory to describe variables in memory with dbg.value
...al > expression support, etc. (hilariously, what was there before was even more > awesome: we encoded the type of the parameter in the DWARF as T& instead of > T... literally changing the signature of the function... ) > Awesome, Bob just did the same thing for CodeView for NRVO in r312034, because we don't have DW_OP_deref. > Either LLVM_memory or stack_value approaches would remove the prepending > issues & I agree getting rid of the ad-hoc/separate 'indirect' flag is > good, just haggling over how best to do that. > > >> We modify DBG_VALUEs...
2017 Sep 07
2
RFC: Introduce DW_OP_LLVM_memory to describe variables in memory with dbg.value
On Wed, Sep 6, 2017 at 5:01 PM, David Blaikie <dblaikie at gmail.com> wrote: > On Wed, Sep 6, 2017 at 2:01 PM Reid Kleckner <rnk at google.com> wrote: > >> On Wed, Sep 6, 2017 at 10:01 AM, David Blaikie <dblaikie at gmail.com> >> wrote: >> >>> I guess you described this already, but talking it through for >>> myself/maybe others will