Author: abhishek
Date: Mon May 29 03:25:46 2017
New Revision: 304138
URL: http://llvm.org/viewvc/llvm-project?rev=304138&view=rev
Log:
Added new API to SBStructuredData class
Summary:
- Added API to access data types
-- integer, double, array, string, boolean and dictionary data types
--
Author: abhishek
Date: Mon May 29 06:13:30 2017
New Revision: 304147
URL: http://llvm.org/viewvc/llvm-project?rev=304147&view=rev
Log:
Replaced StructuredData::Type with eStructuredDataType
...missing from r304138 "Added new API to SBStructuredData class"
Modified:
lldb/trunk/unittests/Pro
Author: abhishek
Date: Mon Aug 7 08:53:30 2017
New Revision: 310266
URL: http://llvm.org/viewvc/llvm-project?rev=310266&view=rev
Log:
Fixed build failure for revision r310261
-- Build was failing for freebsd
Modified:
lldb/trunk/tools/intel-features/CMakeLists.txt
Modified: lldb/trunk/too
Author: abhishek
Date: Mon Aug 7 10:15:26 2017
New Revision: 310270
URL: http://llvm.org/viewvc/llvm-project?rev=310270&view=rev
Log:
Fixed build failure for revision r310261
-- Was failing for Linux
Modified:
lldb/trunk/tools/intel-features/cli-wrapper.cpp
Modified: lldb/trunk/tools/inte
Author: abhishek
Date: Tue Aug 8 02:25:50 2017
New Revision: 310341
URL: http://llvm.org/viewvc/llvm-project?rev=310341&view=rev
Log:
Checking in files accidentally missed in later diffs of revision r310261
-- 2 files were missing in this commit which should have been there.
These files wer
Author: abhishek
Date: Tue Oct 6 02:04:03 2015
New Revision: 249379
URL: http://llvm.org/viewvc/llvm-project?rev=249379&view=rev
Log:
Bug 25050: X87 FPU Special Purpose Registers
Summary:
- For x86_64-FreeBSD Platform:
-- LLDB now provides correct values of X87 FPU
Special Purpose R
Author: abhishek
Date: Mon Oct 12 04:57:00 2015
New Revision: 250022
URL: http://llvm.org/viewvc/llvm-project?rev=250022&view=rev
Log:
X86: Change FTAG register size in FXSAVE structure
Summary:
- Changed from 16 bits to 8 bits for Intel Architecture
-- FXSAVE structure now conforms with the
Author: abhishek
Date: Fri Nov 13 04:47:49 2015
New Revision: 253026
URL: http://llvm.org/viewvc/llvm-project?rev=253026&view=rev
Log:
Fix to solve Bug 23139 & Bug 23560
Summary:
- Reason of both bugs:
1. For the very first frame, Unwinder doesn't check the validity
of Full UnwindPlan
Author: abhishek
Date: Wed Dec 2 03:40:17 2015
New Revision: 254499
URL: http://llvm.org/viewvc/llvm-project?rev=254499&view=rev
Log:
PTRACE ABI to read FXSAVE area for 32-bit inferior
Summary:
- Problem occurs when:
-- 32-bit inferiors run on x86_32 machine and
the architecture does
Author: abhishek
Date: Fri Jul 29 02:46:32 2016
New Revision: 277125
URL: http://llvm.org/viewvc/llvm-project?rev=277125&view=rev
Log:
Improve code of loading plugins that provide cmnds
Summary:
- Modified code that enables writing new user-defined commands
and use them through LLDB CLI. Modi
Author: abhishek
Date: Thu Sep 8 07:22:56 2016
New Revision: 280924
URL: http://llvm.org/viewvc/llvm-project?rev=280924&view=rev
Log:
LLDB: API for iPermission of object file's sections
Summary:
- Added an API to public interface that provides permissions (RWX) of
individual sections of
Author: abhishek
Date: Mon Feb 1 03:01:42 2016
New Revision: 259344
URL: http://llvm.org/viewvc/llvm-project?rev=259344&view=rev
Log:
Set correct ThreadStopInfo in case of trace event
Summary:
- The patch solves Bug 23478 and Bug 19311. Resolving
Bug 23478 also resolves Bug 23039.
Corr
Author: abhishek
Date: Fri Sep 4 02:44:05 2015
New Revision: 246841
URL: http://llvm.org/viewvc/llvm-project?rev=246841&view=rev
Log:
SysV ABI for i386 Architecture
Summary:
- Capability to force return user specified values
from inside of a function on lldb command terminal
- Support f
Author: abhishek
Date: Mon Sep 7 02:40:16 2015
New Revision: 246955
URL: http://llvm.org/viewvc/llvm-project?rev=246955&view=rev
Log:
Bug 24457 - X87 FPU Special Purpose Registers
Summary:
- For 'register read --all' command on x86_64-Linux Platform:
-- Provide correct values of X87 FPU
Author: abhishek
Date: Tue Sep 8 05:19:37 2015
New Revision: 247000
URL: http://llvm.org/viewvc/llvm-project?rev=247000&view=rev
Log:
Bug 24733: TestRegisters.py for Clang inferiors
Summary:
- Bug 24457 can now be tested for inferiors compiled
by clang compiler also.
- A generic
15 matches
Mail list logo