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: [RFC] Add task-specific breakpoint capability...


> FWIW this approach seems reasonable enough to me.

Cool :)

> Joel> +int
> Joel> +breakpoint_ada_task_match (CORE_ADDR pc, ptid_t ptid)
> 
> Nothing calls this.  Maybe the patch is missing changes from
> infrun.c, and a declaration in breakpoint.h?

That's a really good catch - Indeed, I forgot the change in infrun.c.
And I moved the function declaration from ada-lang.h to breakpoint.h,
as suggested. Not sure why we put that declaration in ada-lang.h in
the first place - probably force of habits...

-- 
Joel


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