OPMD Task_Handles

2022-05-31 Thread Yousssef Magdy via Gcc
hello there, I am currently implementing the ompd lib as a graduation project with Mohamed Atef, I am Facing some problems such as: - in ompd_get_scheduling_task_handle that is supposed to get the task was active when the t

Re: CFI for saved argument registers

2022-05-31 Thread Andreas Krebbel via Gcc
On 5/16/22 08:29, Andreas Krebbel via Gcc wrote: > Hi, > > I'm trying to provide a simple dwarf unwinder with access to the > argument register content. The goal is to make this information > available for optimized code without having to access debug > information for things like call site args.