Re: [RFC] [PATCH] Breakpoint assistance(SSOL) using utrace infrastructure.

2008-04-16 Thread Srinivasa D S
On Wednesday 16 April 2008 04:19:34 pm Srikar Dronamraju wrote: > * Srinivasa D S <[EMAIL PROTECTED]> [2008-04-16 11:59:39]: > > Hi Srinivasa, > > Can you please break this patch into > - The actual breakpoint assistance code. > - single stepping out of line (ssol). > - How to use breakpoint assist

Re: [RFC] [PATCH] Breakpoint assistance(SSOL) using utrace infrastructure.

2008-04-16 Thread Srikar Dronamraju
* Srinivasa D S <[EMAIL PROTECTED]> [2008-04-16 11:59:39]: Hi Srinivasa, Can you please break this patch into - The actual breakpoint assistance code. - single stepping out of line (ssol). - How to use breakpoint assistance + ssol. -- Thanks and Regards Srikar > Hi > > I have been workin

[RFC] [PATCH] Breakpoint assistance(SSOL) using utrace infrastructure.

2008-04-15 Thread Srinivasa D S
Hi I have been working on providing breakpoint assistance(with SSOL) to multithreaded applications using utrace infrastructure. To start with, I have developed a small snippet of code which inserts/removes breakpoint at given address and copies the original instruction to a separate vma. Whene