Re: [lldb-dev] Patch to Attach pid successfully from different dir

2017-04-23 Thread Ed Maste via lldb-dev
On 19 April 2017 at 10:15, vignesh balu via lldb-dev wrote: > > While using lldb we found the small bug with attaching to the running > process. > "attach" works fine when we run the lldb on the same dir where we ran the > executable but not if the dir changes. Thank you for the bug report and pa

Re: [lldb-dev] Patch to Attach pid successfully from different dir

2017-04-20 Thread Kamil Rytarowski via lldb-dev
Thanks, Ed Maste is the current FreeBSD maintainer. On 20.04.2017 07:36, vignesh balu wrote: > Created Review : https://reviews.llvm.org/D32271 > > Do i need to assign the reviewers ? if so please let me know how to get > reviewers list. > > -vbalu > > > On Wed, Apr 19, 2017 at 7:59 PM, Kamil

Re: [lldb-dev] Patch to Attach pid successfully from different dir

2017-04-19 Thread vignesh balu via lldb-dev
Created Review : https://reviews.llvm.org/D32271 Do i need to assign the reviewers ? if so please let me know how to get reviewers list. -vbalu On Wed, Apr 19, 2017 at 7:59 PM, Kamil Rytarowski wrote: > On 19.04.2017 16:15, vignesh balu via lldb-dev wrote: > > Hi, > > Firstly, I am new to the

Re: [lldb-dev] Patch to Attach pid successfully from different dir

2017-04-19 Thread Kamil Rytarowski via lldb-dev
On 19.04.2017 16:15, vignesh balu via lldb-dev wrote: > Hi, > Firstly, I am new to the community, So please bear with my mistakes and > guide me to be on your wavelength. > > While using lldb we found the small bug with attaching to the running > process. > "attach" works fine when we run the lld