Re: [Lldb-commits] [PATCH] D33504: Fix FDE indexing while scan debug_info section

2017-05-26 Thread Tatyana Krasnukha via lldb-commits
snukha <tatyana.krasnu...@synopsys.com> Cc: lldb-commits@lists.llvm.org Subject: Re: [Lldb-commits] [PATCH] D33504: Fix FDE indexing while scan debug_info section Please note that version in the debug_frame is is specific to the call frame information. It is not the same as DWARF version number. R

Re: [Lldb-commits] [PATCH] D33504: Fix FDE indexing while scan debug_info section

2017-05-26 Thread Abid, Hafiz via lldb-commits
ommits <lldb-commits@lists.llvm.org> Sent: Friday, May 26, 2017 12:47 PM To: Pavel Labath; lldb-commits@lists.llvm.org Subject: Re: [Lldb-commits] [PATCH] D33504: Fix FDE indexing while scan debug_info section .debug_frame may exist, even if there is no other debugging information. In this ca

Re: [Lldb-commits] [PATCH] D33504: Fix FDE indexing while scan debug_info section

2017-05-26 Thread Tatyana Krasnukha via lldb-commits
Labath [mailto:lab...@google.com] Sent: Friday, 26 May, 2017 2:17 PM To: Robinson, Paul <paul.robin...@sony.com> Cc: Tatyana Krasnukha <tatyana.krasnu...@synopsys.com>; lldb-commits@lists.llvm.org Subject: Re: [Lldb-commits] [PATCH] D33504: Fix FDE indexing while scan debug_info

Re: [Lldb-commits] [PATCH] D33504: Fix FDE indexing while scan debug_info section

2017-05-26 Thread Pavel Labath via lldb-commits
y, May 25, 2017 9:17 AM >> To: Tatyana Krasnukha >> Cc: lldb-commits@lists.llvm.org >> Subject: Re: [Lldb-commits] [PATCH] D33504: Fix FDE indexing while scan >> debug_info section >> >> +lldb-commits >> >> Yes, that is certainly a viable approach. I

Re: [Lldb-commits] [PATCH] D33504: Fix FDE indexing while scan debug_info section

2017-05-25 Thread Robinson, Paul via lldb-commits
b-commits > Sent: Thursday, May 25, 2017 9:17 AM > To: Tatyana Krasnukha > Cc: lldb-commits@lists.llvm.org > Subject: Re: [Lldb-commits] [PATCH] D33504: Fix FDE indexing while scan > debug_info section > > +lldb-commits > > Yes, that is certainly a viable approach. If

Re: [Lldb-commits] [PATCH] D33504: Fix FDE indexing while scan debug_info section

2017-05-25 Thread Pavel Labath via lldb-commits
+lldb-commits Yes, that is certainly a viable approach. If there is a subset of dwarf that we are capable of parsing correctly then it would be great to enable that. On 25 May 2017 at 16:46, Tatyana Krasnukha wrote: > This binary uses DWARF 4, that introduces two