Re: [Lldb-commits] [PATCH] D24251: LLDB: API for Permission of object file's sections

2016-09-09 Thread Abhishek via lldb-commits
abhishek.aggarwal closed this revision. abhishek.aggarwal added a comment. Already merged it in LLDb repo. So closing this revision. https://reviews.llvm.org/D24251 ___ lldb-commits mailing list lldb-commits@lists.llvm.org

Re: [Lldb-commits] [PATCH] D24251: LLDB: API for Permission of object file's sections

2016-09-08 Thread Abhishek via lldb-commits
abhishek.aggarwal updated this revision to Diff 70677. abhishek.aggarwal added a comment. Removed get() for shared_ptr https://reviews.llvm.org/D24251 Files: include/lldb/API/SBSection.h scripts/interface/SBSection.i source/API/SBSection.cpp Index: source/API/SBSection.cpp

Re: [Lldb-commits] [PATCH] D22863: Improve code of loading plugins that provide cmnds

2016-07-28 Thread Abhishek via lldb-commits
abhishek.aggarwal updated this revision to Diff 65903. abhishek.aggarwal added a comment. New patch according to review feedback - Added another variant of AddCommand API with syntax as an additional argument https://reviews.llvm.org/D22863 Files: include/lldb/API/SBCommandInterpreter.h

Re: [Lldb-commits] [PATCH] D22863: Improve code of loading plugins that provide cmnds

2016-07-28 Thread Abhishek via lldb-commits
abhishek.aggarwal added inline comments. Comment at: include/lldb/API/SBCommandInterpreter.h:141-142 @@ -140,4 +140,4 @@ lldb::SBCommand -AddCommand (const char* name, lldb::SBCommandPluginInterface *impl, const char* help); +AddCommand (const char* name,

Re: [Lldb-commits] [PATCH] D22863: Improve code of loading plugins that provide cmnds

2016-07-28 Thread Abhishek via lldb-commits
abhishek.aggarwal added a comment. Hi Greg Please find my comments inlined. Let me know if I am missing something here. Comment at: include/lldb/API/SBCommandInterpreter.h:141-142 @@ -140,4 +140,4 @@ lldb::SBCommand -AddCommand (const char* name,

Re: [Lldb-commits] [PATCH] D16767: Fix single-stepping onto a breakpoint

2016-02-01 Thread Abhishek via lldb-commits
abhishek.aggarwal added a comment. source/Plugins/Process/FreeBSD/FreeBSDThread.cpp will not compile for FreeBSD. In Line 576, bp_id is undefined. Please replace it with bp_site_sp->GetID() http://reviews.llvm.org/D16767 ___ lldb-commits mailing

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

2015-12-01 Thread Abhishek via lldb-commits
abhishek.aggarwal added a comment. Hello Greg Is there anyone else , except the reviewers already included for the patch, I should put as the reviewer for this patch ? http://reviews.llvm.org/D15042 ___ lldb-commits mailing list

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

2015-12-01 Thread Abhishek via lldb-commits
abhishek.aggarwal added a comment. Hi Pavel and Tamas I enabled logs in case ptrace API fails to read FXSAVE/XSAVE area. This will serve as an indicator to find the reason of failure if register read fails. http://reviews.llvm.org/D15042 ___

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

2015-12-01 Thread Abhishek via lldb-commits
abhishek.aggarwal updated this revision to Diff 41489. abhishek.aggarwal added a comment. Added Loggings An indication through logs in case ptrace API fails to read FXSAVE/XSAVE area. http://reviews.llvm.org/D15042 Files:

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

2015-12-01 Thread Abhishek via lldb-commits
abhishek.aggarwal added a comment. Comments Inlined. Comment at: source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp:853-854 @@ +852,4 @@ +{ +if (log) +log->Printf("NativeRegisterContextLinux_x86_64::%s ptrace

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

2015-11-30 Thread Abhishek via lldb-commits
abhishek.aggarwal updated this revision to Diff 41382. abhishek.aggarwal added a comment. Removed assert if ptrace API fails http://reviews.llvm.org/D15042 Files: packages/Python/lldbsuite/test/functionalities/return-value/TestReturnValue.py

Re: [Lldb-commits] [PATCH] D14226: Fix to solve Bug 23139 & Bug 23560

2015-11-13 Thread Abhishek via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL253026: Fix to solve Bug 23139 & Bug 23560 (authored by Abhishek). Changed prior to commit: http://reviews.llvm.org/D14226?vs=40014=40127#toc Repository: rL LLVM http://reviews.llvm.org/D14226

Re: [Lldb-commits] [PATCH] D14226: Fix to solve Bug 23139 & Bug 23560

2015-11-12 Thread Abhishek via lldb-commits
abhishek.aggarwal updated this revision to Diff 40014. abhishek.aggarwal added a comment. Removed log and inserted statement terminator http://reviews.llvm.org/D14226 Files: packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py

Re: [Lldb-commits] [PATCH] D14226: Fix to solve Bug 23139 & Bug 23560

2015-11-12 Thread Abhishek via lldb-commits
abhishek.aggarwal updated this revision to Diff 40013. abhishek.aggarwal added a comment. Used Assert instead of If condition http://reviews.llvm.org/D14226 Files: packages/Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py

Re: [Lldb-commits] [PATCH] D14226: Fix to solve Bug 23139 & Bug 23560

2015-11-12 Thread Abhishek via lldb-commits
abhishek.aggarwal added a comment. Hello Jason No problem regarding the delay. Thanks a lot for reviewing the patch. I have made the changes as suggested by you. I will land it now. http://reviews.llvm.org/D14226 ___ lldb-commits mailing list

Re: [Lldb-commits] [PATCH] D12677: Bug 24733: TestRegisters.py for Clang inferiors

2015-09-09 Thread Abhishek via lldb-commits
abhishek.aggarwal added a comment. In http://reviews.llvm.org/D12677#242006, @ovyalov wrote: > I reverted the CL because it was causing > TestRegisters.test_fp_special_purpose_register_read to fail on OSX: > > - stop reason = EXC_BREAKPOINT > - "register read ftag" yields 0x80 instead of

Re: [Lldb-commits] [PATCH] D12677: Bug 24733: TestRegisters.py for Clang inferiors

2015-09-07 Thread Abhishek via lldb-commits
abhishek.aggarwal added inline comments. Comment at: test/functionalities/register/TestRegisters.py:195 @@ +194,3 @@ +for x in range(0,16): +self.runCmd ("si", RUN_SUCCEEDED) + labath wrote: > First I would like to applaud for writing

Re: [Lldb-commits] [PATCH] D12677: Bug 24733: TestRegisters.py for Clang inferiors

2015-09-07 Thread Abhishek via lldb-commits
abhishek.aggarwal updated this revision to Diff 34161. abhishek.aggarwal added a comment. Clang/GCC generate different assembly for same inferior. Changed a.cpp to remove dependency of TestRegisters.py on assembly instructions generated by Clang/GCC. Changed TestRegisters.py to write a generic