index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Plugins
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Make dwarf parsing multi-threaded"
Tamas Berghammer
2015-10-20
3
-71
/
+23
*
Make dwarf parsing multi-threaded
Tamas Berghammer
2015-10-20
3
-23
/
+71
*
Increase default memory cache line size for android
Pavel Labath
2015-10-20
2
-0
/
+10
*
[LLDB] Insert names with same signo as alias instead of a new entry
Mohit K. Bhakkad
2015-10-20
4
-209
/
+199
*
Rationalization of includes in the data formatters code
Enrico Granata
2015-10-20
2
-1
/
+4
*
Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...
Eugene Zelenko
2015-10-20
14
-468
/
+480
*
Fixed PlatformDarwin to locate Xcode by using HostInfo::GetProgramFileSpec()....
Greg Clayton
2015-10-20
1
-48
/
+55
*
[PlatformDarwin.cpp] Include <mutex> for std::once_flag.
Siva Chandra
2015-10-19
1
-0
/
+2
*
Allow LLDB.framework to locate debugserver even when it doesn't exist in the ...
Greg Clayton
2015-10-19
6
-42
/
+116
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-19
17
-295
/
+314
*
Fix for random watchpoint testsuite failures on AArch64 targets.
Omair Javaid
2015-10-19
1
-1
/
+4
*
[LLDB][MIPS] Use the correct ptrace buffer for writing register value for o32...
Sagar Thakur
2015-10-19
1
-8
/
+9
*
Silence -Wqual-cast warnings from GCC 5.2
Saleem Abdulrasool
2015-10-18
3
-5
/
+9
*
Silence some -Wunused-but-set-variable with gcc 5.2.0
Saleem Abdulrasool
2015-10-18
3
-20
/
+4
*
[LLDB] Fix Clang-tidy modernize-use-override warnings in some headers in sour...
Eugene Zelenko
2015-10-17
17
-367
/
+375
*
[LLDB] Fix Clang-tidy modernize-use-override warnings in source/Plugins/ABI; ...
Eugene Zelenko
2015-10-16
12
-420
/
+435
*
Fix linkage of `init_lldb` SWIG method in Python 3.
Zachary Turner
2015-10-16
1
-1
/
+5
*
Convert SWIG typemap string operations to PythonObjects.
Zachary Turner
2015-10-16
2
-5
/
+44
*
Update SWIG typemaps to use `PythonFile`.
Zachary Turner
2015-10-16
2
-1
/
+26
*
Resubmit: RenderScript command for printing allocation contents
Ewan Crawford
2015-10-16
2
-0
/
+463
*
Split Socket class into Tcp/Udp/DomainSocket subclasses.
Oleksiy Vyalov
2015-10-15
2
-12
/
+12
*
Introduce a `PythonFile` object, and use it everywhere.
Zachary Turner
2015-10-15
4
-34
/
+133
*
Fix broken assert in DWARFDIE.cpp on OS X
Todd Fiala
2015-10-15
1
-1
/
+1
*
In r240466, when Greg added the jThreadsInfo packet, he accidentally
Jason Molenda
2015-10-15
1
-1
/
+0
*
Add a data formatter for __NSArray0, the type of empty arrays
Enrico Granata
2015-10-14
2
-0
/
+74
*
Make uses of /dev/null portable across OSes.
Zachary Turner
2015-10-14
2
-5
/
+7
*
Get Python unit tests working with Python 3.
Zachary Turner
2015-10-14
1
-39
/
+28
*
Avoid a -Wreorder warning in ScriptInterpreterPython.cpp.
Stephane Sezer
2015-10-14
1
-2
/
+2
*
Fix Python initialization for Python 3.
Zachary Turner
2015-10-14
1
-46
/
+91
*
Minor cleanup on PythonDataObject constructors.
Zachary Turner
2015-10-14
2
-5
/
+13
*
Change swig interface files to use PythonDataObjects.
Zachary Turner
2015-10-14
2
-4
/
+13
*
lldb-server: add support for binary memory reads
Pavel Labath
2015-10-14
3
-14
/
+19
*
Revert "RenderScript command for printing allocation contents"
Pavel Labath
2015-10-14
2
-463
/
+0
*
Make use of lldv::Triple::isAndroid
Tamas Berghammer
2015-10-14
3
-13
/
+7
*
Fix compiler warnings in ScriptInterpreterPython
Pavel Labath
2015-10-14
1
-1
/
+1
*
RenderScript command for printing allocation contents
Ewan Crawford
2015-10-14
2
-0
/
+463
*
[LLDB] Adding mips32 in the list of archs with watchpoint_exceptions_received...
Mohit K. Bhakkad
2015-10-14
1
-1
/
+3
*
[LLDB][MIPS64] Adding mips64 reaturn address register for unwind plan
Mohit K. Bhakkad
2015-10-14
1
-0
/
+1
*
ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...
Todd Fiala
2015-10-13
1
-0
/
+6
*
Remove definition of ~PlatformNetBSD(), since its declaration is marked as '=...
Bruce Mitchener
2015-10-13
1
-13
/
+0
*
Change PyFile_FromFile to use PyFile_FromFd when using Py3.
Zachary Turner
2015-10-13
1
-5
/
+17
*
Fix ref counting of Python objects.
Zachary Turner
2015-10-13
4
-770
/
+659
*
Fix cast in arm watchpoint handling code
Tamas Berghammer
2015-10-13
1
-1
/
+1
*
Preliminary NetBSD support
Bruce Mitchener
2015-10-13
2
-0
/
+878
*
Fix a misunderstanding of the ThreadPlan::OkayToDiscard flag in InferiorCallP...
Jim Ingham
2015-10-12
1
-9
/
+0
*
X86: Change FTAG register size in FXSAVE structure
Abhishek Aggarwal
2015-10-12
4
-2
/
+16
*
Fix build broken by r249885
Zachary Turner
2015-10-09
2
-3
/
+3
*
Port native Python-API to 3.x
Zachary Turner
2015-10-09
3
-99
/
+227
*
Remove long-forgotten plugin virtuals.
Bruce Mitchener
2015-10-09
6
-80
/
+0
*
[LLDB][MIPS] fix watchpoint searched on client side for same masked variables
Mohit K. Bhakkad
2015-10-09
1
-0
/
+2
[next]