Re: [Lldb-commits] [lldb] r254499 - PTRACE ABI to read FXSAVE area for 32-bit inferior

2015-12-02 Thread Aggarwal, Abhishek A via lldb-commits
functions (returning it in register instead of in memory pointed by a register) what causing the issue but I am not certain. Thanks, Tamas On Wed, Dec 2, 2015 at 9:43 AM Abhishek Aggarwal via lldb-commits <lldb-commits@lists.llvm.org<mailto:lldb-commits@lists.llvm.org>> wrote: Author: abh

Re: [Lldb-commits] [lldb] r253026 - Fix to solve Bug 23139 & Bug 23560

2015-11-13 Thread Aggarwal, Abhishek A via lldb-commits
e that will help you diagnose this. If you need any more info, let me know. btw, good job on these bugs. I was looking into these a while back, but I couldn't figure them out. pl On 13 November 2015 at 10:47, Abhishek Aggarwal via lldb-commits <lldb-commits@lists.llvm.org> wrote: > Author: a

Re: [Lldb-commits] [lldb] r249379 - Bug 25050: X87 FPU Special Purpose Registers

2015-10-06 Thread Aggarwal, Abhishek A via lldb-commits
in the future. This should be testable by writing some assembly to move a value into an FPU register, setting a breakpoint, then querying the register values. Can you submit this as a followup? On Tue, Oct 6, 2015 at 12:05 AM Abhishek Aggarwal via lldb-commits <lldb-commits@lists.llvm.

Re: [Lldb-commits] [lldb] r246955 - Bug 24457 - X87 FPU Special Purpose Registers

2015-09-07 Thread Aggarwal, Abhishek A via lldb-commits
when the inferior is compiled with clang, as the produced line tables are not what you expect. I have marked it as XFAIL to get the bots green, but it would be great if we could write it in a way that works on clang as well. pl On 7 September 2015 at 08:40, Abhishek Aggarwal via lldb-commits &